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
Syntax
Creating a Waypoint:
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:
Alternatively, you can use an ArrayList of Players
Getting an existing Waypoint from storage:
Deleting an existing Waypoint from storage:
Important Notice
Syntax
Creating a Waypoint:
Code (Text):
new Waypoint(Location loc, String identifier, String tag, char symbol, ChatColor color, boolean useYaw);
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);
MinimapAPI.getInstance().removeWaypoint(Waypoint w, Player p);
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
- The Waypoints you create are only stored in runtime, not in a database.
- Players do not keep Waypoints when they leave the server.
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.