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
committed by Zach
parent 2d45ec855f
commit 4e30b91d4e
4 changed files with 609 additions and 12 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