Improve death events (#1362)

* Improve death events

This adds the ability to cancel the events and to specify the sound.
This commit is contained in:
Max Lee 2018-09-08 02:14:48 +02:00
commit 4ff931a021
4 changed files with 603 additions and 10 deletions

View file

@ -56,6 +56,7 @@ import ChunkCoordIntPair
import ChunkProviderFlat
import ChunkProviderGenerate
import ChunkProviderHell
import CombatTracker
import CommandAbstract
import CommandScoreboard
import CommandWhitelist
@ -103,10 +104,13 @@ import PersistentScoreboard
import PersistentVillage
import PlayerConnectionUtils
import RegionFile
import Registry
import RegistryBlockID
import RegistryMaterials
import RemoteControlListener
import RecipeBookServer
import ServerPing
import SoundEffect
import StructureBoundingBox
import StructurePiece
import StructureStart