Add override to version check to run in IDE with Client
@bloodmc please consider adding this to your version check:
https://github.com/AlmuraDev/GriefPrevention/blob/master/src/main/java/me/ryanhamshire/griefprevention/GriefPreventionPlugin.java#L402
This allows me to run the mod as a plugin to the Almura client while in development mode.
I see you've started to add support for this; this is starting to load but stop during pre-init; likely because of this:
https://github.com/bloodmc/GriefDefender/blob/master/sponge/src/main/java/com/griefdefender/GriefDefenderPlugin.java#L545
Should probably not check either of those if de obfuscated environment detected. Also would be helpful if you could add some debug to that check so we can tell locally why the reason is doesn't load even if someone attempts to load this on the client in production mode (obfuscated).