Game Stages Mod – 1.19.2, 1.18.2 – An Universal Tier Handling API Thing

Author: EvgenBro
0
76
game stages mod 1 19 2 1 18 2 an universal tier handling api thing

Game Stages Mod (1.19.2, 1.18.18) provides the foundation for creating stage-based progression systems. The basic idea of stages is simple. Different content can be made available depending on the stage that a player has unlocked. This mod offers a flexible API. Many mods already support it, and pack creators can configure stages.

It is up to the pack how they organize their stages. Players can gain or lose stages at any moment. Stages are not linear. It is flexible enough to work in many different situations. These are just a few examples of how you could use this mod. These are not all possible uses. The system can be used in almost any system that you can imagine.

  • Linear quest based progression.
  • Branching quests, with many stages, and sub stages.
  • RPG class progression.
  • Minigame with a job/role/hero/champion stage that resets every round.
  • Hardcore/Expert/Easy pack modes.

This mod adds an API for stage access. This API allows players to unlock stages and allows other mods to hook into these stages. This mod handles all packets and player save data. This mod can be accessed by modpack authors and players through the commands that have been added.

How to use:

This mod adds two new commands. The first command is called gamestage. This command is used to add/remove a tier from a player. It has a few parameters. The first is the players name, you can use @p as a substitute. The second is the word add or remove, depending on what you want to do. The last parameter is the name of the stage. Trying to add a stage with a name that does not exist will create the stage. The second command is stageinfo. It has no parameters, and will just list out all the stages you have unlocked in chat.

( Rating: 00 votes)

Comments

Your email address will not be published. Required fields are marked *

  • There are no comments yet. But yours could become the first one!