Need some help with permissions

Discussion in 'Bukkit Help' started by Carlos Fuentes, May 10, 2011.

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

    Carlos Fuentes

    Heya guys, I run a MC server (duh haha) and I need some help working permissions.

    My plugins: Worldguard, Worldedit, DefaultCommands

    As it is now, Ops are the only people with ANY permission. There is no status between Op and normal user.

    So, if someone could recommend me a nice plugin to use for permissions that is compatible with Worldguard and Worldedit, that would be amazing. I would reeeallllyyyy appreciate it if you could actually write me the permissions file, since I've tried using Permissions for example, but have NO idea what I'm doing :p

    The things I need: I need for normal users to be able to use the /region claim command in worldguard, so that they can claim their own regions and protect them without needing an admin/op/mod/whatever to do it for them.

    I also need the following groups:

    Admin
    -Can use all commands. EVERYTHING.

    Mod
    -Can use all commands, EXCEPT for /give and /item

    Submod
    -Can use /mute, /tp, /tphere, /setwarp

    Regular user
    -As said above, can claim their own regions using /region claim


    If anyone can make me that permissions file, that would be amazingggg. My MC name is metroidpwner, in case you need it.

    Thanks for any help!!
     
  2. Offline

    uvbeenzaned

    This one has worked great for me: Permissions by TheYeti (works with your listed plugins). I can't really make you a personalized permissions config file but you could follow the guide at the Permissions wiki. Follow the config file setup there and you should be on your way to success. Here are your plugins permission nodes to use to set up your config for permissions:

    Default Commands Permissions (open)

    - dc.do A powerfull build: true, add it to groups that you want to be able to build.
    - dc.help /help
    - dc.who /who
    - dc.worlds /worlds
    - dc.create /create
    - dc.setspawn.* Setspawn, * = world
    - dc.spawnmob.* Spawnmob, * = mob
    - dc.join.self.* Join, * = world
    - dc.join.other.* Join, * = world
    - dc.join.all.* Join , * = world
    - dc.fly.self /fly
    - dc.fly.other /fly
    - dc.fly.all /fly
    - dc.god.self /god
    - dc.god.other /god
    - dc.god.all /god
    - dc.name.self /name
    - dc.name.other /name
    - dc.name.all /name
    - dc.give.self /give
    - dc.give.other /give
    - dc.give.all /give
    - dc.spawn.self.* /spawn, * = world
    - dc.spawn.other.* /spawn, * = world
    - dc.spawn.all.* /spawn, * = world
    - dc.stack /stack
    - dc.remove /stack 0
    - dc.teleport.self.* Teleport, * = world
    - dc.teleport.other.* Teleport, * = world
    - dc.teleport.all.* Teleport, * = world
    - dc.home.self Home
    - dc.home.otherHome
    - dc.home.all Home
    - dc.sethome.self /sethome
    - dc.sethome.other /sethome
    - dc.sethome.all /sethome
    - dc.warp.self.* Warp, * = warp
    - dc.warp.other.* Warp, * = warp
    - dc.warp.all.* Warp, * = warp
    - dc.setwarp /setwarp
    - dc.delwarp /delwarp
    - dc.warps /warps
    - dc.creative.self /creative
    - dc.creative.other /creative
    - dc.creative.all /creative
    - dc.health.self /health- dc.health.other /health
    - dc.health.all /health
    - dc.time.* /time , * = world
    - dc.inventory /inventory
    - dc.killnear.* /killnear, * = world
    - dc.clearnear.* /clearnear, * = world
    - dc.jump.* /jump, * = world
    - dc.disconnect /disconnect
    - dc.dc /dc
    - dc.flint_and_steel.* * = world (Allows the player to use flint and steel)
    - dc.repeat /repeat
    - dc.online /online
    - dc.weather.* * = world
    - dc.ignoremob.self /ignoremob
    - dc.ignoremob.other /ignoremob
    - dc.ignoremob.all /ignoremob
    - dc.nopickup.self /nopickup
    - dc.nopickup.other /nopickup
    - dc.nopickup.all /nopickup
    - dc.instakill.self /instakill
    - dc.instakill.other /instakill
    - dc.instakill.all /instakill
    - dc.freeze.self /freeze
    - dc.freeze.other /freeze
    - dc.freeze.all /freeze
     
  3. Offline

    Carlos Fuentes

    Props to this guy! thanks!
     
  4. Offline

    uvbeenzaned

    Thanks for the compliment! Glad to be able to help you. Post on my profile page if you ever need any help from me again. ;):D
     
Thread Status:
Not open for further replies.

Share This Page