How to make a stage

The heart of the mod - stages

Inside the restrictions folder you have to create a JSON file. The name of the file is not relevant, but we recommend using the same name as the stage you wanna create. In this JSON file we'll define BOTH a stage and the restriction's associated with the said stage.

Here's how you can create a stage called magic:

  1. Create the JSON file

You can use any name for the file, but for convenience, we'll call it magic
  1. Inside the magic.json file add the following data:

{
  "Restriction Data": {
    "stage": "magic"
  }
}

Congrats! Now you have a stage. Yes, the process is that simple.

This can be done even while you're in game. Just use the /decstages reload command in-game in order to update your changes.

Well, now you have a stage.. what's next? Unfortunately, this new stage doesn't do much by itself. Let's make some restrictions for it!

Last updated

Was this helpful?