Fixed an NBTInjector exception that could happen in 1.13.2
If reflections were unable to get their hook, an NPE was thrown because the logger wasn't yet initialized
The NBTInjector won't enable by default, enable it during onLoad if you want to use it
Prevent /reload when the NBTInjector is enabled to prevent corrupt server states
!!! The NBTInjector is now disabled by default. You must enable it during onLoad with NBTInjector.inject();, else chunks will be loaded without injected entities and all custom saved data on tiles/entities gets lost !!!