# &#x20;How to install and setup Luckperms

#### How to install and setup Luckperms

### What is Luckperms, and why should I use it over PermissionsEx / GroupManager?

LuckPerms is an advanced, flexible, modern permissions plugin that allows you to configure exactly how you want your server to work. You should use it over PermissionsEx as PEx is currently unmaintained.

### How to install LuckPerms

1. Download the latest version for your platform (IE Bukkit / Bungee / SpongeForge) from <https://luckperms.github.io/>
2. Use an [FTP Client](https://winscp.net/eng/download.php) or the **`File Manager`** to upload the LuckPerms jar to your server’s **`plugins`** directory.
3. Start your server, wait for it to fully start, Luckperms is Successfully installed

### How to set up a basic admin group and add yourself to it

* To create the group through console, type **`lp creategroup admin`**
* To add yourself to the group you can use **`lp user <yourname> parent add admin`**
* To add permissions to the group use **`lp group admin permission set <permission>`**

**Adding a prefix**

Adding prefixes is slightly more complicated in LuckPerms. Firstly make sure you have a chatmanager such as EssentialsXChat, and you’ll also need vault. Next, each prefix has to have a weight. Essentially this decides which prefix is chosen if a user is in multiple groups, so for example it’s best to have owner at 100, admin at 90, moderator at 80, etc. Once you’ve decided that you can use the command **`lp group <name> meta addprefix <weight> <prefix>.`** More information can be found on [LuckPerms’ wiki](https://github.com/lucko/LuckPerms/wiki/Prefixes,-Suffixes-&-Meta).

### How to import permissions from another plugin &#x20;

Importing permissions from a plugin such as PermissionsEx is easy with LuckPerms.

1. Firstly, install LuckPerms as shown at the top of this article, but leave PEx/GM installed.
2. In console type **`lp migration <plugin>`**, for example **`lp migration PermissionsEx`**. LuckPerms will notify you if it needs any more information to complete the move
3. Enjoy your new permissions setup!

&#x20;

### LuckPerms Wiki

&#x20;

\
It’s worth familiarising yourself with the LuckPerms wiki before using the plugin - you can find this at \_<https://github.com/lucko/LuckPerms/wiki/home_.\\>
If you’re unsure feel free to checkout our video guide above!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://know.endercloud.in/faq-minecraft/how-to-install-and-setup-luckperms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
