Solved Are these the right permissions for these commands?

Discussion in 'Bukkit Help' started by Carlo_97, Feb 25, 2012.

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

    Carlo_97

    I want to stop other players (ops included) to use these commands on me: /kill; /ban; /deop...
    I wrote these permissions nodes:
    Code:
        - -essentials.kill.carlo_97
        - -bukkit.command.op.take.carlo_97
        - -bukkit.command.ban.carlo_97
        - -essentials.ban.carlo_97
    Are they ok?
     
  2. Offline

    ZeroZX4

    1st remove them from ops.txt in main bukkit folder

    than

    - -essentials.kill
    - -essentials.ban
    - -bukkit.command.op
    - -bukkit.command.ban
    - -bukkit.command.kick
    - -bukkit.command.take
    - -bukkit.command.stop
    - -permissions.manage.users
    - -permissions.manage.membership
     
  3. Offline

    Carlo_97

    But if i remove the /op they cannot do any commands... I want that other admins have op but cannot do anything to me.
     
  4. Offline

    ZeroZX4

    looook !!! ur nickname is in ops.txt it give u permissions to all plugins got it ?


    but if you give someone .* for specific plugins example

    - essentials.*
    - worldedit.*
    - worldguard.*


    and if that is all plugins u have than still that give same power as placing nick in ops.txt

    its just different way of doing that

    now all u need is group when ur ops got this permissions above and than just below that permissions give them negative permissions of things u dont want them to do for example



    - essentials.*
    - -essentials.kick
    - -essentials.ban
    - worldedit.*
    - -worldedit.wand
    - -worldedit.select
    - worldguard.*
    - -worldguard.region

    its just an example but well in short of it it should look like that

    there r also default bukkit permissions

    http://wiki.bukkit.org/CraftBukkit_commands

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  5. Offline

    Carlo_97

    Kk, I'll try it. But if - -<something> how can I set it so that they can ban everyone else except me (carlo_97)?
     
  6. Offline

    ZeroZX4

    if u r on ops.txt than they should not be able to touch u

    but if u really want

    - -bukkit.command.ban.carlo_97
    - -essentials.ban.carlo_97

    but than dont give them

    - -bukkit.command.ban
    - -essentials.ban
     
Thread Status:
Not open for further replies.

Share This Page