hi so what i want to do is when people buy an ender chest named "vault +1" it gives one more vault but it seems that it just gives 2 vaults because i did execute console command
Code:
on rightclick with ender chest:
if name of tool of player is "&f&lVault +1":
remove player's held item from player's inventory
play sound "block.note_block.pling" at volume 1 at pitch 2 to player
execute console command "/lp user %player% permission set playervaults.amount.2 true"
send "&4&lNow u got +1 Vault"