Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed LGPL-3.0-only
Published 2 weeks ago
Updated 2 weeks ago
A simple mod that prevents WorldEdit from hanging the Minecraft server when the server is stopping
It fixes https://github.com/EngineHub/WorldEdit/issues/2459. What it does:
- Shutdown
WorldEdit.getInstance().getExecutorService()
on dedicated server stop (or it will hang the server for maximum 60s) - Ensure the singleton
java.util.Timer
object inFutureProgressListener
runs on a daemon thread (or it will hang the server forever)
Supported environment
Platform | Minecraft | WorldEdit |
---|---|---|
fabric | MC >= 1.14 | >=7.0.0 |
forge | MC >= 1.15 | >=7.0.0 |
neoforge | MC >= 1.20.6 | >=7.0.0 |