# Pastebin yC5jnDjc @Mod.EventHandler def serverStopping(event: FMLServerStoppingEvent): Unit = { if (event.getSide != Side.SERVER) return println("stoppppppppppppppppppppppppppppppppppp") CommandChunkLoader.clearTempChunks() }