By default, Minecraft plugins come with their own set of permissions assigned to server operators, meaning that if a user wants to have access to them they must be set as an operator in the server’s console, risking and compromising the security of your Minecraft server, a huge risk to take more in consideration if you want to run a server in a high scale, where it’s really necessary to keep a group division between normal users, users with custom benefits (commonly called VIPs), and the moderation team. Fortunately, there are plugins designed for this purpose, such as LuckPerms.

What’s LuckPerms?

LuckPerms is a Minecraft plugin that allows to create different groups or ranks and assign them permissions coming from other plugins, allowing to create groups of moderators, administrators, helpers, builders, users, and VIPs and assign them unique permissions and own features, granting the server’s security and imposing a hierarchy. You can create a VIP rank and, with a plugin like Tebex, assign it automatically to a user after making a purchase in the designated server’s webshop; limit the existing moderation tools for helpers and moderators, allowing you to keep the most powerful commands to the higher-ups and more trustworthy users; or even allow your builders to use worldedit and any other plugin’s building commands without being administrators!

Aside from other similar plugins, LuckPerms has been getting constantly updated as the years came by and it’s completely free. LuckPerms counts with his own powerful web editor that will let you configure the permissions of the server in real-time at any moment, even allowing you to see a list of the permissions added by other plugins, making the configuration process very intuitive and really easy. Groups and permissions can also be configured through the server’s console or in-game, is up to you!

In this guide, we’ll go through the installation process (manually or through the Plugins tab from our game panel), the use of the web editor, how to create a group, and assign permissions (from our other plugin’s tutorials), and players to it. We’ll also create a few example groups that you may find really useful. 

Installing LuckPerms

Manually

  • Head to the plugin’s official page
  • Download the version that suits your server type.
    • If you’re using Spigot or Paper, chose ‘Bukkit’
LuckPerms plugin versions

The LuckPerms file will be downloaded on your pc, now you’ll need to upload it to your server

  • Access your server through SFTP, if you don’t know how you can follow this guide
  • Locate the file previously downloaded
  • Drag and drop it on the Plugins folder at the root of your server files
  • Restart the server

Mod Manager

  • In the game panel, head to the Plugins tab
  • In the search bar, type LuckPerms, and wait for it to load
  • Click the ‘Install plugin’ button
  • Restart the server

LuckPerms has been installed! now we’ll go through some of the configurations so you can set your first group with permissions

How to use LuckPerms

Before starting, we’ll need to set ourselves as server operators so we can access the LuckPerms commands.

  • Access your server console and set yourself as a operator by typing:
/op Your Username

Use the LuckPerms web editor

Before starting, we’ll need to set up the web editor for the first time, this can be done by doing the following:

  • In the server’s console (or in-game), type the following command:
/lp editor
  • A new message will appear, copy the url and access it on your browser
    • Alternatively, you can just click on it
LuckPerms editor url in-game
  • You’ll be greeted by the following message:
LuckPerms verification code to link the editor and the server
  • Run the command in-game, you won’t need to authorize the browser again in the future
    • Alternatively, you can click on the green text to authorize it

The plugin will be connected to the editor temporarily, and we’ll be able to make changes directly without any issues!

Create a Group

We can now start creating groups, for this example we’ll create a group called User with a few colors in the prefix, there are two ways to do this:

Through the server:

Type

/lp creategroup Name of the group Weight

For example: 

/lp creategroup user 10

We’ll have to assign the prefix now, for this we’ll use the following command:

/lp group user meta addprefix 10 "&8[&6User&8]" 

In this example, ‘user’ is the group we’re modifying with the meta addprefix command, 10 is the weight, and the value is the color and text that will appear before our name in the chat.

Through the web editor:

  • You should see a sidebar at your left, hover your cursor over the Groups section
  • Hit the + button
  • A new window with a few boxes corresponding to the values of the group will pop up, you can modify them as you wish. For example:
Creating a group through the LuckPerms Web editor
Group name: group id that will use for the commands

Weight: number of priority the rank will take over others, the more the weight the more the priority

Display name: Alias you can use to identify the group

Prefix: The text that will appear behind our name in the chat, it supports colors as in the example above. Make sure you have Vault installed or it won’t work

Parent: The group from which our new group will inherite permissions, all the users get placed into the ‘default’ group initially.

Suffix: The text that will show next to our name, it supports color as well.

We’re creating a group with an id of ‘user’, a weight of 10, a display name or alias of ‘Default User’, and a prefix of &8[&6User&8].

  • Make sure to click the Add group button when finished. It should look like this:
LuckPerms web editor permissions
  • Hit the save button at the top right corner of the screen to save the changes made and avoid losing progress.

If your editor ran out of time due to inactivity, you may get the following message:

  • Copy the command and run it on your server console
  • Create a new web editor session through the /lp editor command

Add users to a group

Through the server

You can add users to a group by using the following command in the console:

/lp user Player Name parent add Name of the Group

For the example above, we’d use

/lp user Iceline parent add user

A message will show up in the console letting you know the command has been processed

The prefix from the rank showing up in color

As you can see, the user Iceline has the prefix (with colors) we assigned to the user group

You can remove a user from a group by using this command:

/lp user Username parent remove Group

Through the web editor:

  • Click on the ‘Users’ dropdown at the left sidebar
  • Here you’ll see a list of the server users, click on the username you want
Users permissions on the Web editor
  • The user information will show up
  • Head to the ‘Parent Groups’ + green button and click it,
  • All the available groups assignable to that user will show up, which in this case is the ‘user’ group we created before.
  • Click on it, a new permission will be added to the user’s information.
  • Save the changes

You can remove a user from a group at any time by pressing the X on the name and saving the changes

Assign permissions

Now that we’ve established how to create a group and assign players to it, we can finally start going further into the assignment of permissions. There are two ways to do this

With a command through the console:

We’ll use the ‘permission set’ subcommands from /lp group or /lp user for this, type:

/lp group Group Name permission set Permission.Name true/false 

You could also set a permission for a specific player, just replace ‘group’ with ‘user’ and ‘Group Name’ with the name of the player

/lp user Username permission set Permission.Name true/false  

For example, we’ll add the EssentialsX tpa, tpacancel and tpaccept permissions to the User group we had previously created, meaning that any player on the ‘User’ group will have access to those commands

/lp group user permission set essentials.tpa true
/lp group user permission set essentials.tpacancel true
/lp group user permission set essentials.tpaccept true 

Through the web editor:

We can also use the web editor to add permissions for our groups in a more intuitive way, letting you look at a list of the available permissions from that plugin.

Select a group and type the permissions in the ‘add permissions’ box at the end of it. We’ll now add the warp and warp.list permissions from EssentialsX to our User group

There you can also modify the expiration date or the context in which this permission will be applied (On a specific world-only for example).

  • Once you’ve typed the permissions, set the Value to true.
  • Press the +Add button on the right.
  • Save the changes.

Remove Permissions

The process to remove permissions from a group is more or less the same as assigning it, it can also be done in two ways:

With a command through the console:

By using the “permission unset” subcommands from /lp group or /lp user

/lp group Group Name permission unset Permission.Name
/lp user Player Name permission unset Permission.Name

For example, if we want to remove one of the permissions previously assigned to the group ‘User’ we’ll do it this way:

/lp group user permission unset essentials.tpa

Through the web editor: 

Select the group, you’ll see a list with every permission, just press the X at the right of the permission you want to remove, then save the changes

Inheriting permissions between groups

You can set the permissions to be “inherited” or “passed” to another group or user, essentially saving time by removing the need to write the same lines again and again for each group. 

Through a command in the console:

We’ll use the ‘parent add’ and ‘parent remove’ subcommands from /lp group and /lp user for this. This is the syntax:

/lp group Group Name 1 parent add Group Name 2

This means that Group 1 will inherit the permissions assigned to Group 2.

For example, we want our User group to inherit the permissions assigned to the Default group (which in this case, is essentials.afk):

/lp group user parent add default

Every player assigned to the ‘User’ group will now also have access to the EssentialsX /afk command. You can also remove it at any time through the “parent remove” subcommand, for example:

/lp group user parent remove default

Through the web editor:

  • Select a group
  • Under its name, you’ll find the ‘Parent Groups’ section, press the + button
  • A dropdown box will appear with every group created.
  • Click on the group you want to assign and save the changes

That’s it! you’ve now learned how to create your own groups, assign permissions, and how to inherit permissions between groups. You can now create your own group hierarchies and limit the commands on your server!

We’ve created a few group examples with permissions from our other plugins tutorials for Minecraft, which you can see here

Group Examples

Create a VIP Group 

We are going to create a VIP group with some special benefits from EssentialsX commands and a custom prefix, this is really useful since we can then sell this rank to other players on the server by using a plugin like Tebex, which will help with the costs of the server.

We’ll start by creating a group named ‘VIP’, with its own prefix, a weight of 20 (meaning that it will take priority over the default group, whose value is set to 10) and that will take the User group we created as the “parent” (and inherit all the permissions set to it)

Aside from the default permissions, we’ll assign special features such as:

-Access to /heal /feed /nick /echest
-The possibility of creating more than 1 home (to a maximum of 5 assigned to the group VIP in the EssentialsX config.yml file)
-Use colors in the chat and nickname

So we have to add the following permissions:

Create a Moderator Group

We’ll also need to make sure to have our own group of staff to make sure the server rules are being followed. We’ll start by creating a group called Moderators with a weight of ‘50’ (to make sure it gets priority over any other groups created, such as higher VIP ranks), with the VIP group as the parent (so it also gets the special benefits) and with its own custom prefix

Since they will be in charge of enforcing the server rules, we want to make sure to give them some of the moderation tools already covered in our EssentialsX tutorial, those being /ban /mute /jail /tempban and /banip, alongside other tools that may be helpful such as /gamemode, /god and /fly

Create an Admin Group

Creating an admin group is easy, as we would usually assign all the permissions from each plugin to it, we’ve set its weight to 90 so it gets priority over all the previously created ranks and set a custom prefix too, it is not usually needed to set a parent for it since we’ll be assigning all the permissions to this group anyway.

To assign all the permissions corresponding to that plugin, we’ll use the ‘wildcard’ (*), in this example we’ve assigned to the group Admin all the permissions from AuthMe Reloaded, EssentialsX, Duels and WorldEdit.

Facing any issues?

Make sure you’ve written the permission correctly. If you are still having issues after this, feel free to contact Iceline Hosting’s support for further assistance.

Start your Minecraft journey today with one of our servers!