Minor changes

This commit is contained in:
Esophose 2019-04-22 18:33:53 -06:00
parent 8ff4e315eb
commit 31923fa0b2
3 changed files with 8 additions and 10 deletions

View File

@ -52,9 +52,7 @@ public class TreeAnimationCrumble extends TreeAnimation {
Collections.shuffle(currentPartition);
treeBlocks.add(new ArrayList<>(currentPartition));
Player p = this.player;
TreeDefinition td = this.detectedTree.getTreeDefinition();
boolean hst = this.hasSilkTouch;
new BukkitRunnable() {
@Override

View File

@ -37,10 +37,6 @@ realistic-tool-damage: true
# Default: false
protect-tool: false
# Always replant saplings for base tree blocks, regardless of player permissions
# Default: false
always-replant-sapling: false
# Require the entire base of the tree to be broken before it topples
# Default: false
break-entire-tree-base: false
@ -73,6 +69,10 @@ ignore-required-tools: false
# Default: true
replant-saplings: true
# Always replant saplings for base tree blocks, regardless of player permissions
# Default: false
always-replant-sapling: false
# How many seconds to prevent players from breaking replanted saplings
# Set to 0 to disable
# Does nothing if replant-saplings is false

View File

@ -38,10 +38,6 @@ realistic-tool-damage: true
# Default: false
protect-tool: false
# Always replant saplings for base tree blocks, regardless of player permissions
# Default: false
always-replant-sapling: false
# Require the entire base of the tree to be broken before it topples
# Default: false
break-entire-tree-base: false
@ -74,6 +70,10 @@ ignore-required-tools: false
# Default: true
replant-saplings: true
# Always replant saplings for base tree blocks, regardless of player permissions
# Default: false
always-replant-sapling: false
# How many seconds to prevent players from breaking replanted saplings
# Set to 0 to disable
# Does nothing if replant-saplings is false