Stranger Realms: A BentoBox Game Mode#
A chilling new survival experience where the familiar world is shadowed by a terrifying, inverted dimension. Stranger Realms is a custom BentoBox game mode that replaces the Nether with a dark, distressed copy of the Overworld — the Upside Down.
🌌 Game Concept: Welcome to the Upside Down#
Dive into a world where reality is twisted. Inspired by the chilling dimension in the popular TV show, the Upside Down is a dimension of constant gloom and danger.
- The Inversion: The Upside Down is a dark, distressed, block-for-block copy of the Overworld. It is generated dynamically when a player first enters a location within the dimension.
- Corrupted Mobs: The Overworld's fauna has been corrupted. Most Overworld mobs are transformed into their Nether counterparts, creating unique and dangerous encounters.
- The Glimmer (Dimensional Link): Be careful what you interact with! Activating a lever or pressing a button in the Upside Down can cause the same action to be triggered in the corresponding block in the Overworld. This dangerous connection can be used for hidden automation or can expose your position to the evils lurking on the other side.
✨ Key Features#
Protected Claims (BentoBox Core)#
As a BentoBox game mode, survival hinges on laying claim to your piece of the world.
- Security: Claims are protected square areas, with a default size of 64 blocks on each side.
- Customization: Use the powerful BentoBox settings GUI to fine-tune your claim permissions — allow visitors to break blocks, use containers, or restrict access entirely.
- Dimensional Span: Your claims are safe in both the Overworld and the Upside Down, and The End!
- Cooperative Growth: Claims can grow! Add other players as members to your claim to increase its size. The specific amount of claim growth per member is configurable.
The Warped Compass#
- Chunk Regeneration: Discover the custom recipe for the Warped Compass. When a player holds this powerful item while traveling through a Nether Portal, it forces the regeneration of chunks in all directions, ensuring you always have fresh territory to explore based on the Overworld.
Dynamic World Border (Admin Feature)#
Encourage players to join and grow your server with the Dynamic World Border option.
- Adaptive Size: Admins can set a world border that automatically grows or shrinks based on the current number of online players. Swarm the server and expand your playable area!
- Claim Retention: If the world border shrinks, players retain their claims even if they fall outside the new border boundary. However, once outside the border, they can only operate within the protected confines of their pre-existing claim borders, encouraging strategic land ownership.
🔨 Commands#
Stranger Realms uses the robust BentoBox command structure. Commands can be found here.
The main player command is /strange or /st and the admin command is /stranger
| Command | Description |
|---|---|
/st claim | Creates a claim at your current location (if you have room). |
/st info | Shows information about the claim you are currently standing in. |
/st settings | Opens the GUI to manage claim permissions (e.g., visitor block break, chest access). |
/st team | Goes the Team GUI where you can invites players to become a member of your claim, which also increases the claim size. |
Use with Other Addons#
Like all BentoBox Game Modes you can load other Addons. These ones are recommended:
- Warps - enables player's to place one warp sign in a claim so others can teleport there
- InvSwitcher - keeps inventories and other player aspects separate between Game Modes
Do not use the Border Addon in the Stranger Realms because it will clash. Stranger Realms handles its own borders.
⚙️ Configuration Settings#
The core game mechanics and claim features are highly configurable via the BentoBox configuration files or GUIs. The primary configuration file for this game mode is config.yml.
Permissions#
Permissions can be found here.
What's new in v1.0.4
Released: 2026-05-16
Bug-fix release for the dynamic world border. See the full notes: Release 1.0.4
- Fixed a sporadic
NullPointerExceptioningetBorderSize()on the first dynamic-border shrink (e.g., when player count dropped) that spammed the console and stalled the border until the next restart. The cancel path now uses the null-guardedcancelBorderTask()helper. - 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 and tested against Paper API 1.21.11 to keep pace with MockBukkit's tracking branch.
Compatibility: BentoBox API 3.9.0+, Minecraft 1.21.10+, Java 21.
What's new in v1.0.5 — Hotfix
Released: 2026-05-19
Hotfix for a bug that could corrupt islands in other game modes sharing the same server. See the full notes: Release 1.0.5
- 🔺 Fix
TeamListenercorrupting range on other game modes' islands. When a player left a team or was kicked, the claim reset code was affecting islands belonging to other game modes (e.g., AOneBlock) on the same server. Upgrade immediately if you run StrangerRealms alongside another game mode.
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.
Compatibility: BentoBox API 3.9.0+, Minecraft 1.21.10+, Java 21.
Translations#
Help us keep translations accurate
Most BentoBox and addon translations are now generated with the help of AI, so the bulk of the work is already done — but AI is not perfect. What we really need from the community is error reports and corrections.
- Spotted a mistake or awkward phrasing? Open an issue or a PR on the relevant repository at bentobox.world (a short link to our GitHub org), or tell us on Discord.
- Want to add a brand-new language? Open a PR adding a new locale file to
src/main/resources/locales/in the relevant repo, or ask on Discord and we'll get you started.
| Language | Language code | Progress |
|---|---|---|
| English (United States) | en-US | 100% (Default) |
| Chinese, China | zh-CN | 86% |
| Chinese, Hong Kong | zh-HK | 86% |
| Croatian | hr | 86% |
| Czech | cs | 86% |
| Dutch | nl | 86% |
| French | fr | 86% |
| German | de | 86% |
| Hungarian | hu | 86% |
| Indonesian | id | 86% |
| Italian | it | 86% |
| Japanese | ja | 86% |
| Korean | ko | 86% |
| Latvian | lv | 86% |
| Polish | pl | 86% |
| Portuguese | pt | 86% |
| Portuguese, Brazil | pt-BR | 86% |
| Romanian | ro | 86% |
| Russian | ru | 86% |
| Spanish | es | 86% |
| Turkish | tr | 86% |
| Ukrainian | uk | 86% |
| Vietnamese | vi | 86% |