JourneyMapStages Reborn
作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: adventure game-mechanics utility
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");
请登录后举报
暂无评论,抢个沙发吧~