PowerRanks

PowerRanks

650k Downloads

Essentials conflicts with PowerRanks

SimplyBrandon opened this issue ยท 2 comments

commented

[Server] Server thread/ERROR [com.earth2me.essentials.Essentials]: [Essentials] Permission System Error: SuperpermsHandler returned: null

The permissions set by PowerRanks 1.9.3 are not being passed to the SuperpermsHandler and therefore none of the permissions permitted by PowerRanks to individual ranks are making any changes.

Provided .yml's:
PowerRanks config.yml: https://pastebin.com/T4s8eEuL
PowerRanks ranks.yml: https://pastebin.com/rPK0bk8j
Essentials config.yml: https://pastebin.com/tg15q1QG

Recommended to revert to 1.9.2 until patched.

commented

Thanks for reporting this issue.

The error is caused by a negative array pop in PowerRanks
https://github.com/svenar-nl/PowerRanks/blob/f6a6653c2a16c7b6c69d1728b64a4b4cfba0bb00/PowerRanks/src/nl/svenar/PowerRanks/Data/PowerPermissibleBase.java#L61

This will be fixed in PowerRanks v1.9.4

commented

Fixed in v1.9.4