Jump to content

Recommended Posts

Posted

Some chunks on server aren't loading when i am near them, than i have kicked because of timeout and server crash





---- Minecraft Crash Report ----
// But it works on my machine.

Time: 8/25/20 10:47 AM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.01 seconds (should be max 0.05)
    at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_201] {}
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) ~[?:1.8.0_201] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_201] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(SourceFile:551) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:560) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:278) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:719) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server Watchdog
Stacktrace:
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139)
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122)
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source)
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(SourceFile:551)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(SourceFile:560)
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(SourceFile:278)
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:719)
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693)

-- Thread Dump --
Details:
    Threads: "Server-Worker-3" Id=63 WAITING on java.util.concurrent.CompletableFuture$Signaller@4a9e0448
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.CompletableFuture$Signaller@4a9e0448
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
    at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
    at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3313)
    at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
    at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:122)
    at net.minecraft.world.World.func_217353_a(World.java:149)
    ...


"Netty Epoll Server IO #3" Id=62 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait0(Native Method)
    at io.netty.channel.epoll.Native.epollWait(Native.java:114)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    at java.lang.Thread.run(Thread.java:748)


"Java2D Disposer" Id=59 WAITING on java.lang.ref.ReferenceQueue$Lock@4459f36b
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@4459f36b
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
    at sun.java2d.Disposer.run(Disposer.java:148)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #2" Id=58 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait0(Native Method)
    at io.netty.channel.epoll.Native.epollWait(Native.java:114)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    at java.lang.Thread.run(Thread.java:748)


"Server Watchdog" Id=57 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37)
    at java.lang.Thread.run(Thread.java:748)


"Query Listener #1" Id=56 RUNNABLE (in native)
    at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    -  locked java.net.PlainDatagramSocketImpl@40666f38
    at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
    -  locked java.net.PlainDatagramSocketImpl@40666f38
    at java.net.DatagramSocket.receive(DatagramSocket.java:812)
    -  locked java.net.DatagramPacket@564f950
    -  locked java.net.DatagramSocket@3c127886
    at net.minecraft.network.rcon.QueryThread.run(SourceFile:260)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #1" Id=55 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait0(Native Method)
    at io.netty.channel.epoll.Native.epollWait(Native.java:114)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    at java.lang.Thread.run(Thread.java:748)


"poi IO worker" Id=50 WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
    at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
    at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
    at net.minecraft.world.chunk.storage.IOWorker$$Lambda$9096/374609369.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:748)


"chunk IO worker" Id=49 WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
    at net.minecraft.world.chunk.storage.IOWorker.func_227105_c_(SourceFile:124)
    at net.minecraft.world.chunk.storage.IOWorker.func_227107_d_(SourceFile:134)
    at net.minecraft.world.chunk.storage.IOWorker$$Lambda$9096/374609369.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:748)


"Thread-9" Id=48 RUNNABLE (in native)
    at sun.nio.fs.LinuxWatchService.poll(Native Method)
    at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
    at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
    at java.lang.Thread.run(Thread.java:748)


"Keep-Alive-SocketCleaner" Id=47 WAITING on sun.net.www.http.KeepAliveStreamCleaner@34ab7fdc
    at java.lang.Object.wait(Native Method)
    -  waiting on sun.net.www.http.KeepAliveStreamCleaner@34ab7fdc
    at sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
    at java.lang.Thread.run(Thread.java:748)


"Netty Epoll Server IO #0" Id=38 RUNNABLE (in native)
    at io.netty.channel.epoll.Native.epollWait0(Native Method)
    at io.netty.channel.epoll.Native.epollWait(Native.java:114)
    at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    at java.lang.Thread.run(Thread.java:748)


"ObjectCleanerThread" Id=37 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@4747c9de
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@4747c9de
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
    at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)


"Thread-5" Id=27 RUNNABLE (in native)
    at sun.nio.fs.LinuxWatchService.poll(Native Method)
    at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
    at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
    at java.lang.Thread.run(Thread.java:748)


"Thread-4" Id=26 RUNNABLE (in native)
    at sun.nio.fs.LinuxWatchService.poll(Native Method)
    at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
    at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
    at java.lang.Thread.run(Thread.java:748)


"Server console handler" Id=23 RUNNABLE (in native)
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:255)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    -  locked java.io.BufferedInputStream@654b061f
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
    -  locked java.io.InputStreamReader@4a8976d7
    at java.io.InputStreamReader.read(InputStreamReader.java:184)
    ...


"DestroyJavaVM" Id=22 RUNNABLE


"Server thread" Id=19 TIMED_WAITING on java.lang.String@3f6211f0
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.lang.String@3f6211f0
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
    at net.minecraft.world.server.ServerChunkProvider.func_212849_a_(SourceFile:139)
    at net.minecraft.world.server.ServerChunkProvider.func_222868_e(SourceFile:122)
    at net.minecraft.world.server.ServerChunkProvider$$Lambda$10205/1314539527.get(Unknown Source)
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
    ...


"Server Infinisleeper" Id=20 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:88)


"Snooper Timer" Id=18 WAITING on java.util.TaskQueue@25b3b5c5
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@25b3b5c5
    at java.lang.Object.wait(Object.java:502)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)


"Thread-2" Id=15 RUNNABLE (in native)
    at sun.nio.fs.LinuxWatchService.poll(Native Method)
    at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
    at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
    at java.lang.Thread.run(Thread.java:748)


"Thread-1" Id=14 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
    at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)


"Signal Dispatcher" Id=4 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@5c438194
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@5c438194
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@61051ffd
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.Reference$Lock@61051ffd
    at java.lang.Object.wait(Object.java:502)
    at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

Stacktrace:
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52)
    at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Linux (amd64) version 5.0.13-050013-lowlatency
    Java Version: 1.8.0_201, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 110753200 bytes (105 MB) / 984612864 bytes (939 MB) up to 7635730432 bytes (7282 MB)
    CPUs: 2
    JVM Flags: 7 total; -Xms256M -Xmx8192M -XX:MinHeapFreeRatio=2 -XX:MaxHeapFreeRatio=7 -XX:ParallelGCThreads=2 -XX:CICompilerCount=2 -XX:ActiveProcessorCount=2
    ModLauncher: 5.1.2+70+master.2845bb9
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.33.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.33.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.33.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.33.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.33.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.33
    FML Language Providers: 
        javafml@31.2
        minecraft@1
    Mod List: 
        SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.1 DONE}
        UnionLib-1.15.2-1.2.3.jar UnionLib {unionlib@1.2.3 DONE}
        torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {torchslabmod@1.7.0 DONE}
        scenic-1.15.2-1.0.2.jar Scenic {scenic@1.15.2-1.0.2 DONE}
        PreGenForge-0.1.1-mc1.15.2.jar PreGenForge {pregenforge@0.1.1 DONE}
        jei-1.15.2-6.0.2.14.jar Just Enough Items {jei@6.0.2.14 DONE}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 DONE}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 DONE}
        mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE}
        Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 DONE}
        extraboats-1.3.6-1.15.2.jar Extra Boats {extraboats@1.3.6 DONE}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 DONE}
        Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 DONE}
        villagernames_1.15-2.4.jar Villager Names {villagernames@2.4 DONE}
        TerraForged-1.15.2-0.0.15.jar TerraForged {terraforged@0.0.15 DONE}
        TravelersBackpack-1.15.2-4.0.5.jar Traveler's Backpack {travelersbackpack@4.0.5 DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE}
        DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE}
        Bookshelf-1.15.2-5.5.34.jar Bookshelf {bookshelf@5.5.34 DONE}
        guardvillagers-1.15.2-1.0.8.jar Guard Villagers {guardvillagers@1.0.7 DONE}
        DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {darkutils@3.1.8 DONE}
        mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 DONE}
        mapperbase-1.15.2-1.1.1.0.jar Mapper Base {mapperbase@1.15.2-1.1.1.0 DONE}
        bedspreads-FORGE-1.15.2-3.0.jar Bedspreads {bedspreads@FORGE-1.15.2-3.0 DONE}
        1.15CNB_Preview.jar ModelTesting_1.15_CreaturesAndBeasts {modeltesting__creaturesandbeasts@1.0.0 DONE}
        Netherite+1.15.2+-+0.1.6.jar Netherite 1.15.2 {netherite_dwny@1.0.0 DONE}
        forge-1.15.2-31.2.33-universal.jar Forge {forge@31.2.33 DONE}
        w2w-1.15.2-0.0.3.0.jar w2w {w2w@NONE DONE}
        structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {structure_gel@1.1.0 DONE}
        forge-1.15.2-31.2.33-server.jar Minecraft {minecraft@1.15.2 DONE}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE}
        ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE}
        repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {repurposed_structures@1.15.2-1.7.2 DONE}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE}
        embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.1.0 DONE}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 DONE}
        GreaterEye-1.15.2-1.0.14.jar GreaterEye {greater_eye@1.0.11 DONE}
        Carbonado-2.0.7-mc1.15.2.jar Carbonado {carbonado@2.0.7 DONE}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 DONE}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a DONE}
        dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {dungeons_plus@1.0.2 DONE}
        memeloadscreen-2.0.3.0.jar Jojo Meme Loadscreen {memeloadscreen@2.0.2.0 DONE}
        movingelevators-1.2.17-mc1.15.jar Moving Elevators {movingelevators@1.2.17 DONE}
        BetterDefaultBiomes-1.15.2-Alpha+1.3.5.jar Better Default Biomes {betterdefaultbiomes@Alpha 1.3.5 DONE}
        fairylights-3.0.8-1.15.2.jar Fairy Lights {fairylights@3.0.8 DONE}
        Atmospheric-1.15.2-1.4.1.jar Atmospheric {atmospheric@1.4.1 DONE}
        1.15.2CannabisCraftV3.1.2.jar CannabisCraft1.15.2 {cannabiscraft@3.1.2 DONE}
        MiscAdditions-1.2.3.jar Misc Additions {miscadditions@1.2.3 DONE}
        gravestone-1.17.5.jar Gravestone Mod {gravestone@1.17.5 DONE}
        collective-1.15.2-1.35.jar Collective {collective@1.35 DONE}
        extlights-2.1.jar Extended Lights {extlights@2.1 DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 DONE}
        [1.15.2]+SecurityCraft+v1.8.19.jar SecurityCraft {securitycraft@v1.8.19 DONE}
        SullysMod-V0.7FIX.jar Sully's Mod {sullys_mod@V0.7 DONE}
        EverPotion-1.15.2-1.1.3.jar EverPotion {everpotion@1.1.3 DONE}
        Kiwi-1.15.2-2.8.3.jar Kiwi {kiwi@2.8.3 DONE}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 DONE}
        getoutofmyboat-1.15.2-1.0.0.jar Get Out Of My Boat {getoutofmyboat@1.15.2-1.0.0 DONE}
        wandering_trapper-1.15.2-0.1.1.jar Wandering Trapper {wandering_trapper@1.15.2-0.1.1 DONE}
        Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 DONE}
        Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 DONE}
        Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 DONE}
        EnderMail-1.15.2-1.1.1.jar Ender Mail {endermail@1.15.2-1.1.1 DONE}
    Kiwi Modules: 
        everpotion:crafting
        everpotion:everpotion
        kiwi:contributors
        kiwi:data
    Player Count: 1 / 15; [ServerPlayerEntity['misikokos'/45, l='world', x=-727.90, y=87.33, z=264.03]]
    Data Packs: mod:mapperbase, mod:embellishcraft (incompatible), mod:gravestone, mod:extlights, mod:naturescompass (incompatible), mod:strange (incompatible), mod:ambientsounds (incompatible), mod:memeloadscreen (incompatible), vanilla, mod:savemystronghold (incompatible), mod:unionlib (incompatible), mod:torchslabmod, mod:scenic, mod:pregenforge, mod:jei (incompatible), mod:abnormals_core, mod:goblintraders, mod:mcwwindows, mod:upgrade_aquatic (incompatible), mod:extraboats, mod:bettercaves (incompatible), mod:waystones (incompatible), mod:villagernames (incompatible), mod:terraforged, mod:travelersbackpack, mod:dungeoncrawl (incompatible), mod:bookshelf (incompatible), mod:guardvillagers (incompatible), mod:darkutils (incompatible), mod:mcwdoors, mod:bedspreads (incompatible), mod:modeltesting__creaturesandbeasts, mod:netherite_dwny, mod:forge (incompatible), mod:w2w (incompatible), mod:structure_gel, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:repurposed_structures, mod:swingthroughgrass (incompatible), mod:greater_eye (incompatible), mod:carbonado, mod:biomesoplenty, mod:valhelsia_structures (incompatible), mod:dungeons_plus, mod:movingelevators, mod:betterdefaultbiomes, mod:fairylights, mod:atmospheric, mod:cannabiscraft, mod:miscadditions, mod:collective (incompatible), mod:autoreglib (incompatible), mod:quark, mod:securitycraft (incompatible), mod:sullys_mod, mod:everpotion, mod:kiwi, mod:elevatorid, mod:getoutofmyboat (incompatible), mod:wandering_trapper, mod:aquaculture, mod:charm (incompatible), mod:endermail (incompatible)
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.