Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 10:03
· 24 commits to main since this release
1.0.0
ae82dfc

Initial stable release of the mod.

Players are prevented from entering nether & end portals unless their respective global experience threshold is met. The default is 25,000 XP for the nether and 75,000 XP for the end. No idea if this is a balanced amount, was just a rough guess after a short while of play testing. These thresholds along with chat messages and progress (boss) bar titles can be altered in the configuration file.

To prevent players from falling straight through end portals into the lava pits below, players are unable to place eyes of ender in end portal frame blocks until the threshold is met.

The progress (boss) bar can be toggled via the /toggleprogressbar command for players who do not wish to see the progress. This preference, along with current global experience progress, is persistent across server restarts. Values are saved to persistent state in the data/progression.dat file within the world folder.

Advancements (challenges) for meeting each dimension's thresholds are not implemented yet sadly. It just seemed too complicated to do in the short time I have to get this released.