Configurations

enabledworld:
  world: horsepvp // You can change this to any world!
  lockhorse: false // False = can get off of horse anytime. True = players can't get off of horse.
  moneyreward: 15 // Change value for rewards after killing player!
spawn: // This is the info of the spawn
  world: horsepvp
  x: 1.376252819680655
  y: 4.0
  z: 1.3906513470976924
leave: // This is info of the leave
  world: horsepvp
  x: 1.376252819680655
  y: 4.0
  z: 1.3906513470976924
kits: 
  archer:
    armor:
      // You can change what items you want it to be from here down
      helmet: 306 
      chestplate: 307
      leggings: 308
      boots: 309
      harmor: 418 // Change the horse armor id for different armor!
    weapon:
      '1': 272 // These are items that can be changed
      amount1: 1  // This is the amount of items that can be changed
      '2': 261
      amount2: 1
      '3': 262
      amount3: 64
      '4': 322
      amount4: 10
      enchant1: 50
  tank:
    armor:
      // You can change what items you want it to be from here down
      helmet: 310
      chestplate: 311
      leggings: 312
      boots: 313
      harmor: 419 // Change the horse armor id for different armor!
    weapon:
      '1': 272 // These are items that can be changed
      amount1: 1 // This is the amount of items that can be changed
      '2': 322
      amount2: 10
      '3': 0
      amount3: 0
      '4': 0
      amount4: 0
  knight:
    armor:
      // You can change what items you want it to be from here down
      helmet: 306
      chestplate: 307
      leggings: 308
      boots: 309
      harmor: 417 // Change the horse armor id for different armor!
    weapon:
      '1': 267 // These are items that can be changed
      amount1: 1 // This is the amount of items that can be changed
      '2': 322
      amount2: 10
      '3': 0
      amount3: 0
      '4': 0
      amount4: 0
  fisherman:
    armor:
      helmet: 306
      chestplate: 307
      leggings: 308
      boots: 309
      harmor: 417 // Change the horse armor id for different armor!
    weapon:
      '1': 272
      amount1: 1
      '2': 346
      amount2: 1
      '3': 322
      amount3: 10
      '4': 0
      amount4: 0

Comments

Posts Quoted:
Reply
Clear All Quotes