Instead of "homes" = "10", that place in the config should contain:
"warrior" = "2"
"captain" = "5"```
And so on for all your ranks that you want to give more homes (If that gives an error, add a comma after "1" and "2")
Then you give Player the permission `essentials.homes.multiple.player`, and you gove Warrior the permission `essentials.homes.multiple.warrior` and so on for each of your ranks.
It is not possible to use PermissionsEX to give money. You must find another plugin for that.
Can anyone tell me if Iāve done anything wrong in the json? I think itās all good but Iām not exactly the best doing this http://pastebin.com/Cc7YmLuu
OKI have looked at your file, but i donāt fully understand it.
I see that you have two ranks (default, moderation) and you have added them some groups.
The groups are the same for one rank, only the difference is in homes and these rewards that I will give the player?
And the same for the second rank?
Is possible to post full PEX config file to have a look at it?
And is needed then to each group put the option ārankā=āxxā, where xx is the number of each rank to have the possibility to then switch it?
If is possible can you explain me the complete rank system?
Iām just rambling here, but maybe thereās an easier way than full docs
Some kind of ādefaultā configuration (linked in OP) might be helpful, the same way the original PermissionsEx did. It would give new users something to start from, and might help resolve some questions.
I asked for it but now, Iām preparing it, but need understand some features of PEX and complete some basic permissions from the vanilla, sponge and some basic mods
Iām having a hard time setting default permissions. Do I need to manually add every user that joins into the base group Iāve create? If I add a user to the āGruntsā group, it works as expected, however I cannot get the default users to take this permission by default. What am I missing?
They get no permissions. A new user is very locked down. They can build n such, but they canāt chat, warp, or set home or whatever I have set in the āGruntsā group. I thought the partā¦
⦠would do the trick, but it isnāt working the way I thought it would.
If I add the user to the āGruntsā group, it works perfectly. Ladder works, all that works, but I donāt know if there is a way to handle unknown users, or if I have to add everyone that joins. I donāt want to have a giant list of users in there if I donāt have to.
Yeah, the issue there is youāve added the default parent to the segment restricted to only local users (the contexts part). Add a new segment to the default:default subject (a new object in the subjectās list), and add the parent there.
Now the commands work, but the chat doesnāt, I think that has to do with the channels in Core though, I can send chats and join channels and what not, but I donāt see the chat messages. My admin user sees it though, so I know it is going through. Iāll post back when I figure out that part.
Also, a JSON validator is extremely handy, for those having formatting problems, check this site http://jsonlint.com Itāll show you where your invalid commas and spacing are.
EDIT
I was missing the permission node for ācore.channel.receiveā, once I added that, I can see the chats now! w00t!
I got several rank ladders to work by changing the default in the command to staff, and anything else should work as well. Hereāre my rank ladders as they ended up in permissions.json:
But I donāt fully understand the settings. You have there created two ranks" default and staff. Is it correct? Each rank work independently?
When we work with Default. You have there added 4 groups. When I change the ranks, then the player who I changed the rank will skip from one group to another? Thats the point of the ranks? And all settings and changes are then made in the appropriate group?
I would wish if somebody who has big knowledge of this plugin/mod to make tutorial becasue for somebody its easy to use,but for me i have no idea how to use it or add groups or add premissions and on my server i added Pex and Core and when i am opped i have no premissions to any command why is that?
And i have āop-permission-level=4ā set in server.properties
Yes, that is correct. Each rank ladder works independently.
If you promote or demote someone within the rank ladder default, they will move from one group to another inside the same rank ladder. For example, promoting someone from Helpers to Mods will remove them from the group Helpers and add them to the group Mods. That is the point of the ranks, yes