Changelog
[0.10.1-beta] - 2025-01-22
Fixed:
- #14 Crashes caused by potential attempts to access config values before they are (re)loaded
Changelog
[0.10.0-beta] - 2025-01-21
Added:
- #13 Config option
trainerMods
- #12 Config option
winCommandsPermission
- #11 Native support for trainers provided by other mods using the same api, like 'Radical Cobblemon Trainers' (see also #13)
- #10 Win commands support (see mod description for more info/examples)
Changed:
- #9 Slight adjustments to trainer id format, similar to resource locations (i.e.
<modid>:<trainerId>
) - #8 Trainers now reload with the
/reload
command and on config change - #7 Update min requirement of
RCTApi
to version0.10.7-beta
(command and event api)
Fixed:
- #6 Minor adjustments to mod initialization (hopefully fixes random startup crashes on neoforge)
- #5 Players getting stuck in a battle if logging out in the middle of a battle
Changelog
[0.9.1-beta] - 2025-01-07
Changed:
- #4 Update min requirement of
RCTApi
to version0.10.6-beta
(better compatibility with mods using the same api)
Changelog
[0.9.0-beta] - 2025-01-05
Added:
- #3 Commands
tbcs attack
: attach a trainer to any entitytbcs battle
: start battles between players and trainers with different battle formats and battle rules
- #2 Configs option
trainerPaths
: Load trainers from the defined paths when a world is loaded - #1 Trainer management: Easily identify trainers by automatic id resolution based of their file names