################## # Drop Chest by # # Louis Roselian # ################## DropChest: type: world name: DropChest description: Places a Drop Chest when you Die. version: 1.0 #permission: dropchest.basic events: on player death: if { - modifyblock chest - Determine NO_DROPS } else { - Determine KEEP_INV - Determine KEEP_LEVEL }