Note: older versions of Minecraft may lack certain functionality, while the core still works. The lowest supported version is 1.13, the recommended version is whichever is the latest one. For any bugs from 1.13 and up, report them on my codeberg, 1.8 is not currently supported.
Hello, hello!
Fast Builder is a minigame where you attempt to
speed-bridge across an assortment of admin-created maps.
New islands are created and old ones destroyed as needed, with a very nice degree of customisability. You can set growth direction to specify which direction new islands should pop in at, as far as you're concerned it's build and configure once, copy never.
It's highly recommended to put islands in separate void worlds to avoid clashes!
Code (YAML):
# Add islands everyone has access to here # Islands not included here will be permission-activated. # For an island named "Island", you'd need the fastbuilder.island.island permission # For an island named "Steve's Island", you'd need the fastbuilder.island.stevesisland permission # For an island named "Bridger 42", you'd need the fastbuilder.island.bridger42 permission default-islands: - default
# - etc handle-scoreboard: true
spawn:
handle-spawning: false
world-name: world
x: 0
y: 64
z: 0
npc:
name: "&6Island Switcher" type: "Player" # skin: "PlayerNameHere" islands: {}
Code (YAML):
commands:
islandplay:
description: "Play the specified island, or open the island GUI" permission: fastbuilder.command.islandplay
aliases: - bridge
islandbuy:
description: "Buy the specified island, or open the shop GUI" permission: fastbuilder.command.islandbuy
islandquit:
description: "Quit the current island" permission: fastbuilder.command.islandquit
islandforceplay:
description: "Admin command: make the specified user (first argument) play the specified island" permission: fastbuilder.admin
aliases: - forcebridge
islandedit:
description: "Edit the specified island, or stop editing and save your current island when called without an argument" permission: fastbuilder.admin
islandcreate:
description: "Create an island with the specified name at your position" permission: fastbuilder.admin
islandsave:
description: "Save your current island" permission: fastbuilder.admin
islandset:
description: "Set a specific feature of the island you're editing" permission: fastbuilder.admin