Hi ! I have some custom menu can add suffix to player
'11':
material: NAME_TAG
slot: 11
display_name: '&7Tag &1D&5o&3n&2a&6t&9e'
lore:
- ''
- '&7Dàng cho người chơi donate 10k trở lên'
- ''
click_requirement:
requirements:
permission:
type: has permission
permission: crystalgemcraft.tag.donate
deny_commands:
- '[message]&r'
- '[message]&cBạn không có quyền sử dụng Tag này'
- '[message]&r'
- '[sound] BLOCK_ANVIL_LAND'
- '[close]'
click_commands:
- '[console] lp user %player_name% meta setsuffix 10 &1D&5o&3n&2a&6t&9e'
- '[message]&r'
- '[message]&bTag đã được cập nhật'
- '[message]&r'
- '[sound] ENTITY_PLAYER_LEVELUP'
- '[close]'
But by some reason without permssion I still can execute click_commands:
The permission is not from any plugin it's just a random name I used to setup this 😅

