Advertisement
Guest User

Untitled

a guest
Feb 10th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. NotifyPluginUpdates: true
  2. Language: En
  3. DatabaseType: Gson
  4. mySqlHost: localhost
  5. mySqlPort: 3306
  6. mySqlDatabase: database
  7. mySqlUsername: database
  8. mySqlPassword: ''
  9. DisablePartyCommand: false
  10. DisableDuelPartyCommand: false
  11. DisableSpectateCommand: false
  12. DisableBattleCommand: false
  13. DisableDuelFightCommand: false
  14. DisableEloCommand: false
  15. DisableUnrankedCommand: false
  16. DisableRankedCommand: false
  17. DisableDuelBotCommand: false
  18. Permissions:
  19. DuelEdit: duel.edit
  20. DuelPlay: duel.play
  21. DuelAdmin: duel.admin
  22. DuelSpectate: duel.spectate
  23. DuelParty: duel.party
  24. DuelSpy: duel.spy
  25. DuelBattle: duel.battle
  26. DuelBot: duel.bot
  27. DuelLanguage: duel.lang
  28. WorldsDisabled:
  29. - world
  30. UnregisterCommands:
  31. - ''
  32. BotEasy:
  33. Range: 3
  34. AttackDelayTicks: 12
  35. AttackRangeDelayTicks: 20
  36. BotNormal:
  37. Range: 3
  38. AttackDelayTicks: 10
  39. AttackRangeDelayTicks: 20
  40. BotHard:
  41. Range: 3
  42. AttackDelayTicks: 5
  43. AttackRangeDelayTicks: 20
  44. BotExpert:
  45. Range: 3
  46. AttackDelayTicks: 3
  47. AttackRangeDelayTicks: 20
  48. Bot:
  49. EnableStatsForPlayers: true
  50. AutoEquipArmor: true
  51. SwitchFromMeleeToRange: true
  52. UseSnowBalls: true
  53. UseEgg: true
  54. UseBow: true
  55. FastPotion: false
  56. UseStrengthPotion: true
  57. UseSpeedPotion: true
  58. UseSplashHealingPotion: true
  59. Soup:
  60. Use: true
  61. Health: 3
  62. UseBotKit: true
  63. Kit:
  64. items:
  65. iteminhand:
  66. ==: org.bukkit.inventory.ItemStack
  67. type: IRON_SWORD
  68. helmet:
  69. ==: org.bukkit.inventory.ItemStack
  70. type: IRON_HELMET
  71. chestplate:
  72. ==: org.bukkit.inventory.ItemStack
  73. type: IRON_CHESTPLATE
  74. leggings:
  75. ==: org.bukkit.inventory.ItemStack
  76. type: IRON_LEGGINGS
  77. boots:
  78. ==: org.bukkit.inventory.ItemStack
  79. type: IRON_BOOTS
  80. Bot1:
  81. Name: PvPBot
  82. Skin: WingOfWar
  83. Bot2:
  84. Name: PvPBot
  85. Skin: Maokai
  86. Bot3:
  87. Name: PvPBot
  88. Skin: Archer
  89. ScoreBoard:
  90. Use: true
  91. Updating-Ticks: 100
  92. Title: '&5&l&nSpear&b&l&nCraft &6&l&nPvP'
  93. Lines:
  94. - '&8----------------------'
  95. - '&aUsername&8: &7(player_name)'
  96. - '&aGlobalElo&8: &7(globalelo)'
  97. - (blank)
  98. - '&aKills&8: &7(kills)'
  99. - '&aDeaths&8: &7(deaths)'
  100. - '&aWins&8: &7(wins)'
  101. - '&aLost&8: &7(lost)'
  102. - '&aKDR&8: &7(kdr)'
  103. - '&aDuelEnable&8: &7(duelenable)'
  104. - '&8----------------------'
  105. Arenas: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement