Lobby World
The lobby used as the game's spawn area can also be customized by adding an lobby_world.zip
file to the mod's config folder.
To start, it is recommended that you download the default lobby_world.zip and extract it into your Minecraft saves/
folder. This should make the lobby show up as a creative world in your singleplayer world list.
Once you've made your changes, you can export it for the bingo mod by either re-zipping the world save or using "Edit > Make Backup" from the world list, which will place a zip in your backups/
folder.
You can then place the resulting zip into ./config/yet-another-minecraft-bingo/lobby_world.zip
, and the server will use it in place of the default lobby.
🗀 config/
└ 🗀 yet-another-minecraft-bingo/
├ 🗀 images/
├ config.json
├ lobby_world.zip
└ player-settings.json
🗀 mods/
🗀 world/
server.properties
Lobby Behavior
When the server starts up, it looks for specific blocks in a 48x48 box around the world origin to use for specific functionality...
This only works for the set teams included in the mod; i.e.
- Blue Team (
minecraft:blue_carpet
) - Red Team (
minecraft:red_carpet
) - Green Team (
minecraft:green_carpet
) - Yellow Team (
minecraft:yellow_carpet
) - Pink Team (
minecraft:pink_carpet
) - Aqua Team (
minecraft:cyan_carpet
) - Orange Team (
minecraft:orange_carpet
) - Gray Team (
minecraft:light_gray_carpet
)
Stats
The statistics menu will activate whenever a player walks over an iron pressure plate. It will look for the nearest armor stand entity and spawn its other display entities around it.