Releases: BentoBoxWorld/StrangerRealms
Release list
Release 1.0.5
Hot Fix - use this version
- 🔺 Fix TeamListener corrupting range on other game modes' islands. - when a player left a team or was kicked, the claim reset code was affecting other game modes on the same server, e.g., AOneBlock.
Compatibility
✔️ BentoBox API 3.9.0+
✔️ Minecraft 1.21.10+
✔️ Java 21
Upgrading
- Take backups of your server, for safety.
- Download this jar and drop it into your
addonsfolder — delete the old one. - Restart the server.
- You should be good to go!
🔺 Recovery for affected servers. If a previous StrangerRealms version corrupted other game modes' islands, those islands will still fail to load on startup with an "Island distance mismatch" error. To recover, either:
- Edit
plugins/BentoBox/database/Island/*.jsonand setrangeback to the affected game mode's configureddistance-between-islands(e.g.400for AOneBlock / BSkyBlock,320for Boxed), or- Delete the offending island JSON files if losing them is acceptable.
Legend
- 🔺 special attention needed
What's Changed
- 🔺 Fix TeamListener corrupting range on other game modes' islands by @tastybento in #11
Full Changelog: 1.0.4...1.0.5
Release 1.0.4
New in this release
- Fix sporadic NPE in world border shrink.
getBorderSize()could throw aNullPointerExceptionthe first time the dynamic world border tried to shrink (e.g., when the player count dropped), spamming the console and preventing the border from updating until the next server restart. The cancel path now uses the null-guardedcancelBorderTask()helper. - Border addon warning message corrected. The startup warning about not using the BentoBox
Borderaddon previously referenced "the Crowdbound world" by mistake; it now readsStrangerRealms has its own Border, so do not use Border addon. - Built against the latest Paper API. Test/build target moved from Paper 1.21.10 to 1.21.11 to keep pace with MockBukkit's tracking branch.
Compatibility
✔️ BentoBox API 3.9.0+
✔️ Minecraft 1.21.10+
✔️ Java 21
Upgrading
- Take backups of your server, for safety.
- Download this jar and drop it into your
addonsfolder — delete the old one. - Restart the server.
- You should be good to go!
What's Changed
- Added initial test classes by @tastybento (f62050b)
- Update warning messages for Border addon in onEnable method by @tastybento (9c77fcb)
- Fix NPE in
getBorderSizeand add CLAUDE.md by @tastybento (9584204) - Bump Paper API to 1.21.11 to match MockBukkit snapshot by @tastybento (412c3e9)
Full Changelog: 1.0.3...1.0.4
Release 1.0.3
New in this release
- The Warped Compass recipe is in everyone's recipe book when they go into the Stranger Realms world
- Spawn settings for the world can be adjusted in the config.yml and defaults should be used.
Compatibility
✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.10, 1.21.8 (might work with earlier versions)
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Installing
- Stop the server. Make a backup just in case.
- Copy this jar into the Addons folder
- Restart the server
- You should be good to go!
What's Changed
- Release 1.0.3 by @tastybento in #8
Full Changelog: 1.0.2...1.0.3
Release 1.0.2
Compatibility
✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.10, 1.21.8 (might work with earlier versions)
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Installing
- Stop the server. Make a backup just in case.
- Copy this jar into the Addons folder
- Restart the server
- You should be good to go!
What's Changed
- Fixes world border for spawn and claims when set to be active. by @tastybento in #6
- Release 1.0.2 by @tastybento in #7
Full Changelog: 1.0.1...1.0.2
Release 1.0.1
Compatibility
✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.10, 1.21.8 (might work with earlier versions)
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Installing
- Stop the server. Make a backup just in case.
- Copy this jar into the Addons folder
- Restart the server
- You should be good to go!
What's Changed
- Version 1.0.1 by @tastybento in #5
Full Changelog: 1.0.0...1.0.1
Release 1.0.0
First Release!
Compatibility
✔️ BentoBox API 3.10.0
✔️ Minecraft 1.21.10
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Installing
- Stop the server. Make a backup just in case.
- Copy this jar into the Addons folder
- Restart the server
- You should be good to go!