A permissions plugin for Minecraft servers.
Go to file
2017-03-11 18:26:29 +00:00
api Fix getAllNodes cache not working properly, remove pre-process contexts on Bungee & cleanup some unused methods 2017-03-11 17:55:50 +00:00
bukkit Migrate group weightings onto the group itself as well as to the chat meta held by it 2017-03-11 18:24:25 +00:00
bukkit-legacy Events rewrite, remove most deprecated API methods (v3.0) 2017-02-19 14:57:20 +00:00
bungee Fix getAllNodes cache not working properly, remove pre-process contexts on Bungee & cleanup some unused methods 2017-03-11 17:55:50 +00:00
common Fix mistake in removeprefix/removesuffix command descriptions 2017-03-11 18:26:29 +00:00
sponge Migrate group weightings onto the group itself as well as to the chat meta held by it 2017-03-11 18:24:25 +00:00
.gitignore Update .gitignore 2016-10-30 13:37:25 +00:00
default-lang.yml Run exporter in own thread and process user exports concurrently 2017-03-10 20:44:19 +00:00
LICENSE.txt Include license file in the jars 2017-01-19 19:03:59 +00:00
pom.xml remove placeholder expansion from main project 2017-03-11 14:02:17 +00:00
README.md Update readme 2017-03-10 23:30:08 +00:00

alt text

LuckPerms Build Status

LuckPerms is an advanced permissions implementation aiming to be a fast, reliable and flexible alternative to existing permission plugins. The project's main goals are centered around high performance and a wide feature set, filling the gaps of functionality and building upon existing features found in other plugins.

LuckPerms also includes an extensive API for developers, and support for a variety of Minecraft server software & data storage options.

See the charts below for a partial list of features & comparison with other providers.

Building

LuckPerms uses Maven to handle dependencies.

Requirements

  • Maven 3.3.x (the older versions will not work.)
  • Git

Then run

git clone https://github.com/lucko/LuckPerms.git
mvn clean package

License

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

LuckPerms vs Other Plugins

Bukkit

alt text

Sponge

alt text

Thanks

JProfiler

Thanks to ej-technologies for granting LuckPerms an open source licence to their Java Profiling Software.