Journey Map World Border + Commands
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (4 images)
🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #347 of 362 forge mods in this game by downloads
📋 About This Mod
# JourneyMap Visible World Border 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. ## Features - **World border overlay** - Draws current vs. final JourneyMap border rings, optional shaded regions for outside-the-border areas, and an animated “run-to-safety” direction ribbon. - Integrates with JourneyMap’s fullscreen map so shared waypoints and border visuals stay in sync while the world border shrinks or expands. - Highly configurable via JourneyMap → Options → Mods → **JMV World Border**. - **Waypoint automation** - `/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. - **Billboard overlays** - `/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. - Supports both `journeymap:`, vanilla `minecraft:` texture paths and any other mod, but the texture should be smaller than 256x256. - Rendered with see-through depth settings so the billboard remains visible through walls (including shader/culling setups). - **Safe command aliases** - Players issue commands with `/jwbwp ...` to avoid JourneyMap’s `/jm` interception. - Dedicated-server console (and server-side command blocks) should use `/jwbwp_server ...`. - **JourneyMap integration** - Waypoint packets use JourneyMap’s JSON schema so client HUD/minimap refresh automatically. - Billboard packets rate-limit per-player to avoid spamming or packet drops. > For a detailed list of command combinations, see (https://github.com/Sylsatra/Journey-Map-Visible-World-Border/blob/master/docs/billboard_commands.md). ## Requirements - Minecraft **1.20.1** - Forge **47.4.0** to **47.4.10** (higher version not tested) - JourneyMap 1.20.1 (both client and server need the same version for shared waypoints) ## World border overlay Open JourneyMap (`J`), then **Options → Add-on → JMV World Border** to access these controls ( Check out this guide: (https://github.com/Sylsatra/Journey-Map-Visible-World-Border/blob/master/docs/configuration.md).) for details): - **Overlay basics** – Toggle the entire overlay on/off. - **Shaded areas** – Show translucent red tint outside the current border, and gray tint outside the future/final border with independent opacity sliders. - **Border lines** – Separate style/width/opacity controls for current vs. final border outlines. - **Direction line to safety** – Animated ribbon that points to the nearest safe edge or to the center, with customizable width, color (#RRGGBB), and opacity. - **Click-to-place shared markers** – Middle-click on the fullscreen map to drop expiring waypoints with per-click TTLs, audience selection (all players vs. team), and RGB color options. ## Command quick reference | 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 @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 (docs/billboard_commands.md) for more curated examples, including vanilla texture usage and combination flows. ## Troubleshooting - **Commands rejected by client**: Always use `/jwbwp`. From the server console use `/jwbwp_server`. - **Waypoints not appearing**: Ensure the server sends packets to players that actually have JourneyMap installed. Check server logs for `` entries to confirm command execution. - **Billboards hidden behind walls**: The render handler mirrors JourneyMap’s
# JourneyMap Visible World Border
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.
## Features
- World border overlay
- - Draws current vs. final JourneyMap border rings, optional shaded regions for outside-the-border areas, and an animated “run-to-safety” direction ribbon.
- - Integrates with JourneyMap’s fullscreen map so shared waypoints and border visuals stay in sync while the world border shrinks or expands.
- - Highly configurable via JourneyMap → Options → Mods → JMV World Border.
- Waypoint automation
- - `/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.
- Billboard overlays
- - `/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.
- - Supports both `journeymap:`, vanilla `minecraft:` texture paths and any other mod, but the texture should be smaller than 256x256.
- - Rendered with see-through depth settings so the billboard remains visible through walls (including shader/culling setups).
- Safe command aliases
- - Players issue commands with `/jwbwp ...` to avoid JourneyMap’s `/jm` interception.
- - Dedicated-server console (and server-side command blocks) should use `/jwbwp_server ...`.
- JourneyMap integration
- - Waypoint packets use JourneyMap’s JSON schema so client HUD/minimap refresh automatically.
- - Billboard packets rate-limit per-player to avoid spamming or packet drops.
> For a detailed list of command combinations, see (https://github.com/Sylsatra/Journey-Map-Visible-World-Border/blob/master/docs/billboard_commands.md).
## Requirements
- Minecraft 1. 20. 1
- Forge 47. 4. 0 to 47. 4. 10 (higher version not tested)
- JourneyMap 1. 20. 1 (both client and server need the same version for shared waypoints)
## World border overlay
Open JourneyMap (`J`), then Options → Add-on → JMV World Border to access these controls ( Check out this guide: (https://github.com/Sylsatra/Journey-Map-Visible-World-Border/blob/master/docs/configuration.md).) for details):
- Overlay basics – Toggle the entire overlay on/off.
- Shaded areas – Show translucent red tint outside the current border, and gray tint outside the future/final border with independent opacity sliders.
- Border lines – Separate style/width/opacity controls for current vs. final border outlines.
- Direction line to safety – Animated ribbon that points to the nearest safe edge or to the center, with customizable width, color (#RRGGBB), and opacity.
- Click-to-place shared markers – Middle-click on the fullscreen map to drop expiring waypoints with per-click TTLs, audience selection (all players vs. team), and RGB color options.
## Command quick reference
| 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 @a` | Same optional fields as `create_pos` after `
Refer to the (docs/billboard_commands.md) for more curated examples, including vanilla texture usage and combination flows.
## Troubleshooting
- Commands rejected by client: Always use `/jwbwp`. From the server console use `/jwbwp_server`.
- Waypoints not appearing: Ensure the server sends packets to players that actually have JourneyMap installed. Check server logs for `` entries to confirm command execution.
- Billboards hidden behind walls: The render handler mirrors JourneyMap’s
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Sylsatra
- Version
- 1.0.2
- Downloads
- 1,230
- Endorsements
- 3
- Category
- forge
- Created
- 1/15/2026
- Updated
- 1/29/2026
- Game Versions
- 1.20.1
- Tags
- minigame, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Journey Map World Border + Commands support?
The author lists 1.20.1. Other versions may work but are untested by the author.
What is the latest version of Journey Map World Border + Commands?
Version 1.0.2, published 2026-01-29 with 1,230 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await



