/execute Permissions?
Diamssword opened this issue · 4 comments
I wonder if there is a way to use the /execute vanilla command with Forge Essentials : when I try to execute something, like : /execute @e[type=Item] ~ ~ ~ /say a , of it fail beacause the items don't have te permission to execute à commande.
Any idea of how to solve this problem?
Also, of course, I'm in 1.8.9
You are trying to run a console command as a player. These commands can only be used in command blocks. But if you do want to run such a command as a player, you should wrap it into a script. Use Server.runCommand() in the script to get that job done.
for spacebuilder : yes, but I want to use it in commands blocks conceptions to focus specifics entities (like armorstand), also, it seems to work only with real players.
Zethalion : It dosen't work in commands blocks neither,and I'm not familiar with the scripts methods, but thx.