jonryf / TreeFeller

https://www.spigotmc.org/resources/tree-feller-async.20385/
5 stars 9 forks source link

Sometimes the plugin doesn't cut down the tree properly, leaving a Spruce log in the air #17

Open draand28 opened 3 years ago

draand28 commented 3 years ago

Sometimes the plugin doesn't cut down the tree properly, leaving a Spruce log in the air. It also outputs a specific error in the console. This is happening with Treefeller 3.1 and Paper 1.17. [19:28:59 WARN]: [TreeFeller] Plugin TreeFeller v3.1-RELEASE generated an exception while executing task 18756 java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.HashMap.get(Object)" is null at com.minelazz.treefeller.TreeCutter.cutDownTree(TreeCutter.java:134) ~[?:?] at com.minelazz.treefeller.TreeCutter.run(TreeCutter.java:90) ~[?:?] at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:100) ~[patched_1.17.jar:git-Paper-"4e2f0be"] at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.17.jar:git-Paper-"4e2f0be"] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.17.jar:git-Paper-"4e2f0be"] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?] at java.lang.Thread.run(Thread.java:831) [?:?]