
JourneyMapStages Reborn
This project represents a modern revival of the JourneyMapStages mod, adapted to work with current versions of Minecraft. The modification allows fine-tuning access to various journey map features based on player progress.
Script Usage Examples
Restricting waypoint creation and display:
// Prevents players from creating waypoints and seeing them in the world
mods.jmapstages.JMapStages.setWaypointStage("one");
Controlling access to fullscreen mode and settings:
// Restricts player access to fullscreen mode and options screen
mods.jmapstages.JMapStages.setFullscreenStage("two");
Managing death point creation:
// Prevents players from automatic death point creation on the map
mods.jmapstages.JMapStages.setDeathpointStage("three");
Regulating minimap display:
// Blocks the display of the minimap on the player's screen
mods.jmapstages.JMapStages.setMinimapStage("four");