Schematics
🧭 Overview
The plugin loads schematics directly from WorldEdit / FastAsyncWorldEdit’s folders.
To be recognized:
Lobby schematics must start with:
al_lobby_<id>Arena schematics must start with:
al_arena_<id>
🛠 Creating Games
1️⃣ Build Your Maps
Create:
One lobby
One or more arenas
2️⃣ Place the[LOCATION] Signs
[LOCATION] SignsBefore saving your schematics, place the needed location signs.
3️⃣ Save the Schematic
Use WorldEdit or FAWE: /schem save <name>
ArenaLegends will automatically detect:
al_lobby_<id>*.schemal_arena_<id>*.schem
from:
plugins/WorldEdit/schematics/plugins/FastAsyncWorldEdit/schematics/
4️⃣ Create the Game
Once your schematics exist: /al creategame <id>
The plugin will link lobby and arena schematics to the game automatically.
5️⃣ Done — Game is Ready
The plugin loads, pastes, and unloads maps on demand with no extra steps.
6️⃣ Manage Your Game
Use the in-game menu to adjust everything: /al gamemanager
🏠 Lobby Setup
Each lobby schematic must include these [LOCATION] signs:
[LOCATION]
JOIN
Where players spawn when joining the lobby
[LOCATION]
END
Teleport location when the match ends
[LOCATION]
SHOPKEEPER
Where the shop NPC should spawn
[LOCATION]
TEAM
Team spawn points in the lobby
Once finished, save the region as a schematic and place it in /maps/lobby/.
⚔️ Arena Setup
Each arena schematic must include these [LOCATION] signs:
[LOCATION]
CENTER
Center point of the map
[LOCATION]
TEAM
Spawn locations for Teams ⚠️ Two spawns are required
Once finished, save the region as a schematic and place it in /maps/arena/.
Last updated