
SkiesGenerator
A simple yet effective Minecraft generator plugin.
Оцените первым
221
1
Список изменений
Fixed
- Generators no longer stop working after a restart. A generator whose
location failed to resolve on load (its world was unloaded, renamed, or
deleted) was registered as a "phantom" generator. The generator task then
hit a
NullPointerExceptiononlocation.clone(), which aborted the entire tick loop every tick — silently stopping all generators, not just the bad one. - The generator task now processes each generator in isolation: a single invalid or misbehaving generator is logged and skipped instead of halting every other generator.
- Invalid entries in
generators.yml(null location, or a location whose world can't be resolved) are now skipped during load with a clear warning that names the entry. Entries are left in the file in case the world returns later, so no data is lost. - A
null/unresolved-world location can no longer be registered as a generator from any code path (GeneratorManager.createGeneratornow rejects them).
Changed
- Load-time warnings for bad generators now include the offending entry name
and the underlying error message, making it easier to find the culprit in
generators.yml.
Removed
- Removed a redundant, discarded
Generatorconstruction during load that also caused the stored generator UUID to be ignored in favor of a random one.
Файлы
skiesgenerator-1.1.1.jar(367.72 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.1.1
Загрузчики
BukkitPaperSpigot
Версии игры
1.20–1.21.11
Загрузок
22
Дата публикации
04.08.2026
