1
Permission Help [Feedback Needed]
so i gave a group on my server, essentials.break.bedrock and it wont work! Why?
9
Dumb question, when you're editing the configs for things, what program are you using?
If you say Notepad or Word, that's your first problem.
If you say Notepad or Word, that's your first problem.
Still Doesnt Work D:
Do you have a website where I could look at your current donor rewards?
Well, What good perks/perms do you recommend for them
I haz a tut on that. - http://www.planetminecraft.com/blog/ser ... -tutother/
Just a piece of advice, not a good donation perk people will mine through the bedrock, fall from the world and die and then be super pissed about it. Your server of course so I don't want to tell you how to do things but I could see this being an issue.
You're very welcome I'm glad it helped
You're very welcome I'm glad it helped
Its the higest donator rank! And thank you!
Ok first of all, why on earth would you want them to be able to break bedrock?
Permission control
Assuming a player doesn't have 'essentials.build' permission or 'build: true' in their permissions file, they will be checked for item based permissions whenever they try to place, interact with or break a block.
The permissions follow the following syntax:
essentials.build.place.<id>
essentials.build.place.<id>:<data>
essentials.build.break.<id>
essentials.build.break.<id>:<data>
essentials.build.interact.<id>
essentials.build.interact.<id>:<data>
essentials.build.craft.<id>
essentials.build.craft.<id>:<data>
essentials.build.pickup.<id>
essentials.build.pickup.<id>:<data>
essentials.build.drop.<id>
essentials.build.drop.<id>:<data>
These permissions can be given directly or be given using wildcards, so for example its possible to do the following:
permissions:
- essentials.build.*
- -essentials.build.place.29
Which would allow a user to place/break every type of block except for placing pistons.
Permission control
Assuming a player doesn't have 'essentials.build' permission or 'build: true' in their permissions file, they will be checked for item based permissions whenever they try to place, interact with or break a block.
The permissions follow the following syntax:
essentials.build.place.<id>
essentials.build.place.<id>:<data>
essentials.build.break.<id>
essentials.build.break.<id>:<data>
essentials.build.interact.<id>
essentials.build.interact.<id>:<data>
essentials.build.craft.<id>
essentials.build.craft.<id>:<data>
essentials.build.pickup.<id>
essentials.build.pickup.<id>:<data>
essentials.build.drop.<id>
essentials.build.drop.<id>:<data>
These permissions can be given directly or be given using wildcards, so for example its possible to do the following:
permissions:
- essentials.build.*
- -essentials.build.place.29
Which would allow a user to place/break every type of block except for placing pistons.
