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:
parent
4e4a4dbf5e
commit
4ff931a021
4 changed files with 603 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue