Solved How to remove commands

Discussion in 'Bukkit Help' started by dragonrykr, Aug 19, 2012.

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

    dragonrykr

    I want to remove some commands from my admins (/killall, /setspawn, /op) but when i type this permissions:
    Code:
    admin:
        build: true
        prefix: '&1[Admin]&f'
        permissions:
        - -essentials.killall
        - -essentials.kill.force
        - -essentials.setspawn
        - -bukkit.command.op
        - '*'
    Admins can still use the /op command. Please tell me how to remove it for them.
     
  2. Offline

    Gunnerrrrr

    if there op you cant take permissions away.
     
  3. Offline

    Switch0r

    Remove their op ingame and delete your ops.txt
     
  4. Offline

    dragonrykr

    well on my server admins arent ops they only have those permissions
     
  5. Offline

    breezeyboy


    I dunno if u can see but you have given your admins every cmd ingame, remove the perm '*'
     
  6. Offline

    chaseoes

    Put -bukkit.command.op UNDER where you give them the * node.
     
    swift_y likes this.
  7. Offline

    dragonrykr

    still admins can op themselves...,
    and also does the ops.txt ,,reappear" when i run the server after deleting it
     
  8. No that works as long as it comes after the negative permission nodes. Basically it is giving them all permission nodes and then removing some from that.
     
  9. Offline

    Tanite

    Which permissions plugin is this? PEX likes the negated nodes above the *, but some others may not.

    You may also want to give your full plugin list.
     
    XanderCrews01 likes this.
  10. Offline

    dragonrykr

    Its PEX
    Plugins are: AntiAd, AntiCheat, AuthMe, BlockControl, ChatManager, ChestShop, Citizens, dynmap, dynmap-essentials, dynmap-Factions, dynmapPlotMe, Essentials, Factions, GeoIPTools, GroupManager, MachinaCraft, iConomy, IPCompare, Jail, Lift, Lockette, LogBlock, MailBox, MCDocs, MineBackup, MobArena, ModifyWorld, MoneyDrop, Multiverse-Core, Multiverse-Inventories, Multiverse-Portals,NoSpawn, PEX, PlotMe, pvparena, SafeWorld, SimpleSpleef, Skillz, SpamGuard, WorldEdit, WorldGuard, AutoMessages, CleanroomGenerator, Vault
     
  11. Offline

    jacklin213

    y are u running groupmanager with PEX get rid of one of them
     
  12. Offline

    Tanite

    Yeah they are competing products. Choose one and configure your permissions for it.
     
  13. Offline

    dragonrykr

    well then PEX

    still when i delete GroupManager, the admins can use the /op command

    Hello, Can anybody Help!

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

    jacklin213

  15. Offline

    dragonrykr

  16. Offline

    jacklin213

    there is no such thing as build true in PEX
    i thought someone made it clear to move the - '*' node above the negated nodes
     
  17. Offline

    actionforgames

  18. Offline

    dragonrykr

    Still my admins can op themselves -.-. Can you show me what nodes i need to type where?
     
  19. Offline

    dragonrykr

  20. Offline

    jacklin213

    - -bukkit.command.op.give
     
  21. Offline

    dragonrykr

    even if i add then node like this:
    Code:
     admin:
        build: true
        prefix: '&1[Admin]&f'
        permissions:
        - '*'
        - -essentials.killall
        - -essentials.kill.force
        - -essentials.setspawn
        - -bukkit.command.op.give
    They can still op others and themselves! Is this some kind of bug or error

    Any help?

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

    jacklin213

    U need to take op off them first and then let then try op someone else
     
  23. Offline

    dragonrykr

    i did that but still...
     
  24. Offline

    afistofirony

    This is not right, if you put '*' first your permissions plugin will stop checking and allow access to all commands. Try this:

    Code:
    admin:
      build: true
      prefix: '&1[Admin]&f'
      permissions:
      - -essentials.killall
      - -essentials.kill.force
      - -essentials.setspawn
      - -bukkit.command.op.give
      - '*'
     
  25. Offline

    dragonrykr

    Oh man some people say put * down some up. I am Confused!
     
  26. Offline

    Necrodoom

    * needs to be down, since its PEX.
     
  27. Offline

    dragonrykr

    well, when i turn with PEX myself into admin a deop myself into ops.txt i launch server type /op Dragonrykr and i am /op :(.
     
  28. Offline

    dragonrykr

    still
    it is problem!
     
Thread Status:
Not open for further replies.

Share This Page