Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
I know you know it, i was quoting the postnaker :)
Also can you provide the latest Stack error trace ? Cause GUIHandler.createInv(GUIHandler.java:45) Line 45 is just a }
Sorry didn't see, I'm blind..
If you need help just mention me! ;) This shouldn't be too hard to do. I can provide you with everything you need ;)
There is a Essentials made for Spigot, Looking it up now. Are you using this one ? https://hub.spigotmc.org/jenkins/job/Spigot-Essentials/...
at me.TGRHavoc.ExtendedEnderChests.Utils.GUIHandler.createInv(GUIHandler.java:45) ~[?:?] at...
If this line throws a NPE its "plugin.getDataFolder()" or "blockedCommands.yml" You just have to find out which one it is.
And then change it to: File file = new File(<mainClassName>.getPlugin().getDataFolder(), "blockedCommands.yml");