Cuberite Forum
Permssions for Essentials and or World Edit - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html)
+--- Thread: Permssions for Essentials and or World Edit (/thread-2358.html)



Permssions for Essentials and or World Edit - eszlarie - 02-08-2016

How do i add permissions for these plugins such as Essentials.* in the WebAdmin?


RE: Permssions for Essentials and or World Edit - tonibm19 - 02-08-2016

Look at Essentials README. https://github.com/cuberite/Essentials/blob/master/README.md
There you have all the commands and their permissions.
Look for WE github too, all information should be there.


RE: Permssions for Essentials and or World Edit - NiLSPACE - 02-08-2016

This would be a great article for the user manual @bearbin

The way Cuberite uses ranks might a bit different compared to other Minecraft servers. In Cuberite you create groups in the Permissions page of the Core. Once you've created a group you can add permissions or restrictions to it by pressing the Edit button. Restrictions act like a blacklist. If I want a user to use all of the Core's command except /ban I simply give a group the 'core.*' permission and the 'core.ban' restriction. When the server has to look up if a player has the 'core.ban' permission it is first checked if the permission is in the restrictions.

By using groups you can organize your permissions. I can create a group called "CoreUsers" and give permissions for commands like /help or /players, or I can create a group with the name WorldEditUsers that defines a few WorldEdit commands that players might use.

When then creating a rank in the Core's Rank page in the webadmin I can assign these groups to the ranks. You can assign multiple groups to a rank. For example in the Gallery server we gave the Default rank the groups CoreUsers for basic core commands, GalUsers for basic gallery commands and WEUsers for WorldEdit commands. You can also edit the visuals for the ranks.


RE: Permssions for Essentials and or World Edit - eszlarie - 02-08-2016

(02-08-2016, 02:36 AM)tonibm19 Wrote: Look at Essentials README. https://github.com/cuberite/Essentials/blob/master/README.md
There you have all the commands and their permissions.
Look for WE github too, all information should be there.

Is there also a README for worldedit?


RE: Permssions for Essentials and or World Edit - NiLSPACE - 02-08-2016

Of course Smile https://github.com/cuberite/WorldEdit/blob/master/README.md


RE: Permssions for Essentials and or World Edit - eszlarie - 02-08-2016

(02-08-2016, 05:05 AM)NiLSPACE Wrote: Of course Smile https://github.com/cuberite/WorldEdit/blob/master/README.md

THANKS SO MUCH, I thought I would never get these permissions done Smile!!!