Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Luckperms | 1,744 | 1 | 7 days ago | 5 | February 09, 2022 | 54 | mit | Java | ||
A permissions plugin for Minecraft servers. | ||||||||||
Essentials | 1,641 | 14 hours ago | 169 | gpl-3.0 | Java | |||||
The modern Essentials suite for Spigot and Paper. | ||||||||||
Permissionsex | 474 | 2 months ago | 41 | apache-2.0 | Java | |||||
A powerful permissions plugin for Minecraft | ||||||||||
Imageonmap | 162 | a year ago | 84 | other | Java | |||||
Repo for ImageOnMap, a bukkit plugin created to display any image using a map | ||||||||||
Mcpescripts | 160 | 7 years ago | JavaScript | |||||||
A collection of scripts for use with BlockLauncher, and therefore, Minecraft Pocket Editon (Android). | ||||||||||
Luckpermsweb | 148 | 3 months ago | 73 | mit | Vue | |||||
Website & online apps for LuckPerms. | ||||||||||
Flux Networks | 78 | 3 months ago | 38 | mit | Java | |||||
Wireless Energy - Minecraft Forge Mod | ||||||||||
Simplecloud | 77 | 14 days ago | 5 | mit | Kotlin | |||||
A simple alternative to other minecraft cloud systems | ||||||||||
Groupmanager | 70 | 16 days ago | 1 | gpl-3.0 | Java | |||||
The original permission plug-in for Spigot/Bukkit. | ||||||||||
Chatty | 62 | a month ago | 56 | mit | Java | |||||
Bukkit-compatible chat plugin with multiple chat-modes. |
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:
For more information, see the wiki article on Why LuckPerms?
LuckPerms uses Gradle to handle dependencies & building.
git clone https://github.com/lucko/LuckPerms.git
cd LuckPerms/
./gradlew build
You can find the output jars in the loader/build/libs
or build/libs
directories.
There are some automated tests which run during each build.
common/src/test
standalone/src/test
.If you make any changes or improvements to the plugin which you think would be beneficial to others, please consider making a pull request to merge your changes back into the upstream project. (especially if your changes are bug fixes!)
LuckPerms loosely follows the Google Java Style Guide. Generally, try to copy the style of code found in the class you're editing.
The project is split up into a few separate modules.
LuckPerms is licensed under the permissive MIT license. Please see LICENSE.txt
for more info.