mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-11-29 13:25:23 +01:00
8a0f3ee107
- 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
25 lines
710 B
YAML
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 |