About
README

Cobblemon Trainer Battle is a side mod for Cobblemon that offers trainer battle system with additional features.
Features
- Customizable Trainer Battle
- NPC Trainers and Items
- Item Based Progression System
Documentation
Refer to GitHub Pages for documentation
Credits
Translations
- Voldir (French)
Trainer Teams
- Pokémon Radical Red
- Pokémon Inclement Emerald
- Pokémon Unbound
- Pokémon XY
- Pokémon BDSP
Trainer Textures
Item Textures
Reference
Versions
- Fixed throwing ConcurrentModificationException when iterating over players in BattleFledEventHandler - Fixed throwing NullPointerException when executing commands - (Hopefully) fixed throwing Javascript TypeError (RuntimeException in Java) when players teleport away from Pokemon battle Regarding the third issue, the exact cause is unknown but it's probably due to calling PokemonBattle#writeShowdownAction() before calling PokemonBattle#end(), causing race condition with PokemonBattle#tick() which also try to call PokemonBattle#writeShowdownAction()
- Fixed throwing ConcurrentModificationException when iterating over players in BattleFledEventHandler - Fixed throwing NullPointerException when executing commands - (Hopefully) fixed throwing Javascript TypeError (RuntimeException in Java) when players teleport away from Pokemon battle Regarding the third issue, the exact cause is unknown but it's probably due to calling PokemonBattle#writeShowdownAction() before calling PokemonBattle#end(), causing race condition with PokemonBattle#tick() which also try to call PokemonBattle#writeShowdownAction()
Edited type conditions to be case insensitive.
