Config(deDE)

config:
  #delete worlds from the config which areĀ“nt existing anymore
  delete-non-existing-worlds: true
  #minimum of player which have to be online to drop some Supply
  min-players: 3
  #3 firworks will launch at the dropzone
  firework: true
  #remove empty chests
  remove-empty-chest: true
  #remove all chests in the world which get deativated
  remove-chest-by-deactivate: true
  #remove chests by reload/restart
  remove-chest-by-reload: true
  #dont spawn chests in the void (especially good for skypvp)
  dont-spawn-in-void: true
  #dont spawn chests in this biomes
  blocked-biomes:
  - DEEP_OCEAN
  - OCEAN
  - RIVER
message:
  #allert message (30 second before the supply drops)
  supply-drop-alert: |-
    Supply drop in 30 second!
    World: %world%
    X: %x%
    Y: %y%
    Z: %z%
  #supplydrop message
  supply-drop: |-
    Supply drop!
    World: %world%
    X: %x%
    Y: %y%
    Z: %z%
worlds:
  #all worlds the plugin found during the start of the server
  world:
    #Supplydrop active
    active: false
    #minimum range of the drop zone from the x and y coordinates 
    min-range: 250
    #maximum range of the drop zone from the x and y coordinates 
    max-range: 500
    #minimum time before a drop starts
    min-time: 15
    #maximum time before a drop starts
    max-time: 45
    #Location from where the dropzone will be calculated (this location +- a number between min and max range)
    x: 164
    z: 256
    #the kits of the world
    content:
      #kit name
      test:
        #chance to get this kit (there is one pot and every kit is x (chance) times represented in the pot and then one kit will be choosen from all this kits)
        chance: 1
        content:
        - ==: org.bukkit.inventory.ItemStack
          type: SPONGE
          damage: 1
        - ==: org.bukkit.inventory.ItemStack
          type: WOOL
          damage: 2
      wow:
        chance: 1
        content:
        - ==: org.bukkit.inventory.ItemStack
          type: WOOL
          damage: 4
        - ==: org.bukkit.inventory.ItemStack
          type: WOOL
          damage: 5
    #should the supplydrop alert be serverwide or just in the world?
    alert-server-wide: true
  world_nether:
    active: false
    min-range: 250
    max-range: 500
    min-time: 15
    max-time: 45
    x: 0
    z: 0
    content: ''
    alert-server-wide: true
  world_the_end:
    active: false
    min-range: 250
    max-range: 500
    min-time: 15
    max-time: 45
    x: 0
    z: 0
    content: ''
    alert-server-wide: true

Comments

Posts Quoted:
Reply
Clear All Quotes