[REQ] Simple Plugin Request

Discussion in 'Archived: Plugin Requests' started by Klausar, Jul 20, 2012.

  1. Offline

    Klausar

    Hey, I hope someone can help me, I want my friends to be OP, but I don't want them to cheat, so I want to remove EVERY command like /gamemode 1 or /give that allows to cheat. Only vanilla commands, since I don't use plugins. I hope someone is in the mood to do this :)
     
  2. Offline

    np98765

    Permissions...

    (And /gamemode and /give are vanilla commands.)
     
  3. Offline

    Klausar

    1. Permissions can't take permissions from OP's
    2. I know that they are vanilla commands. That's what I said.
     
  4. Offline

    -_Husky_-

    You can do this through plugin,

    if(p.isOp()) return false;
     
  5. Offline

    LexLaiden

    Use Permissions and give them all commands except the ones you don't want them to have.
    Create a group for this and then give them that group.
     

Share This Page