From cba12c3e78777235688787b5bbd464afd8278581 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 26 Jul 2016 03:39:56 +0100 Subject: [PATCH] Update readme --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faa51676..fef67c6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# LuckPerms +# LuckPerms [![Build Status](https://ci.lucko.me/job/LuckPerms/badge/icon)](https://ci.lucko.me/job/LuckPerms/) A permissions implementation for Bukkit/BungeeCord. +## Links +* **Development Builds** - +* **Javadocs** - + ## Features * **Group inheritance** - users can be members of multiple groups, groups can inherit other groups * **Temporary permissions** - users/groups can be given permissions that expire after a given time @@ -66,6 +70,24 @@ depend: [LuckPerms] ``` All of the available methods can be seen in the various interfaces in the `luckperms-api` module. +You can add LuckPerms as a Maven dependency by adding the following to your projects `pom.xml`. +````xml + + + luck-repo + https://ci.lucko.me/plugin/repository/everything/ + + + + + + me.lucko.luckperms + luckperms-api + 1.4 + + +```` + ## Commands Command usage is printed to the console/chat whenever invalid arguments are provided. Simply typing /perms will list all commands a user has permission to use.