Solved [GroupManager][Factions] How to set so only OPS can make factions

Discussion in 'Bukkit Help' started by Greentoast555, Apr 20, 2014.

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

    Greentoast555

    First off, if you're reading this, then thank you for spending your time into a noob that most likely doesn't know what he's doing.

    Second off, the issue I need help with is making it so that any non-OP'd rank not be able to make factions. I do NOT mean make them able to make factions, but make them UNable to make factions. Please respond to this, I would greatly appreciate it!
     
  2. Offline

    JWhy

    Deny their factions.create permissions.
    With GroupManager you'd add the permission prefixed with a dash:
    Code:
    groups:
      Default:
        default: true
        permissions:
        - -factions.create
     
    Greentoast555 likes this.
  3. Offline

    Greentoast555

    Thank you so much! It would have taken me a very long time to figure this out without you!
     
Thread Status:
Not open for further replies.

Share This Page