Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. # PotPvP Configuration File - Made by ItsMonkey
  2. #
  3. # Load on start
  4. # This will load arenas, guis, SQL settings, etc
  5. # Keep this false when editting settings, and change to true when you're finished
  6. load: false
  7. Spawn: world,10,10,10,1,1
  8. KitEdit: world,20,20,20,20,20
  9. MySQL:
  10. ip: localhost
  11. username: some_username
  12. password: my_password
  13. table: dawn
  14. Items:
  15. edit:
  16. name: '&6Edit Kits'
  17. lore:
  18. - '&eClick to edit your kits'
  19. team:
  20. name: '&6Team Fights'
  21. lore:
  22. - '&eClick to start a team fight'
  23. ranked:
  24. name: '&6Join Queue: ranked'
  25. lore:
  26. - Click to join a queue
  27. unranked:
  28. name: '&6Join Queue: unranked'
  29. lore:
  30. - Click to join a queue
  31. Kits:
  32. '1':
  33. kit: gapple
  34. type: ranked
  35. item: GOLDEN_APPLE
  36. data: 1
  37. default-elo: 1000
  38. slot: 1
  39. '2':
  40. kit: archer
  41. type: ranked
  42. item: BOW
  43. data: 0
  44. default-elo: 1000
  45. slot: 2
  46. '3':
  47. kit: iron
  48. type: unranked
  49. item: IRON_SWORD
  50. data: 0
  51. default-elo: 1000
  52. slot: 3
  53. WhitelistedCommands:
  54. - msg
  55. - message
  56. - reply
  57. - r
  58. - report
  59. Arenas:
  60. '1':
  61. first: world,1,1,1,1,1
  62. second: world,1,1,1,1,1
  63. ladder: gapple
  64. '2':
  65. first: world,2,2,2,2,2
  66. second: world,2,2,2,2,2
  67. ladder: gapple
  68. '3':
  69. first: world,3,3,3,3,3
  70. second: world,3,3,3,3,3
  71. ladder: gapple
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement