1
Looking for help with permissions
Ok, basically, I have tried and failed, and then failed again, and again with permissions for my bukkit server. I have PermissionsBukkit. Here is what I want:
Admin: /mute /ban /banip /kick /tp /nuke (from nuke plugin, forget what its called) /vanish /fly
Head-Mod: /mute /ban /kick /tp /fly
Mod: /mute /kick
Chat-Mod: /mute
Resident: (default) /tpa /list /seen /warp, /pay /balance plus I want them to be able to build, break, place, etc, in wild (Towny Plugin). I do not want any essential commands like /hat or anything. I also want ranks to inherit the permissions from lower ranks, the ranks are in order from best to lowest. (admin to Resident)
List of Plugins: Essentials, Towny, Permissionsbukkit, iConomy, Chestshop,
Thanks in advance!
Admin: /mute /ban /banip /kick /tp /nuke (from nuke plugin, forget what its called) /vanish /fly
Head-Mod: /mute /ban /kick /tp /fly
Mod: /mute /kick
Chat-Mod: /mute
Resident: (default) /tpa /list /seen /warp, /pay /balance plus I want them to be able to build, break, place, etc, in wild (Towny Plugin). I do not want any essential commands like /hat or anything. I also want ranks to inherit the permissions from lower ranks, the ranks are in order from best to lowest. (admin to Resident)
List of Plugins: Essentials, Towny, Permissionsbukkit, iConomy, Chestshop,
Thanks in advance!
9
With groupmanager, your groups.yml is the basic yaml you want to use that will be similar to the old permissions.yml file. Global groups is only something you can hook into the groups.yml
Ok, so I got groupmanager. Absolutly clueless as to how to use it. If anyone could help, that would be great. so, lets see this is what I want:
Admin: /mute /ban /banip /kick /tp /nuke (from nuke plugin, forget what its called) /vanish /fly
Head-Mod: /mute /ban /kick /tp /fly
Mod: /mute /kick
Chat-Mod: /mute
Resident: (default) /tpa /list /seen /warp, /pay /balance plus I want them to be able to build, break, place, etc, in wild (Towny Plugin). I do not want any essential commands like /hat or anything. I also want ranks to inherit the permissions from lower ranks, the ranks are in order from best to lowest. (admin to Resident)
And I uploaded my globalgroups.yml to pastie.
http://pastie.org/7491621
Admin: /mute /ban /banip /kick /tp /nuke (from nuke plugin, forget what its called) /vanish /fly
Head-Mod: /mute /ban /kick /tp /fly
Mod: /mute /kick
Chat-Mod: /mute
Resident: (default) /tpa /list /seen /warp, /pay /balance plus I want them to be able to build, break, place, etc, in wild (Towny Plugin). I do not want any essential commands like /hat or anything. I also want ranks to inherit the permissions from lower ranks, the ranks are in order from best to lowest. (admin to Resident)
And I uploaded my globalgroups.yml to pastie.
http://pastie.org/7491621
Mind uploading them to http://pastie.org/ and linking here instead? The format is lost in the way you did it.
thats pretty much what I want, Also, how do I assign a player, to say, Admin or something.
uh, ok. Ill just copy/paste it.
Permission bukkit config.yml
Permission bukkit config.yml
Click to reveal
# PermissionsBukkit configuration file
#
# A permission node is a string like 'permissions.build', usually starting
# with the name of the plugin. Refer to a plugin's documentation for what
# permissions it cares about. Each node should be followed by true to grant
# that permission or false to revoke it, as in 'permissions.build: true'.
# Some plugins provide permission nodes that map to a group of permissions -
# for example, PermissionsBukkit has 'permissions.*', which automatically
# grants all admin permissions. You can also specify false for permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a user is
# not specified here, or does not have a 'groups' node, they will be in the
# group 'default'. Permissions for individual users may also be specified by
# using a 'permissions' node with a list of permission nodes, which will
# override their group permissions. World permissions may be assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will also be
# assigned to those players. Groups can also inherit permissions from other
# groups. Like user permissions, groups may override the permissions of their
# parent group(s). Unlike users, groups do NOT automatically inherit from
# default. World permissions may be assigned to groups with a 'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no message
# will be displayed to the player if PermissionsBukkit prevents them from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.
users:
HeroCC:
permissions:
*: true
essentials.*: true
groups:
- admin
groups:
default:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
helper:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
chathelp:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
mod:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
headmod:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
essentials.ban: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
admin:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
essentials.ban: true
essentials.ipban: true
essentials.vanish: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
messages:
build: '&cYou can't build in this area!'
debug: false
#
# A permission node is a string like 'permissions.build', usually starting
# with the name of the plugin. Refer to a plugin's documentation for what
# permissions it cares about. Each node should be followed by true to grant
# that permission or false to revoke it, as in 'permissions.build: true'.
# Some plugins provide permission nodes that map to a group of permissions -
# for example, PermissionsBukkit has 'permissions.*', which automatically
# grants all admin permissions. You can also specify false for permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a user is
# not specified here, or does not have a 'groups' node, they will be in the
# group 'default'. Permissions for individual users may also be specified by
# using a 'permissions' node with a list of permission nodes, which will
# override their group permissions. World permissions may be assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will also be
# assigned to those players. Groups can also inherit permissions from other
# groups. Like user permissions, groups may override the permissions of their
# parent group(s). Unlike users, groups do NOT automatically inherit from
# default. World permissions may be assigned to groups with a 'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no message
# will be displayed to the player if PermissionsBukkit prevents them from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.
users:
HeroCC:
permissions:
*: true
essentials.*: true
groups:
- admin
groups:
default:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
helper:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
chathelp:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
mod:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
headmod:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
essentials.ban: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
admin:
permissions:
essentials.tpa: true
essentials.tpaccept: true
essentials.tpdeny: true
essentials.tpahere: true
essentials.afk: true
essentials.motd: true
essentials.rules: true
essentials.spawn: true
essentials.helpop: true
essentials.help: true
essentials.kick: true
essentials.mute: true
essentials.tempban: true
essentials.ban: true
essentials.ipban: true
essentials.vanish: true
towny.wild.build: true
towny.wild.break: true
towny.wild.switch: true
messages:
build: '&cYou can't build in this area!'
debug: false
Alternatively, you could upload the file you're having trouble with, rather than having someone do it for you from scratch. More learning on your own part, and then you'll know how to manage them in the future.
Also, as stated, permissionsbukkit is a bit outdated. However I believe it still supports current versions. Other perms plugins include:
http://dev.bukkit.org/server-mods/bpermissions
http://dev.bukkit.org/server-mods/privileges
group manager (essentials' download site)
And my own, which is in my sig (however, we're a little down low on features atm )
Also, as stated, permissionsbukkit is a bit outdated. However I believe it still supports current versions. Other perms plugins include:
http://dev.bukkit.org/server-mods/bpermissions
http://dev.bukkit.org/server-mods/privileges
group manager (essentials' download site)
And my own, which is in my sig (however, we're a little down low on features atm )
Ok. thanks! Ill check it out!
My pleasure.
ProjectGeminiOk, basically, I have tried and failed, and then failed again, and again with permissions for my bukkit server. I have PermissionsBukkit. Here is what I want:
Admin: /mute /ban /banip /kick /tp /nuke (from nuke plugin, forget what its called) /vanish /fly
Head-Mod: /mute /ban /kick /tp /fly
Mod: /mute /kick
Chat-Mod: /mute
Resident: (default) /tpa /list /seen /warp, /pay /balance plus I want them to be able to build, break, place, etc, in wild (Towny Plugin). I do not want any essential commands like /hat or anything. I also want ranks to inherit the permissions from lower ranks, the ranks are in order from best to lowest. (admin to Resident)
List of Plugins: Essentials, Towny, Permissionsbukkit, iConomy, Chestshop,
Thanks in advance!
Hey,
Look I dont think your going to find anyone that would want to help you. What I suggest doing is totally drop permissionsbukkit and Use groupmanager. It is a little more heavy however it has "Default" ranks and permissions. Also youll have access to the essentials support team which is going to be 100x better than the forums. Group manager is also overall easier to use.
