Перейти к содержимому
Mineforgian

WorldEdit Hang Fix

A simple mod that prevents WorldEdit from hanging the Minecraft server when the server is stopping

Загрузки
26K
Подписчики
12
Обновлён
17 апреля 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 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.Timer object in FutureProgressListener 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

Ченджлог

v1.0.5-mc26.1.2Релиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.18.2-forgeРелиз1.20.2, 1.20.3, 1.20.4 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.20.6-neoforgeРелиз1.21.9, 1.21.10, 1.21.11 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.20.6-fabricРелиз1.21.9, 1.21.10, 1.21.11 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.18.2-fabricРелиз1.20.2, 1.20.3, 1.20.4 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.17.1-forgeРелиз1.17, 1.17.1 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.16.5-forgeРелиз1.16.3, 1.16.4, 1.16.5 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

v1.0.5-mc1.17.1-fabricРелиз1.17, 1.17.1 · 17 апреля 2026 г.
  • Daemonized the thread from RecursiveDirectoryWatcher#start to fix another potential hang introduced in worldedit 7.4.1

Build Information

Комментарии

Загружаем…