deny permission if op

Discussion in 'Plugin Development' started by dvargas135, Oct 3, 2015.

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

    dvargas135

    can someone make an example code of when a player is opped, they automatically get the specified permission in config?
     
  2. Offline

    SuperSniper

    @dvargas135 Have you tried anything yourself? Lots of people on here don't like spoon-feeding. I do spoon-feed some people, but only once I've seen that they tried hard. So, have you even attempted anything?
     
    mine-care likes this.
  3. Offline

    dvargas135

    I haven't tried... Honestly I don't know how to do it :(
     
  4. Offline

    SuperSniper

    @dvargas135 Im guessing you're a beginning Java developer, you might wanna learn some more before attempting to do this.
     
  5. Offline

    dvargas135

    Could you please show me an example of adding a permission to an opped player?
     
  6. Offline

    SuperSniper

    @dvargas135 Opped players already have every permission, unless you have Group Manager or PEX, then you have to manually give them the "*" permission
     
  7. Offline

    boomboompower

  8. Offline

    dvargas135

  9. Offline

    boomboompower

    Still pretty easy. Just put a - before the permission e.g
    Code:
     -bukkit.help
    Would stop them getting it.
     
    BaconStripzMan likes this.
Thread Status:
Not open for further replies.

Share This Page