xoxocraftNeoForge

XoxoCraft is a NeoForge Minecraft mod that integrates Twitch chat with interactive in-game commands and viewer-driven events

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

NeoForge

implementation "curse.maven:xoxocraftneoforge-1551925:8140938"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 (parkourScoreparkourBestScoreparkourChainparkourAllPlacedparkourEndingparkourTimerStartedparkourEndTickparkourReturnWorld, etc.) — all replaced by per-player EventPlayerState entries in parkourPlayers map.
  • Each player's parkour arena is offset by areaIndex * 200 blocks on the X axis to prevent overlap.
  • Fall detection, block stepping, timer expiry, death reset, /ff command, login rescue, and action bar display are all now per-player.
  • /ff now 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).