Skip to content

Instantly share code, notes, and snippets.

View FabioZumbi12's full-sized avatar

FabioZumbi12 FabioZumbi12

View GitHub Profile
[02:03:23] [Worker-Main-13/ERROR]: Failed to load function ercerus:illager_fortress/illager_fortress_stairs
java.util.concurrent.CompletionException: java.lang.NullPointerException
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_221]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) [?:1.8.0_221]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592) [?:1.8.0_221]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) [?:1.8.0_221]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_221]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_221]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_221]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_221]
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
# - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation
[04:11:16] [Server thread/INFO]: Starting minecraft server version 1.15.2
[04:11:16] [Server thread/INFO]: Loading properties
[04:11:16] [Server thread/INFO]: This server is running Paper version git-Paper-304 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[04:11:16] [Server thread/INFO]: Debug logging is disabled
[04:11:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[04:11:16] [Server thread/INFO]: Using 4 threads for Netty based IO
[04:11:16] [Server thread/INFO]: Default game type: SURVIVAL
[04:11:16] [Server thread/INFO]: Generating keypair
[04:11:17] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:15963
[04:11:17] [Server thread/INFO]: Using default channel type
[21:10:21 ERROR]: ------------------------------
[21:10:21 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[21:10:21 ERROR]: ------------------------------
[21:10:21 ERROR]: Current Thread: Server thread
[21:10:21 ERROR]: PID: 27 | Suspended: false | Native: true | State: RUNNABLE
[21:10:21 ERROR]: Stack:
[21:10:21 ERROR]: java.net.SocketInputStream.socketRead0(Native Method)
[21:10:21 ERROR]: java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[21:10:21 ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:171)
[21:10:21 ERROR]: java.net.SocketInputStream.read(SocketInputStream.java:141)
RegionSelector regs = new LocalSession().getRegionSelector(new BukkitWorld(world));
regs.selectPrimary(BlockVector3.at(p1.getX(), p1.getY(), p1.getZ()), null);
regs.selectSecondary(BlockVector3.at(p2.getX(), p2.getY(), p2.getZ()), null);
com.sk89q.worldedit.regions.Region wReg;
try {
wReg = regs.getRegion();
} catch (IncompleteRegionException e1) {
e1.printStackTrace();
return;
[00:06:03 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.9
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] No Update available.
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Custom entity registry found: net.citizensnpcs.nms.v1_15_R1.util.CustomEntityRegistry
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_15_R1 loaded.
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'origins' to 'default'
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'z12' to 'default'
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'z12_nether' to 'default'
[00:06:04 INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Build' to 'default'
public final class LegendaryBridge extends JavaPlugin implements Listener {
@Override
public void onEnable() {
// Plugin startup logic
if (!ServerAPI.hasMod("pixelmon")){
getLogger().severe("Pixelmon not found. Legendary announcements will be disabled");
setEnabled(false);
return;
}
16:41:49.7428 [INFO] SEDiscordBridge.SEDiscordBridgePlugin: Starting Discord Bridge!
16:41:49.9045 [ERROR] Torch.Session.TorchSessionManager: System.AggregateException: One or more errors occurred. ---> DSharpPlus.Exceptions.NotFoundException: Not found: 404
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DSharpPlus.Net.DiscordApiClient.<GetChannelAsync>d__36.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DSharpPlus.DiscordClient.<GetChannelAsync>d__240.MoveNext()
--- End of inner exception stack trace ---
[23:24:24] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@11322034:
java.lang.StackOverflowError: null
at java.util.PropertyPermission.<init>(PropertyPermission.java:161) ~[?:1.8.0_222]
at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1294) ~[?:1.8.0_222]
at java.lang.System.getProperty(System.java:717) ~[?:1.8.0_222]
at java.io.UnixFileSystem.resolve(UnixFileSystem.java:133) ~[?:1.8.0_222]
at java.io.File.getCanonicalPath(File.java:618) ~[?:1.8.0_222]
at java.io.FilePermission$1.run(FilePermission.java:215) ~[?:1.8.0_222]
at java.io.FilePermission$1.run(FilePermission.java:203) ~[?:1.8.0_222]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222]
[02:23:09 ERROR]: Couldn't read block tag list bookshelf:iron_raycast from bookshelf:tags/blocks/iron_raycast.json in data pack Bookshelves DataPack V5.2.2
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 31 column 3 path $.values[28]
at net.minecraft.server.v1_14_R1.ChatDeserializer.a(SourceFile:495) ~[patched_1.14.3.jar:git-Paper-117]
at net.minecraft.server.v1_14_R1.ChatDeserializer.a(SourceFile:533) ~[patched_1.14.3.jar:git-Paper-117]
at net.minecraft.server.v1_14_R1.Tags.a(SourceFile:94) ~[patched_1.14.3.jar:git-Paper-117]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_181]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_181]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_181]
at java.util.concurrent.ForkJoinPool$WorkQueue.r