LuckPerms / migration

Migration scripts to import data from other permission plugins into LuckPerms.
MIT License
1 stars 2 forks source link

Fix NoSuchMethodError on newer versions of PowerRanks #2

Closed emilyy-dev closed 3 years ago

emilyy-dev commented 3 years ago

A recent(-ish) patch in PowerRanks ended up in the deletion of the PowerConfigurationSection causing a NoSuchMethodError to be thrown at runtime. This was replaced with Bukkit's ConfigurationSection

Untested, although it should work fine.

lucko commented 3 years ago

Does it compile?

emilyy-dev commented 3 years ago

Well yes, but actually no. It does not compile for 1.9.2, the current target version in the gradle script, but it does with newer versions of PR (after 1.9.7) but, y'know, us mortals don't have access to your maven repo so yeah I probably should've mentioned (don't know how I missed that one :sweat_smile:)

lucko commented 3 years ago

Thanks :)