Paste your logs.

Built for Minecraft & Hytale

Vanilla Server Log

28 lines
Raw
[18:49:59] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:49:59] [main/INFO]: Found new data pack file/New-items-and-armor.zip, loading it automatically
[18:49:59] [main/INFO]: Found new data pack file/Newgencraft.zip, loading it automatically
[18:49:59] [main/INFO]: Found new data pack file/Spawners_1.zip, loading it automatically
[18:49:59] [main/INFO]: Found new data pack file/gunz.zip, loading it automatically
[18:49:59] [main/INFO]: Reloading ResourceManager: Default, bukkit, New-items-and-armor.zip, Newgencraft.zip, Spawners_1.zip, gunz.zip
[18:49:59] [main/WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
java.util.concurrent.ExecutionException: net.minecraft.server.v1_16_R3.ResourceKeyInvalidException: Non [a-z0-9/._-] character in path of location: gun:tags/blocks/!template.json
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2069) ~[?:?]
at net.minecraft.server.v1_16_R3.Main.main(Main.java:188) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.Main.main(Main.java:289) ~[patched_1.16.5.jar:git-Paper-794]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[minecraft_server.jar:?]
Caused by: net.minecraft.server.v1_16_R3.ResourceKeyInvalidException: Non [a-z0-9/._-] character in path of location: gun:tags/blocks/!template.json
at net.minecraft.server.v1_16_R3.MinecraftKey.<init>(SourceFile:41) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftKey.<init>(SourceFile:50) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.ResourcePackFile.a(SourceFile:134) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.ResourceManagerFallback.a(SourceFile:156) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.ResourceManager.a(SourceFile:97) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.TagDataPack.a(SourceFile:49) ~[patched_1.16.5.jar:git-Paper-794]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764) ~[?:?]
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) [?:?]