Mineuniverse
Log in Register
Mods

CNPC-XaeroMiniMap-addon

CNPC-Xmm-addon
by Sweda666
Download Claim this project
243 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons Adventure and RPG API and Library Create

# CNPC-XMM-addon

CNPC-XMM Addon is a bridge between CustomNPCs and Xaero's Minimap. It allows server admins and map makers to automatically add waypoints to a player's map when they accept or interact with specific quests.

This is perfect for adventure maps, and quest lines where you want to guide players to their next objective without them getting lost.

 

#✨ Features

 

Automatic Waypoint Creation:

When a player accepts a quest, a waypoint can be automatically added to their minimap.

Full Customization: Configure the waypoint directly within the CustomNPCs Quest Editor.

Set custom Coordinates (X, Y, Z).

Choose Colors (Red, Green, Blue, Gold, etc.).

Set Titles and Names.

Toggle yIncluded.

Mark as Temp or not.

 

Scripting API Support:

For advanced users, use JavaScript in CustomNPCs scripts to dynamically create waypoints.

IPlayer.addWaypoint(int x, int y, int z, String name, int color);

var waypoint = event.API.createXmmWaypoint(int x, int y, int z, String name, int color);
waypoint.applyTo(IPlayer)

 

#📖 How to Use (GUI Method)

 Open the Quest Editor in CustomNPCs.

Select a Quest.

Click the "Map Waypoint" (地图路径点) button (added by this addon).

Configure the location, color, and name of the waypoint.

Save the quest. Now, when a player takes this quest, the waypoint will appear on their map!

 

# 💻 Scripting Example

 

```javascript
function interact(a){
    var player = a.player;
    // Create a waypoint at the player's current location
    var waypoint = a.API.createXmmWaypoint(player.blockX, player.blockY, player.blockZ, "Objective", 3);
    waypoint.applyTo(player);
}

 

CNPC-Xmm-addon
MC Client, 1.20.1, Forge, Server
Release 2026-06-18 Get

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968