Мова

Server Waypoint

Modrinth

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

17.8k завантажень 30 підписників оновлено 18h ago
остання v3.0.3 Modrinth
Fabric Forge Neoforge Paper Purpur Quilt 1.20 – 26.2 ManagementUtility

Server Waypoint

中文

License: MIT
Modrinth Version
both
Modrinth Downloads
CurseForge Downloads

Fabric
Forge
NeoForge
Paper

discord-singular
crowdin

Manage waypoints and sync them to other players' clients automatically. Compatible with Xaero's minimap.

Features

  • Syncing waypoints from the server automatically.
  • Customizable waypoints rendering.
  • Allow players to manage waypoints by both GUI (need client installation) and commands (only need server installation).
  • 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:

Optional:

Keybinds

  • Press Right Shift (default keybind) or use /wp_gui to open the waypoint manager screen in game.
  • In the waypoint manager screen, hover over a waypoint and press T to teleport (requires /wp tp command permission).
  • In the waypoint manager screen, press C to open client configuration screen.

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

Server-side Translations

Messages and command feedbacks sent by this mod will be automatically translated based on the language setting on the receiver's client. This works entirely on the server-side; players can see the translated message without client-side installation of this mod. Right now, the mod comes with translations for English and Simplified Chinese. If you’re interested, you can help out by adding translations on Crowdin!

  • 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.

  • Translation order

    If the translation you’ve added uses the same language code as the built-in language, this mod will try to find the translation key in the file you added first. If that key isn’t there, it’ll fall back to the built-in translation. So, if you’d like to use your own translation version, you can easily do that by adding your own file and overriding the built-in translation.

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.

Server Configurations

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

Some changes made in config.json may 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
         }
       }
      

Client Configurations

  • Enable Waypoint Rendering

    Default value: true

  • Waypoint Rendering Scaling Factor (Percentage)

    Default value: 100

  • Waypoint Background Transparence

    Default value: 128

  • Waypoint Vertical Offset (Percentage)

    Default value: 0

  • Local Waypoint View Distance (Chunks)

    Default value: 12

  • Auto Sync to Xaero's Minimap

    Default value: true

    Requires Xaero's Minimap mod installed.

  • Manually Sync to Xaero's Minimap

    Default value: None

    Triggered manually, requires Xaero's Minimap mod installed.

    This will replace any waypoint sets on Xaeros' Minimap that has the same name as a list on the server.

    • What stays:
      Waypoint sets with unique names that do not exist on the server.
    • What is lost:
      Any waypoints you added to these shared lists. Any list you created that happens to share a name with a server list.

Версії

Release
3.0.3
forge · 26.2 · 18h ago
Minecraft 26.2
6
Release
3.0.3
paper, purpur · 1.21, 1.21.1, 1.21.2 · 19h ago
Minecraft 26.2
22
Release
3.0.3
neoforge · 26.2 · 19h ago
Minecraft 26.2
3
Release
3.0.3
fabric, quilt · 26.2 · 20h ago
port to Minecraft 26.2
60
Release
3.0.3
paper, purpur · 1.21, 1.21.1, 1.21.2 · 24d ago
562
Release
3.0.3
neoforge · 26.1, 26.1.1, 26.1.2 · 24d ago
33
Release
3.0.3
neoforge · 1.21.11 · 24d ago
12
Release
3.0.3
neoforge · 1.21.9, 1.21.10 · 24d ago
4
Release
3.0.3
neoforge · 1.21.6, 1.21.7, 1.21.8 · 24d ago
9
Release
3.0.3
neoforge · 1.21.5 · 24d ago
3
Release
3.0.3
neoforge · 1.21.2, 1.21.3, 1.21.4 · 24d ago
14
Release
3.0.3
neoforge · 1.21, 1.21.1 · 24d ago
100

Коментарі 0

Поки немає коментарів. Будь першим, хто поділиться думкою.

Завантажити Server Waypoint

R 3.0.3 26.2 forge 966 KB R 3.0.3 1.21, 1.21.1, 1.21.2 paper, purpur 172 KB R 3.0.3 26.2 neoforge 965 KB R 3.0.3 26.2 fabric, quilt 964 KB R 3.0.3 1.21, 1.21.1, 1.21.2 paper, purpur 171 KB R 3.0.3 26.1, 26.1.1, 26.1.2 neoforge 963 KB R 3.0.3 1.21.11 neoforge 961 KB R 3.0.3 1.21.9, 1.21.10 neoforge 961 KB R 3.0.3 1.21.6, 1.21.7, 1.21.8 neoforge 960 KB R 3.0.3 1.21.5 neoforge 935 KB R 3.0.3 1.21.2, 1.21.3, 1.21.4 neoforge 833 KB R 3.0.3 1.21, 1.21.1 neoforge 866 KB R 3.0.3 1.20.5, 1.20.6 neoforge 866 KB R 3.0.3 1.20.3, 1.20.4 neoforge 827 KB R 3.0.3 1.20.2 neoforge 826 KB R 3.0.3 26.1, 26.1.1, 26.1.2 forge 963 KB R 3.0.3 1.21.11 forge 961 KB R 3.0.3 1.21.9, 1.21.10 forge 961 KB R 3.0.3 1.21.6, 1.21.7, 1.21.8 forge 960 KB R 3.0.3 1.21.5 forge 935 KB R 3.0.3 1.21.3, 1.21.4 forge 914 KB R 3.0.3 1.21, 1.21.1 forge 866 KB R 3.0.3 1.20.6 forge 866 KB R 3.0.3 1.20.3, 1.20.4 forge 831 KB R 3.0.3 1.20.2 forge 830 KB R 3.0.3 1.20, 1.20.1 forge 831 KB R 3.0.3 26.1, 26.1.1, 26.1.2 fabric, quilt 962 KB R 3.0.3 1.21.11 fabric, quilt 960 KB R 3.0.3 1.21.9, 1.21.10 fabric, quilt 960 KB R 3.0.3 1.21.6, 1.21.7, 1.21.8 fabric, quilt 959 KB R 3.0.3 1.21.5 fabric, quilt 935 KB R 3.0.3 1.21.2, 1.21.3, 1.21.4 fabric, quilt 837 KB R 3.0.3 1.21, 1.21.1 fabric, quilt 870 KB R 3.0.3 1.20.5, 1.20.6 fabric, quilt 870 KB R 3.0.3 1.20.3, 1.20.4 fabric, quilt 830 KB R 3.0.3 1.20.2 fabric, quilt 830 KB R 3.0.3 1.20, 1.20.1 fabric, quilt 830 KB R 3.0.2 1.21, 1.21.1, 1.21.2 paper, purpur 170 KB R 3.0.2 26.1, 26.1.1, 26.1.2 fabric, quilt 958 KB R 3.0.2 1.21.11 fabric, quilt 956 KB R 3.0.2 1.21.9, 1.21.10 fabric, quilt 956 KB R 3.0.2 1.21.6, 1.21.7, 1.21.8 fabric, quilt 955 KB R 3.0.2 1.21.5 fabric, quilt 931 KB R 3.0.2 1.21.2, 1.21.3, 1.21.4 fabric, quilt 833 KB R 3.0.2 1.21, 1.21.1 fabric, quilt 866 KB R 3.0.2 1.20.5, 1.20.6 fabric, quilt 866 KB R 3.0.2 1.20.3, 1.20.4 fabric, quilt 826 KB R 3.0.2 1.20.2 fabric, quilt 826 KB R 3.0.2 1.20, 1.20.1 fabric, quilt 826 KB R 3.0.1 1.21, 1.21.1, 1.21.2 paper, purpur 168 KB

Файли надаються напряму з першоджерела. Modgrid не зберігає та не змінює їх.