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"
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] &7/&b<command> give &7[&bplayer&7] &7[&bvoucher&7] &7[&bamount&7]"
- "&f[&b!&f] &7/&b<command> sgive &7[&bplayer&7] &7[&bvoucher&7] &7[&bamount&7]"
- "&f[&b!&f] &7/&b<command> giveall &7[&bvoucher&7] &7[&bamount&7]"
- "&b"
- "&f[&b!&f] &7/&b<command> reload"
- "&f[&b!&f] &7/&b<command> gui"
- "&f[&b!&f] &7/&b<command> permissions"
- "&f[&b!&f] &7/&b<command> dependency"
- ""
# when plugin successfully reloaded
RELOAD: "<prefix>&aThe Configuration files has been 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."
OFF-AND-MAIN-HAND: "<prefix>&cYou can't redeem a voucher when one is in offhand and one in main hand."
Last updated