▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Greenhouses
Greenhouses

Greenhouses

Build glass greenhouses to grow biome-specific plants, spawn mobs, and generate unique blocks on your island.

Оцените первым
401
4

1.9.6

Release26.07.2026

Список изменений

New in this release

  • 🐛 Overlapping greenhouses are now diagnosable. If two persisted greenhouses overlap, one is skipped at startup — but the log line used to say only Greenhouse overlaps with another greenhouse. Skipping..., which gave you nothing to act on and repeated on every restart. The warning now names both records:

    [Greenhouses] Greenhouse overlaps with another greenhouse. Skipping...
    [Greenhouses]   Skipped:  id=<uuid>, recipe=Plains, owner=Name (uuid), world=..., location=x,y,z, bbox=[... -> ...]
    [Greenhouses]   Overlaps: id=<uuid>, recipe=Desert, owner=Name (uuid), world=..., location=x,y,z, bbox=[... -> ...]
    [Greenhouses]   To fix, delete one of these records from the Greenhouses database table (match on uniqueId) and restart the server.
    

    The summary line now also reads Loaded 63 greenhouses out of 65 in the database. and closes with a tally of how many were skipped, so the discrepancy is self-explanatory.

  • 🔺 Greenhouse load order is now deterministic. Greenhouses were loaded in whatever order the database returned, so with two overlapping records either could win — and it could flip between restarts. They are now sorted by uniqueId before loading, so the outcome is stable until you remove one of the records.

  • ⚙️ Duplicate SQUID entry removed from the OCEAN recipe in biomes.yml. It was listed twice, which triggers a duplicate-key warning from SnakeYAML on newer server versions. YAML keeps the last occurrence, so the effective value (20:WATER) is preserved and mob spawning is unchanged.

  • Modrinth publishing workflow added, with Minecraft 26.1.2 in the supported game versions.

Compatibility

✔️ BentoBox API 2.7.1 ✔️ Minecraft 1.21.5+ ✔️ Java 21

🔺 Updating — important notes

⚙️ The biomes.yml fix does not apply itself. Your server already has its own biomes.yml on disk, and the addon will not overwrite it. If you see a SnakeYAML duplicate-key warning for SQUID, open plugins/BentoBox/addons/Greenhouses/biomes.yml, find the OCEAN section, and delete the first of the two SQUID: lines. Servers installing Greenhouses for the first time get the corrected file automatically.

🔺 If you have overlapping greenhouses, this release reports them but does not remove them. Skipped records are still left in the database on purpose — silently deleting a player's greenhouse would be worse than a recurring warning. Use the uniqueIds now printed in the log to remove the stale record yourself: stop the server, back up the database, delete the row (JSON: the file named after the uniqueId under database/Greenhouses/; SQL/Mongo: the record whose uniqueId matches), and restart. The blocks and biome are untouched, so the player can simply re-run /is greenhouse make inside the structure.

Upgrading

  1. Take backups of your server, for safety
  2. Stop the server
  3. Download this jar and put it in your addons folder — delete the old one
  4. Restart the server
  5. Check the startup log for any overlap warnings and act on them as described above
  6. You should be good to go!

Legend

  • ⚙️ config options have been removed, renamed, or added
  • 🔺 special attention needed

What's Changed

  • Add Modrinth publish workflow by @tastybento in https://github.com/BentoBoxWorld/Greenhouses/pull/133
  • Modrinth publish by @tastybento in https://github.com/BentoBoxWorld/Greenhouses/pull/134
  • ⚙️ Remove duplicate SQUID key from OCEAN recipe in biomes.yml by @tastybento in https://github.com/BentoBoxWorld/Greenhouses/commit/ab2e14cd4b70fce116d573b94b24be9edca58cda
  • 🔺 Report details of overlapping greenhouses on load by @tastybento in https://github.com/BentoBoxWorld/Greenhouses/pull/136

Thanks to @mrfloris for the detailed report behind https://github.com/BentoBoxWorld/Greenhouses/issues/135.

Full Changelog: https://github.com/BentoBoxWorld/Greenhouses/compare/1.9.5...1.9.6

Файлы

Greenhouses-1.9.6.jar(174.23 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.9.6

Загрузчики

Paper
Purpur

Версии игры

1.21.5–26.1.2

Загрузок

9

Дата публикации

26.07.2026

Загрузил

ID версии

Главная