How to Actually Integrate with PEX
Jimmeh94 opened this issue ยท 5 comments
Hey there!
I'm trying to add PermissionsEx to my plugin. I've managed to find the correct Maven repo and dependency through messing around on Jenkins, however, I now can't figure out how to get an instance of PermissionsEx. I can see that the "Wiki/Integrate with PEX" is definitely outdated and can't seem to find another tutorial. The only thing I need to do is promote players to groups, so any suggestions here would be greatly appreciated!
Thanks! :D
Same Issue, the Wiki is running Spigot 1.6.4 and will not build for me. Any 1.10/1.11 versions?
Well, I need to get this done so since all I need to do is run a command to promote players and such, I'm just doing "Bukkit.getServer().dispatchCommand()" that way I don't actually need this API. Hope that can help you!