Jump to content

5 Screenshots

  • 13.1k
  • 29
  • 45.64 kB
 Share

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.one - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery fee.
  • vDelivery.two - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery fee.
  • vDelivery.three - Provides the ability to add the number of terminals specified for this permission in the configuration file. And use custom delivery fee.
  • 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.

 

MOEpxmo.png

{
  "ImageLibrary Counter Check": 5,
  "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,
  "Max ammount of Vending machines with the Terminal": {
    "vDelivery.one": 1,
    "vDelivery.two": 3,
    "vDelivery.three": 5
  },
  "Delivery fee for each permissions": [
    {
      "Permission name": "vDelivery.one",
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    },
    {
      "Permission name": "vDelivery.two",
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    },
    {
      "Permission name": "vDelivery.three",
      "Delivery fee item": "scrap",
      "Delivery fee amount": 20
    }
  ],
  "UI - Duration": 6.0,
  "UI_HUD. Position - AnchorMin": "0 0.9",
  "UI_HUD. Position - AnchorMax": "0.25 1",
  "UI_HUD. Position - OffsetMin": "20 0",
  "UI_HUD. Position - OffsetMax": "0 -30",
  "UI_HUD. Icon - Url": "https://i.imgur.com/4Adzkb8.png",
  "UI_HUD. Icon - Color": "#CCE699",
  "UI_HUD. Icon - Transparency": 0.8,
  "UI. Text - Font": "RobotoCondensed-Bold.ttf",
  "UI. Text - Font Size": 14,
  "UI. Text - Font Color": "#FFFFFF",
  "UI. Text description - Font": "RobotoCondensed-Regular.ttf",
  "UI. Text description - Font Size": 12,
  "UI. Text description - Font Color": "#FFFFFF",
  "Show HUD Sound - Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab",
  "Version": {
    "Major": 0,
    "Minor": 1,
    "Patch": 1
  }
}

 

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}!",
  "MsgAddBtn": "Add a terminal to the vending machine?",
  "MsgAddBtnDesc": "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!"
}
RU:
{
  "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!",
  "MsgNotOwner": "Вы не являетесь владельцем данного торгового автомата!",
  "MsgNotAccessible": "Торговый автомат не доступен для дронов!",
  "MsgNotVending": "Вам необходимо смотреть на торговый автомат или указать корректный net ID!",
  "MsgNotVendingDelivery": "Торговый автомат не имеет терминала!",
  "MsgLimitReached": "Вы не можете добавить терминал, так как вы превысили свой лимит в {0}!",
  "MsgAddBtn": "Добавить терминал к торговому автомату?",
  "MsgAddBtnDesc": "Нажмите на уведомление для подтверждения",
  "MsgMyAdded": "Терминал успешно добавлен!",
  "MsgMyRemoved": "Терминал успешно удален!",
  "MsgMyAllRemoved": "Все ваши терминалы успешно удалены!",
  "MsgPlayerAllRemoved": "Все терминалы игрока {0} успешно удалены!",
  "MsgAllRemoved": "Все терминалы успешно удалены!",
  "MsgTerminalsNotFound": "Терминалы не найдены!",
  "MsgPlayerTerminalsNotFound": "Терминалы игрока {0} не найдены!",
  "MsgNoHaveCustomFee": "Для оплаты персональной комиссии вам необходимо иметь :{0}:(x{1}). Использование настроек комиссии по умолчанию!"
}

 

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

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

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.