
963
11
Список изменений
This release focuses on fixing a critical bug in the plugin's core spawn mechanics and adding widespread server version compatibility.
🐞 Fixes
- Critical
spawn-chanceBug Fixed: Spawn chance values greater than 1.0 (e.g.,2.5) now correctly increase mob spawns as intended.- Previously: The plugin logic only decreased the spawn chance (for values < 1.0) and ignored any values > 1.0. This made the example in the default
config.yml(ZOMBIFIED_PIGLIN: 2.5) non-functional. - Now: A spawn chance of
2.5will correctly spawn 2 mobs guaranteed, with a 50% chance to spawn a third.
- Previously: The plugin logic only decreased the spawn chance (for values < 1.0) and ignored any values > 1.0. This made the example in the default
⬆️ Compatibility & Improvements
- Added 1.16.5+ Support: The plugin has been re-coded from Java 17+ (
record) to Java 11 (final class) to ensure full backward compatibility. - Fixed
UnsupportedClassVersionError: This resolves the crash that occurred when attempting to run the plugin on servers using Java 11 (common on 1.16.5). - Universal Version Support: Thanks to these changes and the
api-version: '1.16'flag, this plugin now supports all server versions from 1.16.5 to 1.21+ with a single JAR file.
Файлы
MobManager.jar(16.79 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.1
Загрузчики
Spigot
Версии игры
1.16–1.21.10
Загрузок
586
Дата публикации
5 мес. назад
