1st i'm usin pex and i dont want to change it ... 2nd pex got an demote / promote option combined with rank ladders (example like bottom) i use /pex [promote/demote] [user] [ladder] Code: /pex promote Herp normal should move Herp from noob to member (works for me) but if i use Code: /pex promote Herp moderate there is a error message "User is not in this ladder" sure because herp is just in group 'noob' (default) but also he has to be in group 'player' but setten the default:true in both groups didnt work ... is there a way to assign more than 1 group by default? Code: groups: Noob: default: true permissions: - mc.perm.1 - mc.perm.2 options: rank: '100' rank-ladder: normal Member: permissions: - mc.perm.3 - mc.perm.4 options: rank: '90' rank-ladder: normal VIP: permissions: - mc.perm.5 - mc.perm.6 options: rank: '80' rank-ladder: normal Player: permissions: - mc.perm.x.1 - mc.perm.x.2 options: rank: '100' rank-ladder: moderate Mod: permissions: - mc.perm.x.3 - mc.perm.x.4 options: rank: '90' rank-ladder: moderate admin: permissions: - mc.perm.x.5 - mc.perm.x.6 options: rank: '70' rank-ladder: moderate
You use this to change there group: /pex user <user> group set <group> [world] but if you want to add them to a group and have them as member and vip say, you would use: /pex user <user> group add <group> [world] [lifetime]
sure, but how do i get this automated ? every user should get group noob and group player if they enter the server for the 1st time ... but atm they just get the noob group ...
If you put the permissions from group 'Player' to group 'Noobs' than they are 'like' in 2 groups. They can do the same things, execute same commands etc.
but they have to be in 2 groups xD because the group 'player' has no permission notes ... only the option: rank-ladder: moderate and rank: '100' so if i promote him normal (/pex promote <user> he'll become Noob->Member->Vip but if i promote him with the tag (/pex promote <user> moderate ) he'll become player->mod->admin. So he is in 2 different rank-ladders all the time, but i cant promote him on the moderate ladder, if he has no group from this ladder. so he needs to get 2 default groups with different rank-ladder options.
Fix: Use /pex user [player] group ADD [groupname] Instead of setting the users group it will just add this too the list of groups
sure, but if i use this, i have to type this for every user on my server and i want to assing the groups by default like the ordinary "default" group.
didnt work ... atm Users need to be in 3 default groups to use all features: 1. "nopvp" 2. "member" 3. "player" The system is dynamic: 1. Users can switch with /pvp and /nopvp the first group between pvp and nopvp (which will enable and disable the pvp system) 2. the second group defines the build-rank-ladder so the group can be promoted to "worker" and "builder" so they earn more permissions to use /time or /give 3. the last group defines the moderate-rank-ladder and player can be promoted to "User", "Vip", "Mod", "Adm" and earn more moderating permissions like /mute / kick /tp and so on ... The Problem is, that every new user need to be in all 3 groups by default, but Im not online all the time to do '/pex user add group' and i can only set 1 group with 'default: true'. How do I get the Server assign more than 1 (in my case 3) default groups.