Is it possible to click on an item only once?
This is because I'm setting up a shops using this plugin and I wanted to sell a "starter pack"
'starter_pack':
material: PAPER
nbt_int: CustomModelData:10259
slot: 22
display_name: "&aStarter Pack"
lore:
- '&7Want to start using this pack?'
- '&7You need to buy the starter pack first!'
- ''
- '&7What you get:'
- '&5. &7Normal Effect'
- ''
- "&7Price: &f75 &ePoints"
- '&2[!] &aLeft-Click to purchase!'
left_click_requirement:
requirements:
anything_here:
type: '>='
input: '%dercoins_points%'
output: '75'
deny_commands:
- '[message] &7You need &c75 Points &7to buy this product.'
left_click_commands:
- '[console] dercoins withdraw %player_name% points 75'
- '[message] &aPurchase successful.'
If you could exemplify how to use like I did, it would be fantastic.
Thank you in advance.