Mineuniverse
Log in Register
Mods

TWR Waypoint Sync

A TWR utility mod that enables command-based creation and synchronization of Xaero’s Minimap waypoints for advanced mapmaking and scripted gameplay
by Hypecoder
Download Claim this project
92 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library

Description

TWR Waypoint Sync is a utility mod designed for advanced mapmaking and scripted gameplay within the TWR ecosystem.

It extends Xaero’s Minimap by allowing full control over waypoints via commands — including creation, deletion, synchronization, and batch processing — without relying on NPC systems or manual interaction.

Built for map creators, this mod enables dynamic waypoint logic in quests, events, and progression systems where command execution is limited.


Features

  • Create, delete, and rename waypoints via commands
  • Full support for batch operations using JSON arrays
  • Silent execution mode for seamless scripted usage
  • Synchronization of waypoints across targets
  • Combined batch command (create + delete in one execution)
  • No dependency on CustomNPC logic — pure command-driven system

Commands

Basic

 
/xaerowp create "Name" X Y Z ["symbol"] ["color"]
/xaerowp delete Name
 

Coordinate helper

 
/xaerowp coords
/xaerowp coords here
 

Returns a ready-to-use command string:

 
/xaerowp create "Name" X Y Z
 

Useful for quick copying while building maps.


Batch & Silent mode

 
/xaerowp create_s [{"name":"Base","x":100,"y":64,"z":-200}]
/xaerowp delete_s ["Base","Mine"]
/xaerowp rename_s "Old" "New"
 

Supports targets:

 
/xaerowp create_s @a [...]
 

Combined command (engine workaround)

 
/xaerowp batch_s "[{...}]" "[\"Old1\",\"Old2\"]"
 
  • First parameter → JSON array of waypoints to create
  • Second parameter → JSON array of waypoint names to delete
  • Execution order is fixed: create → delete
  • Runs in silent mode

Use Case

Designed specifically for TWR maps where command limitations prevent multiple executions in a single quest step.

This allows you to:

  • Update waypoint states dynamically
  • Replace markers during progression
  • Control player navigation without UI spam
twr-waypoint-sync-1.0.0.jar
MC Client, 1.20.1, Forge, Server
Release 2026-04-24 Get

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314