How to deactive "op"

Discussion in 'Bukkit Discussion' started by Tendonsie, Apr 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Tendonsie

    Hey,

    I use permissionsEX. So al my permissions are done by that.

    But I want to deactivate the "/op" en op rank of bukkit himself.
    How to do that?

    Reason: there was a player who hacks the server and give himself the "op" rank.
    And not a permissions group. So I want to disable this. Thx.
     
  2. Offline

    yttriuszzerbus

    If you are not using offline-mode, players cannot hack to get themselves OP, assuming they don't have the node bukkit.command.op
    If you are running in offline-mode, change to online-mode ASAP.
     
  3. Offline

    Orcworm

    Use a plugin such as PlgDisableCmd to block /op and hence the new exploit, not a perfect solution but it'll do for the time being.
     
  4. Offline

    Nathan C

    Yep, do what Orcworm says. Then you can still OP people, but only through the console.
     
  5. Offline

    JWhy

    I put a bukkit.yml for it:
    aliases:
    op:
    - suicide

    So its funny to watch them killing theirselves
     
    Lolmewn and efstajas like this.
  6. All you need to do is for the rank that has op and u don't want them to then add the permission node:

    -bukkit.command.op

    So it would look something like this in permissionsex

    - -bukkit.command.op
     
  7. Offline

    efstajas

    Wait, there IS an actual exploit?
     
  8. Offline

    Lolmewn

    I thought EvilSeph said there wasn't, but I'd like to know this too.

    Oh, on a side note, check the config.yml for PEX, there's a "Op has all perms" option there. Just set it to false and that should fix some things :)
     
  9. Offline

    Orcworm

    Maybe not the best choice of wording but it looks to be a legitimate problem if you have dumb staff who join any old server if they're asked to.
     
Thread Status:
Not open for further replies.

Share This Page