1
HELP WITH PERMS?!?!
i have been trying for atleast 8 hours on youtube and searching on google how to set up PEX and many other group manager plugins and i havent gotten one to work and i have even copy and pasted pre-made permissions can someone help? i am on 1.7.9 and its a bukkit server
20
So are you using Pex, groupmanger... or both? You're posting your code for the groupmanager one, but not the pex one.
i have tried both
Okay. So back to PEX. What exactly doesn't work? You don't know how to setup? Add permissions? Make groups? What?
the config looks ok. Not sure, you didn't put it in a pastie!!
Just the globalgroups.yml now
Just the globalgroups.yml now
If you could I'd like to see the globalgroups file and the config.
Don't really need all the config, just the part about mirrors.
There's nothing wrong with the yaml, it's the default text isn't it?
Edit: Also, what are your world names? Any world specific permission s you need to set up?
Don't really need all the config, just the part about mirrors.
There's nothing wrong with the yaml, it's the default text isn't it?
Edit: Also, what are your world names? Any world specific permission s you need to set up?
the only world name there is in the file is world but i have world and nether and end and a creative worlsd that you go in to through multi verse
and the permissions i need setup are the survival game perms and essentials and lwc and multiverse and i think thats it here is the config
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: true
# Default setting for 'mantogglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
# ************************************************************************************************************************************************************
# *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
# ************************************************************************************************************************************************************
allow_commandblocks: false
data:
save:
# How often GroupManager will save it's data back to groups.yml and users.yml
minutes: 10
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 24
logging:
# Level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
settings:
config:
# With this enabled anyone set as op has full permissions when managing GroupManager
# The user will be able to promote players to the same group or even above.
opOverrides: true
# Default setting for 'mantogglevalidate'
# true will cause GroupManager to attempt name matching by default.
validate_toggle: true
# ************************************************************************************************************************************************************
# *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
# ************************************************************************************************************************************************************
allow_commandblocks: false
data:
save:
# How often GroupManager will save it's data back to groups.yml and users.yml
minutes: 10
# Number of hours to retain backups (plugins/GroupManager/backup)
hours: 24
logging:
# Level of detail GroupManager will use when logging.
# Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
level: INFO
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
all_unnamed_worlds:
- users
- groups
# world2: (World2 would have it's own set of user and groups files)
# world3:
# - users (World3 would use the users.yml from world2, but it's own groups.yml)
# world4:
# - groups (World4 would use the groups.yml from world2, but it's own users.yml)
# world5:
# - world6 (this would cause world6 to mirror both files from world5)
okay here is the link the main thing i need is the survivalgames plugin to work for all groups
http://pastebin.com/jRBbgbM3
http://pastebin.com/jRBbgbM3
luigi_vampazackdvais20382blizzardlyDo NOT hit tab. YAML hates tabbing, copy & pasting, and anything to mess with the overall format of the document.
i use the 4 spaces instead of tab but how will copying and pasting ruin it?
Use notepad++
then go to Settings > Preferences > Tab Settings and check the box that says Replace tab with space.
Then you go TAB your little heart out! haha
Yaml parse errors halved for me after that.
Edit: This website is a gem too. Paste in the left, shows errors in the right.
http://yaml-online-parser.appspot.com/
Also, (been a while since I've seen any errors) but didn't notepad++ have a small yaml parser integrated? Not much but it changes the colour of a line of text to red when not formatted properly?
i have that littearly everything is right but it doesnt work nothing i do with these damn permissions are working and it makes no sense at all because i am doing everything every video says and everything people on here are saying to do
Do NOT hit tab. YAML hates tabbing, copy & pasting, and anything to mess with the overall format of the document.
i use the 4 spaces instead of tab but how will copying and pasting ruin it?
Use notepad++
then go to Settings > Preferences > Tab Settings and check the box that says Replace tab with space.
Then you go TAB your little heart out! haha
Yaml parse errors halved for me after that.
Edit: This website is a gem too. Paste in the left, shows errors in the right.
http://yaml-online-parser.appspot.com/
Also, (been a while since I've seen any errors) but didn't notepad++ have a small yaml parser integrated? Not much but it changes the colour of a line of text to red when not formatted properly?
2nd Edit: If you're going show people configs, put it in pastebin or somewhere similar then post the link. Retains the formatting. The group text you posted earlier isn't possible to tell if the spacing is correct.
then go to Settings > Preferences > Tab Settings and check the box that says Replace tab with space.
Then you go TAB your little heart out! haha
Yaml parse errors halved for me after that.
Edit: This website is a gem too. Paste in the left, shows errors in the right.
http://yaml-online-parser.appspot.com/
Also, (been a while since I've seen any errors) but didn't notepad++ have a small yaml parser integrated? Not much but it changes the colour of a line of text to red when not formatted properly?
2nd Edit: If you're going show people configs, put it in pastebin or somewhere similar then post the link. Retains the formatting. The group text you posted earlier isn't possible to tell if the spacing is correct.
ProPerson9898Ok so if you use GroupManager after you install it by dragging it into your plugins folder Reload or Restart your Server. Once that is done you can do /mangadd GROUPNAME Ok after that you can add permissions with /mangaddp GROUPNAME permission l After if you have a big list of permissions that you would like to copy Here's an example
# 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:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance: []
info:
prefix: '&7[&2User&7]&8'
build: true
suffix: ''
In the config that's what a group should look like.
Hope this helped.
Okay i am still confused thats what mine looks like but i am trying to add more perms and when i do it with notepad++ it doesnt work and i cant do it in-game but i seriously need this asap this is what mine looks like but i need perms for lwc and survivalgames and essentials and bettershop and chestshop
# 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:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance:
- g:groupmanager_default
- g:bukkit_default
- g:essentials_default
- g:towny_default
info:
prefix: '&e'
build: false
suffix: ''
Builder:
default: false
permissions: []
inheritance:
- default
- g:essentials_builder
- g:towny_builder
info:
prefix: '&2'
build: true
suffix: ''
Moderator:
default: false
permissions: []
inheritance:
- builder
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator
info:
prefix: '&5'
build: true
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- moderator
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
prefix: '&c'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
- -vanish.effects.*
- +vanish.effects.toggle.all
inheritance:
- admin
info:
prefix: '&4'
build: true
suffix: ''
Ok so if you use GroupManager after you install it by dragging it into your plugins folder Reload or Restart your Server. Once that is done you can do /mangadd GROUPNAME Ok after that you can add permissions with /mangaddp GROUPNAME permission l After if you have a big list of permissions that you would like to copy Here's an example
# 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:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance: []
info:
prefix: '&7[&2User&7]&8'
build: true
suffix: ''
In the config that's what a group should look like.
Hope this helped.
# 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:
Default:
default: true
permissions:
- -bukkit.command.kill
inheritance: []
info:
prefix: '&7[&2User&7]&8'
build: true
suffix: ''
In the config that's what a group should look like.
Hope this helped.
bump
And you've tried this tutorial?
https://github.com/PEXPlugins/Permissio ... ions-Setup
https://github.com/PEXPlugins/Permissio ... ions-Setup
Yes i have and it didnt work nothing seems to work i even deleted a perm and copy and pasted it back and then it stopped working just because i touched it, i dont know what else to do but i NEED this done. and if this will help you help me the plugins i have are survivalgames and lwc and essentials world guard world edit and autocast.
Use GroupManager, it will work with the generic Essentials you're using.
okay here is the link the main thing i need is the survivalgames plugin to work for all groups
http://pastebin.com/jRBbgbM3
http://pastebin.com/jRBbgbM3
globalgroups, config.yml
