Configuration

MyArena:
  created: true
  enabled: true
  minplayers: 3
  autostart: true #If false you have to start arena with /wj start
  startcountdown: 30 #Start time in seconds
  runtime: 6   # Round time in seconds
  lobby: # !! This settings you must set in game !!
    x:
    y:
    z:
    yaw:
    pitch:
    world:
  arena:
    x:
    y:
    z:
    yaw:
    pitch:
    world:
  spectator:
    x:
    y:
    z:
    yaw:
    pitch:
    world:
  corner:
    x:
    y:
    z:
    world:
  corner2:
    x:
    y:
    z:
    world:
  rewards:  # Reward settings:
    1: #Reward for player on the first position
      type: xp/money/item #Choose one
      amount: 1 #Amount
      item: STONE #fill only if your reward type is "item"
      name: Nice-looking stone #Whatever name you want
      data: 1 #Use this for example for wool colors data
    2:  #Reward for player on the second position
      type:
      amount:
      item:
      name:
      data:
    3:  #Reward for player on the third position
      type:
      amount:
      item:
      name:
      data:

You can add as many rewards as you want, this mean you can reward player on the fourth, fifth positions and so on. The items list can be found here: Bukkit Material List


Comments

Posts Quoted:
Reply
Clear All Quotes