SkyBlock (BSkyBlock)

Classic SkyBlock survival for multiplayer servers. Start on a floating island with limited resources and build your way up. Powered by BentoBox.

File Details

BSkyBlock-1.20.0.jar

  • R
  • Apr 29, 2026
  • 56.58 KB
  • 343
  • 26.1.2+10

File Name

BSkyBlock-1.20.0.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1
  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5

Release Highlights

  • 🐛 Mob spawning fixed — Vanilla mobs, fish, and squid now spawn correctly in BSkyBlock worlds. Two long-standing spawn issues are resolved in this release.
  • ⚡ Modern chunk generation — The world generator has been updated to Paper's current BiomeProvider API, replacing the deprecated BiomeGrid approach.
  • 🔺 Paper 1.21.11 & BentoBox 3.13.0 required — This release targets the modern Paper and BentoBox APIs. See compatibility notes below.
  • 🔡 MiniMessage locale migration — All locale files updated from legacy &c color codes to MiniMessage format.

Compatibility

✔️ BentoBox API 3.13.0+
✔️ Paper Minecraft 1.21.5+, 26.1.x
✔️ Java 21+

Upgrading

  1. Take backups of your server before upgrading.
  2. Stop the server.
  3. Replace the BSkyBlock jar with this one in your addons folder.
  4. Restart the server.
  5. You should be good to go!

🔺 BentoBox version: This release requires BentoBox 3.13.0 or newer. Earlier versions of BentoBox will not load this addon.

🔡 Locale note: Locale files now use MiniMessage format for color tags (e.g. <red>…</red> instead of &c). If you have customised your locale files, update any &c/&a/etc. codes to MiniMessage equivalents.

Legend

  • 🔡 locale files may need to be regenerated or updated
  • ⚙️ config options have been removed, renamed, or added
  • 🔺 special attention needed

Bug Fixes

Mobs not spawning in BSkyBlock worlds

[PR #541] by @gochi9

The ChunkGenerator was not overriding shouldGenerateMobs(), which defaults to false in the Bukkit API. This silently suppressed vanilla mob spawning in all BSkyBlock-generated worlds. The method now correctly returns true, restoring normal mob spawn behaviour.

Water animals (fish, squid) not spawning naturally

[PR #537] Fixes BentoBox #2593

Fish and squid stopped spawning naturally in BSkyBlock worlds after the 1.21 platform migration. The fix resolves the underlying world generator issue that was preventing water animal spawn conditions from being met.


Other Improvements

  • ⚡ Migrate chunk generator to generateNoise() + BiomeProvider API, replacing the deprecated generateChunkData() + BiomeGrid approach used since older Paper versions [commit 32152b6]
  • 🔺 Update BentoBox API dependency from 2.7.1 to 3.13.0 [commit 407b483]
  • 🔡 Migrate all locale sign text from legacy &c color codes to MiniMessage format across 17 language files
  • Update CI to build on JDK 21 and migrate test stack to JUnit 5 + MockBukkit [PR #549]

What's Changed

Full Changelog<tt>1.19.1...1.20.0</tt>