Use LuckPerms 4 API for older LuckPerms, and 5 for newer ones

This commit is contained in:
Mike Primm 2019-12-15 12:53:50 -06:00
parent 70ae3fbc37
commit b966903331
4 changed files with 135 additions and 26 deletions

View file

@ -4,6 +4,7 @@ description = 'dynmap'
dependencies {
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
compile 'com.nijikokun.bukkit:Permissions:3.1.6'
compile 'me.lucko.luckperms:luckperms-api:4.3'
compile 'net.luckperms:api:5.0'
compile project(":dynmap-api")
compile project(path: ":DynmapCore", configuration: "shadow")