A JourneyMap add-on for battle-royale‑style servers (with shading, guidance lines, and click-to-share markers) and provides /jwbwp commands to automate waypoint creation as well as billboard.
JourneyMap Visible World Border (JMVWB) is a Minecraft 1.20.1 Forge mod that extends JourneyMap with automation-friendly commands for creating, sharing, and annotating waypoints. It also adds billboard overlays (text or textures) that stay visible through walls, making it easier for staff teams and event hosts to guide players.
/jwbwp create_pos creates fixed-position waypoints with optional icon, color, origin, persistence, and announcement flags./jwbwp create_entity snapshots entities (e.g., wolves) into waypoints and broadcasts them to selected players./jwbwp delete_pos removes waypoints either by exact coordinates or by the closest matching waypoint near each player./jwbwp billboard texture and /jwbwp billboard text spawn free-floating billboards at any coordinates with optional TTLs and up to 5× scale adjustment./jwbwp billboard waypoint ... attaches billboards to previously created waypoints.journeymap:, vanilla minecraft: texture paths and any other mod, but the texture should be smaller than 256x256./jwbwp ... to avoid JourneyMap’s /jm interception./jwbwp_server ....For a detailed list of command combinations, see Commands.
Open JourneyMap (J), then Options → Add-on → JMV World Border to access these controls ( Check out this guide: World Border Options.) for details):
| Action | Example | Notes |
|---|---|---|
| Create waypoint at position | /jwbwp create_pos WolfHome 128 70 -32 @a |
Optional: "icon" color origin persistent announce arguments appended after the player selector. |
| Snapshot entities into waypoints | /jwbwp create_entity Wolf @e[type=minecraft:wolf,limit=5] @a |
Same optional fields as create_pos after <players>. |
| Delete waypoint | /jwbwp delete_pos WolfHome @a false |
Without coordinates it deletes the nearest matching waypoint for each player. |
| Billboard text | /jwbwp billboard text testSign ~ ~ ~2 @s ttl 10 Hello World |
ttl literal sets lifespan; inline (ttl N) suffix also works. |
| Billboard texture | /jwbwp billboard texture icon 5 ~ ~ ~ @s "minecraft:textures/item/compass.png" 30 |
Scale (5×) comes before position, TTL seconds after the texture path. |
| Waypoint billboard | /jwbwp billboard waypoint Wolf texture @s "journeymap:ui/img/waypoint-death-icon.png" |
Uses stored waypoint position/color metadata. |
Refer to the billboard command guide for more curated examples, including vanilla texture usage and combination flows.
/jwbwp. From the server console use /jwbwp_server.[jmvwp] entries to confirm command execution.F3 + T). Verify that BillboardManager.enabled is true in client logs.compass_00.png).
Conversation