Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. Version: 1.4.1
  2.  
  3. Commands:
  4.  
  5. # The list of the ZHorse's commands. You can remove unused commands.
  6. # Set auto-admin to true to force admin mode for authorized users.
  7. # The value of cost defines how much will be charged per execution.
  8.  
  9. claim:
  10. auto-admin: false
  11. cost: 0
  12. free:
  13. auto-admin: false
  14. cost: 0
  15. give:
  16. auto-admin: false
  17. cost: 0
  18. heal:
  19. auto-admin: false
  20. cost: 0
  21. help:
  22. auto-admin: false
  23. cost: 0
  24. here:
  25. auto-admin: true
  26. cost: 0
  27. info:
  28. auto-admin: false
  29. cost: 0
  30. kill:
  31. auto-admin: false
  32. cost: 0
  33. list:
  34. auto-admin: false
  35. cost: 0
  36. lock:
  37. auto-admin: false
  38. cost: 0
  39. rename:
  40. auto-admin: false
  41. cost: 0
  42. protect:
  43. auto-admin: false
  44. cost: 0
  45. reload:
  46. auto-admin: true
  47. cost: 0
  48. settings:
  49. auto-admin: false
  50. cost: 0
  51. share:
  52. auto-admin: false
  53. cost: 0
  54. tame:
  55. auto-admin: false
  56. cost: 0
  57. tp:
  58. auto-admin: true
  59. cost: 0
  60.  
  61. Groups:
  62.  
  63. # The list of groups with which ZHorse tries to bind.
  64. # The value of color is applied before the horse's name.
  65. # Following formats are available : <4>, ^4, §4, <dark_red>, <darkred>.
  66. # The value of claims-limit defines how much horses a player can claim.
  67. # The permission is optional if the group is defined in a perms plugin.
  68. # Membership of the group is simulated for whoever owns the permission.
  69.  
  70. default:
  71. color: <f>
  72. claims-limit: -1
  73. permission: zh.group.default
  74. player:
  75. color: <dark_aqua>
  76. claims-limit: 5
  77. permission: zh.what.ever.you.want
  78. vip:
  79. color: <BOLD>
  80. claims-limit: 10
  81. permission: prefix.zh.is.not.required
  82. ChefModerateur:
  83. color: ^b
  84. claims-limit: -1
  85. permission: zh.group.chefmodo
  86. rodeurd:
  87. color: ^6
  88. claims-limit: -1
  89. permission: zh.group.rodeurd
  90. Moderateur:
  91. color: ^2
  92. claims-limit: -1
  93. permission: zh.group.moderateur
  94. villageois:
  95. color: ^5
  96. claims-limit: -1
  97. permission:zh.group.villageois
  98. villageoisD:
  99. color: ^d
  100. claims-limit: -1
  101. permission:zh.group.villageoisd
  102. admin:
  103. color: ^c
  104. claims-limit: -1
  105. permission:
  106.  
  107. HorseNames:
  108.  
  109. # The default name given to horses if random naming is disabled.
  110. default-name: DefaultHorseName
  111.  
  112. # Set to false to disable random naming.
  113. give-random-names: true
  114.  
  115. # The maximum lenght of a horse's name.
  116. # If set to more than 0, length of horse's name is limited.
  117. # If set to 0, horse naming is forbbiden.
  118. # If set to -1, horse naming is optional.
  119. maximum-length: 30
  120.  
  121. # The minimum lenght of a horse's name.
  122. # If set to more than 0, horse naming is mandatory.
  123. # If set to 0, horse naming is unrestricted.
  124. minimum-length: 0
  125.  
  126. # The list of words that can't be contained in horse's names.
  127. banned-names:
  128. - ExampleName
  129.  
  130. # The names that are given randomly if random naming is enabled.
  131. random-names:
  132. - Arod
  133. - Ashufel
  134. - Grispoil
  135. - Eclair
  136. - Lightning
  137. - Pegase
  138. - Ponyta
  139. - Thunderstorm
  140. - Tonnerre
  141. - Tornado
  142.  
  143. Languages:
  144.  
  145. # The language ZHorse will use for new players.
  146. # It will be used if a locale file is incomplete or corrupted.
  147. default: EN
  148.  
  149. # The list of languages in which players can display ZHorse.
  150. # You can add other languages if you create a valid locale_XX.yml file.
  151. available:
  152. - EN
  153. - FR
  154. - NL
  155.  
  156. Protections:
  157.  
  158. # The list of damage types that /zh protect will block.
  159. # Disable any protection by negating "enabled" or deleting the line.
  160.  
  161. # Damages caused by players only.
  162.  
  163. OWNER_ATTACK:
  164. enabled: false
  165. PLAYER_ATTACK:
  166. enabled: true
  167.  
  168. # All kind of damages minus those caused by players.
  169.  
  170. BLOCK_EXPLOSION:
  171. enabled: false
  172. CONTACT:
  173. enabled: false
  174. CUSTOM:
  175. enabled: false
  176. DROWNING:
  177. enabled: false
  178. ENTITY_ATTACK:
  179. enabled: false
  180. ENTITY_EXPLOSION:
  181. enabled: false
  182. FALL:
  183. enabled: false
  184. FALLING_BLOCK:
  185. enabled: false
  186. FIRE:
  187. enabled: false
  188. FIRE_TICK:
  189. enabled: false
  190. LAVA:
  191. enabled: false
  192. LIGHTNING:
  193. enabled: false
  194. MAGIC:
  195. enabled: false
  196. MELTING:
  197. enabled: false
  198. POISON:
  199. enabled: false
  200. PROJECTILE:
  201. enabled: false
  202. STARVATION:
  203. enabled: false
  204. SUFFOCATION:
  205. enabled: false
  206. SUICIDE:
  207. enabled: false
  208. THORNS:
  209. enabled: false
  210. VOID:
  211. enabled: false
  212. WITHER:
  213. enabled: false
  214.  
  215. Settings:
  216.  
  217. # Set to true to hide all ZHorse messages in player's chat.
  218. mute-console: false
  219.  
  220. # Set to true to make players execute /zh claim when taming a horse.
  221. claim-on-tame: false
  222.  
  223. # Set to true to make players execute /zh lock when claiming a horse.
  224. lock-on-claim: false
  225.  
  226. # Set to true to make players execute /zh protect when claiming a horse.
  227. protect-on-claim: false
  228.  
  229. # Set to true to make players execute /zh share when claiming a horse.
  230. share-on-claim: false
  231.  
  232. Worlds:
  233.  
  234. # The list of worlds that ZHorse can interact with.
  235. # Set enabled to false to disable ZHorse in that world.
  236. # Set crossable to false to disable /zh tp and /zh here in that world.
  237.  
  238. Sphere-ville:
  239. enabled: true
  240. crossable: true
  241. world_nether:
  242. enabled: false
  243. crossable: false
  244. world_the_end:
  245. enabled: false
  246. crossable: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement