A permissions plugin for Minecraft servers.
Go to file
2017-05-08 20:17:51 +01:00
.locale Update zh-CN locale (#281) 2017-05-08 20:17:51 +01:00
api show uuid in log messages if username is null 2017-04-21 21:28:50 +01:00
bukkit Fix zPerms parent group migration for users, and fix migration of temporary memberships 2017-05-08 17:45:17 +01:00
bukkit-legacy Cleanup poms, update copyright header 2017-04-15 19:01:52 +01:00
bungee Refactor Patterns to PatternCache 2017-05-07 13:56:42 +01:00
common Refactor Patterns to PatternCache 2017-05-07 13:56:42 +01:00
sponge Support sponge selector resolution - closes #275 2017-05-07 22:52:45 +01:00
.gitignore Update .gitignore 2016-10-30 13:37:25 +00:00
LICENSE.txt Cleanup poms, update copyright header 2017-04-15 19:01:52 +01:00
pom.xml Cleanup poms, update copyright header 2017-04-15 19:01:52 +01: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.