Skip to content

Instantly share code, notes, and snippets.

@Chew
Last active April 4, 2020 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chew/209c1302d4dbe31c042f72e73d85ad06 to your computer and use it in GitHub Desktop.
Save Chew/209c1302d4dbe31c042f72e73d85ad06 to your computer and use it in GitHub Desktop.
Converting EssentialsX Perms to Luckperms

Convert EssentialsX default perms to LuckPerms

The hardest part of moving on from essentials handling permissions to being a big boi server owner is getting past the wow thats a lot of perms EssX gives to default players. This guide helps you give your players the perms they deserve(TM).

  1. Copy all the nodes under player-commands into a text file example

Remove commented outs one as needed

  1. Find and replace - <-- with space with essentials. <-- with dot

example

  1. Run /lp editor in-game, and open up the link it gives

  2. Click the Groups > Default group

  3. Click this box and copy your perms from the text file into this box

the box

  1. Click the plus button off to the side

plus

Should have something similar

this

  1. Click save in the top right, then copy and paste the command into chat

done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment