Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Server Waypoint
ModMIT

Server Waypoint

Manage waypoints and sync them to other player's client automatically. Compatible with Xaero's minimap.

10.3K
Downloads
21
Followers
2 months ago
Updated
📦
30
Versions
managementutilityfabricneoforgepaperpurpurquilt
Download Latestv3.0.0View on Modrinth

📖About Server Waypoint

Server Waypoint

License: MIT
Modrinth Version
both
Modrinth Downloads
CurseForge Downloads
GitHub Downloads (all assets, all releases)

Static Badge
Static Badge

fabric
paper

Manage waypoints and sync them to other player's client automatically. Compatible with Xaero's minimap.

Features

  • Syncing waypoints from server automatically.
  • Interactive waypoint list TUI allowing player click to teleport to a waypoint or edit it.
  • Commands auto-completion.
  • Custom permission for /wp <options> commands. Compatible with LuckPerms.
  • Support adding waypoint conveniently from Xaero's minimap waypoint chat sharing message without requiring client side installation.

Dependencies

Required:

  • Fabric API

Optional:

  • LuckPerms
  • Xaero's Minimap Not required for serverside installation.

Commands

  • /wp add add a new waypoint. Cannot add waypoint with duplicate name. Prompts user to use /wp edit to replace the existing one.
    • /wp add <dimension> <list> add a waypoint list.
  • /wp download download waypoints and add to Xaero's Minimap (will not work without client installation).
  • /wp edit edit a waypoint.
  • /wp list list all waypoints. Shows all waypoints in a tree hierarchy. Allowing user to click to teleport, edit and remove the waypoint.
  • /wp reload reload config.json and translation files in \config\server_waypoint\lang, feature sendXaerosWorldId requires restarting to take effect.
  • /wp remove remove a waypoint by name. Shows the removed waypoint and click it to restore that waypoint.
    • /wp remove <dimension> <list> remove an empty waypoint list.
  • /wp tp teleport the executor player to a waypoint

Translation

This mod currently has built-in translations for English and Simplified Chinese. Command feedbacks will be automatically translated based on the language setting on the sender's client if the corresponding lang file is loaded.

  • Add translations

    Place the lang files under the directory: <minecraft_root>\config\server_waypoint\lang\. This mod will load them on server starting, use /wp reload if the server is already running.

  • Create a lang file

    Follow the format used in en_us.json, zh_cn.json.

    Name the lang file with a valid language code.

Waypoints

  • Save Path

    For a dedicated server:

    <minecraft_root>\config\server_waypoint\waypoints\

    For a single player world:

    <minecraft_root>\saves\<world_name>\server_waypoint\waypoints\

  • File Format

    All waypoints are saved in json files. Each json file contains all waypoints in one dimension and the filename is the converted full registry name of that dimension.
    For example, all waypoints in the overworld is stored in minecraft$overworld.json.

Configurations

The configuration file is stored at <minecraft_root>\config\server_waypoint\config.json.

Changes made in config.json will take effects after server restarts.

  • Command Permission

    Changes the vanilla permission level required to execute the command.

    This will be overridden by the permission set by LuckPerms.

    Default value:

    {
      "CommandPermission": {
        // /wp add
        "add": 0,
        // /wp edit
        "edit": 0,
        // /wp remove
        "remove": 0,
        // /wp tp
        "tp": 2,
        // /wp reload
        "reload": 2
      }
    }
    
  • Features

    • addWaypointFromChatSharing

      Default value: true

      Prompts the user to add the waypoint they shared in chat. Requires /wp add permission.

      Example:

       {
         "Features": {
           "addWaypointFromChatSharing": true
         }
       }
      
    • sendXaerosWorldId

      Default value: true

      Send world id to client to help Xaero's map mod recognize the server.

      This should be set to false if xaero-map-protocol on the Leaves server or some similar features provided by other plugin or mod is enabled.

      Example:

       {
         "Features": {
           "sendXaerosWorldId": true
         }
       }
      

👥 Team & Contributors

2676959
2676959Owner

⚙️ Compatibility

Environment
❓ Unknown
Loaders
fabricneoforgepaperpurpurquilt
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page