The sound *ENTITY_ZOMBIE_BREAK_DOOR_WOOD *seems to be invalid.
For the playsound command it's minecraft:entity.zombie.break_door_wood
It produces the following error when using it:
Caused by: java.lang.IllegalArgumentException: Sound effect entity.zombie.break.door.wood does not exist
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[Spigot.jar:git-Spigot-7d15d07-c194444]
at org.bukkit.craftbukkit.v1_9_R1.CraftSound.getSoundEffect(CraftSound.java:20) ~[Spigot.jar:git-Spigot-7d15d07-c194444]
at org.bukkit.craftbukkit.v1_9_R1.CraftWorld.playSound(CraftWorld.java:1325) ~[Spigot.jar:git-Spigot-7d15d07-c194444]
at com.jroossien.luck.events.TreeFellerEvent.breakTree(TreeFellerEvent.java:110) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_79]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[Spigot.jar:git-Spigot-7d15d07-c194444]
... 17 more