if arg 1 is "mejox": if {coins.%player%} is less than 20: send "&8» &7Niestety nie posiadasz &c20$&7, twoj stan konta wynosi &c%{coins.%player%}%$" stop if {coins.%player%} is equal to 20: remove 20 from {coins.%player%} clear the player's inventory execute console command "kit mejox %player%" set the player's food level to 10 stop if {coins.%player%} is bigger than 20: remove 20 from {coins.%player%} clear the player's inventory execute console command "kit mojex %player%" set the player's food level to 10 stop