mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-12-01 14:23:24 +01:00
54ab6c9690
- Added custom loot - Enhanced the tree search algorithm so it can do branches (fixes the format of a number of trees) among other tweaks - Fixed a number of loot issues - Fixed the tree leaf fall replant % being too high - Added a no animation version of the tree drop - Added a LeafToSapling converter util - Fixed durability issue where the plugin was taking too much durability from axes - Added dirt/grass/coarse dirt ledge compatibility, allows for more flexibility in the tree identification process
26 lines
744 B
YAML
26 lines
744 B
YAML
name: UltimateTimber
|
|
version: 0.0.5
|
|
author: Songoda
|
|
main: com.songoda.ultimatetimber.UltimateTimber
|
|
api-version: 1.13
|
|
commands:
|
|
ultimatetimber:
|
|
description: Reloads the configuration file
|
|
usage: /ultimatetimber reload
|
|
aliases: [ut]
|
|
permissions:
|
|
ultimatetimber.*:
|
|
description: Inherits all plugin permissions
|
|
children:
|
|
ultimatetimber.chop: true
|
|
ultimatetimber.bonusloot: true
|
|
ultimatetimber.reload: true
|
|
ultimatetimber.chop:
|
|
description: Allows players to trigger the trees toppling down effect
|
|
default: op
|
|
ultimatetimber.bonusloot:
|
|
description: Doubles the loot obtained from trees
|
|
default: op
|
|
ultimatetimber.reload:
|
|
description: Reloads the configuration file
|
|
default: op |