📜Config

Config.yml

# Voucher+ by Blacklce
Prefix: "&b&lVOUCHER&f&l+ &8- &f"
MC-Version: loading
Number-Formatting: 1
Off-Hand: false

Dependency:
  Vault: loading
  X-Prison: loading
  PlaceholderAPI: loading
  Itemsadder: loading

Permissions:
  admin: "voucherplus.*"
  reload: "voucherplus.reload"
  permissions: "voucherplus.permissions"
  dependency: "voucherplus.dependency"
  list: "voucherplus.list"
  gui: "voucherplus.gui"
  give: "voucherplus.give"
  sgive: "voucherplus.sgive"
  giveall: "voucherplus.giveall"
  

Inventory.yml

List:
  Name: "&7&lVOUCHER LIST"
  Items:
    Filler:
      Enabled: false
      Name: "&d"
      Material: "BEACON"
      Data: 0
      Glow: false
    Close:
      Name: "&c&lCLOSE"
      Material: "BARRIER"
      Data: 0
      Slot: 49
      Glow: true
      Lore:
        - ""
        - "&7(( &fClick &7to close this gui ))"
        - ""
    Voucher:
      Lore:
        - ""
        - "&aInformation"
        - "&a&l┃ &7Voucher ID&8: &a <voucher_id>"
        - "&a&l┃ &7Bulk Opening&8: &a <bulk_opening>"
        - ""
        - "&aRequirements"
        - "&a&l┃ &7Permission&8: &a <permission>"
        - "&a&l┃ &7World&8: &a <world>"
        - "&a&l┃ &7Economy&8: &a <economy>"
        - "&a&l┃ &7Experience&8: &a <experience>"
        - "&a&l┃ &7X-Prison&8: &a <xprison> &7(&f<xprison_economy>&7)"
        - ""
        - "&7(( &fLeft-Click &7to get&f <left_click> &7voucher ))"
        - "&7(( &fRight-Click &7to get&f <right_click> &7voucher ))"
        - "&7(( &fMiddle-Click &7to get&f <middle_click> &7voucher ))"
        - ""
    Give-Voucher:
      LEFT_CLICK: 1
      RIGHT_CLICK: 2
      MIDDLE_CLICK: 5

Messages.yml

# Message when you execute /voucher
Main:
  - ""
  - "&f[&b!&f] &b&lVOUCHER&f&l+ &a<version> &f[&b!&f]"
  - ""

  - "&f[&b!&f] &b/<command> reload"
  - "&f[&b!&f] &b/<command> gui"
  - "&f[&b!&f] &b/<command> permissions"
  - "&f[&b!&f] &b/<command> dependency"
  - "&f[&b!&f] &b/<command> give [player] [voucher] [amount]"
  - "&f[&b!&f] &b/<command> sgive [player] [voucher] [amount]"
  - "&f[&b!&f] &b/<command> giveall [voucher] [amount]"
  - ""

# when plugin successfully reloaded
RELOAD: "<prefix>&aAll config's reloaded!"

# when plugin successfully reloaded
NO-PERMISSION: "<prefix>&cYou can't use this command!"

#player is not online
NOT-ONLINE: "<prefix>&cThe player [<player>] is not online!"

# file don't exist
FILE-NOT-EXIST: "<prefix>&cThe file [<file>] don't exist!"

# too large number by /voucher give <player> <type> **<amount>**
NUMBER-TO-LARGE: "<prefix>&cThis number is too large!"

#when you give a voucher to a player
GIVE-VOUCHER: "<prefix>&aYou given &f<player> &fx<amount> &athe &f<voucher> &avoucher"

#when you give all online players a voucher
GIVE-ALL: "<prefix>&aYou given &f<players> &aplayers &fx<amount> &athe &f<voucher> &avoucher"

#when you give all online players a voucher
GIVE-ALL-BROADCAST: "<prefix>&f<players> &aplayers has received &fx<amount> <voucher> &avoucher!"

#when you give silent a voucher to a player
GIVE-SILENT-VOUCHER: "<prefix>&aYou given <player> the <voucher> voucher x<amount> &7(silent)"

#player who received the voucher
RECEIVED-VOUCHER: "<prefix>&aYou have received &fx<amount> <voucher> &avoucher!"

WRONG-HAND: "<prefix>&cThis voucher only can be opened in the other hand."

Last updated