Advertisement
Guest User

ZH Config

a guest
Feb 15th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. Version: 1.6.9
  2.  
  3. Commands:
  4.  
  5. # The list of 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 cooldown defines the delay between two executions in seconds.
  8. # The value of cost defines how much will be charged per use.
  9.  
  10. admin:
  11. auto-admin: true
  12. cooldown: 0
  13. cost: 0
  14. buy:
  15. auto-admin: true
  16. cooldown: 0
  17. cost: 0
  18. claim:
  19. auto-admin: true
  20. cooldown: 0
  21. cost: 0
  22. free:
  23. auto-admin: true
  24. cooldown: 0
  25. cost: 0
  26. friend:
  27. auto-admin: true
  28. cooldown: 0
  29. cost: 0
  30. give:
  31. auto-admin: true
  32. cooldown: 0
  33. cost: 0
  34. heal:
  35. auto-admin: true
  36. cooldown: 0
  37. cost: 0
  38. help:
  39. auto-admin: true
  40. cooldown: 0
  41. cost: 0
  42. here:
  43. auto-admin: true
  44. cooldown: 0
  45. cost: 0
  46. info:
  47. auto-admin: true
  48. cooldown: 0
  49. cost: 0
  50. kill:
  51. auto-admin: true
  52. cooldown: 0
  53. cost: 0
  54. list:
  55. auto-admin: true
  56. cooldown: 0
  57. cost: 0
  58. lock:
  59. auto-admin: true
  60. cooldown: 0
  61. cost: 0
  62. protect:
  63. auto-admin: true
  64. cooldown: 0
  65. cost: 0
  66. rename:
  67. auto-admin: true
  68. cooldown: 0
  69. cost: 0
  70. reload:
  71. auto-admin: true
  72. cooldown: 0
  73. cost: 0
  74. rez:
  75. auto-admin: true
  76. cooldown: 0
  77. cost: 0
  78. sell:
  79. auto-admin: true
  80. cooldown: 0
  81. cost: 0
  82. settings:
  83. auto-admin: true
  84. cooldown: 0
  85. cost: 0
  86. share:
  87. auto-admin: true
  88. cooldown: 0
  89. cost: 0
  90. spawn:
  91. auto-admin: true
  92. cooldown: 0
  93. cost: 0
  94. stable:
  95. auto-admin: true
  96. cooldown: 0
  97. cost: 0
  98. tame:
  99. auto-admin: true
  100. cooldown: 0
  101. cost: 0
  102. tp:
  103. auto-admin: true
  104. cooldown: 0
  105. cost: 0
  106.  
  107. Databases:
  108.  
  109. # The type of SQL database that ZHorse should use.
  110. # Available databases types are MySQL, SQLite.
  111. type: SQLite
  112.  
  113. # Configuration section for MySQL. You can remove it if MySQL is disabled.
  114. # The field table-prefix is optional and doesn't need to end with '_'.
  115. mysql-config:
  116. host: 127.0.0.1
  117. port: 3306
  118. user: ZHorse
  119. password: ''
  120. database: zhorse
  121. table-prefix: ''
  122.  
  123. # Configuration section for SQLite. You can remove it if SQLite is disabled.
  124. sqlite-config:
  125. # The name of the database file without extension
  126. filename: zhorse
  127.  
  128. Groups:
  129.  
  130. # The list of permission groups with which ZHorse tries to bind.
  131. # The value of color is applied to the horse's name.
  132. # Following formats are available : "&4", <4>, <dark_red>, <DARKRED>.
  133. # Set color-bypass to allow color tags in horse names.
  134. # The value of claims-limit defines how much horses a player can claim.
  135. # The permission is optional if the group is defined in a perms plugin.
  136. # Membership of the group is simulated for whoever has the permission.
  137.  
  138. visitor:
  139. color: <f>
  140. color-bypass: true
  141. claims-limit: 0
  142. permission: zh.default.default
  143. player:
  144. color: <dark_aqua>
  145. color-bypass: true
  146. claims-limit: 5
  147. permission: zh.player.player
  148. vip:
  149. color: <3><BOLD>
  150. color-bypass: true
  151. claims-limit: 10
  152. permission: zh.vip.vip
  153. admin:
  154. color: "&c"
  155. color-bypass: true
  156. claims-limit: -1
  157. permission: zh.admin.admin
  158.  
  159. HorseNames:
  160.  
  161. # The maximum lenght of a horse's name.
  162. # If set to 1-36, horse naming is optional.
  163. # If set to 0, horse naming is forbbiden.
  164. maximum-length: 36
  165.  
  166. # The minimum lenght of a horse's name.
  167. # If set to more than 0, horse naming is mandatory.
  168. # If set to 0, horse naming is unrestricted.
  169. minimum-length: 0
  170.  
  171. # The default name given to horses if random naming is disabled.
  172. default-name: DefaultHorseName
  173.  
  174. # Set to false to disable random naming.
  175. give-random-names: true
  176.  
  177. # The names that are given randomly if random naming is enabled.
  178. random-names:
  179. - Arod
  180. - Alan
  181. - Arroch
  182. - Asfaloth
  183. - Bill
  184. - Ben
  185. - Benny
  186. - Brego
  187. - Bumpkin
  188. - Cartman
  189. - Cris
  190. - Coal
  191. - Drake
  192. - Dan
  193. - Ellan
  194. - Ell
  195. - Felaróf
  196. - Firefoot
  197. - Fire
  198. - Garry
  199. - Glen
  200. - Hasufel
  201. - Hannah
  202. - Ignite
  203. - Iggy
  204. - Jack
  205. - Jake
  206. - Jay
  207. - Jackln
  208. - Katy
  209. - Kai
  210. - Kim
  211. - Lightfoot
  212. - Lightning
  213. - Lloyd
  214. - Mark
  215. - Mike
  216. - Miller
  217. - Nahar
  218. - Nya
  219. - Orion
  220. - Orayan
  221. - Pegasus
  222. - Quill
  223. - Quinn
  224. - Quinton
  225. - Rochallor
  226. - Roheryn
  227. - Shadowfax
  228. - Sharp-ears
  229. - Snowmane
  230. - Strider
  231. - Stybba
  232. - Swish-tail
  233. - Thunderstorm
  234. - Tornado
  235. - Urainum
  236. - Victor
  237. - Vincent
  238. - Vald
  239. - White-socks
  240. - Windfola
  241. - Wise-nose
  242. - Xavier
  243. - Xenophon
  244. - Yuri
  245. - Yurik
  246. - Yaron
  247. - Yigal
  248. - Zachary
  249. - Zane
  250.  
  251. # The list of words which cannot be contained in horse's names.
  252. banned-names:
  253. - ExampleName
  254.  
  255. Languages:
  256.  
  257. # The language ZHorse will use for new players.
  258. # It will be used if a custom locale file is incomplete or corrupted.
  259. default: EN
  260.  
  261. # The list of languages in which players can display ZHorse.
  262. # You can add other languages if you create a valid locale_XX.yml file.
  263. available:
  264. - EN
  265. - FR
  266. - DE
  267. - NL
  268.  
  269. Protections:
  270.  
  271. # The list of damage types that /zh protect will block.
  272. # Disable any protection by negating "enabled" or deleting the line.
  273.  
  274. # Damages caused by players only.
  275.  
  276. OWNER_ATTACK:
  277. enabled: false
  278. PLAYER_ATTACK:
  279. enabled: false
  280.  
  281. # All kind of damages except those caused by players.
  282.  
  283. BLOCK_EXPLOSION:
  284. enabled: false
  285. CONTACT:
  286. enabled: false
  287. CRAMMING:
  288. enabled: false
  289. CUSTOM:
  290. enabled: false
  291. DRAGON_BREATH:
  292. enabled: false
  293. DROWNING:
  294. enabled: false
  295. ENTITY_ATTACK:
  296. enabled: false
  297. ENTITY_EXPLOSION:
  298. enabled: false
  299. ENTITY_SWEEP_ATTACK:
  300. enabled: false
  301. FALL:
  302. enabled: false
  303. FALLING_BLOCK:
  304. enabled: false
  305. FIRE:
  306. enabled: false
  307. FIRE_TICK:
  308. enabled: false
  309. FLY_INTO_WALL:
  310. enabled: false
  311. HOT_FLOOR:
  312. enabled: false
  313. LAVA:
  314. enabled: false
  315. LIGHTNING:
  316. enabled: false
  317. MAGIC:
  318. enabled: false
  319. MELTING:
  320. enabled: false
  321. POISON:
  322. enabled: false
  323. PROJECTILE:
  324. enabled: false
  325. STARVATION:
  326. enabled: false
  327. SUFFOCATION:
  328. enabled: false
  329. SUICIDE:
  330. enabled: false
  331. THORNS:
  332. enabled: false
  333. VOID:
  334. enabled: false
  335. WITHER:
  336. enabled: false
  337.  
  338. Settings:
  339.  
  340. # Set to false to block foal riding and claiming.
  341. allow-foal-riding: true
  342.  
  343. # Set to false to block leashes on (tamed adult) undead horses.
  344. allow-leash-on-undead-horse: true
  345.  
  346. # Set to false to block players from taming undead horses.
  347. allow-taming-of-undead-horse: true
  348.  
  349. # Set to true to block /zh here and /zh stable on leashed horses.
  350. block-leashed-teleport: false
  351.  
  352. # Set to true to block /zh here on mounted horses.
  353. block-mounted-teleport: false
  354.  
  355. # Set to true to make player execute /zh claim on horse tame.
  356. claim-on-tame: true
  357.  
  358. # Set to true to make player execute /zh lock on horse claim.
  359. lock-on-claim: true
  360.  
  361. # Set to true to make player execute /zh protect on horse claim.
  362. protect-on-claim: true
  363.  
  364. # Set to true to make player execute /zh share on horse claim.
  365. share-on-claim: false
  366.  
  367. # Prevent /zh here if horse is outside the maximum radius (in blocks).
  368. # Set to -1 for infinite range.
  369. here-max-range: -1
  370.  
  371. # Prevent /zh stable if horse is outside the maximum radius (in blocks).
  372. # Set to -1 for infinite range.
  373. stable-max-range: 5
  374.  
  375. # Prevent /zh tp if horse is outside the maximum radius (in blocks).
  376. # Set to -1 for infinite range.
  377. tp-max-range: -1
  378.  
  379. # Set to false to disable respawn of missing horses.
  380. # If a horse happens to be missing (possible bug) and its
  381. # stats and inventory are registered in the database (automatic),
  382. # a perfect copy of it will be spawned at its last seen location.
  383. respawn-missing-horse: true
  384.  
  385. # Set to false to prevent items from being stored on horse death.
  386. # It will make them available for looting but they will not be
  387. # restored in the horse's inventory when it gets resurrected.
  388. restore-inventory: true
  389.  
  390. # The number of dead horses kept in the database for each player.
  391. # Higher values allow players to resurrect more dead horses.
  392. # Lower values (including 0, to disable) use less space in the database.
  393. rez-stack-size: 5
  394.  
  395. # Set to true to make default stats display mode use unrounded horse stats.
  396. # Does not affect actual horse stats, only applies to /zh spawn and /zh info.
  397. use-exact-stats: true
  398.  
  399. # Set to false to use Bukkit thresholds for horse stats.
  400. # Does not affect actual horse stats, only applies to /zh spawn and /zh info.
  401. use-vanilla-stats: true
  402.  
  403. # Set to true to switch to the teleportation method used in ZHorse 1.4-.
  404. # This is only recommended for servers using plugins that are
  405. # incompatible with the new ZHorse 1.5+ teleportation method.
  406. # The new method removes horses and respawns them at destination.
  407. use-old-teleport-method: false
  408.  
  409. # Set to true to use the location defined by default-stable-location for
  410. # horses whose stable has not been defined when using /zh stable go or
  411. # when a player logout and send-to-stable-on-owner-logout is enabled.
  412. use-default-stable: true
  413.  
  414. # Set to true to send horses to stable when their owner logout.
  415. # This only works if a regular or default stable has been defined.
  416. # Leashing horses and enabling block-leashed-teleport is recommended.
  417. send-to-stable-on-owner-logout: true
  418.  
  419. default-stable-location:
  420. world: world
  421. x: 123
  422. y: 73
  423. z: -1977
  424.  
  425. # Set to true to hide all ZHorse messages in chat.
  426. mute-console: false
  427.  
  428. Worlds:
  429.  
  430. # The list of worlds that ZHorse can interact with.
  431. # Set enabled to false to disable ZHorse in a world.
  432. # Any world not listed here will be disabled.
  433. # Set crossable to false to disable /zh tp and /zh here in a world.
  434.  
  435. world:
  436. enabled: true
  437. crossable: true
  438. world_nether:
  439. enabled: true
  440. crossable: true
  441. world_the_end:
  442. enabled: true
  443. crossable: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement