File Details
xoxocraft-1.16.6.jar
- R
- May 25, 2026
- 1.44 MB
- 7
- 1.21.1
- NeoForge
File Name
xoxocraft-1.16.6.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
XoxoCraft 1.16.6 — Changelog
Bug Fixes
- Multi-player LAN support for Parkour — Parkour is now fully independent per player. Each player gets their own procedurally generated block chain, their own score/best score, their own 5-minute timer, and their own save/restore of position, inventory, effects, and food. Previously, all parkour state was stored in shared static fields, causing the second player's data to overwrite the first.
- Removed 14 shared static fields (
parkourScore,parkourBestScore,parkourChain,parkourAllPlaced,parkourEnding,parkourTimerStarted,parkourEndTick,parkourReturnWorld, etc.) — all replaced by per-playerEventPlayerStateentries inparkourPlayersmap. - Each player's parkour arena is offset by
areaIndex * 200blocks on the X axis to prevent overlap. - Fall detection, block stepping, timer expiry, death reset,
/ffcommand, login rescue, and action bar display are all now per-player. /ffnow correctly ends the event for all active players simultaneously.- Action bar parkour info moved to the per-player section (shows each player's own score and timer).