Major issue with command mechanic
Summary
Describe the bug encountered in detail.
Steps to reproduce
Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.
Current behavior
I have a boss that is intended to do a combo. At the end of the combo, a glowstone box should spawn around the target (using FAWE). It WAS working a few days ago, but now no world edit commands are being run. Another command is //drain 30 . This is not working either
Server log
When the mob tries to run the drain command, it says this:
04.12 03:22:47 [Server] Server thread/INFO ...7e484 run replacenear 30 water air<--[HERE]
For those who will say "You didn't include another "/" before the command!" I have tried with both 0, 1, and 2 "/"s. I assume this is the same problem that is occurring with the glowstone box, but I am unsure.
Debug log snippet
This is how I have it written as a skill
- command{c="/replacenear 30 water air";ac=true;asOp=true} ~onTimer:20 1
The glowstone box is written as
- command{c="/hsphere glowstone 2";at=true;asOp=true}
I have no idea why they do not work, please help.
EDIT
I have discovered PART of the problem. For some reason, if not opped, the command will not run. This should not be happening as I have set asOp (and have tried just op) to true. World edit says I do not have permission to run the command!