VoidPortals#
VoidPortals lets players travel between dimensions by falling into the void. When a player falls into the void in a world where the flag is enabled, they are safely teleported to the matching location in the next dimension — Overworld → Nether → The End → Overworld — instead of dying.
Created and maintained by BONNe.
Warning
VoidPortals is currently in Beta.
Keep in mind that you are more likely to encounter bugs and some features might not be stable.
Useful links
Compatibility
Requires BentoBox 3.14.0 or newer, Minecraft 1.21+, and Java 21.
Installation#
- Place the addon jar in the addons folder of the BentoBox plugin.
- Restart the server.
- The "Void world teleports" flag is disabled by default — enable it per world in the Game Mode's Admin Settings panel.
Flags#
VoidPortals adds a single world setting flag. Toggle it per world from the Game Mode's Admin Settings panel.
VoidPortals World setting flags#
| Flag ID | Flag | Description | Default | |
|---|---|---|---|---|
| VOID_WORLD_TELEPORT_FLAG | Void world teleports | This allows to toggle ability to teleport to different dimension if player falls in void. | false |
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 | 100% |
| Chinese, Hong Kong | zh-HK | 100% |
| Croatian | hr | 100% |
| Czech | cs | 100% |
| Dutch | nl | 100% |
| French | fr | 100% |
| German | de | 100% |
| Hungarian | hu | 100% |
| Indonesian | id | 100% |
| Italian | it | 100% |
| Japanese | ja | 100% |
| Korean | ko | 100% |
| Latvian | lv | 100% |
| Polish | pl | 100% |
| Portuguese | pt | 100% |
| Portuguese, Brazil | pt-BR | 100% |
| Romanian | ro | 100% |
| Russian | ru | 100% |
| Spanish | es | 100% |
| Turkish | tr | 100% |
| Ukrainian | uk | 100% |
| Vietnamese | vi | 100% |
What's new in v1.6.1
Released: 2026-06-01
A bug-fix release. See the full Release v1.6.1 notes.
- Void-fall no longer kills you on arrival. Falling into the void built up downward velocity that carried through the teleport, slamming you into the ground the moment you arrived in the next dimension. Your velocity and fall distance are now reset on arrival, so you land safely.
What's new in v1.6.0 — Breaking changes
Released: 2026-06-01
First release since 2019 — VoidPortals is fully modernised for the current BentoBox ecosystem. See the full Release v1.6.0 notes.
- 🔺 Requires Java 21, Paper 1.21.11 and BentoBox 3.14.0 (was Spigot 1.13.2 / BentoBox 1.5.0). This release will not load on older servers.
- Now ships a
Pladdonandplugin.ymlso the jar loads correctly on modern Paper servers. - 🔡 Added 14 new languages and converted every locale to MiniMessage formatting. If you customised the locale files, regenerate them or port your edits — legacy
&colour codes are no longer used. - Added a JUnit 5 / MockBukkit test suite, including a regression test ensuring diagonal void-falls still teleport.