FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Command block will not allow for commands to be set #137

Closed Larry1123 closed 11 years ago

Larry1123 commented 11 years ago

There are no error but even when a player is a server OP and is in creative mode, trying to set a what command a command block is to use returns to the player "Must be an opped player in creative mode"

14mRh4X0r commented 11 years ago

Yeah, we replaced the native permission checking with our own one, but it seems to have messed up command blocks. Players who can ignore restrictions (flag 1 in users/groups or the ignoresrestrictions column in mysql) can now set command block commands, but only if they're allowed to execute it themselves.