Resource icon

Utils Xaero's Minimap 1.0.0

Xaero's MiniMap integration
Example usage:
JavaScript:
const minimap = require('./libs/Xaero.js');

const waypoints = minimap.getWaypoints("minecraft:overworld");

if (waypoints.length > 0) {
    print("First waypoint: " + waypoints[0].name);

    // Remove first waypoint (index0)
    minimap.removeWaypoint("minecraft:overworld", 0);
}
Author
Neki_play
Downloads
6
Views
13
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Neki_play

Back
Top