Advertisement
Guest User

UltimateTimber - EpicWorldGenerator

a guest
Aug 21st, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.56 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: 150
  25.  
  26. # The minimum number of leaves required for something to be considered a tree
  27. # Default: 5
  28. leaves-required-for-tree: 5
  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: true
  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. leaves:
  192. - OAK_LEAVES
  193. sapling: OAK_SAPLING
  194. plantable-soil: []
  195. max-log-distance-from-trunk: 25
  196. max-leaf-distance-from-log: 25
  197. search-for-leaves-diagonally: true
  198. drop-original-log: false
  199. drop-original-leaf: false
  200. log-loot: []
  201. leaf-loot:
  202. 0:
  203. material: OAK_SAPLING
  204. chance: 5
  205. 1:
  206. material: APPLE
  207. chance: 0.5
  208. entire-tree-loot: []
  209. required-tools: []
  210. spruce:
  211. logs:
  212. - SPRUCE_LOG
  213. - STRIPPED_SPRUCE_LOG
  214. - SPRUCE_WOOD
  215. - STRIPPED_SPRUCE_WOOD
  216. leaves:
  217. - SPRUCE_LEAVES
  218. sapling: SPRUCE_SAPLING
  219. plantable-soil: []
  220. max-log-distance-from-trunk: 45
  221. max-leaf-distance-from-log: 25
  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: SPRUCE_SAPLING
  229. chance: 5
  230. entire-tree-loot: []
  231. required-tools: []
  232. birch:
  233. logs:
  234. - BIRCH_LOG
  235. - STRIPPED_BIRCH_LOG
  236. - BIRCH_WOOD
  237. - STRIPPED_BIRCH_WOOD
  238. leaves:
  239. - BIRCH_LEAVES
  240. sapling: BIRCH_SAPLING
  241. plantable-soil: []
  242. max-log-distance-from-trunk: 1
  243. max-leaf-distance-from-log: 4
  244. search-for-leaves-diagonally: false
  245. drop-original-log: true
  246. drop-original-leaf: false
  247. log-loot: []
  248. leaf-loot:
  249. 0:
  250. material: BIRCH_SAPLING
  251. chance: 5
  252. entire-tree-loot: []
  253. required-tools: []
  254. jungle:
  255. logs:
  256. - JUNGLE_LOG
  257. - STRIPPED_JUNGLE_LOG
  258. - JUNGLE_WOOD
  259. - STRIPPED_JUNGLE_WOOD
  260. leaves:
  261. - JUNGLE_LEAVES
  262. sapling: JUNGLE_SAPLING
  263. plantable-soil: []
  264. max-log-distance-from-trunk: 20
  265. max-leaf-distance-from-log: 15
  266. search-for-leaves-diagonally: false
  267. drop-original-log: true
  268. drop-original-leaf: false
  269. log-loot: []
  270. leaf-loot:
  271. 0:
  272. material: JUNGLE_SAPLING
  273. chance: 2.5
  274. entire-tree-loot: []
  275. required-tools: []
  276. acacia:
  277. logs:
  278. - ACACIA_LOG
  279. - STRIPPED_ACACIA_LOG
  280. - ACACIA_WOOD
  281. - STRIPPED_ACACIA_WOOD
  282. leaves:
  283. - ACACIA_LEAVES
  284. sapling: ACACIA_SAPLING
  285. plantable-soil: []
  286. max-log-distance-from-trunk: 4
  287. max-leaf-distance-from-log: 5
  288. search-for-leaves-diagonally: false
  289. drop-original-log: true
  290. drop-original-leaf: false
  291. log-loot: []
  292. leaf-loot:
  293. 0:
  294. material: ACACIA_SAPLING
  295. chance: 5
  296. entire-tree-loot: []
  297. required-tools: []
  298. dark_oak:
  299. logs:
  300. - DARK_OAK_LOG
  301. - STRIPPED_DARK_OAK_LOG
  302. - DARK_OAK_WOOD
  303. - STRIPPED_DARK_OAK_WOOD
  304. leaves:
  305. - DARK_OAK_LEAVES
  306. sapling: DARK_OAK_SAPLING
  307. plantable-soil: []
  308. max-log-distance-from-trunk: 3
  309. max-leaf-distance-from-log: 5
  310. search-for-leaves-diagonally: false
  311. drop-original-log: true
  312. drop-original-leaf: false
  313. log-loot: []
  314. leaf-loot:
  315. 0:
  316. material: DARK_OAK_SAPLING
  317. chance: 5
  318. 1:
  319. material: APPLE
  320. chance: 0.5
  321. entire-tree-loot: []
  322. required-tools: []
  323. brown_mushroom:
  324. logs:
  325. - MUSHROOM_STEM
  326. leaves:
  327. - BROWN_MUSHROOM_BLOCK
  328. sapling: BROWN_MUSHROOM
  329. plantable-soil:
  330. - MYCELIUM
  331. max-log-distance-from-trunk: 4
  332. max-leaf-distance-from-log: 4
  333. search-for-leaves-diagonally: false
  334. drop-original-log: false
  335. drop-original-leaf: false
  336. log-loot: []
  337. leaf-loot:
  338. 0:
  339. material: BROWN_MUSHROOM
  340. chance: 25
  341. entire-tree-loot: []
  342. required-tools: []
  343. red_mushroom:
  344. logs:
  345. - MUSHROOM_STEM
  346. leaves:
  347. - RED_MUSHROOM_BLOCK
  348. sapling: RED_MUSHROOM
  349. plantable-soil:
  350. - MYCELIUM
  351. max-log-distance-from-trunk: 4
  352. max-leaf-distance-from-log: 4
  353. search-for-leaves-diagonally: true
  354. drop-original-log: false
  355. drop-original-leaf: false
  356. log-loot: []
  357. leaf-loot:
  358. 0:
  359. material: RED_MUSHROOM
  360. chance: 25
  361. entire-tree-loot: []
  362. required-tools: []
  363. Bonsai_Tree:
  364. logs:
  365. - JUNGLE_LOG
  366. - STRIPPED_JUNGLE_LOG
  367. - JUNGLE_WOOD
  368. - OAK_LOG
  369. - STRIPPED_OAK_LOG
  370. - OAK_WOOD
  371. - STRIPPED_OAK_WOOD
  372. leaves:
  373. - OAK_LEAVES
  374. sapling: OAK_SAPLING
  375. plantable-soil: []
  376. max-log-distance-from-trunk: 35
  377. max-leaf-distance-from-log: 25
  378. search-for-leaves-diagonally: false
  379. drop-original-log: true
  380. drop-original-leaf: false
  381. log-loot: []
  382. leaf-loot:
  383. 0:
  384. material: OAK_SAPLING
  385. chance: 5
  386. 1:
  387. material: APPLE
  388. chance: 0.5
  389. entire-tree-loot: []
  390. required-tools: []
  391. Swamp_Tree:
  392. logs:
  393. - ACACIA_LOG
  394. - STRIPPED_ACACIA_LOG
  395. - ACACIA_WOOD
  396. - STRIPPED_ACACIA_WOOD
  397. - DARK_OAK_LOG
  398. - STRIPPED_DARK_OAK_LOG
  399. - DARK_OAK_WOOD
  400. - STRIPPED_DARK_OAK_WOOD
  401. leaves:
  402. - DARK_OAK_LEAVES
  403. - VINE
  404. sapling: OAK_SAPLING
  405. plantable-soil: []
  406. max-log-distance-from-trunk: 35
  407. max-leaf-distance-from-log: 25
  408. search-for-leaves-diagonally: false
  409. drop-original-log: true
  410. drop-original-leaf: false
  411. log-loot: []
  412. leaf-loot:
  413. 0:
  414. material: OAK_SAPLING
  415. chance: 5
  416. 1:
  417. material: APPLE
  418. chance: 0.5
  419. entire-tree-loot: []
  420. required-tools: []
  421. Fantasy_Tree:
  422. logs:
  423. - SPRUCE_LOG
  424. - STRIPPED_SPRUCE_LOG
  425. - SPRUCE_WOOD
  426. - STRIPPED_SPRUCE_WOOD
  427. leaves:
  428. - OAK_LEAVES
  429. - SPRUCE_LEAVES
  430. sapling: OAK_SAPLING
  431. plantable-soil: []
  432. max-log-distance-from-trunk: 35
  433. max-leaf-distance-from-log: 25
  434. search-for-leaves-diagonally: false
  435. drop-original-log: true
  436. drop-original-leaf: false
  437. log-loot: []
  438. leaf-loot:
  439. 0:
  440. material: OAK_SAPLING
  441. chance: 5
  442. 1:
  443. material: APPLE
  444. chance: 0.5
  445. entire-tree-loot: []
  446. required-tools: []
  447. Deciduous_Tree:
  448. logs:
  449. - DARK_OAK_LOG
  450. - STRIPPED_DARK_OAK_LOG
  451. - DARK_OAK_WOOD
  452. - STRIPPED_DARK_OAK_WOOD
  453. leaves:
  454. - OAK_LEAVES
  455. sapling: OAK_SAPLING
  456. plantable-soil: []
  457. max-log-distance-from-trunk: 20
  458. max-leaf-distance-from-log: 20
  459. search-for-leaves-diagonally: true
  460. drop-original-log: true
  461. drop-original-leaf: false
  462. log-loot: []
  463. leaf-loot:
  464. 0:
  465. material: OAK_SAPLING
  466. chance: 5
  467. 1:
  468. material: APPLE
  469. chance: 0.5
  470. entire-tree-loot: []
  471. required-tools: []
  472. Willow_Tree:
  473. logs:
  474. - JUNGLE_LOG
  475. - STRIPPED_JUNGLE_LOG
  476. - JUNGLE_WOOD
  477. - STRIPPED_JUNGLE_WOOD
  478. leaves:
  479. - OAK_LEAVES
  480. - SPRUCE_LEAVES
  481. sapling: OAK_SAPLING
  482. plantable-soil: []
  483. max-log-distance-from-trunk: 20
  484. max-leaf-distance-from-log: 20
  485. search-for-leaves-diagonally: true
  486. drop-original-log: true
  487. drop-original-leaf: false
  488. log-loot: []
  489. leaf-loot:
  490. 0:
  491. material: OAK_SAPLING
  492. chance: 5
  493. 1:
  494. material: APPLE
  495. chance: 0.5
  496. entire-tree-loot: []
  497. required-tools: []
  498. Forgotten_Tree:
  499. logs:
  500. - DARK_OAK_LOG
  501. - STRIPPED_DARK_OAK_LOG
  502. - DARK_OAK_WOOD
  503. - STRIPPED_DARK_OAK_WOOD
  504. leaves:
  505. - OAK_LEAVES
  506. - SPRUCE_LEAVES
  507. sapling: OAK_SAPLING
  508. plantable-soil: []
  509. max-log-distance-from-trunk: 20
  510. max-leaf-distance-from-log: 20
  511. search-for-leaves-diagonally: true
  512. drop-original-log: true
  513. drop-original-leaf: false
  514. log-loot: []
  515. leaf-loot:
  516. 0:
  517. material: OAK_SAPLING
  518. chance: 5
  519. 1:
  520. material: APPLE
  521. chance: 0.5
  522. entire-tree-loot: []
  523. required-tools: []
  524.  
  525. # All soil types that the tree type's saplings can be planted on
  526. global-plantable-soil:
  527. - GRASS_BLOCK
  528. - DIRT
  529. - COARSE_DIRT
  530. - PODZOL
  531.  
  532. # Custom loot that is available for all tree types
  533. # The loot applies to each log broken in the tree
  534. # To add more, increment the number by 1
  535. # The chance is out of 100 and can contain decimals
  536. # The default examples here are to show what you can do with custom loot
  537. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  538. global-log-loot:
  539. 0:
  540. material: DIAMOND
  541. chance: 0
  542. 1:
  543. command: 'eco give %player% 5'
  544. chance: 0
  545. 2:
  546. material: GOLDEN_APPLE
  547. command: 'broadcast %player% found a golden apple in a %type% tree at %xPos% %yPos% %zPos%!'
  548. chance: 0
  549.  
  550. # Custom loot that is available for all tree types
  551. # The loot applies to each leaf broken in the tree
  552. # To add more, increment the number by 1
  553. # The chance is out of 100 and can contain decimals
  554. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  555. global-leaf-loot:
  556. 0:
  557. material: GOLDEN_APPLE
  558. chance: 0.1
  559.  
  560. # Custom entire tree loot that is available for all tree types
  561. # The loot will be dropped only one time for the entire tree
  562. # To add more, increment the number by 1
  563. # The chance is out of 100 and can contain decimals
  564. # Valid command placeholders: %player%, %type%, %xPos%, %yPos%, %zPos%
  565. global-entire-tree-loot:
  566. 0:
  567. material: DIAMOND
  568. chance: 0
  569.  
  570. # Tools that must be used to topple over a tree
  571. # Applies to all tree types
  572. global-required-tools:
  573. - WOODEN_AXE
  574. - STONE_AXE
  575. - IRON_AXE
  576. - GOLDEN_AXE
  577. - DIAMOND_AXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement