#Whenever I do hide_attributes: true it doesn't work

1 messages · Page 1 of 1 (latest)

cinder quest
#

When I do it with a enchant book for example it works but with weapons or armor it doesn't,

#

still shows this

queen moat
#

what are your DeluxeMenus and MC versions?

cinder quest
#

1.14.0

#

and 1.21.1 is our server version

queen moat
#

try dev builds

cinder quest
#

it says invalid page

queen moat
#

my bad

cinder quest
#

were is the download

queen moat
#

if you can't click it, you have to login

cinder quest
#

it works thank you

cinder quest
#

how do I add a cooldown

#

@queen moat

#

like for claimable kits its every 5 days how would I add a countdown

queen moat
#

?dm-cooldown

tame sentinelBOT
#
FAQ Answer:

An easy way to add cooldowns to DeluxeMenus

How to create cooldowns using MasterCooldowns:

  1. Start by creating a requirement (view/click/open)
requirements:
  cooldown:
    type: string equals
    input: '%mcd_isinactive_COOLDOWN-ID%'
    output: 'Yes'
  deny_commands:
  - '[message] &cTry again in %mcd_left_formatted_COOLDOWN-ID%, you are on cooldown!'
  1. Add the cooldown (e.g. on click)
    [console] mcd add %player_name% COOLDOWN-ID duration

This is not the only way to create cooldowns for DM, you can also use stuff like temp permissions.