Support Discord:
https://discord.xmantic.dev
Simple to setup & optimised vouchers.
Each unique voucher item is fully configurable with optional features listed below:
- Name / Lore / Item Glow
- Optional GUI (can be enabled or disabled per voucher)
- Per Voucher Sound Effect
- Money voucher (with title animations)
- Per Voucher Permissions
- Per Voucher Cooldowns
- Per Voucher
Configuration files can be found below.
Here is an example of the money voucher with title animations:
https://gyazo.com/2e864792f359fd70a48647d04a238241
Spoiler: config.yml
Code (YAML):
# -------------------------------------------
#
# TVouchers Default GUI Configuration
#
# Current Action Types: ACCEPT, DENY & NONE
# Made by Fullpage
# Version: 1.0
#
# -------------------------------------------
GUI_SETUP
: - aaabacaaa
GUI :
a :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 7
TITLE
: ' '
LORE
: - ' '
GLOW
: false
ACTION
:
NONE
b :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 5
TITLE
: '&a&lConfirm'
LORE
: - '&7&oClick to admit to confirm.'
GLOW
: true
ACTION
: ACCEPT
c :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 14
TITLE
: '&a&lDeny'
LORE
: - '&7&oClick to admit to deny.'
GLOW
: true
ACTION
: DENY
GUI_TITLE
: Confirmation GUI
Spoiler: voucher.yml
Code (YAML):
# -------------------------------------------
#
# TVouchers Voucher Configuration
#
# Placeholders: {PLAYER} & {RANGE;from-to}
# (FYI COOLDOWN IS IN SECONDS)
#
# Made by Fullpage
# Version: 1.0
#
# -------------------------------------------
Vouchers :
Example_Voucher :
MATERIAL
: APPLE
DAMAGE
: 0
ITEM_NAME
: '&6&lAnnouncing Apple'
ITEM_LORE
: - '&7&o
( Click to announce a message
) '
GLOW
: true
GUI
: false
COMMANDS
: - say Hello world! Announced by
{ PLAYER
} !
PERMISSION
: ''
COOLDOWN
: 0
SUCCESS_MESSAGE
: '&aYou have successfully redeemed your &6&lAnnouncing Apple'
COOLDOWN_MESSAGE
: '&cYou can''t do this for another
{ TIME
} '
Money_Voucher :
MATERIAL
: PAPER
DAMAGE
: 0
ITEM_NAME
: '&e&lTier I Money Voucher'
ITEM_LORE
: - '&7&o
( Click to generate money between $1,000 and $50,000!
) '
GLOW
: true
GUI
: true
PERMISSION
: ''
COOLDOWN
: 5
SUCCESS_MESSAGE
: '&aYou have redeemed your money voucher!'
COOLDOWN_MESSAGE
: '&cYou can''t do this for another
{ TIME
} '
TITLE_SCREEN
: true
MONEY
: '
{ RANGE;1000-50000
} '
SOUND
: ANVIL_USE
Spoiler: gui.yml
Code (YAML):
# -------------------------------------------
#
# TVouchers Default GUI Configuration
#
# Current Action Types: ACCEPT, DENY & NONE
# Made by Fullpage
# Version: 1.0
#
# -------------------------------------------
GUI_SETUP
: - aaabacaaa
GUI :
a :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 7
TITLE
: ' '
LORE
: - ' '
GLOW
: false
ACTION
:
NONE
b :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 5
TITLE
: '&a&lConfirm'
LORE
: - '&7&oClick to admit to confirm.'
GLOW
: true
ACTION
: ACCEPT
c :
MATERIAL
: STAINED_GLASS_PANE
DAMAGE
: 14
TITLE
: '&a&lDeny'
LORE
: - '&7&oClick to admit to deny.'
GLOW
: true
ACTION
: DENY
GUI_TITLE
: Confirmation GUI