World map: Difference between revisions
Noggisoggi (talk | contribs) m (Added warning) |
Noggisoggi (talk | contribs) (Added info about BlueMap) |
||
| Line 1: | Line 1: | ||
[[Category:Server internals]] | [[Category:Server internals]] | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
{{warning|This | The world map of [[RetroMC]] is located at https://world.retromc.org. | ||
== BlueMap == | |||
{{q|BlueMap is currently being tested for future RetroMC use. It has been set as the primary map system while Overviewer (the previous map system) is being fixed.|BlueMap Testing Notice}} | |||
[https://github.com/BlueMap-Minecraft/BlueMap BlueMap] is a renderer that creates 3D models of MC worlds, which can be viewed with a flat orthographic view or a first-person view.<br> | |||
Initially implemented in late September through early October of 2025. | |||
<gallery mode="packed"> | |||
File:BlueMap.png | |||
File:BlueMap-Controls.png | |||
</gallery> | |||
== Overviewer == | |||
{{warning|This section describes a version of the overviewer that is no longer used.}} | |||
{{Infobox | {{Infobox | ||
| abovestyle = background:#f9f9f9; | | abovestyle = background:#f9f9f9; | ||
| Line 25: | Line 35: | ||
[https://github.com/overviewer/Minecraft-Overviewer/ '''Overviewer'''] is a command-line tool used to render the world map on [https://world.retromc.org an external website]. It is coded in ''C'' and ''Python'' and reads the selected Minecraft save before rendering it. Overviewer is open-source but is now '''unmaintained''', and pull requests on GitHub are no longer addressed. On [[RetroMC]], it is used to render a world map of the [[Overworld|overworld]] and is compatible with [[JVillage]]. It replaced the outdated 2D [https://dev.bukkit.org/projects/dynmap Dynmap plugin] previously used on the server in September 2018. | [https://github.com/overviewer/Minecraft-Overviewer/ '''Overviewer'''] is a command-line tool used to render the world map on [https://world.retromc.org an external website]. It is coded in ''C'' and ''Python'' and reads the selected Minecraft save before rendering it. Overviewer is open-source but is now '''unmaintained''', and pull requests on GitHub are no longer addressed. On [[RetroMC]], it is used to render a world map of the [[Overworld|overworld]] and is compatible with [[JVillage]]. It replaced the outdated 2D [https://dev.bukkit.org/projects/dynmap Dynmap plugin] previously used on the server in September 2018. | ||
== Notable features == | === Notable features === | ||
Overviewer has been modified to suit the needs of the server, and some features may not be included in the base version. Some notable features include, but are not limited to: | Overviewer has been modified to suit the needs of the server, and some features may not be included in the base version. Some notable features include, but are not limited to: | ||
* Searching for text in signs. | * Searching for text in signs. | ||
| Line 37: | Line 47: | ||
</gallery> | </gallery> | ||
== Known issues == | === Known issues === | ||
Overviewer has many known issues that are being worked on by the RetroMC development team and should be fixed (hopefully ''[[soonTM]]''). Below is a non-exhaustive list of these problems: | Overviewer has many known issues that are being worked on by the RetroMC development team and should be fixed (hopefully ''[[soonTM]]''). Below is a non-exhaustive list of these problems: | ||
* Very high CPU and memory usage, causing the website to load very slowly on low-end devices. | * Very high CPU and memory usage, causing the website to load very slowly on low-end devices. | ||
Revision as of 12:35, 4 October 2025
The world map of RetroMC is located at https://world.retromc.org.
BlueMap
—BlueMap Testing Notice
BlueMap is a renderer that creates 3D models of MC worlds, which can be viewed with a flat orthographic view or a first-person view.
Initially implemented in late September through early October of 2025.
Overviewer
⚠️ Warning: This section describes a version of the overviewer that is no longer used.
| Overviewer | |
|---|---|
The static render of the World Map generated by the Overviewer. | |
| Information | |
| Type | Command-Line tool. |
| Status | Open-Source - Unmaintained. |
| Implementation | September 3rd, 2018 |
Overviewer is a command-line tool used to render the world map on an external website. It is coded in C and Python and reads the selected Minecraft save before rendering it. Overviewer is open-source but is now unmaintained, and pull requests on GitHub are no longer addressed. On RetroMC, it is used to render a world map of the overworld and is compatible with JVillage. It replaced the outdated 2D Dynmap plugin previously used on the server in September 2018.
Notable features
Overviewer has been modified to suit the needs of the server, and some features may not be included in the base version. Some notable features include, but are not limited to:
- Searching for text in signs.
- Displaying all signs placed through Markers ->
All. - Looking up village-claimed areas with JVillage integration developed by
floskater99.
- Displaying more information about selected village and players.
-
Username infobox that appears upon selecting a player's head.
-
Town claims viewed with Overviewer.
Known issues
Overviewer has many known issues that are being worked on by the RetroMC development team and should be fixed (hopefully soonTM). Below is a non-exhaustive list of these problems:
- Very high CPU and memory usage, causing the website to load very slowly on low-end devices.
- Infrequent world updates.
- Rare town claims updates.
- Poorly designed user interface.