STIPE Official Forum

STIPE Servers and Support => Minecraft => Topic started by: crazy on 22 January 2019, 22:14:12

Title: How to give players EssentialsX Permissions? (eg /sethome)
Post by: crazy on 22 January 2019, 22:14:12
How to give players EssentialsX Permissions? (eg /sethome)

There are two ways to do this:
Option 1: Install a permissions system (LuckPerms, PermissionsEx, etc).  This is powerful method and allows you to set permissions for each player or group. BUT it's very complicated and you will have to spend time learning the system.


Option 2: The other option is the easy way, just edit the plugins/Essentials/config.yml file and set use-bukkit-permissions: false

This will activate up the "player-commands" section which is located in the same file and give permissions to all players based on the list in the "player-commands" section.
 You can remove a command that you don't want them to give, but that's all you can do. You can't set up groups.
Title: Re: How to give players EssentialsX Permissions? (eg /sethome)
Post by: Techman on 23 January 2019, 13:34:02
Great tutorial!