Advertisement
LucianDevran

Untitled

Jul 14th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. # ____ ___ __ __ __ __ ___________ __ ___
  2. # | | \ |_/ |_|__| _____ _____ _/ |_ ___\__ ___/|__| _____\_ |__ ___________
  3. # | | / |\ __\ |/ \\__ \\ __\/ __ \| | | |/ \| __ \_/ __ \_ __ \
  4. # | | /| |_| | | | Y Y \/ __ \| | \ ___/| | | | Y Y \ \_\ \ ___/| | \/
  5. # |______/ |____/__| |__|__|_| (____ /__| \___ |____| |__|__|_| /___ /\___ >__|
  6.  
  7. # The type of server you are running in relation to this plugin
  8. # Do not change this value
  9. # Default: CURRENT
  10. server-type: CURRENT
  11.  
  12. # The locale to use in the /locale folder
  13. # Default: en_US
  14. locale: en_US
  15.  
  16. # A list of worlds that the plugin is disabled in
  17. # Default:
  18. # - disabled_world_name
  19. disabled-worlds:
  20. - disabled_world_name
  21.  
  22. # The max number of logs that can be broken at one time
  23. # Default: 150
  24. max-logs-per-chop: 300
  25.  
  26. # The minimum number of leaves required for something to be considered a tree
  27. # Default: 5
  28. leaves-required-for-tree: 3
  29.  
  30. # If leaves should be destroyed
  31. # Default: true
  32. destroy-leaves: true
  33.  
  34. # Apply realistic damage to the tools based on the number of logs chopped
  35. # If false, only one durability will be removed from the tool
  36. # Default: true
  37. realistic-tool-damage: true
  38.  
  39. # Protect the tool used to chop down the tree from breaking
  40. # Prevents the tree from being toppled if the tool would break
  41. # Default: false
  42. protect-tool: false
  43.  
  44. # Use the silk touch enchantment if the tool has it
  45. # Logs and leaves will drop their original block 100% of the time
  46. # Default: true
  47. apply-silk-touch: true
  48.  
  49. # Damage the tool extra for each leaf block broken, this is vanilla behavior but can be disabled here
  50. # Does nothing if realistic-tool-damage is false
  51. # Default: true
  52. apply-silk-touch-tool-damage: true
  53.  
  54. # Require the entire base of the tree to be broken before it topples
  55. # Default: false
  56. break-entire-tree-base: false
  57.  
  58. # Don't drop a block for the block that initiates the tree fall
  59. # Default: false
  60. destroy-initiated-block: false
  61.  
  62. # Only detect logs above the initiated block
  63. # Default: true
  64. only-detect-logs-upwards: false
  65.  
  66. # Only topple trees while the player is doing something
  67. # Valid values: SNEAKING, NOT_SNEAKING, ALWAYS
  68. # Default: ALWAYS
  69. only-topple-while: ALWAYS
  70.  
  71. # Allow toppling trees in creative mode
  72. # Default: true
  73. allow-creative-mode: true
  74.  
  75. # Require the player to have the permission 'ultimatetimber.chop' to topple trees
  76. # Default: false
  77. require-chop-permission: false
  78.  
  79. # If a player should only be allowed to chop one tree per cooldown length
  80. # Default: false
  81. player-tree-topple-cooldown: false
  82.  
  83. # The amount of seconds a player has to wait before they can chop a tree again
  84. # Does nothing if player-tree-topple-cooldown is false
  85. # The time is in seconds and must be a postive whole number
  86. # Default: 5
  87. player-tree-topple-cooldown-length: 5
  88.  
  89. # Allow players to topple trees regardless of what they are holding in their hand
  90. # Default: false
  91. ignore-required-tools: false
  92.  
  93. # Automatically replant saplings when a tree is toppled
  94. # Default: true
  95. replant-saplings: true
  96.  
  97. # Always replant saplings for base tree blocks, regardless of player permissions
  98. # Default: false
  99. always-replant-sapling: false
  100.  
  101. # How many seconds to prevent players from breaking replanted saplings
  102. # Set to 0 to disable
  103. # Does nothing if replant-saplings is false
  104. # The time is in seconds and must be a postive whole number
  105. # Default: 3
  106. replant-saplings-cooldown: 3
  107.  
  108. # Give fallen leaf blocks a chance to replant saplings when they hit the ground
  109. # Default: true
  110. falling-blocks-replant-saplings: true
  111.  
  112. # The percent chance that fallen leaves have of planting a sapling
  113. # Does nothing if falling-blocks-replant-saplings is false
  114. # The chance is out of 100 and may contain decimals
  115. # Default: 1
  116. falling-blocks-replant-saplings-chance: 1
  117.  
  118. # Make falling tree blocks deal damage to players if they get hit
  119. # Default: true
  120. falling-blocks-deal-damage: true
  121.  
  122. # The amount of damage that falling tree blocks do
  123. # This does nothing if falling-blocks-deal-damage is false
  124. # Default: 1
  125. falling-block-damage: 1
  126.  
  127. # Automatically add tree blocks to the player's inventory instead of dropping them
  128. # Default: false
  129. add-items-to-inventory: false
  130.  
  131. # Use custom sounds when toppling trees
  132. # Default: true
  133. use-custom-sounds: true
  134.  
  135. # Use custom particles when toppling trees
  136. # Default: true
  137. use-custom-particles: true
  138.  
  139. # The bonus loot multiplier when a player has the permission ultimatetimber.bonusloot
  140. # Multiplies the chance of tree drops by this value
  141. # Decimal values are allowed
  142. # Default: 2
  143. bonus-loot-multiplier: 2
  144.  
  145. # If placed blocks should be ignored for toppling trees
  146. # Note: This only keeps track of blocks placed during the current server load
  147. # If your server restarts, the placed tree blocks could be toppled again
  148. # Default: true
  149. ignore-placed-blocks: true
  150.  
  151. # The maximum number of blocks to keep track of in memory at once
  152. # Use a lower number if this starts to take up too much memory or trees start taking too long to detect
  153. # Default: 5000
  154. ignore-placed-blocks-memory-size: 5000
  155.  
  156. # Applies experience when using Jobs/mcMMO
  157. # Only does something if Jobs or mcMMO is installed
  158. # Default: true
  159. hooks-apply-experience: true
  160.  
  161. # Applies extra drops passive ability when using mcMMO
  162. # Only does something if mcMMO is installed
  163. # Default: true
  164. hooks-apply-extra-drops: true
  165.  
  166. # Requires the tree feller ability in mcMMO to be active to use timber
  167. # Only does something if mcMMO is installed
  168. # Default: false
  169. hooks-require-ability-active: false
  170.  
  171. # The type of animation to use for tree toppling
  172. # Types: FANCY, DISINTEGRATE, CRUMBLE, NONE
  173. tree-animation-type: FANCY
  174.  
  175. # If the tree-animation-type is FANCY or CRUMBLE, make the blocks stick to the ground
  176. # Does nothing if tree-animation-type is not FANCY or CRUMBLE
  177. # Default: false
  178. scatter-tree-blocks-on-ground: false
  179.  
  180. # Tree configuration
  181. # Allows for extreme fine-tuning of tree detection and what are considered trees
  182. # Multiple log and leaf types are allowed, only one sapling type is allowed
  183. # You can add your own custom tree types here, just add a new section
  184. trees:
  185. oak:
  186. logs:
  187. - OAK_LOG
  188. - STRIPPED_OAK_LOG
  189. - OAK_WOOD
  190. - STRIPPED_OAK_WOOD
  191. - SPRUCE_LOG
  192. - STRIPPED_SPRUCE_LOG
  193. - SPRUCE_WOOD
  194. - STRIPPED_SPRUCE_WOOD
  195. - BIRCH_LOG
  196. - STRIPPED_BIRCH_LOG
  197. - BIRCH_WOOD
  198. - STRIPPED_BIRCH_WOOD
  199. - JUNGLE_LOG
  200. - STRIPPED_JUNGLE_LOG
  201. - JUNGLE_WOOD
  202. - STRIPPED_JUNGLE_WOOD
  203. - ACACIA_LOG
  204. - STRIPPED_ACACIA_LOG
  205. - ACACIA_WOOD
  206. - STRIPPED_ACACIA_WOOD
  207. - DARK_OAK_LOG
  208. - STRIPPED_DARK_OAK_LOG
  209. - DARK_OAK_WOOD
  210. - STRIPPED_DARK_OAK_WOOD
  211. leaves:
  212. - OAK_LEAVES
  213. - SPRUCE_LEAVES
  214. - BIRCH_LEAVES
  215. - JUNGLE_LEAVES
  216. - ACACIA_LEAVES
  217. - DARK_OAK_LEAVES
  218. sapling: OAK_SAPLING
  219. plantable-soil: []
  220. max-log-distance-from-trunk: 300
  221. max-leaf-distance-from-log: 20
  222. search-for-leaves-diagonally: true
  223. drop-original-log: true
  224. drop-original-leaf: false
  225. log-loot: []
  226. leaf-loot:
  227. 0:
  228. material: OAK_SAPLING
  229. chance: 5
  230. 1:
  231. material: APPLE
  232. chance: 0.5
  233. entire-tree-loot: []
  234. required-tools: []
  235. spruce:
  236. logs:
  237. - OAK_LOG
  238. - STRIPPED_OAK_LOG
  239. - OAK_WOOD
  240. - STRIPPED_OAK_WOOD
  241. - SPRUCE_LOG
  242. - STRIPPED_SPRUCE_LOG
  243. - SPRUCE_WOOD
  244. - STRIPPED_SPRUCE_WOOD
  245. - BIRCH_LOG
  246. - STRIPPED_BIRCH_LOG
  247. - BIRCH_WOOD
  248. - STRIPPED_BIRCH_WOOD
  249. - JUNGLE_LOG
  250. - STRIPPED_JUNGLE_LOG
  251. - JUNGLE_WOOD
  252. - STRIPPED_JUNGLE_WOOD
  253. - ACACIA_LOG
  254. - STRIPPED_ACACIA_LOG
  255. - ACACIA_WOOD
  256. - STRIPPED_ACACIA_WOOD
  257. - DARK_OAK_LOG
  258. - STRIPPED_DARK_OAK_LOG
  259. - DARK_OAK_WOOD
  260. - STRIPPED_DARK_OAK_WOOD
  261. leaves:
  262. - OAK_LEAVES
  263. - SPRUCE_LEAVES
  264. - BIRCH_LEAVES
  265. - JUNGLE_LEAVES
  266. - ACACIA_LEAVES
  267. - DARK_OAK_LEAVES
  268. sapling: SPRUCE_SAPLING
  269. plantable-soil: []
  270. max-log-distance-from-trunk: 300
  271. max-leaf-distance-from-log: 20
  272. search-for-leaves-diagonally: true
  273. drop-original-log: true
  274. drop-original-leaf: false
  275. log-loot: []
  276. leaf-loot:
  277. 0:
  278. material: SPRUCE_SAPLING
  279. chance: 5
  280. entire-tree-loot: []
  281. required-tools: []
  282. birch:
  283. logs:
  284. - OAK_LOG
  285. - STRIPPED_OAK_LOG
  286. - OAK_WOOD
  287. - STRIPPED_OAK_WOOD
  288. - SPRUCE_LOG
  289. - STRIPPED_SPRUCE_LOG
  290. - SPRUCE_WOOD
  291. - STRIPPED_SPRUCE_WOOD
  292. - BIRCH_LOG
  293. - STRIPPED_BIRCH_LOG
  294. - BIRCH_WOOD
  295. - STRIPPED_BIRCH_WOOD
  296. - JUNGLE_LOG
  297. - STRIPPED_JUNGLE_LOG
  298. - JUNGLE_WOOD
  299. - STRIPPED_JUNGLE_WOOD
  300. - ACACIA_LOG
  301. - STRIPPED_ACACIA_LOG
  302. - ACACIA_WOOD
  303. - STRIPPED_ACACIA_WOOD
  304. - DARK_OAK_LOG
  305. - STRIPPED_DARK_OAK_LOG
  306. - DARK_OAK_WOOD
  307. - STRIPPED_DARK_OAK_WOOD
  308. leaves:
  309. - OAK_LEAVES
  310. - SPRUCE_LEAVES
  311. - BIRCH_LEAVES
  312. - JUNGLE_LEAVES
  313. - ACACIA_LEAVES
  314. - DARK_OAK_LEAVES
  315. sapling: BIRCH_SAPLING
  316. plantable-soil: []
  317. max-log-distance-from-trunk: 300
  318. max-leaf-distance-from-log: 20
  319. search-for-leaves-diagonally: true
  320. drop-original-log: true
  321. drop-original-leaf: false
  322. log-loot: []
  323. leaf-loot:
  324. 0:
  325. material: BIRCH_SAPLING
  326. chance: 5
  327. entire-tree-loot: []
  328. required-tools: []
  329. jungle:
  330. logs:
  331. - OAK_LOG
  332. - STRIPPED_OAK_LOG
  333. - OAK_WOOD
  334. - STRIPPED_OAK_WOOD
  335. - SPRUCE_LOG
  336. - STRIPPED_SPRUCE_LOG
  337. - SPRUCE_WOOD
  338. - STRIPPED_SPRUCE_WOOD
  339. - BIRCH_LOG
  340. - STRIPPED_BIRCH_LOG
  341. - BIRCH_WOOD
  342. - STRIPPED_BIRCH_WOOD
  343. - JUNGLE_LOG
  344. - STRIPPED_JUNGLE_LOG
  345. - JUNGLE_WOOD
  346. - STRIPPED_JUNGLE_WOOD
  347. - ACACIA_LOG
  348. - STRIPPED_ACACIA_LOG
  349. - ACACIA_WOOD
  350. - STRIPPED_ACACIA_WOOD
  351. - DARK_OAK_LOG
  352. - STRIPPED_DARK_OAK_LOG
  353. - DARK_OAK_WOOD
  354. - STRIPPED_DARK_OAK_WOOD
  355. leaves:
  356. - OAK_LEAVES
  357. - SPRUCE_LEAVES
  358. - BIRCH_LEAVES
  359. - JUNGLE_LEAVES
  360. - ACACIA_LEAVES
  361. - DARK_OAK_LEAVES
  362. sapling: JUNGLE_SAPLING
  363. plantable-soil: []
  364. max-log-distance-from-trunk: 300
  365. max-leaf-distance-from-log: 20
  366. search-for-leaves-diagonally: true
  367. drop-original-log: true
  368. drop-original-leaf: false
  369. log-loot: []
  370. leaf-loot:
  371. 0:
  372. material: JUNGLE_SAPLING
  373. chance: 2.5
  374. entire-tree-loot: []
  375. required-tools: []
  376. acacia:
  377. logs:
  378. - OAK_LOG
  379. - STRIPPED_OAK_LOG
  380. - OAK_WOOD
  381. - STRIPPED_OAK_WOOD
  382. - SPRUCE_LOG
  383. - STRIPPED_SPRUCE_LOG
  384. - SPRUCE_WOOD
  385. - STRIPPED_SPRUCE_WOOD
  386. - BIRCH_LOG
  387. - STRIPPED_BIRCH_LOG
  388. - BIRCH_WOOD
  389. - STRIPPED_BIRCH_WOOD
  390. - JUNGLE_LOG
  391. - STRIPPED_JUNGLE_LOG
  392. - JUNGLE_WOOD
  393. - STRIPPED_JUNGLE_WOOD
  394. - ACACIA_LOG
  395. - STRIPPED_ACACIA_LOG
  396. - ACACIA_WOOD
  397. - STRIPPED_ACACIA_WOOD
  398. - DARK_OAK_LOG
  399. - STRIPPED_DARK_OAK_LOG
  400. - DARK_OAK_WOOD
  401. - STRIPPED_DARK_OAK_WOOD
  402. leaves:
  403. - OAK_LEAVES
  404. - SPRUCE_LEAVES
  405. - BIRCH_LEAVES
  406. - JUNGLE_LEAVES
  407. - ACACIA_LEAVES
  408. - DARK_OAK_LEAVES
  409. sapling: ACACIA_SAPLING
  410. plantable-soil: []
  411. max-log-distance-from-trunk: 300
  412. max-leaf-distance-from-log: 20
  413. search-for-leaves-diagonally: true
  414. drop-original-log: true
  415. drop-original-leaf: false
  416. log-loot: []
  417. leaf-loot:
  418. 0:
  419. material: ACACIA_SAPLING
  420. chance: 5
  421. entire-tree-loot: []
  422. required-tools: []
  423. dark_oak:
  424. logs:
  425. - OAK_LOG
  426. - STRIPPED_OAK_LOG
  427. - OAK_WOOD
  428. - STRIPPED_OAK_WOOD
  429. - SPRUCE_LOG
  430. - STRIPPED_SPRUCE_LOG
  431. - SPRUCE_WOOD
  432. - STRIPPED_SPRUCE_WOOD
  433. - BIRCH_LOG
  434. - STRIPPED_BIRCH_LOG
  435. - BIRCH_WOOD
  436. - STRIPPED_BIRCH_WOOD
  437. - JUNGLE_LOG
  438. - STRIPPED_JUNGLE_LOG
  439. - JUNGLE_WOOD
  440. - STRIPPED_JUNGLE_WOOD
  441. - ACACIA_LOG
  442. - STRIPPED_ACACIA_LOG
  443. - ACACIA_WOOD
  444. - STRIPPED_ACACIA_WOOD
  445. - DARK_OAK_LOG
  446. - STRIPPED_DARK_OAK_LOG
  447. - DARK_OAK_WOOD
  448. - STRIPPED_DARK_OAK_WOOD
  449. leaves:
  450. - OAK_LEAVES
  451. - SPRUCE_LEAVES
  452. - BIRCH_LEAVES
  453. - JUNGLE_LEAVES
  454. - ACACIA_LEAVES
  455. - DARK_OAK_LEAVES
  456. sapling: DARK_OAK_SAPLING
  457. plantable-soil: []
  458. max-log-distance-from-trunk: 300
  459. max-leaf-distance-from-log: 20
  460. search-for-leaves-diagonally: true
  461. drop-original-log: true
  462. drop-original-leaf: false
  463. log-loot: []
  464. leaf-loot:
  465. 0:
  466. material: DARK_OAK_SAPLING
  467. chance: 5
  468. 1:
  469. material: APPLE
  470. chance: 0.5
  471. entire-tree-loot: []
  472. required-tools: []
  473. brown_mushroom:
  474. logs:
  475. - MUSHROOM_STEM
  476. leaves:
  477. - BROWN_MUSHROOM_BLOCK
  478. sapling: BROWN_MUSHROOM
  479. plantable-soil:
  480. - MYCELIUM
  481. max-log-distance-from-trunk: 300
  482. max-leaf-distance-from-log: 20
  483. search-for-leaves-diagonally: true
  484. drop-original-log: false
  485. drop-original-leaf: false
  486. log-loot: []
  487. leaf-loot:
  488. 0:
  489. material: BROWN_MUSHROOM
  490. chance: 25
  491. entire-tree-loot: []
  492. required-tools: []
  493. red_mushroom:
  494. logs:
  495. - MUSHROOM_STEM
  496. leaves:
  497. - RED_MUSHROOM_BLOCK
  498. sapling: RED_MUSHROOM
  499. plantable-soil:
  500. - MYCELIUM
  501. max-log-distance-from-trunk: 4
  502. max-leaf-distance-from-log: 4
  503. search-for-leaves-diagonally: true
  504. drop-original-log: false
  505. drop-original-leaf: false
  506. log-loot: []
  507. leaf-loot:
  508. 0:
  509. material: RED_MUSHROOM
  510. chance: 25
  511. entire-tree-loot: []
  512. required-tools: []
  513.  
  514. # All soil types that the tree type's saplings can be planted on
  515. global-plantable-soil:
  516. - GRASS_BLOCK
  517. - DIRT
  518. - COARSE_DIRT
  519. - PODZOL
  520.  
  521. # Custom loot that is available for all tree types
  522. # The loot applies to each log broken in the tree
  523. # To add more, increment the number by 1
  524. # The chance is out of 100 and can contain decimals
  525. # The default examples here are to show what you can do with custom loot
  526. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  527. global-log-loot:
  528. 0:
  529. material: DIAMOND
  530. chance: 0
  531. 1:
  532. command: 'eco give %player% 5'
  533. chance: 0
  534. 2:
  535. material: GOLDEN_APPLE
  536. command: 'broadcast %player% found a golden apple in a %type% tree at %xPos% %yPos% %zPos%!'
  537. chance: 0
  538.  
  539. # Custom loot that is available for all tree types
  540. # The loot applies to each leaf broken in the tree
  541. # To add more, increment the number by 1
  542. # The chance is out of 100 and can contain decimals
  543. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  544. global-leaf-loot:
  545. 0:
  546. material: GOLDEN_APPLE
  547. chance: 0.1
  548.  
  549. # Custom entire tree loot that is available for all tree types
  550. # The loot will be dropped only one time for the entire tree
  551. # To add more, increment the number by 1
  552. # The chance is out of 100 and can contain decimals
  553. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  554. global-entire-tree-loot:
  555. 0:
  556. material: DIAMOND
  557. chance: 0
  558.  
  559. # Tools that must be used to topple over a tree
  560. # Applies to all tree types
  561. global-required-tools:
  562. - WOODEN_AXE
  563. - STONE_AXE
  564. - IRON_AXE
  565. - GOLDEN_AXE
  566. - DIAMOND_AXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement