Essentials Permissions Setup

Discussion in 'Bukkit Help' started by devWaleed, Apr 9, 2014.

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

    devWaleed

    Hey, I have learned how to use GroupManager. I modified the default permissions which comes with the plugin to my likings.

    My server has Survival mode, Towny, PartyChat and McMMO and anti-advertise.

    I want my users, to build anywhere (wilderness). Not in spawn ofc. Users can buy plot and build safely. I have put party chat permission nodes in it too.

    Code:
    # These groups only contain permission nodes.
    #
    # **** You can NOT add anything other than permission nodes ****
    # **** This is NOT where you set up the groups which you give to users! ****
    # **** goto groupmanager/worlds/worldname/groups.yml if you want to set the actual groups! ****
    #
    # These collections are to be inherited in your different worlds groups.yml's
    # They can also be added as one of a users subgroups, but NOT as a primary group.
    # These collections are available to ALL group and user yml's.
    #
    # Add to and customize these groups to fit your needs.
     
    groups:
     
    # Permission nodes for GroupManager
    # by ElgarL, snowleo, continued from gabrielcouto's original
    # http://wiki.ess3.net
     
      g:groupmanager_default:
        permissions:
        - groupmanager.notify.self
     
      g:groupmanager_moderator:
        permissions:
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manpromote
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - groupmanager.manwhois
        - groupmanager.notify.other
     
      g:groupmanager_admin:
        permissions:
        - groupmanager.mantogglevalidate
        - groupmanager.mansave
        - groupmanager.mangcheckp
        - groupmanager.manglistp
        - groupmanager.manucheckp
        - groupmanager.manulistp
     
    # Permission nodes for CraftBukkit
    # by many devs and contributors
    # http://dl.bukkit.org/
     
      g:bukkit_default:
        permissions:
        - bukkit.broadcast.user
        - -bukkit.command.plugins
        - chatparty.user
        - chatparty.leader
      g:bukkit_moderator:
        permissions:
        - bukkit.command.ban
        - bukkit.command.ban.ip
        - bukkit.command.ban.player
        - bukkit.command.gamemode
        - bukkit.command.kick
        - bukkit.command.unban
        - bukkit.command.unban.ip
        - bukkit.command.unban.player
        - chatparty.admin
      g:bukkit_admin:
        permissions:
        - bukkit.broadcast
        - bukkit.broadcast.admin
        - bukkit.command.give
        - bukkit.command.help
        - bukkit.command.kill
        - bukkit.command.list
        - bukkit.command.me
        - -bukkit.command.op
        - -bukkit.command.op.give
        - -bukkit.command.op.take
        - bukkit.command.plugins
        - bukkit.command.reload
        - bukkit.command.save
        - bukkit.command.save.disable
        - bukkit.command.save.enable
        - bukkit.command.save.perform
        - bukkit.command.say
        - bukkit.command.stop
        - bukkit.command.teleport
        - bukkit.command.tell
        - bukkit.command.time
        - bukkit.command.time.add
        - bukkit.command.time.set
        - bukkit.command.version
        - bukkit.command.whitelist
        - bukkit.command.whitelist.add
        - bukkit.command.whitelist.disable
        - bukkit.command.whitelist.enable
        - bukkit.command.whitelist.list
        - bukkit.command.whitelist.reload
        - bukkit.command.whitelist.remove
     
    # Permission nodes for Essentials
    # by ementalo, snowleo, and KHobbits
    # http://dev.bukkit.org/server-mods/essentials/
     
      g:essentials_default:
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.jail.allow.help
        - essentials.jail.allow.helpop
        - essentials.jail.allow.rules
        - essentials.afk
        - essentials.afk.auto
        - essentials.back
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.book
        - essentials.compass
        - essentials.delhome
        - essentials.depth
        - essentials.home
        - essentials.ignore
        - essentials.itemdb
        - essentials.kit
        - essentials.kits.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.pay
        - essentials.ping
        - essentials.recipe
        - essentials.seen
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.signs.use.*
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.jail.allow.mail
        - essentials.jail.allow.ping
        - essentials.jail.allow.seen
     
      g:essentials_moderator:
        permissions:
        - -essentials.spawner.enderdragon
        - essentials.afk.kickexempt
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.book.title
        - essentials.book.others
        - essentials.broadcast
        - essentials.chat.url
        - essentials.chat.magic
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.exp.others
        - essentials.ext
        - essentials.fly
        - essentials.fly.safelogin
        - essentials.getpos
        - essentials.getpos.others
        - essentials.helpop.receive
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.kits.*
        - essentials.msg.magic
        - essentials.mute
        - essentials.mute.notify
        - essentials.nick.color
        - essentials.nick.others
        - essentials.realname
        - essentials.seen.banreason
        - essentials.seen.extra
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.spawner.*
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.vanish
        - essentials.vanish.effect
        - essentials.warps.*
        - essentials.weather
        - essentials.whois
        - essentials.workbench
        - essentials.world
        - essentials.worlds.*
        - essentials.jail.allow.jails
        - essentials.jail.allow.togglejail
     
      g:essentials_admin:
        permissions:
        - -essentials.backup
        - -essentials.essentials
        - -essentials.setspawn
        - -essentials.reloadall
        - -essentials.plugin
        - essentials.*
        - worldguard.*
        - worldedit.*
        - coreprotect.*
        - advertise.admin
     
      g:towny_default:
        permissions:
        - towny.wild.*
     
      g:towny_admin:
        permissions:
        - towny.*
    Can you please check if all the permissions are set correctly?

    And also my groups.yml file:

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Member:
        default: true
        permiissions: []
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Manager:
        default: false
        permissions:
        - '*'
        inheritance:
        - Admin
        info:
          prefix: ''
          build: true
          suffix: ''
    
    I haven not added MCMMO permissions nodes yet. I'll do it later.

    Also suggest me what more permissions should I set and what not for any rank you think. I am a beginner in MC server setup.


    -Thanks :)
     
  2. Offline

    JSmooth101

    If you want users to build, you enable "build" (as you have). You can simply use worldguard (along with Worldedit) to protect a spawn region, so users can not build there. Allowing users to buy/build a plot would also require a plugin (try Plotme).
     
  3. Offline

    JaguarJo

    devWaleed You've got a typo in your Member group; you accidentally put double i's in permissions.
     
Thread Status:
Not open for further replies.

Share This Page