Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. name: "Defenders Of The Ancients"
  2. description: "&6Guys who are defending something ancient!"
  3. claimRadius: 100
  4. centerPosition: "0 0 0"
  5. tpPosition: "0 0 0"
  6. enemyRespawnPosition: "0 0 0"
  7. icon:{
  8. name: "Defenders!"
  9. materialname: "minecraft:apple"
  10. lore:["These guys are cool!!!", "May be"]
  11. }
  12. ranks:{
  13. default:{
  14. name: "Rookie"
  15. moneyToBuy: 10000
  16. cmd: ["say Welcome %p to the %c clan! Your current rank is %r"]
  17. }
  18. soldier:{
  19. name: "&4Soldier"
  20. moneyToBuy: 5000
  21. lvl: 2
  22. modificator: 1.25
  23. }
  24. leader:{
  25. name: "&6Leader"
  26. moneyToBuy: 50000
  27. lvl: 5
  28. modificator: 1.5
  29. }
  30. }
  31. pokemon: "Bidoof lvl:35 shiny:true nature:bold ability:Moody"
  32. shop:{
  33. food:{
  34. weight: 1
  35. icon:{
  36. name: "Food Category"
  37. materialname: "minecraft:apple"
  38. lore:["Juicy apple lad!", "Take it now!"]
  39. }
  40. lots:{
  41. apple:{
  42. weight: 1
  43. price: 1000
  44. level: 1
  45. playerLevel: 1
  46. cmd:["say Ahhahaha %p is a dumbdumb", "say Ok, he's not"]
  47. icon:{
  48. name: "Apple"
  49. amount: 1
  50. materialname: "minecraft:apple"
  51. lore:["Juicy apple lad!", "Take it now!"]
  52. }
  53. }
  54. }
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement