Author Topic: How to give players EssentialsX Permissions? (eg /sethome)  (Read 86678 times)

crazy

  • Administrator
  • Sr. Member
  • *******
  • Posts: 398
  • Karma: +6/-0
    • View Profile
    • STIPE website (This one!)
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.

Techman

  • Jr. Member
  • **
  • Posts: 91
  • Karma: +1/-0
  • 6 Years with Stipe!
    • View Profile
Re: How to give players EssentialsX Permissions? (eg /sethome)
« Reply #1 on: 23 January 2019, 13:34:02 »
Great tutorial!