[go: up one dir, main page]

Skip to content

R00tB33rMan/LuckPerms

 
 

Repository files navigation

LuckPerms

Build Status javadoc Maven Central Discord

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.

You can find LuckPerms's latest downloads, wiki & other valuable links 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 the web editor.
  • flexible - supports various data storage options and works on many different server types.
  • extensive - many customization options and settings that can be changed to suit your server.
  • free - available for download and use at no cost and permissively licensed to remain free forever.

For more information, see the wiki article on Why LuckPerms?

Building

LuckPerms uses Gradle to handle dependencies & building.

Requirements

  • Java 17 JDK or newer
  • Git

Compiling from source

git clone https://github.com/LuckPerms/LuckPerms.git
cd LuckPerms/
./gradlew build

You can find the output jars in the loader/build/libs or build/libs directories.

Tests

Some automated tests run during each build.

Contributing

Pull Requests

If you make any changes or improvements to the plugin that would benefit others, please consider making a pull request to merge your changes into the upstream project. (especially if your changes are bug fixes!)

LuckPerms loosely follows the Google Java Style Guide. Try to copy the style of code found in the class you're editing.

Project Layout

The project is split up into a few separate modules.

  • API - The public, semantically versioned API used by other plugins wishing to integrate with and retrieve data from LuckPerms. This module (for the most part) does not contain any implementation itself and is provided by the plugin.
  • Common - The standard module contains most code implementing the respective LuckPerms plugins. This abstract module reduces duplicated code throughout the project.
  • Bukkit, BungeeCord, Fabric, Forge, Nukkit, Sponge & Velocity - Each uses the standard module to implement plugins on the respective server platforms.

License

LuckPerms is licensed under the permissive MIT license. Please see LICENSE.txt for more information.

About

A permissions plugin for Minecraft servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%