-
Notifications
You must be signed in to change notification settings - Fork 0
Multiplayer Setup
illegalPie edited this page Jul 31, 2026
·
3 revisions
The single most important page. Most "it doesn't work" reports are a setup issue, not a bug.
The mod must be installed on both the client AND the server, and every player must have it. It is not a client-only mod — the rounds, teams, maps, and tagging all run on the server.
- Install Fabric for Minecraft 1.21.1 on the server.
- Put Fabric API and the Chameleon jar in the server's
mods/folder. - Restart the server.
- Every player joining also needs Fabric + Fabric API + the Chameleon jar on their client.
- Make sure the server's mod version matches the players' version. Run
/mcinfo— it flags a version mismatch. A stale server jar is the #1 cause of features "not doing anything."
- The host and every player installs Fabric + Fabric API + the Chameleon jar (same version).
- The host opens a world to LAN (or you all join one player's world).
- The host uses
/mcadminto set up teams and start.
You don't need a special world — Chameleon works in any world. A "map" is just a saved spawn point.
-
Make one: stand where players should spawn and run
/mcmap add <name>(or use the Maps row in the/chameleonpanel). Set a lobby with/mclobby set. Add a thumbnail by dropping<name>.pnginto the world'schameleon/thumbs/folder (it shows up in the map vote). -
Maps live inside the world save (
<world>/chameleon/), so your whole setup — arenas, lobby, thumbnails — travels with the world. Copy or zip the world folder and everything comes with it. That's how a ready-made map pack works: unzip a world into yoursaves/(or your server's world folder) and it's already set up. - Worlds from before the 2026-07-23 rename kept this data in a differently-named folder; the mod moves it to
chameleon/automatically the first time it loads such a world. -
No maps yet? You don't even need them —
/chameleon playstarts a round in place, wherever players are standing.
- Only the client has the mod → you see the items/keys but rounds don't start or nothing happens on the server. Install it on the server too.
-
Version mismatch between server and players → server-side features silently do nothing. Match versions; check with
/mcinfo. - Missing Fabric API → the game crashes on launch or the mod doesn't load. Install Fabric API.
- Wrong Minecraft version → this mod is 1.21.1 only.
Still stuck? See the FAQ or ask in the Discord.
Play: playchameleon.net