Skip to content

v2.2.0 — Self-contained mod (no Node.js)

Choose a tag to compare

@mad-001 mad-001 released this 12 Jun 07:10

Drop-in Takaro connector for Voxel Turf. Download the ZIP below, extract it into your Voxel Turf server folder, set your token, and start the server.

Requirements

  • Voxel Turf dedicated server on the 1.9.9 beta branch (SteamCMD: app_update 526340 -beta beta). This is required — 1.9.8 stable lacks the API the connector uses.
  • A free Takaro account.
  • Nothing else — the bridge is a self-contained bridge.exe, no Node.js needed.

Install

  1. Extract Voxel-Turf-Takaro-Connector-v2.2.0.zip into your server folder (places winmm.dll in the root and mods/TakaroConnector/).
  2. Add a Generic server in Takaro, copy the Registration Token.
  3. Edit mods/TakaroConnector/TakaroConfig.txtSERVER_NAME + REGISTRATION_TOKEN.
  4. Start your server.

Full guide: https://mad-001.github.io/Voxel-Turf-Server-Manager/

What's in this release

  • Self-contained bridge.exe — removes the Node.js install requirement.
  • Events: join, leave, chat, death, server start/stop/save, plus player inventory.
  • Actions: getPlayers, getPlayerInventory, sendMessage, kick/ban/unban, giveItem, teleport, executeCommand.
  • Ships the winmm.dll launcher (previously missing) and accurate setup docs.