Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 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: true
  10. DisableDuelPartyCommand: true
  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. - World1
  30. - World2
  31. UnregisterCommands:
  32. - ''
  33. BotEasy:
  34. Range: 3
  35. AttackDelayTicks: 12
  36. AttackRangeDelayTicks: 20
  37. BotNormal:
  38. Range: 3
  39. AttackDelayTicks: 10
  40. AttackRangeDelayTicks: 20
  41. BotHard:
  42. Range: 3
  43. AttackDelayTicks: 5
  44. AttackRangeDelayTicks: 20
  45. BotExpert:
  46. Range: 3
  47. AttackDelayTicks: 3
  48. AttackRangeDelayTicks: 20
  49. Bot:
  50. EnableStatsForPlayers: true
  51. AutoEquipArmor: true
  52. SwitchFromMeleeToRange: true
  53. UseSnowBalls: true
  54. UseEgg: true
  55. UseBow: true
  56. FastPotion: false
  57. UseStrengthPotion: true
  58. UseSpeedPotion: true
  59. UseSplashHealingPotion: true
  60. Soup:
  61. Use: true
  62. Health: 3
  63. UseBotKit: true
  64. Kit:
  65. items:
  66. iteminhand:
  67. ==: org.bukkit.inventory.ItemStack
  68. type: IRON_SWORD
  69. helmet:
  70. ==: org.bukkit.inventory.ItemStack
  71. type: IRON_HELMET
  72. chestplate:
  73. ==: org.bukkit.inventory.ItemStack
  74. type: IRON_CHESTPLATE
  75. leggings:
  76. ==: org.bukkit.inventory.ItemStack
  77. type: IRON_LEGGINGS
  78. boots:
  79. ==: org.bukkit.inventory.ItemStack
  80. type: IRON_BOOTS
  81. Bot1:
  82. Name: Bot1
  83. Skin: TheRealBeer
  84. Bot2:
  85. Name: Bot2
  86. Skin: TheRealBeer
  87. Bot3:
  88. Name: Bot3
  89. Skin: TheRealBeer
  90. ScoreBoard:
  91. Use: false
  92. Updating-Ticks: 100
  93. Title: '&r'
  94. Lines: []
  95. Arenas: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement