
WorldEdit Hang Fix
A simple mod that prevents WorldEdit from hanging the Minecraft server when the server is stopping
26K загрузок12 подписчиковLGPL-3.0-onlyfabricforgeneoforge
Обновлён 17 апреля 2026 г. · опубликован 15 октября 2024 г.
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.Timerobject inFutureProgressListenerruns 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 |
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v1.0.5-mc26.1.2 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, forge, neoforge | 17 апреля 2026 г. | .jar (40 КБ) |
| v1.0.5-mc1.18.2-forge | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.20.6-neoforge | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.20.6-fabric | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.18.2-fabric | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.17.1-forge | Релиз | 1.17, 1.17.1 | forge | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.16.5-forge | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | forge | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.17.1-fabric | Релиз | 1.17, 1.17.1 | fabric | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.5-mc1.16.5-fabric | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | fabric | 17 апреля 2026 г. | .jar (39 КБ) |
| v1.0.2-mc1.20.6-neoforge | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | neoforge | 27 марта 2025 г. | .jar (38 КБ) |
| v1.0.2-mc1.20.6-forge | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | forge | 27 марта 2025 г. | .jar (38 КБ) |
| v1.0.2-mc1.20.6-fabric | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 27 марта 2025 г. | .jar (38 КБ) |
| v1.0.1-mc1.20.6-neoforge | Релиз | 1.20.6, 1.21, 1.21.1 | neoforge | 15 октября 2024 г. | .jar (37 КБ) |
| v1.0.1-mc1.20.6-forge | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | forge | 15 октября 2024 г. | .jar (37 КБ) |
| v1.0.1-mc1.20.6-fabric | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric | 15 октября 2024 г. | .jar (38 КБ) |
Ченджлог
v1.0.5-mc26.1.2Релиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc26.1.2.jar - SHA-256:
a2f8f4414c5e1c6a4076119435e59520946184cff9f1cead6230cbe6617231ec - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.18.2-forgeРелиз1.20.2, 1.20.3, 1.20.4 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.18.2-forge.jar - SHA-256:
8655f193b3b8cb889f04bfba22daf1f021a7e514d261e00205d9ed4f7b6fd42d - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.20.6-neoforgeРелиз1.21.9, 1.21.10, 1.21.11 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.20.6-neoforge.jar - SHA-256:
a80e12a181752a0ee75b2fd2887c3979906db81510eb0437099a7e1d2f103139 - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.20.6-fabricРелиз1.21.9, 1.21.10, 1.21.11 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.20.6-fabric.jar - SHA-256:
c2cf10b602f15c1198f2ee57e33962d1e9fbce20153896b7fab2da0e7a3c99a4 - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.18.2-fabricРелиз1.20.2, 1.20.3, 1.20.4 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.18.2-fabric.jar - SHA-256:
7f15d0a4a3defabcaa278665b927b8f9c38aa56ecb9b8ab97bb918d7c40072d3 - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.17.1-forgeРелиз1.17, 1.17.1 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.17.1-forge.jar - SHA-256:
c544511009129ec3f9d10f7762e3d590bd4d6cfef36a0a6a9e129ef33411baaa - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.16.5-forgeРелиз1.16.3, 1.16.4, 1.16.5 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.16.5-forge.jar - SHA-256:
e1cc71fdd98bece3a5b988fe7040d0e7476c277ff28c44d7488f48e4d72b6e70 - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
v1.0.5-mc1.17.1-fabricРелиз1.17, 1.17.1 · 17 апреля 2026 г.
- Daemonized the thread from
RecursiveDirectoryWatcher#startto fix another potential hang introduced in worldedit 7.4.1
Build Information
- File name:
worldedit-hang-fix-v1.0.5-mc1.17.1-fabric.jar - SHA-256:
255ed3c506f474f860a12e8e3de2e3093ddf0e785848387f195baceb412210e5 - Built from: https://github.com/Fallen-Breath/worldedit-hang-fix/actions/runs/24582705015
Полная история изменений — на Modrinth.
Комментарии
Загружаем…