UltimateTimber/target/classes/plugin.yml
MagmaGuy 8a0f3ee107 Version 0.0.2
- Added smoke particles to fallen trees
- Integrated all the config checks
- Added more classes to give the codebase more structure
- Added a number of config options
- Added some safeguards for the falling blocks
- Added all the necessary loot
- Added permission nodes
- Added custom tree falling sounds
- Converted the animation from single-phase to 2-phase, trees now slowly tip over and then pick up speed
- Added various sapling spreading mechanics
- Added damage to entities caught in the tree falling
- Added silk touch compatibility
- Added creative mode filter, doesn't affect players in creative mode
- Added per-world filter
- Started adding reload command, not currently functional due to bad configuration file reloading
- Added axe filter, only applies effect to players wielding axes
- Tweaked the search pyramid to better fit various trees generated by minecraft
2018-11-05 04:15:18 +00:00

25 lines
710 B
YAML

name: UltimateTimber
version: 0.0.2
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.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