This mod was initially written for my own modpack Ages Reimagined.
But I hope somebody will find this useful
Usage
Set the gating stage in config/journeymapstages-client.toml.
Leave empty to disabling gating:
kubejsjourneymap = "journeymap"
Grant that stage to a player via KubeJS when they should unlock JourneyMap, e.g. in a server script:
player.stages.add("journeymap")
Or add it ingame via
/kubejs stages add <Player> journeymap
/kubejs stages remove <Player> journeymap
The mod in Version 1.12.2 was written by DarkHax, check him out, he made very cool stuff.

