File Details
Swagserv-Anticombatlog v1.2
- B
- Jun 12, 2012
- 5.62 KB
- 771
- CB 1.2.5-R3.0
File Name
AntiCombatLog.jar
Supported Versions
- CB 1.2.5-R3.0
Built Against Bukkit-1.2.5-R3.0 Recommended/Heroes v1.4.7-b1383
Improved some of the backend if statements to make it more specific to only players (reversed if( instanceof monster) {cancel combat state}; -> else {execute action} with if( instanceof player ) {execute action};->else {cancel combat state})
Implemented basis for essentials integration (enabled by default in config) to send a mail to combat loggers (as of right now, it is nonfunctional).
Added player name to the combat log notification
None at this time