Jump to content

5 Screenshots

  • 13.8k
  • 113
  • 41.91 kB
 Share

Works with

About vDelivery

vDelivery allows players with the permission to add a terminal(from drone station) to the vending machine and change the delivery fee. With creating the HUD on spawn vending machine.

Note: For transactions with a custom fee, you still need to have 20 scrap available, which will not be taken.

Also, for the vending machines modified by CustomVendingSetup(umod), there is no custom fee.

 

 

n8420aH.png

  • vDelivery.admin - Provides unrestricted access to the plugin's functionality. This includes the ability to add/remove or clear terminals from other players' vending machines.

 

Note: In the configuration file, within the "Settings of Vending machines for each permission" section, you can specify limits for any existing permission by simply listing its name.

"Settings of Vending machines for each permission": {
    "MyPermission": {
      "Max ammount": 1,
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    },
    ...

If you want to create a new permission, you can also include it in the list, but the name must begin with "vDelivery".

 

MOEpxmo.png

{
  "vDelivery command": "vdelivery",
  "Use GameTip for messages?": true,
  "Is it worth ignoring the inaccessibility of drones?": false,
  "Display position - Forward": -0.35,
  "Display position - Up": 1.8,
  "Display position - Right": 0.0,
  "Display rotation - x": 0.0,
  "Display rotation - y": 180.0,
  "Display rotation - z": 0.0,
  "Settings of Vending machines for each permission": {
    "vDelivery.default": {
      "Max ammount": 1,
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    },
    "vDelivery.vip": {
      "Max ammount": 3,
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    },
    "realpve.vip": {
      "Max ammount": 5,
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    }
  },
  "Popup - Duration": 6.0,
  "Popup - Position AnchorMin": "0 0.9",
  "Popup - Position AnchorMax": "0.25 1",
  "Popup - Position OffsetMin": "20 0",
  "Popup - Position OffsetMax": "0 -30",
  "Popup - Icon Url": "https://i.imgur.com/4Adzkb8.png",
  "Popup - Icon Color": "#CCE699",
  "Popup - Icon Transparency": 0.8,
  "Popup - Text Font": "RobotoCondensed-Bold.ttf",
  "Popup - Text Font Size": 14,
  "Popup - Text Font Color": "#FFFFFF",
  "Popup - Description Font": "RobotoCondensed-Regular.ttf",
  "Popup - Description Font Size": 12,
  "Popup - Description Font Color": "#FFFFFF",
  "Popup - Text FadeIn": 1.0,
  "Popup - Sound Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab",
  "Version": {
    "Major": 0,
    "Minor": 1,
    "Patch": 2
  }
}

 

DxI83SK.png

EN:
{
  "MsgNotAllowed": "You do not have permission to use this command!",
  "MsgNotOwner": "You are not the owner of this vending machine!",
  "MsgNotAccessible": "The vending machine is not accessible to drones!",
  "MsgNotVending": "You need to look at the vending machine or provide correct net ID!",
  "MsgNotVendingDelivery": "The vending machine does not have a terminal!",
  "MsgLimitReached": "You cannot add a terminal as you have reached your limit of {0}!",
  "MsgPopupText": "Add a terminal to the vending machine?",
  "MsgPopupSubText": "Click on the notification to confirm",
  "MsgMyAdded": "The terminal has been successfully added!",
  "MsgMyRemoved": "The terminal has been successfully removed!",
  "MsgMyAllRemoved": "All your terminals have been successfully removed!",
  "MsgPlayerAllRemoved": "All {0}'s terminals have been successfully removed!",
  "MsgAllRemoved": "All terminals have been successfully removed!",
  "MsgTerminalsNotFound": "No terminals found!",
  "MsgPlayerTerminalsNotFound": "{0}'s terminals not found!",
  "MsgNoHaveCustomFee": "To pay the personal fee, you need to have :{0}:(x{1}). Using default fee settings!",
  "MsgAutoModifyEntityEnabled": "Automatic entity modification is enabled!",
  "MsgAutoModifyEntityDisabled": "Automatic entity modification is disabled!"
}
RU:
{
  "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!",
  "MsgNotOwner": "Вы не являетесь владельцем данного торгового автомата!",
  "MsgNotAccessible": "Торговый автомат не доступен для дронов!",
  "MsgNotVending": "Вам необходимо смотреть на торговый автомат или указать корректный net ID!",
  "MsgNotVendingDelivery": "Торговый автомат не имеет терминала!",
  "MsgLimitReached": "Вы не можете добавить терминал, так как вы превысили свой лимит в {0}!",
  "MsgPopupText": "Добавить терминал к торговому автомату?",
  "MsgPopupSubText": "Нажмите на уведомление для подтверждения",
  "MsgMyAdded": "Терминал успешно добавлен!",
  "MsgMyRemoved": "Терминал успешно удален!",
  "MsgMyAllRemoved": "Все ваши терминалы успешно удалены!",
  "MsgPlayerAllRemoved": "Все терминалы игрока {0} успешно удалены!",
  "MsgAllRemoved": "Все терминалы успешно удалены!",
  "MsgTerminalsNotFound": "Терминалы не найдены!",
  "MsgPlayerTerminalsNotFound": "Терминалы игрока {0} не найдены!",
  "MsgNoHaveCustomFee": "Для оплаты персональной комиссии вам необходимо иметь :{0}:(x{1}). Использование настроек комиссии по умолчанию!",
  "MsgAutoModifyEntityEnabled": "Автоматическая модификация сущностей включена!",
  "MsgAutoModifyEntityDisabled": "Автоматическая модификация сущностей выключена!"
}

 

OxWiTBA.png

  1. add - Adding a terminal to the vending machine that you are looking at from a distance of no more than 10 meters.
    • *netID* - Adding a terminal to a vending machine with the specified netID;
  2. remove - Removing a terminal from the vending machine that you are looking at from a distance of no more than 10 meters.
    • *netID* - Removing a terminal from the vending machine with the specified netID;
  3. clear - Removing all of your terminals from vending machines.
    • *userID* - Removing all of specified player's terminals from vending machines. Permission "vDelivery.admin" required.
    • all - Removing all terminals from vending machines. Permission "vDelivery.admin" required.

 

Example:

  • /vdelivery add
  • /vdelivery clear all

IIIaKa's Collection

User Feedback

1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

83.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.