
LuckPerms
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions.
The latest downloads, wiki & other useful links can be found on the project homepage at luckperms.net.
It is:
- fast - written with performance and scalability in mind.
- reliable - trusted by thousands of server admins, and the largest of server networks.
- easy to use - setup permissions using commands, directly in config files, or using the web editor.
- flexible - supports a variety of data storage options, and works on lots of different server types.
- extensive - a plethora of customization options and settings which can be changed to suit your server.
- free - available for download and usage at no cost, and permissively licensed so it can remain free forever.
For more information, see the wiki article on Why LuckPerms?
Building
LuckPerms uses Gradle to handle dependencies & building.
Requirements
- Java 21 JDK or newer
- Git
Compiling from source
git clone https://github.com/LuckPerms/LuckPerms.git
cd LuckPerms/
./gradlew build