Community listing page, reviews here may not be monitored by the author.
Void Island Control Remastered
No reviews yet
Adds a world type for a customizable, multiplayer, "void" world. In addition to visiting islands in survivor mode, granular permission controls, and visiting islands of offline players.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Void Island Control Remastered
A remaster of Void Island Control for Minecraft 1.12.2.
Original CurseForge project: https://www.curseforge.com/minecraft/mc-mods/void-island-control
Void Island Control adds a world type for a customizable, multiplayer void world. Players create and manage isolated islands, invite teammates, and run skyblock-style play in a void overworld (with optional void nether and end). This remaster keeps that feature set, runs on Log4j-patched Forge 1.12.2-14.23.5.2864, and adds visit / spectate / list tools that work while the island owner is offline.
License and attribution (GPLv3)
This project is licensed under the GNU General Public License v3.0. The full license text is in LICENSE.md.
Original work:
- Author: Bartz24
- CurseForge: https://www.curseforge.com/minecraft/mc-mods/void-island-control
- Original source: https://github.com/Bartz24/VoidIslandControl
Remaster:
- Maintainer: kreezxil
- Source: https://github.com/kreezxil/VoidIslandControl
Bartz24's original code and this remaster are both under GPLv3. You may copy, modify, and redistribute this mod under that license. Modified versions must keep the license, keep copyright notices, and mark the changes.
What this mod does
(From the original CurseForge description, plus remaster notes.)
Void Island Control adds a world type for a customizable, multiplayer void world. It is meant for isolated islands, teams, and skyblock-style play.
Original features
- Multiplayer island create, invite, join, leave, kick, home, spawn, reset, and one-chunk mode.
- Five default island types: Grass, Sand, Snow, Wood, and Garden of Glass (if Botania and Garden of Glass are installed). Each type is configurable.
- Custom islands from structure-block
.nbtfiles in the config folder. - Config for fill / bottom blocks, spawn protection, overworld generation mode, cloud / horizon Y, island size and distance, void nether / end with optional structures, one-chunk mode, starter chest, starting inventory, command blocks on new islands, and commands run when the world first loads.
- Compatible as a starting-island companion for packs that also use Sky Resources (Sky Resources itself was incompatible on 1.10; this remaster is 1.12.2 only).
- 1.10 / 1.11 originals needed CompatLayer. This remaster does not — it is 1.12.2 Forge only.
Basic use (same as upstream)
Install the mod on client and server. Pick Void? World in singleplayer or set level-type=voidworld on a server. Use /island create [optional type] unless auto-create is on.
It is a normal dual-side Forge mod. The same jar goes on the dedicated server and on every client. The Forge handshake will reject a client that does not have it.
World type
- Create a world with type Void? World (singleplayer) or
voidworld(serverlevel-type). - Overworld generation can be true void, vanilla overworld, superflat, another world type, or customized.
- Cloud height and horizon height are configurable.
- Nether and End can each be void, with optional structure generation.
- Island management runs in a configured base dimension (usually overworld).
Islands
Default types (each can be enabled or disabled in config):
| Type | Notes |
|---|---|
| Grass | Optional tree; grass / dirt / coarse dirt |
| Sand | Optional cactus; normal or red sand |
| Snow | Optional pumpkins and packed-ice "igloo" ring |
| Wood | Planks of a chosen wood; optional water and string |
Garden of Glass (gog) |
Requires Botania and Garden of Glass |
Also:
- Custom islands from structure-block
.nbtfiles in thevoidislandcontrolstructuresconfig folder. Add the file name to the Custom Islands list. A structure block data tagspawn_pointsets the landing block. - Main spawn island at grid
0,0can use bedrock, a named type, or random. - Player islands can use a fixed type or random.
- Island size, Y level, distance between islands, bottom block (bedrock or the island's secondary block), optional starter chest.
- Optional biome paint on the island and a range around it.
- Spawn protection and a build-range that keeps visitors from wandering off the island they are visiting.
- Auto-create islands for new players (all worlds, or dedicated servers only).
- One-chunk mode (world border 16 blocks) if enabled in config or by command.
- Optional command block under new islands (impulse / repeating / chain, facing, auto, command string).
- Commands run once when the world first loads.
- Starting inventory via
/startingInvand configstartingItems. - Resist / fire resist / regen buffs on island teleport, duration configurable.
Island membership is stored in the world save as UUIDs (VoidIslandControlSaveData). That is separate from usercache.json / usernamecache.json. Those caches are only used to turn a typed player name into a UUID.
Player commands
Default command name is /island (configurable).
| Command | What it does |
|---|---|
/island create [type] |
Create your island. Optional type name or index. |
/island invite <player> |
Invite another player to your island. |
/island join |
Accept a recent invite. |
/island leave |
Leave the island and go to spawn. Last member must confirm. Inventory clear follows config. |
/island kick <player> |
Owner kicks a member. Their items drop at the owner. |
/island home |
Teleport to your island. Must be far enough away (protection range). |
/island spawn |
Teleport to world spawn (0, islandY, 0). |
/island reset [type] |
New island in a new slot; inventory reset follows config. |
/island onechunk |
One-chunk border mode. Disabled in config by default. |
/island visit <player> |
Remaster: visible body on that island. Adventure by default; survival if you are an operator or you are allowed to harvest/place. |
/island spectate <player> |
Remaster: ghost cam on that island (spectator, including ops). |
/island list |
Remaster: names that have an island you can visit or spectate. |
/island permission <player> <flag> <true/false> |
Remaster: owner-only whitelist flags for that player on your island. |
Visit, spectate, list, and permissions:
- Visit / spectate work while the target is online or offline if VIC has their island UUID and the name resolves (
usercache.json/usernamecache.json). /island listprints those names (except yourself). Tab complete uses the same list.- You cannot visit / spectate your own island (
/island homeis that). - A visitor is a visible player so the host can give a tour. Spectator stays the invisible cam.
- Default visit is walk-and-talk only. Chests, machines, items, entities, combat, pickups, harvest, and place are all off until a pack dev or an island owner turns them on.
/island home/spawn/ create / join / leave ends the visit and returns survival.allowVisitCommanddisables visit and spectate. List still works.allowPerPlayerOverrides(aka the whitelist) must be true or/island permissiondoes nothing. Overrides are stored on the island, keyed by visitor UUID. Same player can have different flags on different islands. They do not have to have visited first.
Global visit flags (commandSettings.visitSettings, all default false):
| Flag | If true |
|---|---|
allowBlockInteract |
Chests / machines / right-click blocks |
allowItemUse |
Use items |
allowEntityInteract |
Frames, villagers, armor stands |
allowAttack |
Attack entities |
allowPickup |
Pick up items |
allowBlockHarvest |
Break / harvest blocks (visitor is put in survival) |
allowBlockPlace |
Place blocks (visitor is put in survival) |
allowPerPlayerOverrides |
Owners may set the flags above per visitor |
Island lockdown (islandSettings, default off):
| Option | Default | Meaning |
|---|---|---|
islandLockdown |
false |
Yank players back and show the “too far” message |
islandLockdownRange |
500 |
Distance from island center that triggers it |
Ops are not leashed. Old islandProtection / protectionBuildRange still exist for spawn build-protect; the walk-off message is lockdown only.
Admin commands
/islandAdmin (permission level 2):
| Command | What it does |
|---|---|
/islandAdmin kick <player> |
Force-remove a player from their island. |
/islandAdmin assign <player> <islandX> <islandY> |
Put a player on an existing island grid cell. |
/islandAdmin assignOwner <player> |
Make that player the island owner. |
/islandAdmin getIslandHere |
Print grid X/Y and member UUIDs for the island you are standing on. |
/islandAdmin list |
List every island, grid coords, and member UUIDs. |
Other command
/startingInv — capture or manage the starting inventory used for new / reset players (see in-game usage).
Remaster changes
Compared with Bartz24's 1.5.3 line:
- Target Forge 1.12.2-14.23.5.2864 (Log4j / CVE-2021-44228 patched; do not ship pre-2856 Forge on a public pack).
/island visitis a visible body: adventure, or survival for ops / harvest-place perms.- New
/island spectate,/island list,/island permission. - Per-island visit whitelist (interact, items, entities, combat, pickup, harvest, place). Global defaults all false.
- Island lockdown config, off by default.
- Visit and spectate resolve offline players by UUID.
Requirements
- Minecraft 1.12.2
- Forge 14.23.5.2864 (or another 1.12.2 Forge ≥ 14.23.5.2856 if you knowingly change the pin)
- Java 8
- Optional: Botania + Garden of Glass for the
gogisland
Install the jar on client and server.
Playing
- Drop the jar into
modson the server and on each client. - Set the world type to
voidworld(server.propertieslevel-type=voidworld) or pick Void? World in the create-world screen. - Join. Use
/island createunless auto-create is on. - Invite teammates with
/island invite. - See who you can visit:
/island list. - Visit:
/island visit <name>. Spectate:/island spectate <name>. - Owner whitelist:
/island permission <name> allowBlockHarvest true(requiresallowPerPlayerOverrides).
Custom structures: save with a structure block, copy the .nbt into config/voidislandcontrolstructures/, add the name to the Custom Islands list, mark spawn with data spawn_point.
Pack notes
- VIC save data survives usercache wipes. Command names may not, until the cache or Mojang can resolve the name again.
- Offline-mode servers can only resolve names that already exist in usercache unless the player is online.
Copying a world to another server
Island membership lives in the world (world/data/, VIC save, UUIDs).
Player names do not. Those live next to the server jar:
usercache.json(vanilla)usernamecache.json(Forge)
If you copy only the world folder onto a test or new host, /islandAdmin list will still show every island and UUID. /island list, /island visit <name>, and /island spectate <name> will only show names the new server has already seen. Everyone else looks “missing” even though the island is there.
When you clone a world:
- Copy the world folder.
- Copy
usercache.jsonandusernamecache.jsonfrom the old server root (same directory as the Forge jar) into the new server root. - Restart the new server.
Do not put those two JSON files only inside the world folder. They will be ignored.
Credits
- Bartz24 — original Void Island Control
- Forge / FML / MCP
- Vazkii / williewillus — Botania and Garden of Glass (optional island type)
- kreezxil — remaster, visit / spectate / list / permission, offline visit, op-survival visit
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers