Configuration

Config

Here is an example config.yml with the recommended (default) settings
#Announce to players with deathtreasure.pickup when and where someone dies? true/false
ondeathannounce: true

#On average how many items should be in a Death Treasure Chest? Must be an integer between 1 & 26
itemsperchest: 5

#Set the maximum number of blocks/food that will spawn in a stack
max-block-stack-size: 64
max-food-stack-size: 32
#Set the maximum number of ingots and other stackable items that will spawn per stack
max-ingot-stack-size: 16

#Set a custom death message here - use variables PLAYER_NAME and CHEST_LOCATION
custom-death-message: PLAYER_NAME died. Death chest CHEST_LOCATION

#Items to spawn in death treasure chests. Use item ID's.
#Make sure their are more items on this list than the limit per chest set above for best performace
items:
  - 276
  - 310
  - 311
  - 312
  - 313
  - 267
  - 306
  - 307
  - 308
  - 309

#DO NOT MANUALLY CHANGE THE CONFIGVERSION
configversion: 3

Comments

Posts Quoted:
Reply
Clear All Quotes