skript gui
SkTuske
money bal command but with gui using SkTuske
command /money:
	trigger:
    	open virtual chest inventory with size 1 named "MONEY" to player
        format gui slot 5 of player with paper named "$ %{money.%player%}%"
        
command /money:
	trigger:
    	open virtual chest inventory with size 1 named "MONEY" to player
        format gui slot 5 of player with paper named "$ %{money.%player%}%" to run:
        	message " you have $ %{money.%player%}%" to player
