#Kits | DeluxeMenu

1 messages · Page 1 of 1 (latest)

dense sleet
#

Hey, So I'm trying to add kits into a Menu, This is the code I have for one of the kits,

'VIP':
material: WOODEN_SWORD
slot: 11
priority: 1
update: true
hide_attributes: true
display_name: '&aKit VIP'
lore:
- ''
- '&7Cooldown : &f1 Days'
- '&7Left Click to Redeem'
view_requirement:
requirements:
kit_requirement:
type: string equals
input: '%essentials_kit_time_until_available_VIP%'
output: 'true'
kit_perm:
type: has permission
permission: essentials.kits.VIP
left_click_commands:
- '[player] kit VIP'
- '[close]'
'VIPCD':
material: GRAY_DYE
slot: 11
priority: 2
update: true
hide_attributes: true
display_name: '&aVIP Kit &cUnavailable'
lore:
- '&7This kit is on cooldown!'
- '&7You must wait : &f%essentials_kit_time_until_available_VIP%'
- '&7Before using this kit again.'
view_requirement:
requirements:
kit_perm:
type: has permission
permission: essentials.kits.VIP
'VIPNO':
material: GRAY_DYE
slot: 11
priority: 3
update: true
hide_attributes: true
display_name: '&7VIP Kit'
lore:
- '&7You do not have permission for this kit!'

It is currently frozen on the CD page and won't actually show the placeholder (Shows the placeholder %essentials_kit_time_until_available_VIP%' Rather than the value) and constantly says the kit is on a cooldown, I even removed the delay on the kit to try it and still no luck, Any assistance would be appreciated.