taoneill / war

War - Minecraft TDM & CTF for Bukkit
war.tommytony.com
MIT License
69 stars 152 forks source link

A VERY strange war event problem #740

Open ghost opened 10 years ago

ghost commented 10 years ago

If there are less than 26 plugins on the server War uses the bukkit player death event, and doesn't give loadouts on respawn - if there are 26 plugins or more, it uses it's own death event and gives kits properly.

And it would be good if it would use always the bukkit event so other PvP plugins would be compatible and could log the death.

cmastudios commented 10 years ago

This is most likely related to whatever your 26th plugin is. War's fast respawning feature depends on the ability to cancel damage before they lead to a death. The plugin now provides a custom event for deaths that can be used by specific plugins to monitor deaths for a more fine-tuned to your server experience. I don't know why you would want generic plugins messing with your war deaths. If you want war to have a precise death logging feature, why not submit a request? In 1.8 war now logs the amount of kills and deaths for each player after each battle.