Advertisement
Guest User

Untitled

a guest
May 25th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.49 KB | None | 0 0
  1. commands:
  2. # 'help' defines a list of commands that will be viewed by any player
  3. # that executes the "/stake help" command. Put as many commands as
  4. # you would like, as the plugin will automatically paginate the list.
  5. help:
  6. - "/stake add - Add a clan, group, or player to the stake you are standing in."
  7. - "/stake addall - Add a clan, group, or player to all of your stakes."
  8. - "/stake allowsethome - Allow a clan, group, or player to set their home in the stake you're standing in."
  9. - "/stake allowsethomeall - Allow a clan, group, or player to set their home in all of your stakes."
  10. - "/stake confirm - Confirm any outstanding unclaim requests."
  11. - "/stake disallowsethome - Disallow a clan, group, or player from setting their home in the stake you're standing in."
  12. - "/stake disallowsethomeall - Disallow a clan, group, or player from setting their home in all of your stakes."
  13. - "/stake give - Give a player the stake (and amount, if specified)"
  14. - "/stake greeting - Set the greeting that players will see when they enter your stake."
  15. - "/stake remove - Remove a clan, group, or player from the stake you're standing in."
  16. - "/stake removeall - Remove a clan, group, or player from all of your stakes."
  17. - "/stake unclaim - Attempt to unclaim the stake you're currently in."
  18. # 'include-groups' defines a list of stake types that are allowed to use
  19. # MythClan groups. For example, as 'regular' is not listed, when a player
  20. # executes a command similar to "/stake add cg:trusted," he/she will be
  21. # prompted that clan groups are not allowed in this type of stake; however,
  22. # if he/she is in a stake that is mentioned in this list, the group will
  23. # be added to as a builder to the stake.
  24. include-groups: ["clan", "outpost", "clan_treasury"]
  25.  
  26. protection:
  27. # A list of containers that should follow the 'chest-items'
  28. # blacklist node specified in the stake.
  29. include-containers: ["ANVIL", "BEACON", "CHEST", "DROPPER", "TRAPPED_CHEST"]
  30. # Set whether or not fire ignition/spread should be allowed
  31. # within an owned stake.
  32. block-fire-ignition: true
  33. block-fire-spread: true
  34. # Set whether or not mob spawning should be allowed in stakes.
  35. block-mob-spawn: true
  36. # Set whether water/lava should be allowed to flow inside a
  37. # stake (if the source is outside.)
  38. block-lava: true
  39. block-water: true
  40. # A list of stake IDs that are not allowed to move inventories.
  41. # For example, if this list contains 'clan,' the user will not
  42. # be allowed to transfer any clan stakes to any inventory.
  43. move-inventory: ["clan", "outpost"]
  44.  
  45. permissions:
  46. # 'groups' defines a list of clan groups that are used when the plugin
  47. # is determining if a player has permission to access a stake when it
  48. # is a clan stake. For example, if this list includes "leader" and "founder,"
  49. # then the player must be a leader/founder to manipulate the stake's properties.
  50. groups: ["leader", "founder"]
  51.  
  52. stakes:
  53. # 'regular' is the name of the stake. This is used when giving
  54. # a player a stake, such as "/stake give REGULAR <username>."
  55. regular:
  56. size:
  57. # 'x' and 'z' define the amount of blocks on either axis that
  58. # this type of stake should extend.
  59. x: 20
  60. z: 20
  61. # 'y-[pos/neg]' defines the amount of blocks the stake will extend
  62. # in the upward or downward direction, respectively.
  63. y-pos: 15
  64. y-neg: 5
  65. item:
  66. # 'name' defines the item material that will be used to claim/expand
  67. # this type of stake. A full list of material names can be found here:
  68. # "https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html"
  69. name: "STICK"
  70. # 'data-type' defines the data value associated with a certain type
  71. # of material. For instance, if you wanted to use orange wool, you
  72. # would use "WOOL" as the name, and "1" as the data-type.
  73. data-type: 0
  74. meta-data:
  75. # 'display-name' defines a custom display name for the item specified
  76. # above. If you would like to use the default name, you may leave this
  77. # node blank (""). Note: You may use '&' color codes.
  78. display-name: "&aRegular Stake"
  79. # 'lore' defines a list of strings that will appear when a player hovers
  80. # over the item.
  81. lore: []
  82. # 'drop-on-death' defines if, when the player dies, the stake will drop
  83. # with the player or remain in his/her inventory upon his/her respawn.
  84. drop-on-death: true
  85. blacklist:
  86. # 'blocks' and 'chest-items' are lists of item materials (and their data
  87. # values) that will be blacklisted from this stake, either from placing,
  88. # or from putting inside of a container. Each item should have an item
  89. # material (see 'name' for list), and a data value, if applicable. If
  90. # you are using the default data value, such as white wool, you may leave
  91. # the data value empty. When separating an item's material with its data value,
  92. # please remember to use a colon. For example, if you are blacklisting orange wool,
  93. # you would use "WOOL:1"; if you are blacklisting white wool, you may use "WOOL"
  94. # or "WOOL:0".
  95. blocks: ["DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_ORE", "GOLD_BLOCK", "IRON_ORE", "IRON_BLOCK", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "WHEAT", "CARROT", "COCOA", "MELON_BLOCK", "MELON_STEM", "POTATO", "PUMPKIN", "PUMPKIN_STEM", "SUGAR_CANE_BLOCK", "NETHER_WARTS", "BREWING_STAND", "DRAGON_EGG", "BEACON", "SKULL:3", "ARMOR_STAND", "HAY_BLOCK", "JUKEBOX", "ENDER_PORTAL", "ENDER_PORTAL_FRAME"]
  96. chest-items: ["DIAMOND", "DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_NUGGET", "GOLD_INGOT", "GOLD_ORE", "GOLD_BLOCK", "IRON_INGOT", "IRON_ORE", "IRON_BLOCK", "INK_SACK:4", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "IRON_SWORD", "IRON_SPADE", "IRON_PICKAXE", "IRON_AXE", "IRON_HOE", "GOLD_SWORD", "GOLD_SPADE", "GOLD_PICKAXE", "GOLD_AXE", "GOLD_HOE", "DIAMOND_SWORD", "DIAMOND_SPADE", "DIAMOND_PICKAXE", "DIAMOND_AXE", "GOLDEN_APPLE", "MUSHROOM_SOUP", "NETHER_WARTS", "SPIDER_EYE", "FERMENTED_SPIDER_EYE", "GOLD_RECORD", "GREEN_RECORD", "RECORD_10", "RECORD_11", "RECORD_12", "RECORD_3", "RECORD_4", "RECORD_5", "RECORD_6", "RECORD_7", "RECORD_8", "RECORD_9", "NETHER_STAR", "EYE_OF_ENDER", "ENDER_PEARL", "MAGMA_CREAM", "BLAZE_POWDER", "BLAZE_ROD", "RABBIT_FOOT", "GOLDEN_CARROT", "NAME_TAG", "GHAST_TEAR", "SPECKLED_MELON", "SKULL:3", "RED_MUSHROOM", "BROWN_MUSHROOM", "DRAGON_EGG", "BEACON", "ENCHANTED_BOOK", "SADDLE", "SULPHUR", "STICK", "IRON_BARDING", "GOLD_BARDING", "DIAMOND_BARDING", "CHAINMAIL_HELMET", "CHAINMAIL_CHESTPLATE", "CHAINMAIL_LEGGINGS", "CHAINMAIL_BOOTS", "IRON_HELMET", "IRON_CHESTPLATE", "IRON_LEGGINGS", "IRON_BOOTS", "GOLD_HELMET", "GOLD_CHESTPLATE", "GOLD_LEGGINGS", "GOLD_BOOTS", "DIAMOND_HELMET", "DIAMOND_CHESTPLATE", "DIAMOND_LEGGINGS", "DIAMOND_BOOTS"]
  97. others:
  98. # 'can-build' defines if the user has control over who can build on his/her
  99. # stake. If this node is set to true, anyone in the world may build in this
  100. # stake, and the user may not disallow any certain player from such actions;
  101. # if this is set to false, the user may change who may build in his/her stake.
  102. can-build: false
  103. # 'can-expand' defines if this stake can be expanded upon.
  104. can-expand: true
  105. # 'can-unclaim' defines if this stake may be unclaimed by a player performing
  106. # the "/stake unclaim" command.
  107. can-unclaim: true
  108. # 'sentry-limit' defines the maximum amount of sentries that are allowed to be
  109. # placed in this type of stake.
  110. sentry-limit: 0
  111. # 'require-confirmation' defines that if a user claims a new stake, he/she will be
  112. # required to perform the "/clan confirm" command before their stake will be officially
  113. # placed into the world.
  114. require-confirmation: false
  115. clan:
  116. size:
  117. x: 35
  118. z: 35
  119. y-pos: 20
  120. y-neg: 5
  121. item:
  122. name: "STICK"
  123. data-type: 0
  124. meta-data:
  125. display-name: "&aClan Stake"
  126. lore: []
  127. drop-on-death: false
  128. blacklist:
  129. blocks: ["DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_ORE", "GOLD_BLOCK", "IRON_ORE", "IRON_BLOCK", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "WHEAT", "CARROT", "COCOA", "MELON_BLOCK", "MELON_STEM", "POTATO", "PUMPKIN", "PUMPKIN_STEM", "SUGAR_CANE_BLOCK", "NETHER_WARTS", "BREWING_STAND", "DRAGON_EGG", "BEACON", "SKULL:3", "ARMOR_STAND", "HAY_BLOCK", "JUKEBOX", "ENDER_PORTAL", "ENDER_PORTAL_FRAME"]
  130. chest-items: ["DIAMOND", "DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_NUGGET", "GOLD_INGOT", "GOLD_ORE", "GOLD_BLOCK", "IRON_INGOT", "IRON_ORE", "IRON_BLOCK", "INK_SACK:4", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "IRON_SWORD", "IRON_SPADE", "IRON_PICKAXE", "IRON_AXE", "IRON_HOE", "GOLD_SWORD", "GOLD_SPADE", "GOLD_PICKAXE", "GOLD_AXE", "GOLD_HOE", "DIAMOND_SWORD", "DIAMOND_SPADE", "DIAMOND_PICKAXE", "DIAMOND_AXE", "GOLDEN_APPLE", "MUSHROOM_SOUP", "NETHER_WARTS", "SPIDER_EYE", "FERMENTED_SPIDER_EYE", "GOLD_RECORD", "GREEN_RECORD", "RECORD_10", "RECORD_11", "RECORD_12", "RECORD_3", "RECORD_4", "RECORD_5", "RECORD_6", "RECORD_7", "RECORD_8", "RECORD_9", "NETHER_STAR", "EYE_OF_ENDER", "ENDER_PEARL", "MAGMA_CREAM", "BLAZE_POWDER", "BLAZE_ROD", "RABBIT_FOOT", "GOLDEN_CARROT", "NAME_TAG", "GHAST_TEAR", "SPECKLED_MELON", "SKULL:3", "RED_MUSHROOM", "BROWN_MUSHROOM", "DRAGON_EGG", "BEACON", "ENCHANTED_BOOK", "SADDLE", "SULPHUR", "STICK", "IRON_BARDING", "GOLD_BARDING", "DIAMOND_BARDING", "CHAINMAIL_HELMET", "CHAINMAIL_CHESTPLATE", "CHAINMAIL_LEGGINGS", "CHAINMAIL_BOOTS", "IRON_HELMET", "IRON_CHESTPLATE", "IRON_LEGGINGS", "IRON_BOOTS", "GOLD_HELMET", "GOLD_CHESTPLATE", "GOLD_LEGGINGS", "GOLD_BOOTS", "DIAMOND_HELMET", "DIAMOND_CHESTPLATE", "DIAMOND_LEGGINGS", "DIAMOND_BOOTS"]
  131. others:
  132. can-build: false
  133. can-expand: true
  134. can-unclaim: false
  135. sentry-limit: 0
  136. require-confirmation: true
  137. outpost:
  138. size:
  139. x: 20
  140. z: 20
  141. y-pos: 15
  142. y-neg: 5
  143. item:
  144. name: "STICK"
  145. data-type: 0
  146. meta-data:
  147. display-name: "&aOutpost Stake"
  148. lore: []
  149. drop-on-death: false
  150. blacklist:
  151. blocks: ["DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_ORE", "GOLD_BLOCK", "IRON_ORE", "IRON_BLOCK", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "WHEAT", "CARROT", "COCOA", "MELON_BLOCK", "MELON_STEM", "POTATO", "PUMPKIN", "PUMPKIN_STEM", "SUGAR_CANE_BLOCK", "NETHER_WARTS", "BREWING_STAND", "DRAGON_EGG", "BEACON", "SKULL:3", "ARMOR_STAND", "HAY_BLOCK", "JUKEBOX", "ENDER_PORTAL", "ENDER_PORTAL_FRAME"]
  152. chest-items: ["DIAMOND", "DIAMOND_ORE", "DIAMOND_BLOCK", "EMERALD", "EMERALD_ORE", "EMERALD_BLOCK", "GOLD_NUGGET", "GOLD_INGOT", "GOLD_ORE", "GOLD_BLOCK", "IRON_INGOT", "IRON_ORE", "IRON_BLOCK", "INK_SACK:4", "LAPIS_ORE", "LAPIS_BLOCK", "ANVIL", "ENCHANTMENT_TABLE", "IRON_SWORD", "IRON_SPADE", "IRON_PICKAXE", "IRON_AXE", "IRON_HOE", "GOLD_SWORD", "GOLD_SPADE", "GOLD_PICKAXE", "GOLD_AXE", "GOLD_HOE", "DIAMOND_SWORD", "DIAMOND_SPADE", "DIAMOND_PICKAXE", "DIAMOND_AXE", "GOLDEN_APPLE", "MUSHROOM_SOUP", "NETHER_WARTS", "SPIDER_EYE", "FERMENTED_SPIDER_EYE", "GOLD_RECORD", "GREEN_RECORD", "RECORD_10", "RECORD_11", "RECORD_12", "RECORD_3", "RECORD_4", "RECORD_5", "RECORD_6", "RECORD_7", "RECORD_8", "RECORD_9", "NETHER_STAR", "EYE_OF_ENDER", "ENDER_PEARL", "MAGMA_CREAM", "BLAZE_POWDER", "BLAZE_ROD", "RABBIT_FOOT", "GOLDEN_CARROT", "NAME_TAG", "GHAST_TEAR", "SPECKLED_MELON", "SKULL:3", "RED_MUSHROOM", "BROWN_MUSHROOM", "DRAGON_EGG", "BEACON", "ENCHANTED_BOOK", "SADDLE", "SULPHUR", "STICK", "IRON_BARDING", "GOLD_BARDING", "DIAMOND_BARDING", "CHAINMAIL_HELMET", "CHAINMAIL_CHESTPLATE", "CHAINMAIL_LEGGINGS", "CHAINMAIL_BOOTS", "IRON_HELMET", "IRON_CHESTPLATE", "IRON_LEGGINGS", "IRON_BOOTS", "GOLD_HELMET", "GOLD_CHESTPLATE", "GOLD_LEGGINGS", "GOLD_BOOTS", "DIAMOND_HELMET", "DIAMOND_CHESTPLATE", "DIAMOND_LEGGINGS", "DIAMOND_BOOTS"]
  153. others:
  154. can-build: false
  155. can-expand: true
  156. can-unclaim: true
  157. sentry-limit: 0
  158. require-confirmation: false
  159. treasury:
  160. size:
  161. x: 10
  162. z: 10
  163. y-pos: 5
  164. y-neg: 1
  165. item:
  166. name: "BLAZE_ROD"
  167. data-type: 0
  168. meta-data:
  169. display-name: "&6Treasury Stake"
  170. lore: []
  171. drop-on-death: true
  172. blacklist:
  173. blocks: []
  174. chest-items: []
  175. others:
  176. can-build: true
  177. can-expand: true
  178. can-unclaim: true
  179. sentry-limit: 0
  180. require-confirmation: false
  181. clan_treasury:
  182. size:
  183. x: 10
  184. z: 10
  185. y-pos: 5
  186. y-neg: 1
  187. item:
  188. name: "BLAZE_ROD"
  189. data-type: 0
  190. meta-data:
  191. display-name: "&6Clan Treasury Stake"
  192. lore: []
  193. drop-on-death: false
  194. blacklist:
  195. blocks: []
  196. chest-items: []
  197. others:
  198. can-build: true
  199. can-expand: true
  200. can-unclaim: true
  201. sentry-limit: 0
  202. require-confirmation: false
  203.  
  204. visualize:
  205. # 'time' defines the amount of time after a player has begun visualizing a
  206. # stake before the plugin will automatically stop the visualization.
  207. time: 10
  208. upon:
  209. # 'claim' defines if when the player claims a new stake, the plugin will
  210. # visualize the stake automatically or not.
  211. claim: true
  212. # 'expand' defines if when a player expanding a stake, will the plugin
  213. # visualize the stake automatically?
  214. expand: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement