Configuration

#Drop Zone By AhellHound

#Formula for probability:
# (Has yet to be decided/created)

#Default message
#This is the message that will be broadcasted to everyone, IF the chest option message is set to 'DEFAULT'

#Chest options
#If you want more than the 3 chests listed below, create another set with the SAME format,
# but increase the ID by 1. For example, after the chest with ID 3, you can make a 4th one and set the ID to 7

ID: 1
  #List the allowed worlds, or list 'All'
  ALLOWEDWORLDS:
    - World1
    - World2
  #Use ENUMS for the chest. For example, don't put '1' for stone, use STONE
  ITEMSINCHEST:
    - STONE
    - DIAMOND
  #Do you want players to be able to place items in the chest(OPEN)? Or, do you want players
  # to only be allowed to remove items from the chest (PROTECTED)?
  #Accepted values: (OPEN, PROTECTED)
  CHANGESTATUS: OPEN
  #Set the message all players will see. See above for formatting
  MESSAGE: "A chest has dropped at <COORD>. Fight for it''s loot!"
  #Time in seconds the chest exists. Set to '0' for no limit
  TIMELIMIT: 360
  #Set the probability of the chest being spawned. See the formula above for info.
  PROBABILITY: 1
  #Should a beacon be placed near the chest to make it easier to see from a distance?
  BEACON: false
  #What are acceptable areas for the chest to be placed? (Accepted Values: LAND, WATER, BOTH)
  PLACEMENT: LAND

ID: 2
  #List the allowed worlds, or list 'All'
  ALLOWEDWORLDS:
    - World1
    - World2
  #Use ENUMS for the chest. For example, don't put '1' for stone, use STONE
  ITEMSINCHEST:
    - STONE
    - DIAMOND
  #Do you want players to be able to place items in the chest(OPEN)? Or, do you want players
  # to only be allowed to remove items from the chest (PROTECTED)?
  #Accepted values: (OPEN, PROTECTED)
  CHANGESTATUS: OPEN
  #Set the message all players will see. See above for formatting.
  MESSAGE: DEFAULT
  #Time in seconds the chest exists. Set to '0' for no limit
  TIMELIMIT: 360
  #Set the probability of the chest being spawned. See the formula above for info.
  PROBABILITY: 1
  #Should a beacon be placed near the chest to make it easier to see from a distance?
  BEACON: false
  #What are acceptable areas for the chest to be placed? (Accepted Values: LAND, WATER, BOTH)
  PLACEMENT: LAND

ID: 3
  #List the allowed worlds, or list 'All'
  ALLOWEDWORLDS:
    - World1
    - World2
  #Use ENUMS for the chest. For example, don't put '1' for stone, use STONE
  ITEMSINCHEST:
    - STONE
    - DIAMOND
  #Do you want players to be able to place items in the chest(OPEN)? Or, do you want players
  # to only be allowed to remove items from the chest (PROTECTED)?
  #Accepted values: (OPEN, PROTECTED)
  CHANGESTATUS: OPEN
  #Set the message all players will see. See above for formatting
  MESSAGE: DEFAULT
  #Time in seconds the chest exists. Set to '0' for no limit
  TIMELIMIT: 360
  #Set the probability of the chest being spawned. See the formula above for info.
  PROBABILITY: 1
  #Should a beacon be placed near the chest to make it easier to see from a distance?
  BEACON: false
  #What are acceptable areas for the chest to be placed? (Accepted Values: LAND, WATER, BOTH)
  PLACEMENT: LAND


Comments

Posts Quoted:
Reply
Clear All Quotes