From dd15252f12616a4974696996aa8c132a35f554df Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 19 Feb 2017 16:34:15 +0000 Subject: [PATCH] Updated Developer API (markdown) --- Developer-API.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Developer-API.md b/Developer-API.md index 5da98ec..d1ebe51 100644 --- a/Developer-API.md +++ b/Developer-API.md @@ -27,7 +27,7 @@ My Nexus Server can be found at [https://nexus.lucko.me/](https://nexus.lucko.me me.lucko.luckperms luckperms-api - 2.17 + 3.0 provided @@ -43,7 +43,7 @@ repositories { } dependencies { - compile ("me.lucko.luckperms:luckperms-api:2.17") + compile ("me.lucko.luckperms:luckperms-api:3.0") } ``` @@ -139,6 +139,10 @@ The only difference is that the patch number is not included anywhere within the This means that API versions do not have a patch number (as no API changes are made in patches). API versions will be x.y, and each individual build of LuckPerms will follow x.y.z. +### Changelog +* Version 2.x remained stable for a number of months, without any backwards incompatible changes. However, a number of methods became deprecated in the later versions, and the event API really needed a rewrite. +* Version 3.x introduced the following backwards incompatible changes. https://gist.github.com/lucko/fdf6ae4b2d9e466d8103dd9c68e5db9e + ## Group Lookups If you just want to find out which group a player is in, I **highly** recommend the following method.