LuckPerms-DBA/README.md

44 lines
2.3 KiB
Markdown
Raw Normal View History

2016-09-15 03:16:36 +08:00
![alt text](https://i.imgur.com/7TwJZ5e.png "Banner")
2016-07-26 10:39:56 +08:00
# LuckPerms [![Build Status](https://ci.lucko.me/job/LuckPerms/badge/icon)](https://ci.lucko.me/job/LuckPerms/)
2017-01-28 04:37:27 +08:00
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](https://github.com/lucko/LuckPerms#luckperms-vs-other-plugins) for a partial list of features & comparison with other providers.
* [Spigot Plugin Release Page](https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-system.28140/ "Spigot Plugin Page")
* [Sponge Plugin Release Page](https://forums.spongepowered.org/t/luckperms-an-advanced-permissions-system/14274 "Sponge Plugin Page")
2016-07-22 04:40:24 +08:00
2017-01-28 04:37:27 +08:00
## Useful Links
2016-08-02 21:12:06 +08:00
* **Development Builds** - <https://ci.lucko.me/job/LuckPerms>
* **Javadocs** - <https://jd.lucko.me/LuckPerms>
2016-08-21 00:49:23 +08:00
* **Wiki** - <https://github.com/lucko/LuckPerms/wiki>
2016-07-26 10:39:56 +08:00
2017-01-28 04:37:27 +08:00
## Building
LuckPerms uses Maven to handle dependencies.
2016-08-20 04:54:40 +08:00
2017-01-28 04:37:27 +08:00
#### Requirements
* Maven 3.3.x (the older versions will not work.)
* Git
2016-11-13 01:27:15 +08:00
2017-01-28 04:37:27 +08:00
#### Then run
```sh
git clone https://github.com/lucko/LuckPerms.git
mvn clean package
```
2016-11-13 01:27:15 +08:00
2017-01-28 04:37:27 +08:00
## License
LuckPerms is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/lucko/LuckPerms/blob/master/LICENSE.txt) for more info.
2016-09-15 03:16:36 +08:00
2016-08-24 17:24:37 +08:00
## LuckPerms vs Other Plugins
2016-10-09 17:58:14 +08:00
### Bukkit
2016-08-24 17:24:37 +08:00
![alt text](https://static.lucko.me/luckperms-compare-copy.png "Feature comparison")
2017-01-28 04:37:27 +08:00
###### _Features checked on 23rd Aug 2016. If you find any inaccuracies, please let me know._
2016-10-09 17:58:14 +08:00
### Sponge
![alt text](https://static.lucko.me/luckperms-compare-sponge.png "Feature comparison")
2017-01-28 04:37:27 +08:00
###### _Features checked on 8th Oct 2016. If you find any inaccuracies, please let me know._
2016-09-10 16:04:59 +08:00
2017-01-28 04:37:27 +08:00
## Thanks
2016-09-10 16:04:59 +08:00
[![JProfiler](https://www.ej-technologies.com/images/product_banners/jprofiler_large.png)](http://www.ej-technologies.com/products/jprofiler/overview.html)
2017-01-28 04:37:27 +08:00
Thanks to ej-technologies for granting LuckPerms an open source licence to their [Java Profiling Software](http://www.ej-technologies.com/products/jprofiler/overview.html "Java Profiler").