CNPC-XaeroMiniMap-addon
No reviews yet
CNPC-Xmm-addon
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
# 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);
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources