You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.
[sharpsk] (fawe|fastasyncworldedit) paste schematic %string% at %location% [exclude air %-boolean%]
if i use "sharpsk fawe paste schematic "1" at {home::%{_p}%} exclude air true" in a function or normal
it parses correctly then when you go to run code it throws out this error
Can you please update FAWE Hook to support latest version?
[15:42:38] [Craft Scheduler Thread - 116/WARN]: [FastAsyncWorldEdit] Plugin FastAsyncWorldEdit v18.10.25-626169a-1227-21.5.14 generated an exception while executing task 13103
java.lang.NullPointerException: null
at me.sharpjaws.sharpSK.hooks.FAWE.EffFAWEPasteSchematic$1.run(EffFAWEPasteSchematic.java:71) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.12.2.jar:git-Paper-1562]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.12.2.jar:git-Paper-1562]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.12.2.jar:git-Paper-1562]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[sharpsk] (fawe|fastasyncworldedit) paste schematic %string% at %location% [exclude air %-boolean%]
if i use "sharpsk fawe paste schematic "1" at {home::%{_p}%} exclude air true" in a function or normal
it parses correctly then when you go to run code it throws out this error
Can you please update FAWE Hook to support latest version?
The text was updated successfully, but these errors were encountered: