This module provides a framework that can create a weighted random reward list in the game stage.If you don't understand what the game is, you can get familiar with it first.
The basic idea of this module is to allow the integration package to define a list of a game stage, and then use a instruction provided by a module to reward a random stage in the table to a player.
This module also needs to have a basic understanding of the script of Crafttweaker to use it efficiently.There are some deeper examples here.
instruction
/StageTable lists all the instructions added by this module;
/StageTable Dump generates a file that contains all stages of list information;
/StageTable Award
Try to reward a random stage in the player's specific list;
/StageTable SilenTaward
The same as the Award instruction, but does not tell the target player.
Noun explanation
Stage Table a list containing Stage Entry;
A entry in Stage Entry Stage Table.Each entry has a stage that can be rewarded, a weight value and a series of conditions.
Stage Condition takes a Stage Entry reward to the conditions that must be met by players.