Commit graph

8 commits

Author SHA1 Message Date
3e234ea94e Fix bug where two sounds play at once, fixes
Mod should also now resume other previously playing sounds/music after
battle has ended.

Also prevents possible concurrent modification exception when new
Entities are added to Battle server-side.
2018-09-27 16:46:17 +09:00
a4c3a28028 Minor fixes/changes
Added option in config to change battle timer time
2018-09-25 14:55:24 +09:00
bdb090f74b Fixes, change how BattleManager is initialized 2018-09-20 15:15:34 +09:00
24749b8ccc Minor fixes/changes 2018-09-18 16:58:01 +09:00
b684310be8 Move battle attacks to main thread, minor fixes
Battle attacks moved to main thread for stability (fixes possible
concurrent modification exception).
2018-09-17 13:27:13 +09:00
b1a3eb9880 Implement battle music
Can play mid and wav files in the generated config directory
2018-09-14 14:14:10 +09:00
5f70253955 Fixes, improvements
BattleGui now displays health of all combatants.
Players can leave battle by entering creative mode (set by server).
Added battle size limit (default 8) can be set in config.
2018-09-14 12:44:45 +09:00
5eba2dd41b Fix to allow mod to work on server 2018-09-12 15:39:55 +09:00