Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Migrating config file from bukkit to fabric throws exceptions

Bond-009 opened this issue · 4 comments

commented

Issue Description: Migrating config file from bukkit to fabric throws exceptions on player join

[x] I have looked at all other issues and this is not a duplicate
[x] I have been able to replicate this

commented

Possible same issue here in a different way. On every command (like /dynmap fullrender) in the game I got following error message: "Während der Ausführung dieses Befehls ist ein Fehler aufgetreten" with Details:

Cannot invoke

org.dynmap.permissions.permissionsHandler.hasPermission(String, String) because "ph" is null
commented

They aren't compatible - things like render triggers are platform specific.

commented

Sure, but a nullref isn't the way you should find out about that

commented

Feel free to kick in a PR with all the thorough foolproofing you'd like to see in the config file loading and processing.