This mod overrides the reload command at
|
net.minecraft.server.command.CommandManager.literal("reload") |
It'd be better to use a
server lifecycle event, specifically
<ServerLifecycleEvents>.END_DATA_PACK_RELOAD to avoid this while maintaining reload functionality.
In addition I wrote a small mixin to fix this issue on a community server I run, you can fix that mixin here: CloverCraftSMP/Clover@501937d
This mod overrides the reload command at
ModpackChecker/src/main/java/modpackChecker/ModpackChecker.java
Line 47 in aa30ac7
It'd be better to use a server lifecycle event, specifically
<ServerLifecycleEvents>.END_DATA_PACK_RELOADto avoid this while maintaining reload functionality.In addition I wrote a small mixin to fix this issue on a community server I run, you can fix that mixin here: CloverCraftSMP/Clover@501937d