Paste #57629: deathmessage

Date: 2019/09/03 08:47:30 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13


worldscript:
    world:
    events:
      on player consumes item:
      - hurt <player.health> <player> source:<entity[customentity]>

      on player dies by customentity:
      - determine "Deathmessage"

customentity:
    type: entity
    entity_type: <entity[unknown]>
    has_ai: false