作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: paper purpur
标签: management utility
Manage waypoints and sync them to other players' clients automatically. Compatible with Xaero's minimap.
/wp <options> commands. Compatible with LuckPerms.Required:
Optional:
Right Shift (default keybind) or use /wp_gui to open the waypoint manager screen in game.T to teleport (requires /wp tp command permission). C to open client configuration screen./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 waypointMessages 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!
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.
Follow the format used in en_us.json, zh_cn.json.
Name the lang file with a valid language code.
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.
For a dedicated server:
<minecraft_root>\config\server_waypoint\waypoints\
For a single player world:
<minecraft_root>\saves\<world_name>\server_waypoint\waypoints\
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.
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.
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
}
}
Default value: true
Prompts the user to add the waypoint they shared in chat. Requires /wp add permission.
Example:
{
"Features": {
"addWaypointFromChatSharing": true
}
}
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
}
}
Default value: true
Default value: 100
Default value: 128
Default value: 0
Default value: 12
Default value: true
Requires Xaero's Minimap mod installed.
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.
请登录后举报
暂无评论,抢个沙发吧~