Advertisement
heckr2

Untitled

Mar 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. # Configuration #
  2. #
  3. # put the name of the outpost on here
  4. # this is the name of the outpost you will use for all commands and configuration
  5. outpostlist:
  6. - orchard
  7. - farm
  8. teleporttime: 5
  9. teleportoncap: false
  10. teleportonuncap: false
  11. msginterval: 90
  12. alertmsg: true
  13. capvalues:
  14. add: 0.1
  15. remove: 0.1
  16. addmult: 0.25
  17. removemult: 0.1
  18. max: 5
  19. protection:
  20. blockcommands: false
  21. allowedcommands:
  22. - msg
  23. - w
  24. - r
  25. - ah
  26. - feed
  27. - spawn
  28. - warp
  29. - outpost
  30. - tell
  31. - mail
  32. - cf
  33. - f
  34. disallowedcommands:
  35. - outpost fly
  36. - f home
  37. - f warp
  38. - f setwarp
  39. - f sethome
  40. - heal
  41. breakblocks: false
  42. placeblocks: false
  43. mobspawning: false
  44. enderpearls: false
  45. fly: false
  46. falldamage: false
  47. gui:
  48. title: '&2&l&nOutposts'
  49. slots: 9
  50. format:
  51. farm:
  52. slot: 4
  53. item: diamond_hoe
  54. data: 0
  55. name: '&9&l&nFarm &7Outpost'
  56. lore:
  57. - '&f'
  58. - '&2(&f!&2) Click to teleport to this outpost'
  59. - '&f'
  60. - '&9&lStatus: %status%'
  61. - '&9&lAttacking: &f%attacking%'
  62. - '&9&lControlling: &f%controlling% &7&l[&f%timecontrolled%&7&l]'
  63. - '&9&lCap Percent: &f%percentage%%'
  64. - '&f'
  65. - '&9&lRewards: &fThe controlling faction will get...'
  66. - '&9&l* &fx2.0 XP Multiplier'
  67. - '&9&l* &fFaction Access to /outpost fly'
  68. - '&2&l* &f1.5k (all faction members) (15 Minutes)'
  69. - '&9&l* &fPermanent Haste I'
  70. - '&9&l* &f2 Legendary Enchant Books (leader only) (30 Minutes)'
  71. orchard:
  72. slot: 8
  73. item: paper
  74. data: 0
  75. name: '&f&l&norchard Outpost'
  76. lore:
  77. - '&f'
  78. - '&c(&f!&c) Click to teleport to this outpost'
  79. - '&f'
  80. - '&c&lStatus: %status%'
  81. - '&c&lAttacking: %attacking%'
  82. - '&c&lControlling: %controlling%'
  83. - '&c&lCap Percent: %percentage%%'
  84. - '&f'
  85. - '&c&lRewards: &fThe controlling faction will get...'
  86. - '&c&l* &fConfig The Gui Rewards'
  87. - '&f'
  88. - '&c&lLimits: &fPut limits here'
  89. wand:
  90. item: blaze_rod
  91. name: '&a&l&nOutpost Wand'
  92. lore:
  93. - '&7Left-Click to select the first position.'
  94. - '&7Right-Click to select the second position.'
  95. nofactionname: None
  96. colors:
  97. first: '&a&l'
  98. second: '&6'
  99. third: '&1'
  100. caplimit: true
  101. hooks:
  102. featherboard: true
  103. animatedscoreboard: false
  104. pvpmanager: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement