- Added
isRematchAllowedAfterVictory
battle condition to be available for group battle - Fixed bug where trainer entities do not despawn when defeated
- Data packs made for earlier versions will NOT be compatible
- Trainer teams are stored under
trainers/teams/<namespace>
- Trainer options are stored under
trainers/options/<namespace>
- Renamed Smogon trainer to be short and uniform
- Fixed bug where Pokemon entities drop held items
- Trainer can be selected in
<namespace>:<trainer>
/trainerbattle radicalred:biker_alex
- Added new trainer condition
isRematchAllowedAfterVictory
- Added trainer skins, credit to piikapiika and idkgraceorsmth
- Added
/cobblemontrainerbattle export <player>
command
- Fixed trainers spawning only in certain dimension
- Fixed trainers spawning on invalid positions (underwater)
- Added Smogon-tiered trainers
- Fixed bug NPC trainers does not show up properly when run on dedicated servers
- Fixed permission node of
/cobblemontrainerbattle reload
command - Added flee distance (20 blocks) which terminates trainer battles if players move too far away
- Hopefully fixed a bug where rental Pokemons become catchable while on Battle Factory session
- Added trainer NPC spawning feature
- Added Korean translation
- Added
cobblemontrainerbattle reload
command, reloadsconfig.json
configuration file on runtime
- Added safety checks for existence of "onVictory" and "onDefeat" JSON keys when reading from configuration files
- Added
groupbattle
command - Renamed
battlefrontier
tobattlefactory
- Added configurable options for Group Battle and Battle Factory
- Changed trainer configuration directory
- from
<datapack>/cobblemontrainerbattle/configuration
- to
<datapack>/cobblemontrainerbattle/trainer
- from
- Added
en_us.json
translation, other language files will be added if possible
- Added trainer configuration options:
balance
,commands
- Added trainer battle conditions:
maximumPartyLevel
,minimumPartyLevel
- Removed
radicalred
,inclementemerald
,custom
subcommands - Trainers are directly specified instead
Fixed bug failing to load the mod when invalid trainer files are provided