HomeJavaModsMinimapAPI
MinimapAPI
ModsJava

MinimapAPI

Send custom Waypoints to Xaero's Minimap!. Free Minecraft Java mod for 1.11.

⬇ Download on Spigot
Create and distribute custom Waypoints for players running Xaero's Minimap

[​IMG]


Syntax

Creating a Waypoint:
Code (Text):
new Waypoint(Location loc, String identifier, String tag, char symbol, ChatColor color, boolean useYaw);
Identifier: Unique case-sensitive name for later retrieval
Tag: Actual Waypoint name shown to the player
Symbol: Character used for the icon
useYaw: Whether to use yaw value on teleport or not (default = 0)

Sending and removing a Waypoint:
Code (Text):
MinimapAPI.getInstance().sendWaypoint(Waypoint w, Player p);
MinimapAPI.getInstance().removeWaypoint(Waypoint w, Player p);
Alternatively, you can use an ArrayList of Players


Getting an existing Waypoint from storage:
Code (Text):
MinimapAPI.getInstance().getWaypoint(String identifier);

Deleting an existing Waypoint from storage:
Code (Text):
MinimapAPI.getInstance().deleteWaypoint(String identifier);

Important Notice

MinimapAPI is a free Minecraft Java mod. Compatible with Minecraft 1.11. Downloaded 2,593 times (via Spigot). Download it and open it directly in the game.

Explore more