So, it seems very simple, but this is really complicating me, Where should I fit the command "player has permission"
command /test:
trigger:
set {_gui} to a new chest inventory with 3 row with name "teste"
if player's level is above 3:
set slot 0 of {_gui} to diamond named "goku"
open {_gui} to player
I've already tried placing it everywhere, but I always get an error.
command /test:
trigger:
set {_gui} to a new chest inventory with 3 row with name "teste"
if player's level is above 3:
set slot 0 of {_gui} to diamond named "goku"
open {_gui} to player
I've already tried placing it everywhere, but I always get an error.