JourneyMapStages  Reborn

Quick rating

JourneyMapStages Reborn

No reviews yet

Continuation of the JourneyMapStages

No Theme
Adventure/Exploration
Maps & Information
Mod Addon
Gated Progression & Stages
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v2.1 only
Latest Version
journeymapstages-1.20.1-1.0.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This is a continuation of the Journey Map Stages mod with support for new versions

Below is the description copied from the original JourneyMapStages project page

This mod is an addon for the GameStage API. This allows for aspects of Journey Map to be put into custom progression systems. You should check out the GameStage API mod's description for more info. To give a brief run down, stages are parts of the progression system set up by the modpack or server. Stages are given to players through a command, which is typically ran by a questing mod, advancement, or even a Command Block.

Setup

This mod uses CraftTweaker for configuration

What can be restricted?

Waypoints

The player will not be able to create new waypoints or access the waypoint manager unless they have the required stage unlocked. If they somehow get a waypoint before hand it will be immediately destroyed.

mods.jmapstages.JMapStages.setWaypointStage(String stage);

Deathpoints

The player will not be able to create death points when they die until they unlock the required stage. If they somehow get a death point before the stage it will be immediately destroyed.

mods.jmapstages.JMapStages.setDeathpointStage(String stage);

Minimap

The player will not be able to see the minimap until they unlock the required stage. mods.jmapstages.JMapStages.setMinimapStage(String stage);

Fullscreen Map / Options

The player will not be able to open the fullscreen map until they have the required stage.

mods.jmapstages.JMapStages.setFullscreenStage(String stage);

Example Script

Restricts players from making waypoints or seeing them in world.

mods.jmapstages.JMapStages.setWaypointStage("one");

Restricts players from accessing the fullscreen and options screen.

mods.jmapstages.JMapStages.setFullscreenStage("two");

Restricts players from making death waypoints on the map.

mods.jmapstages.JMapStages.setDeathpointStage("three");

Restricts the player from having the minimap open on their screen.

mods.jmapstages.JMapStages.setMinimapStage("four");

This is a continuation of the JourneyMapStages mod with support for new versions

Example Script

// Restricts players from making waypoints or seeing them in world. mods.jmapstages.JMapStages.setWaypointStage("one");

// Restricts players from accessing the fullscreen and options screen. mods.jmapstages.JMapStages.setFullscreenStage("two");

// Restricts players from making death waypoints on the map. mods.jmapstages.JMapStages.setDeathpointStage("three");

// Restricts the player from having the minimap open on their screen. mods.jmapstages.JMapStages.setMinimapStage("four");

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~50,000
Total Downloads
CurseForge
~49,000
Modrinth
~1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works