I'm constantly stuck in one thing
I'm working on a prison script
execute console command "fill %{_x}-2% 254 %{_z}-2% %{_x}+2% 250 %{_z}+2% glass outline"
Create a glass prison in your current location 255 where the player is.
But it doesn't work if the player is in nether
So instead of "console", I changed it so that the player gets a command
execute {_player} command "fill %{_x}-2% 254 %{_z}-2% %{_x}+2% 250 %{_z}+2% glass outline"
It works well when i have permission, but it doesn't work when i don't have permission
How can I fix this problem?