#Click requirements

1 messages · Page 1 of 1 (latest)

slate oak
#

` - '&e→ &e&lLEFT CLICK&a to view on the Store!'
- '&c→ &c&lRIGHT CLICK TO BUY with 5000 coins !'
left_click_commands:
- '[close]'
- '[message] &f'
- '[message] &f &#FFD700༄ &lWebstore'
- '[message] &f &7Please click the link below to continue your'
- '[message] &f &7purchase of the LEGEND rank!'
- '[message] &f'
- '[message] &f &#FFD700&nstore.frozenmc.xyz'
- '[message] &f'
right_click_commands:
- '[console] lp user %player_name% parent set legend'
- '[console] points take %player_name% 5000'

  - '[message] &8&l[&a&l!&8&l] &#7AFE77You successfully bought &bLegend Rank&#7AFE77!'
  - "[console] consolelog %player_name% just purchased Legend rank from the Coin Shop"
  - '[close]'
click_requirement:
  requirements:
    check_balance:
      type: '>='
      input: '%playerpoints_points%'
      output: '5000'
      deny_commands:
        - "[message] &8&l[&c&l!&8&l] &#FF7C7CYou don't have enough coins to purchase this item!You can buy from the shop - store.frozenmc.com"
        - "[message] &8&l[&c&l!&8&l] &#FF7C7CYou need &f5000 &#FF7C7Cbut you only have &f%playerpoints_points_formatted%&#FF7C7C."
        - '[close]'
    must_have_vip:
      type: permission
      permission: group.vip
      deny_commands:
        - '[message] &cYou must have VIP rank before buying Legend!'
        - '[close]'`

Do you know why it doesn't want for VIP rank when I buy a legend?

slate oak
#

?