作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: adventure utility
SVWaypoint is a clean and modern waypoint mod that lets players and servers create persistent 3D waypoints rendered directly in the world.
Unlike older waypoint systems, SVWaypoint does not use Armor Stands. Instead, it uses a custom lightweight waypoint entity designed for better performance, cleaner rendering, and better multiplayer support.
It is perfect for event servers, minigames, survival servers, roleplay servers, stream projects, and custom resource-pack experiences.
Each waypoint can display:
ResourceLocation.Example:
/svwaypoint create home Home
/svwaypoint edit home unicode \uE000
/svwaypoint edit home item minecraft:diamond
/svwaypoint edit home color #55FFAA
If an item icon is set, the unicode icon is cleared automatically. This keeps the waypoint clean and prevents both icons from rendering at the same time.
/svwaypoint create <id> <name>
Creates a persistent waypoint at the player's current position.
Example:
/svwaypoint create home Home
/svwaypoint pos <id> <x> <y> <z> <name>
Creates a persistent waypoint at a specific position.
Example:
/svwaypoint pos spawn 0 80 0 Spawn
/svwaypoint remove <id>
Deletes a waypoint completely.
Example:
/svwaypoint remove home
/svwaypoint list
Shows the waypoints visible to you.
/svwaypoint info <id>
Shows waypoint data such as name, position, item, unicode icon, color, font, visibility, and render options.
/svwaypoint tp <id>
Teleports you to the selected waypoint if you have permission.
Example:
/svwaypoint tp home
/svwaypoint edit <id> <field> <value>
Available fields:
name
unicode
item
color
visible
distance
public
font
scale
unicode_scale
render_distance
background
through_walls
rotate_item
Examples:
/svwaypoint edit home name Base
/svwaypoint edit home unicode \uE000
/svwaypoint edit home item minecraft:nether_star
/svwaypoint edit home color #FFAA00
/svwaypoint edit home visible true
/svwaypoint edit home distance true
/svwaypoint edit home public false
/svwaypoint edit home font minecraft:default
/svwaypoint edit home scale 1.2
/svwaypoint edit home unicode_scale 1.5
/svwaypoint edit home render_distance 256
/svwaypoint edit home background true
/svwaypoint edit home through_walls false
/svwaypoint edit home rotate_item true
/svwaypoint temp
Creates a temporary waypoint where the player is looking.
/svwaypoint reload
Reloads and refreshes waypoint data and runtime waypoint entities.
/svwaypoint debug
Shows saved waypoint count, active runtime entity count, and useful debug information.
Default keybinds:
Keybinds can be changed from the Minecraft Controls menu.
The server config is generated at:
config/svwaypoint-server.toml
Configurable options include:
SVWaypoint supports custom unicode characters from resource packs.
Example:
/svwaypoint edit home unicode \uE000
/svwaypoint edit home font svwaypoint:waypoint_icons
This allows servers to use custom icons, symbols, and textures through Minecraft font providers.
If a custom font is missing or unavailable, the renderer safely falls back to:
minecraft:default
SVWaypoint can render real Minecraft items as waypoint icons.
Examples:
/svwaypoint edit home item minecraft:diamond
/svwaypoint edit home item minecraft:compass
/svwaypoint edit home item minecraft:nether_star
Modded items are also supported as long as the item exists on both the server and the client.
Example:
/svwaypoint edit boss item some_mod:custom_sword
请登录后举报
暂无评论,抢个沙发吧~