ability to bypass permission checking on a PlayerEntity in scripting
jsrfuture opened this issue ยท 9 comments
I'm trying to do a simple /claim command, so it claim a 3x3 chunk around the players without giving them worldedit.selection.expand command because I want them to claim chunk, only.
Here's my attempt:
http://pastebin.com/rxscGB9q
It always says "the console cannot run that command".
This command only works with player entities. There is no way to specify a player.
Thanks again, using doas @sender did work, can't hide the chat spam but everything seem to work just like i wanted.
Do you want the ability to run a command as a player but with the permissions of server?
And ability to hide chat spam?
well, yes that pretty much exactly what i want. Is there an alternative? Though what i did was my only option, i'm a complete novice.