File Details
VoidSkyblock-1.21.1-1.0.2
- R
- Feb 16, 2026
- 235.45 KB
- 6
- 1.21.1
- NeoForge
File Name
VoidSkyblock-1.21.1-1.0.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
VoidSkyblock 1.0.2
🔧HUD
- /sb hud - now allows user to move the hud and persist across all saves
🛒 Shop System
- Complete shop system with buy/sell functionality
- Default "Market" shop auto-creates on first load with 80+ items including:
- Logs, planks, stone, cobblestone, dirt, sand
- Wood, stone, and iron tools
- Ores and ingots (coal, iron, gold, diamond, emerald)
- Food items and farming supplies
- Saplings, torches, chests, buckets, and more
- Mob drops (bones, gunpowder, ender pearls, blaze rods)
- Prices balanced around Oak Log = $3, Cobblestone = $4
- Shop GUI: 36 items per page with pagination
- Left-click to buy, Right-click to sell
- Shift-click for bulk transactions (x10)
- Balance display in top-right corner
- Player commands:
/sb shop <name>,/sb shops
🧑🤝🧑 Shop NPCs
- Shop NPC entities that players can interact with to open shops
- NPCs are invulnerable, don't move, and can't be pushed
- NPCs track and face nearby players within 5 blocks with smooth rotation
- Admin commands moved under
/sb admin shop npc:/sb admin shop npc spawn <name>- Spawn an NPC/sb admin shop npc setshop <shopid>- Link NPC to a shop (look at NPC)/sb admin shop npc setname <name>- Rename NPC (look at NPC)/sb admin shop npc remove- Remove NPC (look at NPC)
💰 Island Economy
- Shared island money system (team members share balance)
/sb balanceor/sb balto check balance- Admin commands:
/sb admin setmoney,/sb admin addmoney - HUD overlay shows island balance
🏝️ Lobby Protection
- Players in lobby dimension are set to Adventure mode (no building/breaking)
- Players on their island are set to Survival mode
- Ops and creative mode players are unaffected
- No visual glitches - instant and clean gamemode switching
📦 Structure Export System (Admin Tool)
- Structure Wand for selecting and exporting structures of ANY size (no 48x48x48 limit!)
- Get wand with
/sb admin wand - Usage:
- Shift+Right-click blocks to set Position 1 and 2 (alternates)
- Right-click to open Export GUI
- Export GUI features:
- Name input field
- Format selection: NBT (default) or Schematic (.schem)
- X/Y/Z size adjustment buttons (expands/contracts from both sides)
- Live block count display
- Visual selection rendering - Green box shows your selection in-world
- NBT format preserves everything: block entities, ComputerCraft computer contents, portals, chests, signs, entities
- Schematic format for WorldEdit compatibility
- Files export to
config/voidskyblock/exported/
🔧 Spawn & Configuration
- Default lobby spawn changed to 0, 70, 0 facing North
- Spawn positions fully configurable in
config.json:- Lobby: absolute coordinates (spawnX, spawnY, spawnZ)
- Islands: offset from center (spawnOffsetX, spawnOffsetY, spawnOffsetZ)
- Facing direction support (north, south, east, west)
🐛 Bug Fixes
- Players now spawn where they logged off (no forced teleportation on login)
- First-join detection properly teleports new players to lobby
- Fixed schematic loading for structures with block entities (ComputerCraft monitors, etc.)
- Lobby structure no longer regenerates every server start (stored in SavedData)
📋 Admin Shop Commands
/sb admin shop create <id> <displayname>- Create a new shop/sb admin shop delete <shopid>- Delete a shop/sb admin shop additem <shopid> <buyprice> <sellprice>- Add held item to shop/sb admin shop removeitem <shopid> <index>- Remove item from shop/sb admin shop list <shopid>- List all items in a shop/sb admin shop setprice <shopid> <index> <buyprice> <sellprice>- Update item prices

