The following methods were added: `PlayerPartyStorage#battle(ServerPlayer)` `PlayerPartyStorage#battle(ServerPlayer, BattleType)` `PlayerPartyStorage#battle(ServerPlayer, BattleRules)` All of the above will start a battle between the owner of the storage and the player specified. Added the `Boolea...