
Pokebuilder for Cobblemon
This project is a custom plugin for cobblemon that let the players use a special pokebuilder using the Impactor plugin currency.
Оцените первым
396
4
Список изменений
[1.2.1] — 2026-04-15
Fixed
/pokebuilder reloaddidn't actually reload the economy. Changingeconomy.currency-idinconfig.confand running/pokebuilder reloadsilently had no effect — theEconomyHandler.currencystatic field stayed locked to whatever was resolved at server startup, so withdrawals kept going to the old currency and the balance display in/pbkept showing the old balance.PokeBuilder.reloadConfig()now re-callsEconomyHandler.init()so currency changes take effect live without needing a full server restart. Reported by cora (SYLX team).- Shipped default
currency-id = "impactor:default"was a lie. There is noimpactor:defaultcurrency in Impactor — the stock default isimpactor:dollars. The old value made lookups silently fall through toservice.currencies().primary(), which happened to work on the reference setup but misled admins into treating"impactor:default"as a sentinel they could reset to. The default is now""(blank), which explicitly routes throughservice.currencies().primary()— matching whatever Impactor itself considers the primary. Existing configs with"impactor:default"are detected and treated as blank for backwards compatibility. EconomyHandler.init()was silent when a misconfigured currency fell back. If an admin setcurrency-id = "impactor:stars"but the server didn't have a stars currency registered, PokeBuilder silently fell back to the primary currency with no warning — leaving the admin to wonder why their config wasn't working. The init now logs a clear WARN naming the configured id and the fallback it picked, and distinguishes the blank / legacy / explicit / lookup-failure cases./pokebuilder reloadnow echoes the currently-bound currency so an admin who editedcurrency-idcan confirm the reload actually picked up their change.
Known workaround
If you were bitten by this in 1.2.0 or earlier: restart the server after
changing currency-id. Or upgrade to 1.2.1 and use /pokebuilder reload
Файлы
pokebuilder-1.2.1.jar(725.66 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.2.1
Загрузчики
Fabric
Версии игры
1.21.1
Загрузок
9
Дата публикации
15.04.2026
