#DeluxeMenus Rank Store

1 messages · Page 1 of 1 (latest)

pearl sentinel
#

Helo, im currently stuck in the docs because I don't know what expression or requirement foramt i need to use. I tried every format in the docs and it still doesn't recognise!!

my yml:

  'snooze':
    material: WHITE_WOOL
    slot: 1
    display_name: "&f&lSNOOZE &7Rank"
    lore:
      - "&7Price: &e500 &6Credits"
      - "&fstore.snormines.net"
    click_requirement:
      requirements:
        credits:
          type: '>='
          input: '%notcredits_credits%'
          output: '500'
          deny_commands:
            - '[message] &b&lSNORMINES &8» &7You don''t have enough credits!'
            - '[sound] BLOCK_NOTE_BLOCK_BASS'
            - '[close]'
          success_commands:
            - '[console] notcredits remove {player} 500'
            - '[console] lp user {player} parent set snooze'
            - '[message] &b&lSNORMINES &8» &7You have successfully purchased the &f&lSNOOZE &7rank!'
            - '[close]'