Swagserv-Anticombatlog v1.2

Details

  • Filename
    AntiCombatLog.jar
  • Uploaded by
  • Uploaded
    Jun 11, 2012
  • Size
    5.62 KB
  • Downloads
    765
  • MD5
    fda02ab8e15c418c74517d9f432902bd

Supported Bukkit Versions

  • CB 1.2.5-R3.0

Changelog

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