Reset Progress
In some situations it might be desired/required to reset (or adjust) the progress of a player (or players on a server). This can be achieved in multiple ways.
Full reset all players
- Remove all
rctmod.trainers.*
andrctmod.player.*
files located in<world>/data
- You may reset all advancements from this mod with:
/advancement revoke <player(s)> from rctmod:trainers/defeat_any
(this will only work for players that are currently online)
It is highly adviced to stop the client/server before deleting files from the
data
directory.
Reset a single player to a specific state
This can easily be achieved with the player set progress
command. For example rctmod player set progress Joe before leader_misty_019f
will set the progress of player Joe
to be right before the Leader Misty fight. The level cap will adjust itself accordingly. See here for an overview of the complete progression.
The defeat statistics of players against trainers remain unchanged. These are independent from the state of progression but can also be modified with the
player set defeats
command. In addition Minecraft provides theadvancement
command to change the advancements of players.