· 6 years ago · Oct 13, 2019, 10:40 PM
1[18:34:27] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[18:34:27] [Server thread/INFO]: Loading properties
3[18:34:27] [Server thread/INFO]: This server is running Paper version git-Paper-213 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[18:34:27] [Server thread/INFO]: Server Ping Player Sample Count: 0
5[18:34:27] [Server thread/INFO]: Using 4 threads for Netty based IO
6[18:34:27] [Server thread/INFO]: Debug logging is enabled
7[18:34:28] [Server thread/INFO]: Default game type: SURVIVAL
8[18:34:28] [Server thread/INFO]: Generating keypair
9[18:34:28] [Server thread/INFO]: Starting Minecraft server on 147.135.30.125:25575
10[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.NativeLibraryLoader] -Dio.netty.native.workdir: /tmp (io.netty.tmpdir)
11[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.NativeLibraryLoader] Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism.
12java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
13 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) ~[?:1.8.0_212]
14 at java.lang.Runtime.loadLibrary0(Runtime.java:870) ~[?:1.8.0_212]
15 at java.lang.System.loadLibrary(System.java:1122) ~[?:1.8.0_212]
16 at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[paperspigot.jar:git-Paper-213]
17 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
18 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
19 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
20 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
21 at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:263) ~[paperspigot.jar:git-Paper-213]
22 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
23 at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:255) ~[paperspigot.jar:git-Paper-213]
24 at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:233) ~[paperspigot.jar:git-Paper-213]
25 at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:124) ~[paperspigot.jar:git-Paper-213]
26 at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:183) ~[paperspigot.jar:git-Paper-213]
27 at io.netty.channel.epoll.Native.<clinit>(Native.java:61) ~[paperspigot.jar:git-Paper-213]
28 at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39) ~[paperspigot.jar:git-Paper-213]
29 at net.minecraft.server.v1_14_R1.ServerConnection.a(ServerConnection.java:64) ~[paperspigot.jar:git-Paper-213]
30 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:216) ~[paperspigot.jar:git-Paper-213]
31 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[paperspigot.jar:git-Paper-213]
32 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
33[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.NativeLibraryLoader] netty_transport_native_epoll_x86_64 cannot be loaded from java.libary.path, now trying export to -Dio.netty.native.workdir: /tmp
34java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
35 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) ~[?:1.8.0_212]
36 at java.lang.Runtime.loadLibrary0(Runtime.java:870) ~[?:1.8.0_212]
37 at java.lang.System.loadLibrary(System.java:1122) ~[?:1.8.0_212]
38 at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[paperspigot.jar:git-Paper-213]
39 at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:243) ~[paperspigot.jar:git-Paper-213]
40 at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:124) ~[paperspigot.jar:git-Paper-213]
41 at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:183) ~[paperspigot.jar:git-Paper-213]
42 at io.netty.channel.epoll.Native.<clinit>(Native.java:61) ~[paperspigot.jar:git-Paper-213]
43 at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39) ~[paperspigot.jar:git-Paper-213]
44 at net.minecraft.server.v1_14_R1.ServerConnection.a(ServerConnection.java:64) ~[paperspigot.jar:git-Paper-213]
45 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:216) ~[paperspigot.jar:git-Paper-213]
46 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[paperspigot.jar:git-Paper-213]
47 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
48 Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
49 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) ~[?:1.8.0_212]
50 at java.lang.Runtime.loadLibrary0(Runtime.java:870) ~[?:1.8.0_212]
51 at java.lang.System.loadLibrary(System.java:1122) ~[?:1.8.0_212]
52 at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) ~[paperspigot.jar:git-Paper-213]
53 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
54 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
55 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
56 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
57 at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:263) ~[paperspigot.jar:git-Paper-213]
58 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
59 at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:255) ~[paperspigot.jar:git-Paper-213]
60 at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:233) ~[paperspigot.jar:git-Paper-213]
61 at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:124) ~[paperspigot.jar:git-Paper-213]
62 at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:183) ~[paperspigot.jar:git-Paper-213]
63 at io.netty.channel.epoll.Native.<clinit>(Native.java:61) ~[paperspigot.jar:git-Paper-213]
64 at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39) ~[paperspigot.jar:git-Paper-213]
65 at net.minecraft.server.v1_14_R1.ServerConnection.a(ServerConnection.java:64) ~[paperspigot.jar:git-Paper-213]
66 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:216) ~[paperspigot.jar:git-Paper-213]
67 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[paperspigot.jar:git-Paper-213]
68 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
69[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.NativeLibraryLoader] Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_645432449950395686085.so
70[18:34:28] [Server thread/DEBUG]: [io.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false
71[18:34:28] [Server thread/DEBUG]: [io.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false
72[18:34:28] [Server thread/DEBUG]: [io.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo)
73[18:34:28] [Server thread/DEBUG]: [io.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128
74[18:34:28] [Server thread/INFO]: Using epoll channel type
75[18:34:28] [Server thread/DEBUG]: [io.netty.channel.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 4
76[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available
77[18:34:28] [Server thread/DEBUG]: [io.netty.channel.DefaultChannelId] -Dio.netty.processId: 7427 (auto-detected)
78[18:34:28] [Server thread/DEBUG]: [io.netty.channel.DefaultChannelId] -Dio.netty.machineId: 00:1b:21:ff:fe:e0:16:36 (auto-detected)
79[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
80[18:34:28] [Server thread/DEBUG]: [io.netty.util.internal.InternalThreadLocalMap] -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
81[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 16
82[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 16
83[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192
84[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11
85[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216
86[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512
87[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256
88[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64
89[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768
90[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192
91[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.useCacheForAllThreads: true
92[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.ByteBufUtil] -Dio.netty.allocator.type: pooled
93[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 0
94[18:34:28] [Server thread/DEBUG]: [io.netty.buffer.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384
95[18:34:33] [Server thread/WARN]: Plugin Jokes v1.0-SNAPSHOT does not specify an api-version.
96[18:34:33] [Server thread/WARN]: Plugin FunQuiz v2.0.0 does not specify an api-version.
97[18:34:34] [Server thread/WARN]: Plugin DeluxeTags v1.7.1 does not specify an api-version.
98[18:34:34] [Server thread/WARN]: Plugin Announce v3.0 does not specify an api-version.
99[18:34:34] [Server thread/WARN]: Plugin BCommons v0.2.4 does not specify an api-version.
100[18:34:34] [Server thread/WARN]: Plugin SaveRod v2.4.5 does not specify an api-version.
101[18:34:34] [Server thread/WARN]: Plugin LightAPI v3.4.1 does not specify an api-version.
102[18:34:34] [Server thread/WARN]: Plugin BetterAlias v1.5.2 does not specify an api-version.
103[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.logging.InternalLoggerFactory] Using SLF4J as the default logging framework
104[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] -Dio.netty.noUnsafe: false
105[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] Java version: 8
106[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available
107[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] sun.misc.Unsafe.copyMemory: available
108[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] java.nio.Buffer.address: available
109[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] direct buffer constructor: available
110[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] java.nio.Bits.unaligned: available, true
111[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
112[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent0] java.nio.DirectByteBuffer.<init>(long, int): available
113[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] sun.misc.Unsafe: available
114[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
115[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model)
116[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] -Dio.netty.maxDirectMemory: 6174015488 bytes
117[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] -Dio.netty.uninitializedArrayAllocationThreshold: -1
118[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.CleanerJava6] java.nio.ByteBuffer.cleaner(): available
119[18:34:34] [Server thread/DEBUG]: [com.vexsoftware.votifier.netty.util.internal.PlatformDependent] -Dio.netty.noPreferDirect: false
120[18:34:34] [Server thread/WARN]: Plugin BannerBoard v1.10.2 does not specify an api-version.
121[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
122[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
123[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
124[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
125[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
126[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
127[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
128[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
129[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
130[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
131[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
132[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
133[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
134[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
135[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
136[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
137[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
138[18:34:34] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
139[18:34:34] [Server thread/WARN]: Plugin BlockRewardsPro v1.1.1 does not specify an api-version.
140[18:34:34] [Server thread/WARN]: Plugin MVdWPlaceholderAPI v3.0.1 does not specify an api-version.
141[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
142[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
143[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
144[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus
145[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
146[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
147[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
148[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
149[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
150[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
151[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
152[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
153[18:34:34] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
154[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType
155[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
156[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
157[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
158[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
159[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy
160[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.collection.LocatedBlockList
161[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.MultiStageReorder
162[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
163[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.AbstractRegion
164[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.EllipsoidRegion
165[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
166[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.TransformRegion
167[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.RegionIntersection
168[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.NullRegion
169[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.Polygonal2DRegion
170[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CylinderRegion
171[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CuboidRegion
172[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands
173[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.ScriptingCommands
174[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SchematicCommands
175[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommands
176[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.UtilityCommandsRegistration
177[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommandsRegistration
178[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
179[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
180[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
181[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
182[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
183[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
184[18:34:35] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
185[18:34:35] [Server thread/WARN]: Plugin FeatherBoard v4.22.0 does not specify an api-version.
186[18:34:35] [Server thread/WARN]: Plugin AltsManager v5.0.8 does not specify an api-version.
187[18:34:35] [Server thread/WARN]: Plugin NoHopperCraft v1.0 does not specify an api-version.
188[18:34:35] [Server thread/WARN]: Plugin Skywars v4.1 does not specify an api-version.
189[18:34:35] [Server thread/WARN]: Plugin TimedRewards v3.0.4 does not specify an api-version.
190[18:34:35] [Server thread/WARN]: Plugin ProtectionLib v0.9.8 does not specify an api-version.
191[18:34:35] [Server thread/WARN]: Plugin FlyTime v1.2 does not specify an api-version.
192[18:34:35] [Server thread/WARN]: Plugin XPBoost v3.2.1 does not specify an api-version.
193[18:34:35] [Server thread/WARN]: Plugin MiniaturePets v2.3.3 does not specify an api-version.
194[18:34:35] [Server thread/WARN]: Plugin JetsMinions v5.4.4 does not specify an api-version.
195[18:34:35] [Server thread/WARN]: Plugin AdvancedEnchantments v6.2.5 does not specify an api-version.
196[18:34:35] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
197[18:34:35] [Server thread/INFO]: [Jokes] Loading Jokes v1.0-SNAPSHOT
198[18:34:35] [Server thread/INFO]: [EnchantmentLock] Loading EnchantmentLock v2.0
199[18:34:35] [Server thread/INFO]: [FunQuiz] Loading FunQuiz v2.0.0
200[18:34:35] [Server thread/INFO]: [OneTimeUse] Loading OneTimeUse v2.4.1
201[18:34:35] [Server thread/INFO]: [UltimateVotes] Loading UltimateVotes v1.9
202[18:34:35] [Server thread/INFO]: [ajParkour] Loading ajParkour v1.44.6
203[18:34:35] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
204[18:34:35] [Server thread/INFO]: [Announce] Loading Announce v3.0
205[18:34:35] [Server thread/INFO]: [BCommons] Loading BCommons v0.2.4
206[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/self/stat
207[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/uptime
208[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/uptime
209[18:34:35] [Server thread/TRACE]: [oshi.util.FileUtil] Read 11218012.96 65283321.91
210[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/uptime
211[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/uptime
212[18:34:35] [Server thread/TRACE]: [oshi.util.FileUtil] Read 11218012.96 65283321.91
213[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /etc/system-release
214[18:34:35] [Server thread/DEBUG]: [oshi.software.os.linux.LinuxOperatingSystem] /etc/system-release: CentOS Linux release 7.6.1810 (Core)
215[18:34:35] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/version
216[18:34:35] [Server thread/INFO]: [SaveRod] Loading SaveRod v2.4.5
217[18:34:35] [Server thread/INFO]: [TreeGravity] Loading TreeGravity v4.2.2
218[18:34:35] [Server thread/INFO]: [TreeGravity] Checking for updates...
219[18:34:36] [Server thread/INFO]: [TreeGravity] Latest Version: v4.2.2
220[18:34:36] [Server thread/INFO]: [TreeGravity] TreeGravity is up to date
221[18:34:36] [Server thread/INFO]: [InfoBook] Loading InfoBook v3.0
222[18:34:36] [Server thread/INFO]: [LightAPI] Loading LightAPI v3.4.1
223[18:34:36] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
224[18:34:36] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
225[18:34:36] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
226[18:34:36] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@129b8583]
227[18:34:36] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v2.0.8
228[18:34:36] [Server thread/INFO]: [Sickle] Loading Sickle v1.8.3
229[18:34:36] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
230[18:34:36] [Server thread/INFO]: [Blackjack] Loading Blackjack v1.6.1
231[18:34:36] [Server thread/INFO]: [MySkin] Loading MySkin v2.7
232[18:34:36] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
233[18:34:36] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
234[18:34:36] [Server thread/INFO]: [ActionBarAPI] Loading ActionBarAPI v1.5.4
235[18:34:36] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
236[18:34:36] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
237[18:34:36] [Server thread/INFO]: [BlockRewardsPro] Loading BlockRewardsPro v1.1.1
238[18:34:36] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
239[18:34:36] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.11
240[18:34:36] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
241[18:34:36] [Server thread/INFO]: [PocketGames] Loading PocketGames v3.17.2
242[18:34:36] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.12.0
243[18:34:36] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.22.0
244[18:34:36] [Server thread/INFO]: [NerfPhantoms] Loading NerfPhantoms v1.1.2
245[18:34:36] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
246[18:34:36] [Server thread/INFO]: [AltsManager] Loading AltsManager v5.0.8
247[18:34:36] [Server thread/INFO]: [NoHopperCraft] Loading NoHopperCraft v1.0
248[18:34:36] [Server thread/INFO]: [Skywars] Loading Skywars v4.1
249[18:34:36] [Server thread/INFO]: [ezAuctions] Loading ezAuctions v1.5.0
250[18:34:36] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;1974-5fca3b3
251[18:34:36] [Server thread/INFO]: [TimedRewards] Loading TimedRewards v3.0.4
252[18:34:36] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.8
253[18:34:36] [Server thread/INFO]: [Shop] Loading Shop v1.8.1
254[18:34:36] [Server thread/INFO]: [EpicCraftingsPlus] Loading EpicCraftingsPlus v5.6.3
255[18:34:36] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.2
256[18:34:36] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.20.7
257[18:34:36] [Server thread/INFO]: [BeastTokens] Loading BeastTokens v3.7.0
258[18:34:36] [Server thread/INFO]: [GadgetsMenu] Loading GadgetsMenu v4.3.25
259[18:34:36] [Server thread/INFO]: [FlyTime] Loading FlyTime v1.2
260[18:34:36] [Server thread/INFO]: [PinataParty] Loading PinataParty v1.5.0
261[18:34:36] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1762)
262[18:34:36] [Server thread/INFO]: [BentoBox] Loading BentoBox v1.7.0
263[18:34:36] [Server thread/INFO]: [TAB] Loading TAB v2.5.3
264[18:34:36] [Server thread/INFO]: [XPBoost] Loading XPBoost v3.2.1
265[18:34:36] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.108
266[18:34:36] [Server thread/INFO]: mcMMO has registered WG flags successfully!
267[18:34:36] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.5.7
268[18:34:36] [Server thread/INFO]: [MiniaturePets] Loading MiniaturePets v2.3.3
269[18:34:36] [Server thread/INFO]: [Racing] Loading Racing v1.15.0
270[18:34:36] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
271[18:34:36] [Server thread/INFO]: [JetsMinions] Loading JetsMinions v5.4.4
272[18:34:36] [Server thread/INFO]: [JupiterCore] Loading JupiterCore v1.3.1
273[18:34:36] [Server thread/INFO]: [EpicSellChest] Loading EpicSellChest v1.3.1
274[18:34:36] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.5.2
275[18:34:36] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
276[18:34:36] [Server thread/INFO]: [AdvancedOreGen] Loading AdvancedOreGen v1.6.20-SNAPSHOT
277[18:34:36] [Server thread/INFO]: [CMI] Loading CMI v8.6.15.0
278[18:34:36] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.1.4
279[18:34:36] [Server thread/INFO]: [QuantumRPG] Loading QuantumRPG v4.4.5
280[18:34:36] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v6.2.5
281[18:34:36] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.17
282[18:34:36] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.3.0.2
283[18:34:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
284[18:34:36] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
285[18:34:36] [Server thread/INFO]: __
286[18:34:36] [Server thread/INFO]: | |__) LuckPerms v4.4.1
287[18:34:36] [Server thread/INFO]: |___ | Running on Bukkit - Paper
288[18:34:36] [Server thread/INFO]:
289[18:34:36] [Server thread/INFO]: [LuckPerms] Loading configuration...
290[18:34:37] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
291[18:34:37] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
292[18:34:37] [Server thread/INFO]: [LuckPerms] Performing initial data load...
293[18:34:37] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 500ms)
294[18:34:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
295[18:34:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
296[18:34:37] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
297[18:34:37] [Server thread/DEBUG]: Using jar:file:/home/minecraft/multicraft/servers/server33964/plugins/worldedit-bukkit-7.0.1.jar!/com/sk89q/worldedit/world/registry/blocks.114.json for bundled block data.
298[18:34:37] [Server thread/DEBUG]: Using jar:file:/home/minecraft/multicraft/servers/server33964/plugins/worldedit-bukkit-7.0.1.jar!/com/sk89q/worldedit/world/registry/items.114.json for bundled item data.
299[18:34:37] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
300[18:34:37] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
301[18:34:37] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.11
302[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
303[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
304[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
305[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
306[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
307[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ =
308[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ =
309[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ =
310[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ =
311[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = /____/ =
312[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
313[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] = =
314[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
315[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
316[18:34:38] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] Undo cleanup started...
317[18:34:38] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] ...undo cleanup done.
318[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_14_R1, DirectChunkAPI disabled
319[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
320[18:34:38] [Server thread/INFO]: [AsyncWorldEdit] Enabled
321[18:34:38] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
322[18:34:38] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
323[18:34:38] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
324[18:34:38] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
325[18:34:38] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
326[18:34:38] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
327[18:34:38] [Server thread/INFO]: [BentoBox] Enabling BentoBox v1.7.0
328[18:34:38] [Server thread/INFO]: [BentoBox] Loading Settings from config.yml...
329[18:34:38] [Thread-23/INFO]: [AsyncWorldEdit] You have the latest version of the plugin.
330[18:34:38] [Server thread/INFO]: [BentoBox] Hooking with Vault...
331[18:34:38] [Server thread/INFO]: [BentoBox] Loading addons...
332[18:34:38] [Server thread/ERROR]: [BentoBox] AddonException : Main class does not extend 'Addon'
333[18:34:38] [Server thread/INFO]: [BentoBox] Loaded 12 addons.
334[18:34:38] [Server thread/INFO]: Preparing level "world"
335[18:34:38] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
336[18:34:39] [Server thread/INFO]: Loaded 6 recipes
337[18:34:39] [Server thread/INFO]: -------- World Settings For [world] --------
338[18:34:39] [Server thread/INFO]: Experience Merge Radius: 3.0
339[18:34:39] [Server thread/INFO]: Mob Spawn Range: 6
340[18:34:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
341[18:34:39] [Server thread/INFO]: Cane Growth Modifier: 100%
342[18:34:39] [Server thread/INFO]: Melon Growth Modifier: 100%
343[18:34:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
344[18:34:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
345[18:34:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
346[18:34:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
347[18:34:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
348[18:34:39] [Server thread/INFO]: Potato Growth Modifier: 100%
349[18:34:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
350[18:34:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
351[18:34:39] [Server thread/INFO]: Vine Growth Modifier: 100%
352[18:34:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
353[18:34:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
354[18:34:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
355[18:34:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
356[18:34:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
357[18:34:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
358[18:34:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
359[18:34:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
360[18:34:39] [Server thread/INFO]: Max TNT Explosions: 100
361[18:34:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
362[18:34:39] [Server thread/INFO]: View Distance: 9
363[18:34:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
364[18:34:39] [Server thread/INFO]: Item Merge Radius: 2.5
365[18:34:39] [Server thread/INFO]: Item Despawn Rate: 6000
366[18:34:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
367[18:34:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
368[18:34:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
369[18:34:39] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
370[18:34:39] [Server thread/INFO]: -------- World Settings For [world_nether] --------
371[18:34:39] [Server thread/INFO]: Experience Merge Radius: 3.0
372[18:34:39] [Server thread/INFO]: Mob Spawn Range: 6
373[18:34:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
374[18:34:39] [Server thread/INFO]: Cane Growth Modifier: 100%
375[18:34:39] [Server thread/INFO]: Melon Growth Modifier: 100%
376[18:34:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
377[18:34:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
378[18:34:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
379[18:34:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
380[18:34:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
381[18:34:39] [Server thread/INFO]: Potato Growth Modifier: 100%
382[18:34:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
383[18:34:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
384[18:34:39] [Server thread/INFO]: Vine Growth Modifier: 100%
385[18:34:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
386[18:34:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
387[18:34:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
388[18:34:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
389[18:34:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
390[18:34:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
391[18:34:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
392[18:34:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
393[18:34:39] [Server thread/INFO]: Max TNT Explosions: 100
394[18:34:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
395[18:34:39] [Server thread/INFO]: View Distance: 9
396[18:34:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
397[18:34:39] [Server thread/INFO]: Item Merge Radius: 2.5
398[18:34:39] [Server thread/INFO]: Item Despawn Rate: 6000
399[18:34:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
400[18:34:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
401[18:34:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
402[18:34:39] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
403[18:34:39] [Server thread/INFO]: Experience Merge Radius: 3.0
404[18:34:39] [Server thread/INFO]: Mob Spawn Range: 6
405[18:34:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
406[18:34:39] [Server thread/INFO]: Cane Growth Modifier: 100%
407[18:34:39] [Server thread/INFO]: Melon Growth Modifier: 100%
408[18:34:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
409[18:34:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
410[18:34:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
411[18:34:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
412[18:34:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
413[18:34:39] [Server thread/INFO]: Potato Growth Modifier: 100%
414[18:34:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
415[18:34:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
416[18:34:39] [Server thread/INFO]: Vine Growth Modifier: 100%
417[18:34:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
418[18:34:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
419[18:34:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
420[18:34:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
421[18:34:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
422[18:34:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
423[18:34:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
424[18:34:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
425[18:34:39] [Server thread/INFO]: Max TNT Explosions: 100
426[18:34:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
427[18:34:39] [Server thread/INFO]: View Distance: 9
428[18:34:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
429[18:34:39] [Server thread/INFO]: Item Merge Radius: 2.5
430[18:34:39] [Server thread/INFO]: Item Despawn Rate: 6000
431[18:34:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
432[18:34:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
433[18:34:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
434[18:34:39] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
435[18:34:40] [Server thread/INFO]: Preparing spawn area: 0%
436[18:34:40] [Server thread/INFO]: Preparing spawn area: 0%
437[18:34:40] [Server thread/INFO]: Loaded 361 spawn chunks for world world
438[18:34:40] [Server thread/INFO]: Resource reload finished after 1895 ms
439[18:34:40] [Server thread/INFO]: TagRegistry took approximately 167 ms (165 ms preparing, 2 ms applying)
440[18:34:40] [Server thread/INFO]: ----------
441[18:34:40] [Server thread/INFO]: CraftingManager took approximately 375 ms (354 ms preparing, 21 ms applying)
442[18:34:40] [Server thread/INFO]: ----------
443[18:34:40] [Server thread/INFO]: LootTableRegistry took approximately 541 ms (440 ms preparing, 101 ms applying)
444[18:34:40] [Server thread/INFO]: ----------
445[18:34:40] [Server thread/INFO]: CustomFunctionData took approximately 0 ms (0 ms preparing, 0 ms applying)
446[18:34:40] [Server thread/INFO]: ----------
447[18:34:40] [Server thread/INFO]: AdvancementDataWorld took approximately 478 ms (428 ms preparing, 50 ms applying)
448[18:34:40] [Server thread/INFO]: ----------
449[18:34:40] [Server thread/INFO]: DefinedStructureManager took approximately 0 ms (0 ms preparing, 0 ms applying)
450[18:34:40] [Server thread/INFO]: ----------
451[18:34:40] [Server thread/INFO]: Total blocking time: 174 ms
452[18:34:40] [Server thread/INFO]: Time elapsed: 926 ms
453[18:34:40] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
454[18:34:40] [Server thread/INFO]: Preparing spawn area: 0%
455[18:34:41] [Server thread/INFO]: Preparing spawn area: 100%
456[18:34:41] [Server thread/INFO]: Loaded 361 spawn chunks for world world_nether
457[18:34:41] [Server thread/INFO]: Time elapsed: 524 ms
458[18:34:41] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
459[18:34:41] [Server thread/INFO]: Preparing spawn area: 0%
460[18:34:41] [Server thread/DEBUG]: Dragon is now in phase Hover (#10) on the server
461[18:34:41] [Server thread/DEBUG]: Dragon is now in phase HoldingPattern (#0) on the server
462[18:34:41] [Server thread/INFO]: Loaded 361 spawn chunks for world world_the_end
463[18:34:41] [Server thread/INFO]: Time elapsed: 312 ms
464[18:34:41] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
465[18:34:41] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
466[18:34:41] [Server thread/INFO]: [Jokes] Enabling Jokes v1.0-SNAPSHOT*
467[18:34:41] [Server thread/INFO]: [Jokes] Reticulating the funny bones.
468[18:34:41] [Server thread/INFO]: [EnchantmentLock] Enabling EnchantmentLock v2.0
469[18:34:41] [Server thread/INFO]: [FunQuiz] Enabling FunQuiz v2.0.0*
470[18:34:41] [Server thread/INFO]: [OneTimeUse] Enabling OneTimeUse v2.4.1
471[18:34:41] [Server thread/INFO]: [Reward] Config.yml found, loading!
472[18:34:41] [Server thread/INFO]: [Reward] OneTimeUse V2.4.1 has been enabled!
473[18:34:41] [Server thread/INFO]: [UltimateVotes] Enabling UltimateVotes v1.9
474[18:34:41] [Server thread/INFO]: [UltimateVotes] [Info] Votifier / NuVotifier found!, listening for votes!
475[18:34:41] [Server thread/INFO]: [UltimateVotes] [Info] WorldEdit found! hooking into plugin!
476[18:34:41] [Server thread/INFO]: [ajParkour] Enabling ajParkour v1.44.6
477[18:34:41] [Server thread/INFO]: ajParkour v1.44.6 by ajgeiss0702 enabled!
478[18:34:41] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1*
479[18:34:41] [Server thread/INFO]: [DeluxeTags] 235 tags loaded
480[18:34:41] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
481[18:34:41] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
482[18:34:41] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
483[18:34:41] [Server thread/INFO]: ----------------------------
484[18:34:41] [Server thread/INFO]: DeluxeTags Updater
485[18:34:41] [Server thread/INFO]:
486[18:34:41] [Server thread/INFO]: Could not connect to spigotmc.org
487[18:34:41] [Server thread/INFO]: to check for updates!
488[18:34:41] [Server thread/INFO]:
489[18:34:41] [Server thread/INFO]: ----------------------------
490[18:34:41] [Server thread/INFO]: ----------------------------
491[18:34:41] [Server thread/INFO]: DeluxeTags Updater
492[18:34:41] [Server thread/INFO]:
493[18:34:41] [Server thread/INFO]: You are running 1.7.1
494[18:34:41] [Server thread/INFO]: The latest version
495[18:34:41] [Server thread/INFO]: of DeluxeTags!
496[18:34:41] [Server thread/INFO]:
497[18:34:41] [Server thread/INFO]: ----------------------------
498[18:34:41] [Server thread/INFO]: [Announce] Enabling Announce v3.0*
499[18:34:41] [Server thread/INFO]: [Announce] Scheduled Announcements Started
500[18:34:41] [Server thread/INFO]: [Announce] Scheduled Interval: 600 seconds
501[18:34:41] [Server thread/INFO]: [Announce] OnScheduledAnnouncements: ON
502[18:34:41] [Server thread/INFO]: [Announce] OnPlayerJoin: OFF
503[18:34:41] [Server thread/INFO]: [Announce] OnCommand: OFF
504[18:34:41] [Server thread/INFO]: [BCommons] Enabling BCommons v0.2.4*
505[18:34:41] [Server thread/INFO]: [BCommons] [Info]: Server NMS package version: v1_14_R1 (legacy: false).
506[18:34:41] [Server thread/INFO]: [BCommons] [Info]: Registered worker: WorkerBInventory.
507[18:34:41] [Server thread/INFO]: [SaveRod] Enabling SaveRod v2.4.5*
508[18:34:41] [Server thread/INFO]: [TreeGravity] Enabling TreeGravity v4.2.2
509[18:34:41] [Server thread/INFO]: [TreeGravity] TreeGravity enabled
510[18:34:41] [Server thread/INFO]: [InfoBook] Enabling InfoBook v3.0
511[18:34:41] [Server thread/INFO]: [InfoBook] InfoBook 3.0, compiled: Tue Oct 08 22:21:38 EDT 2019
512[18:34:41] [Server thread/INFO]: [InfoBook] Plugin enabled.
513[18:34:41] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.4.1*
514[18:34:41] [Server thread/INFO]: [LightAPI] Loading handler for Paper git-Paper-213 (MC: 1.14.4)
515[18:34:41] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2*
516[18:34:41] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v2.0.8
517[18:34:41] [Server thread/INFO]: [Sickle] Enabling Sickle v1.8.3
518[18:34:41] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
519[18:34:41] [Server thread/INFO]: [ClearLag] Loading modules...
520[18:34:42] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
521[18:34:42] [Server thread/INFO]: [ClearLag] Modules have been loaded!
522[18:34:42] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
523[18:34:42] [Thread-26/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]...
524[18:34:42] [Server thread/INFO]: [Blackjack] Enabling Blackjack v1.6.1
525[18:34:42] [Server thread/INFO]: [MySkin] Enabling MySkin v2.7
526[18:34:42] [Server thread/INFO]: [MySkin] Running on server version v1_14_R1
527[18:34:42] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
528[18:34:42] [Server thread/ERROR]: [Votifier] Error reading configuration file or RSA tokens
529java.nio.file.NoSuchFileException: plugins/Votifier/rsa/public.key
530 at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[?:1.8.0_212]
531 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:1.8.0_212]
532 at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:1.8.0_212]
533 at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) ~[?:1.8.0_212]
534 at java.nio.file.Files.newByteChannel(Files.java:361) ~[?:1.8.0_212]
535 at java.nio.file.Files.newByteChannel(Files.java:407) ~[?:1.8.0_212]
536 at java.nio.file.Files.readAllBytes(Files.java:3152) ~[?:1.8.0_212]
537 at com.vexsoftware.votifier.net.protocol.v1crypto.RSAIO.readB64File(RSAIO.java:65) ~[?:?]
538 at com.vexsoftware.votifier.net.protocol.v1crypto.RSAIO.load(RSAIO.java:86) ~[?:?]
539 at com.vexsoftware.votifier.NuVotifierBukkit.loadAndBind(NuVotifierBukkit.java:171) ~[?:?]
540 at com.vexsoftware.votifier.NuVotifierBukkit.onEnable(NuVotifierBukkit.java:281) ~[?:?]
541 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[paperspigot.jar:git-Paper-213]
542 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[paperspigot.jar:git-Paper-213]
543 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[paperspigot.jar:git-Paper-213]
544 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[paperspigot.jar:git-Paper-213]
545 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[paperspigot.jar:git-Paper-213]
546 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[paperspigot.jar:git-Paper-213]
547 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[paperspigot.jar:git-Paper-213]
548 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[paperspigot.jar:git-Paper-213]
549 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
550[18:34:42] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
551[18:34:42] [Server thread/INFO]: [Votifier] Votifier disabled.
552[18:34:42] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2*
553[18:34:42] [Server thread/INFO]: [ActionBarAPI] Enabling ActionBarAPI v1.5.4
554[18:34:42] [Server thread/INFO]: ActionBarAPI V1.5.4 has been enabled!
555[18:34:42] [Server thread/INFO]: [BlockRewardsPro] Enabling BlockRewardsPro v1.1.1*
556[18:34:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1*
557[18:34:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
558[18:34:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
559[18:34:42] [Server thread/INFO]: [PocketGames] Enabling PocketGames v3.17.2
560[18:34:42] [Thread-26/INFO]: [ClearLag] No updates found!
561[18:34:42] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.12.0
562[18:34:42] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
563[18:34:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
564[18:34:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: permission
565[18:34:42] [Server thread/INFO]: [DeluxeMenus] 25 GUI menus loaded!
566[18:34:42] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
567[18:34:42] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
568[18:34:42] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
569[18:34:42] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.22.0*
570[18:34:42] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
571[18:34:42] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.22.0
572[18:34:42] [Server thread/INFO]: [FeatherBoard] Framework version: 2019-07
573[18:34:42] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
574[18:34:42] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
575[18:34:42] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
576[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
577[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
578[18:34:42] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
579[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
580[18:34:42] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
581[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
582[18:34:42] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
583[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
584[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading messages ...
585[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
586[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
587[18:34:42] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
588[18:34:42] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
589[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
590[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
591[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
592[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
593[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
594[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
595[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
596[18:34:44] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
597[18:34:44] [Server thread/INFO]: [FeatherBoard] Loaded 5666 of the 5666 placholders
598[18:34:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
599[18:34:45] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
600[18:34:45] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
601[18:34:45] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
602[18:34:45] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
603[18:34:45] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
604[18:34:45] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
605[18:34:46] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
606[18:34:46] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
607[18:34:46] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
608[18:34:46] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
609[18:34:47] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
610[18:34:47] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
611[18:34:47] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
612[18:34:47] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
613[18:34:47] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
614[18:34:47] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
615[18:34:47] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
616[18:34:47] [Server thread/INFO]: [NerfPhantoms] Enabling NerfPhantoms v1.1.2
617[18:34:47] [Server thread/INFO]: [AltsManager] Enabling AltsManager v5.0.8*
618[18:34:47] [Server thread/INFO]: [NoHopperCraft] Enabling NoHopperCraft v1.0*
619[18:34:47] [Server thread/INFO]: [NoHopperCraft] NoHopperCraft 1.0 has been enabled!
620[18:34:47] [Server thread/INFO]: [Skywars] Enabling Skywars v4.1*
621[18:34:47] [Server thread/INFO]: [Skywars] The plugin is using the new durability system: true
622[18:34:47] [Server thread/INFO]: [Skywars] The plugin is using the new spectator system: true
623[18:34:47] [Server thread/INFO]: [Skywars] Loaded the mystery box settings!
624[18:34:47] [Server thread/INFO]: [Skywars] Found PlaceholderAPI, Hooked: true
625[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_players_count}
626[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_parties_count}
627[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_lobby_players_count}
628[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_arenas_count}
629[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_kits_count}
630[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_trails_count}
631[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_cages_count}
632[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_kills}
633[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_deaths}
634[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_accuracy}
635[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_coins}
636[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_wins}
637[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_modifier}
638[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_projectiles_launched}
639[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_projectiles_hit}
640[18:34:47] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_player_exp}
641[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_player_rank}
642[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_blocks_broken}
643[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_blocks_placed}
644[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_arena}
645[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_party_leader}
646[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_selected_kit}
647[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_selected_trail}
648[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_selected_cage}
649[18:34:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Skywars added custom placeholder {skywars_teamcolor}
650[18:34:48] [Server thread/INFO]: [Skywars] Found MVdWPlaceholderAPI, Hooked: true
651[18:34:48] [Server thread/INFO]: =======================================
652[18:34:48] [Server thread/INFO]: [Skywars] Plugin has been enabled (v4.1)
653[18:34:48] [Server thread/INFO]: =======================================
654[18:34:48] [Server thread/INFO]: [ezAuctions] Enabling ezAuctions v1.5.0
655[18:34:48] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;1974-5fca3b3
656[18:34:48] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
657[18:34:48] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
658[18:34:48] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
659[18:34:48] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
660[18:34:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
661[18:34:48] [Server thread/INFO]: [WorldGuard] (world_nether) Blacklist loaded with 2 entries.
662[18:34:48] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
663[18:34:48] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
664[18:34:48] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
665[18:34:48] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
666[18:34:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
667[18:34:48] [Server thread/INFO]: [WorldGuard] (world_the_end) Blacklist loaded with 2 entries.
668[18:34:48] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
669[18:34:48] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
670[18:34:48] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
671[18:34:48] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
672[18:34:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
673[18:34:48] [Server thread/INFO]: [WorldGuard] Loading region data...
674[18:34:48] [Server thread/INFO]: [TimedRewards] Enabling TimedRewards v3.0.4*
675[18:34:48] [Server thread/INFO]: [TimedRewards] [Info]: TimedRewards enable start. Discord support server: https://redirect.bradleysteele.me/bps.
676[18:34:48] [Server thread/DEBUG]: [oshi.hardware.common.AbstractCentralProcessor] Oracle MXBean detected.
677[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/cpuinfo
678[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /proc/cpuinfo
679[18:34:48] [Server thread/TRACE]: [oshi.util.ExecutingCommand] Couldn't run command [dmidecode, -t, 4]: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
680[18:34:48] [Server thread/TRACE]: [oshi.util.ExecutingCommand] Couldn't run command [cpuid, -1r]: java.io.IOException: Cannot run program "cpuid": error=2, No such file or directory
681[18:34:48] [Server thread/DEBUG]: [oshi.hardware.platform.linux.LinuxCentralProcessor] Initialized Processor
682[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/sys_vendor
683[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/sys_vendor
684[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read System manufacturer
685[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/product_name
686[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/product_name
687[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read System Product Name
688[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/product_version
689[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/product_version
690[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read System Version
691[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/product_serial
692[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_serial
693[18:34:48] [Server thread/TRACE]: [oshi.util.ExecutingCommand] Couldn't run command [dmidecode, -t, system]: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
694[18:34:48] [Server thread/TRACE]: [oshi.util.ExecutingCommand] Couldn't run command [lshal]: java.io.IOException: Cannot run program "lshal": error=2, No such file or directory
695[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_vendor
696[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_vendor
697[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read American Megatrends Inc.
698[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/modalias
699[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/modalias
700[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read dmi:bvnAmericanMegatrendsInc.:bvr1203:bd12/26/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnSTRIXZ270FGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
701[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_version
702[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_version
703[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read 1203
704[18:34:48] [Server thread/TRACE]: [oshi.util.ExecutingCommand] Couldn't run command [dmidecode, -t, bios]: java.io.IOException: Cannot run program "dmidecode": error=2, No such file or directory
705[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_date
706[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/bios_date
707[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read 12/26/2017
708[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_vendor
709[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_vendor
710[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read ASUSTeK COMPUTER INC.
711[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_name
712[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_name
713[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read STRIX Z270F GAMING
714[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_version
715[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_version
716[18:34:48] [Server thread/TRACE]: [oshi.util.FileUtil] Read Rev 1.xx
717[18:34:48] [Server thread/DEBUG]: [oshi.util.FileUtil] Reading file /sys/devices/virtual/dmi/id/board_serial
718[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: l9XRe5IMRdXNtHcLGaIZX62u9RzKya.
719[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: ZI8zPrUsYGQ0N4svBbBrI5nzJzS2yF.
720[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: nadXAiUtYJDZi3nwBCI23rvms0JwNu.
721[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: ymGxZvbFpy8ZKE1tDuUnXRhP3cP2se.
722[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: vJwE6rtiEPsw8fIAa8YcsaIHhQfPJO.
723[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Votifier plugin detected, vote rewards are enabled.
724[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Added reward menu: default containing 1 reward items.
725[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Loaded 1 menus (time taken: 9ms).
726[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: YZGxVH68nf29yLoIbHlfrxzJkGWOP.
727[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: u8CGOikTPeVPuDYUB4jAXbnt1YUpI3.
728[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Detected server version: v1_14_R1.
729[18:34:49] [Server thread/DEBUG]: [io.netty.util.internal.ThreadLocalRandom] -Dio.netty.initialSeedUniquifier: 0x4553eecbd37a0bd7
730[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered worker: zh20aDAAz9W1bXxcmSxKkRFJPRqh9n.
731[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered command: timedrewards with 44 children.
732[18:34:49] [Server thread/INFO]: [TimedRewards] [Info]: Registered command: rewards with 0 children.
733[18:34:49] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.8*
734[18:34:49] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 7.0.1-SNAPSHOT;1974-5fca3b3
735[18:34:49] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: BentoBox 1.7.0
736[18:34:49] [Server thread/INFO]: [Shop] Enabling Shop v1.8.1
737[18:34:50] [Server thread/INFO]: [Shop] Vault dependency found. Using the Vault economy ($) for currency on the server.
738[18:34:50] [Server thread/INFO]: [EpicCraftingsPlus] Enabling EpicCraftingsPlus v5.6.3
739[18:34:50] [Server thread/INFO]: ----------[EpicCraftingsPlus]---------
740[18:34:50] [Server thread/INFO]: Has been enabled! Version: 5.6.3
741[18:34:50] [Server thread/INFO]: Optional Dependencies:
742[18:34:50] [Server thread/INFO]: [JOBS] Not Found!
743[18:34:50] [Server thread/INFO]: [VAULT] Found!
744[18:34:50] [Server thread/INFO]: [BATTLELEVELS] Not Found!
745[18:34:50] [Server thread/INFO]: [SKILLAPI] Not Found!
746[18:34:50] [Server thread/INFO]: [TOKENENCHANT] Not Found!
747[18:34:50] [Server thread/INFO]: [PLACEHOLDERAPI] Found!
748[18:34:50] [Server thread/INFO]:
749[18:34:50] [Server thread/INFO]: Thanks for using my plugin! ~Ajneb97
750[18:34:50] [Server thread/INFO]: -------------------------------------
751[18:34:50] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.2
752[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
753[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
754[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
755[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
756[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
757[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
758[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
759[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
760[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
761[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
762[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
763[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
764[18:34:50] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
765[18:34:50] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.20.7
766[18:34:50] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
767[18:34:51] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
768[18:34:51] [Server thread/INFO]: [BeastTokens] Enabling BeastTokens v3.7.0
769[18:34:51] [Server thread/INFO]: [BeastTokens] BeastTokens : Version 3.7.0 : has been enabled!
770[18:34:51] [Server thread/ERROR]: [BeastTokens] Plugin BeastTokens v3.7.0 has failed to register events for class me.MrAxe.BeastTokens.BeastTokens because com/vk2gpz/tokenenchant/TokenEnchant does not exist.
771[18:34:51] [Server thread/INFO]: [BeastTokens] /BeastTokens command aliases [beasttoken, tokens, btokens, btoken, token] are regitered
772[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_tokens}
773[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_1}
774[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_2}
775[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_3}
776[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_4}
777[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_5}
778[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_6}
779[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_7}
780[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_8}
781[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_9}
782[18:34:51] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_topplayer_10}
783[18:34:51] [Server thread/INFO]: [GadgetsMenu] Enabling GadgetsMenu v4.3.25
784[18:34:51] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
785[18:34:51] [Server thread/INFO]: [GadgetsMenu] GadgetsMenu 4.3.25 is loading...
786[18:34:51] [Server thread/INFO]: [GadgetsMenu] [server: git-Paper-213 (MC: 1.14.4)]
787[18:34:51] [Server thread/INFO]: [GadgetsMenu] Plugin by Yap Zhen Yie.
788[18:34:51] [Server thread/INFO]: [GadgetsMenu] Date Modified: 3 October 2019
789[18:34:51] [Server thread/INFO]: [GadgetsMenu]
790[18:34:51] [Server thread/INFO]: [GadgetsMenu] Initializing module v1_14_R1
791[18:34:51] [Server thread/INFO]: [GadgetsMenu] ------------------------------------------------------
792[18:34:51] [Server thread/INFO]: [GadgetsMenu] Enabled Mystery Vault individual hologram.
793[18:34:51] [Server thread/INFO]: [GadgetsMenu] [Placeholder] PlaceholderAPI hooked.
794[18:34:51] [Server thread/INFO]: [FlyTime] Enabling FlyTime v1.2*
795[18:34:51] [Server thread/INFO]: [FlyTime] Config.yml found, loading!
796[18:34:51] [Server thread/INFO]: [PinataParty] Enabling PinataParty v1.5.0
797[18:34:51] [Server thread/INFO]: [PinataParty] Hooked onto PlaceholderAPI
798[18:34:51] [Server thread/INFO]: [PinataParty] Hooked onto Votifier
799[18:34:51] [Server thread/WARN]: [PinataParty] GlowAPI and/or PacketListenerAPI not found, rainbow glow will not work! Download and install them from https://www.spigotmc.org/resources/api-packetlistenerapi.2930/ and https://www.spigotmc.org/resources/api-glowapi.19422/
800[18:34:51] [Server thread/INFO]: [PinataParty] Hooked onto Vault
801[18:34:51] [Server thread/INFO]: [PinataParty] Done and enabled in 11ms
802[18:34:51] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1762)
803[18:34:52] [Server thread/INFO]: Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes
804[18:34:52] [Server thread/INFO]: [TAB] Enabling TAB v2.5.3
805[18:34:52] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1)
806[18:34:52] [Server thread/INFO]: [TAB] Animation "MyAnimation1" has a refresh interval of 60ms which is not divisible by 50! Animations can't refresh faster than every tick ( = 50 milliseconds). Using 50 for now.
807[18:34:52] [Server thread/INFO]: [TAB] You are using old bossbar config, please make a backup of the file and delete it to get new file.
808[18:34:52] [Server thread/INFO]: [TAB] There were 2 startup warnings.
809[18:34:52] [Server thread/INFO]: [TAB] Enabled in 39ms
810[18:34:52] [Server thread/INFO]: [XPBoost] Enabling XPBoost v3.2.1*
811[18:34:52] [Server thread/INFO]: [XPBoost] Found McMMO, enabling support.
812[18:34:52] [Server thread/INFO]: [MVdWPlaceholderAPI] XPBoost added custom placeholder {xpboost_hasboost}
813[18:34:52] [Server thread/INFO]: [MVdWPlaceholderAPI] XPBoost added custom placeholder {xpboost_boost}
814[18:34:52] [Server thread/INFO]: [MVdWPlaceholderAPI] XPBoost added custom placeholder {xpboost_boost_time}
815[18:34:52] [Server thread/INFO]: [MVdWPlaceholderAPI] XPBoost added custom placeholder {xpboost_timeleft}
816[18:34:52] [Server thread/INFO]: [MVdWPlaceholderAPI] XPBoost added custom placeholder {xpboost_type}
817[18:34:52] [Server thread/INFO]: [XPBoost] Enabled.
818[18:34:52] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.108
819[18:34:52] [Server thread/INFO]: [mcMMO] enabling Acrobatics Skills
820[18:34:52] [Server thread/INFO]: [mcMMO] registered subskill: Roll
821[18:34:53] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
822[18:34:53] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.5.7
823[18:34:53] [Server thread/INFO]: ___ _ _ _ ___ _ _
824[18:34:53] [Server thread/INFO]: | __| | \| | _ | | |_ _| | \| |
825[18:34:53] [Server thread/INFO]: | _| | .` | | || | | | | .` |
826[18:34:53] [Server thread/INFO]: |___| |_|\_| \__/ |___| |_|\_|
827[18:34:53] [Server thread/INFO]: Enjin Minecraft Plugin 3.5.7
828[18:34:53] [Server thread/INFO]: [com.enjin.bukkit.EnjinMinecraftPlugin] Initializing for the first time.
829[18:34:53] [Server thread/DEBUG]: [com.enjin.shaded.reflections.Reflections] going to scan these urls:
830jar:file:/home/minecraft/multicraft/servers/server33964/plugins/EnjinMinecraftPlugin.jar!/
831[18:34:53] [Server thread/INFO]: [com.enjin.shaded.reflections.Reflections] Reflections took 67 ms to scan 1 urls, producing 2 keys and 10 values
832[18:34:53] [Server thread/INFO]: [MiniaturePets] Enabling MiniaturePets v2.3.3*
833[18:34:53] [Server thread/INFO]: Loading reflections....
834[18:34:53] [Server thread/INFO]: Done loading
835[18:34:53] [Server thread/INFO]: [MiniaturePets] Starting to calculate Radians!
836[18:34:53] [Server thread/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
837[18:34:53] [Server thread/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["nacojerk"]
838[18:34:53] [Server thread/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
839[18:34:53] [Server thread/DEBUG]: Successful read, server response was 200
840[18:34:53] [Server thread/DEBUG]: Response: [{"id":"51137b33aa8d40098e39f495a4544e46","name":"NacOJerk"}]
841[18:34:53] [Server thread/DEBUG]: Page 0 returned 1 results, parsing
842[18:34:53] [Server thread/DEBUG]: Successfully looked up profile com.mojang.authlib.GameProfile@456836a8[id=51137b33-aa8d-4009-8e39-f495a4544e46,name=NacOJerk,properties={},legacy=false]
843[18:34:54] [Server thread/DEBUG]: Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/51137b33aa8d40098e39f495a4544e46?unsigned=false
844[18:34:54] [Server thread/DEBUG]: Reading data from https://sessionserver.mojang.com/session/minecraft/profile/51137b33aa8d40098e39f495a4544e46?unsigned=false
845[18:34:54] [Server thread/DEBUG]: Successful read, server response was 200
846[18:34:54] [Server thread/DEBUG]: Response: {"id":"51137b33aa8d40098e39f495a4544e46","name":"NacOJerk","properties":[{"name":"textures","value":"eyJ0aW1lc3RhbXAiOjE1NzEwMDYwOTQwNDIsInByb2ZpbGVJZCI6IjUxMTM3YjMzYWE4ZDQwMDk4ZTM5ZjQ5NWE0NTQ0ZTQ2IiwicHJvZmlsZU5hbWUiOiJOYWNPSmVyayIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjQ4NjM0ZTdhM2MwMWNiNTdkZGU4ZmVkNDExNzY0Y2FlYmVkN2UyYmM2YzE4MDhmY2E5YWI3OGExYzA1Yzg3MCIsIm1ldGFkYXRhIjp7Im1vZGVsIjoic2xpbSJ9fX19","signature":"LbEabcK3GNLS9x4Y3SRvVGrbGgGjniv0DPDXJKiWgFC5mXK24fza9U+nTCbDtQTIP+guVgnuKtlDdA845rr7rT0TN7frOY28asmhaqt05fOnS/BWpnNhTiAuSbK+7yNSp9kRFSyxhDDkVFuQvhLtFqpMyIu6IUzhJX+PjqVqxtxW/YgUCFaYezG7lCg5dF6gGKLAksSfW6O//h7TsaGEXnqN/M4PpaBZvJxYLJn6qrlx10Gv+lVCGRFY+euugs5jL+Pv40K9+94q6XfozgS4fWg3/mLl//zcdwwImWTT6aoeI9BN+stJmKfz80SzLibyUiR3bxbuVtVmKzCTwafA2kOeuJcicRt8bv2de8rfCKuDBvg0PvgKmhkNmQxRZtKj1ieIHDC6IrGgCaMLrEtnzgxA/CfJ2S585xdpjpqYPG31kA6ODuXM/A3grz+/gnhkbWFwcnqBe2/iHvkCypwFGwkOOQqbdl9xq3HpPb2LMc2Co72dVLq0FrmHPhb9iiQrt3Bi4xrbmIMBrHOAECMduebNQfz8Uk7PG5NtGWrgLa1jaWTP/YWmWbatn76fuLwpbcpsJyWE8RqER5gR88xNbppjqjOT52fb1vXzuUBPiEdNcG3zpan4JizgjTpbxaBN3P/2l/YEUkEpKwUHYEMPvcwJIYUZJENQfIy468oAN0c="}]}
847[18:34:54] [Server thread/DEBUG]: Successfully fetched profile properties for com.mojang.authlib.GameProfile@456836a8[id=51137b33-aa8d-4009-8e39-f495a4544e46,name=NacOJerk,properties={textures=[com.mojang.authlib.properties.Property@7e3927b9]},legacy=false]
848[18:34:54] [Server thread/INFO]: [MinaiturePet] There is a problem in the pet fileFrosty.mpet
849[18:34:54] [Server thread/INFO]: [MiniaturePets] Hello! If you are having problems with WorldGuard, such as being unable to spawn pets in regions, try to follow this steps:
850[18:34:54] [Server thread/INFO]: [MiniaturePets] [1] Open the WorldGuard main config
851[18:34:54] [Server thread/INFO]: [MiniaturePets] [2] Press CTRL_+ F or use the search tool. Now search for 'block-plugin-spawning'.
852[18:34:54] [Server thread/INFO]: [MiniaturePets] [3] Change the value to: 'false'
853[18:34:54] [Server thread/INFO]: [MiniaturePets] [4] Restrart the server or reload WorldGuard
854[18:34:54] [Server thread/INFO]: [Racing] Enabling Racing v1.15.0
855[18:34:54] [Server thread/DEBUG]: [org.reflections.Reflections] going to scan these urls:
856file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/sunpkcs11.jar
857file:/home/minecraft/multicraft/servers/server33964/jar/paperspigot.jar
858file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/sunec.jar
859file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/cldrdata.jar
860file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/nashorn.jar
861file:/home/minecraft/multicraft/servers/server33964/plugins/racing-1.15.0.jar
862file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/zipfs.jar
863file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/sunjce_provider.jar
864file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/jaccess.jar
865file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/localedata.jar
866file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212.b04-0.el7_6.x86_64/jre/lib/ext/dnsns.jar
867[18:34:54] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 61 ms to scan 11 urls, producing 30578 keys and 32924 values
868[18:34:54] [Server thread/INFO]: [Racing] Found existing translation file in english.yml.
869[18:34:54] [Server thread/INFO]: [Racing] Found existing translation file in simplified_chinese.yml.
870[18:34:54] [Server thread/INFO]: [Racing] Found existing translation file in swedish.yml.
871[18:34:54] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
872[18:34:54] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
873[18:34:54] [Server thread/INFO]: [CitizensCMD] Using English messages!
874[18:34:54] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
875[18:34:54] [Server thread/INFO]: [CitizensCMD] Using Vault!
876[18:34:54] [Server thread/INFO]: [JetsMinions] Enabling JetsMinions v5.4.4*
877[18:34:55] [Server thread/INFO]: [JetsMinions] Initialising Plugin..
878[18:34:55] [Server thread/INFO]: [JetsMinions] hooks.yml found, loading!
879[18:34:55] [Server thread/INFO]: [JetsMinions] skins.yml found, loading!
880[18:34:55] [Server thread/INFO]: [JetsMinions] config.yml found, loading!
881[18:34:55] [Server thread/INFO]: [JetsMinions] messages.yml found, loading!
882[18:34:55] [Server thread/INFO]: [JetsMinions] controlpanel.yml found, loading!
883[18:34:55] [Server thread/INFO]: [JetsMinions] players.yml found, loading!
884[18:34:55] [Server thread/INFO]: [JetsMinions] store.yml found, loading!
885[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Miner Made by Jet315
886[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Slayer Made by Jet315
887[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Collector Made by Jet315
888[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Feeder Made by Jet315
889[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Lumberjack Made by Jet315
890[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Farmer Made by Jet315
891[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Fisher Made by Jet315
892[18:34:55] [Server thread/INFO]: [JetsMinions] Loaded Minion: Seller Made by Jet315
893[18:34:55] [Server thread/INFO]: [JetsMinions] Initialising Complete in 61ms
894[18:34:55] [Server thread/INFO]: [JupiterCore] Enabling JupiterCore v1.3.1
895[18:34:55] [Server thread/INFO]:
896[18:34:55] [Server thread/INFO]:
897[18:34:55] [Server thread/INFO]:
898[18:34:55] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
899[18:34:55] [Server thread/INFO]: > Plugin: JupiterCore
900[18:34:55] [Server thread/INFO]: > Author: Fogus Multimedia
901[18:34:55] [Server thread/INFO]: > Version: 1.3.1
902[18:34:55] [Server thread/INFO]: > Server version: V1_14_R1 / OK!
903[18:34:55] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
904[18:34:55] [Server thread/INFO]: > Vault: Success!
905[18:34:55] [Server thread/INFO]: > WorldGuard: Success!
906[18:34:55] [Server thread/INFO]: > MythicMobs: Not found.
907[18:34:55] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 24 ms! ]-=-=-=-=-=-=-
908[18:34:55] [Server thread/INFO]:
909[18:34:55] [Server thread/INFO]:
910[18:34:55] [Server thread/INFO]:
911[18:34:55] [Server thread/INFO]: [EpicSellChest] Enabling EpicSellChest v1.3.1
912[18:34:55] [Server thread/INFO]: [EpicSellChest] Loading the Config.yml
913[18:34:55] [Server thread/INFO]: [EpicSellChest] Successfully loaded Config.yml
914[18:34:55] [Server thread/INFO]: [EpicSellChest] Loading the Messages.yml
915[18:34:55] [Server thread/INFO]: [EpicSellChest] Successfully loaded Messages.yml
916[18:34:55] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.5.2
917[18:34:55] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
918[18:34:55] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_isvanished}
919[18:34:55] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_vanishedplayers}
920[18:34:55] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_playercount}
921[18:34:55] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_bungeeplayercount}
922[18:34:55] [Server thread/INFO]: [PremiumVanish] Hooked into MVdWPlaceholderAPI
923[18:34:55] [Server thread/INFO]: [PremiumVanish] Hooked into FeatherBoard
924[18:34:55] [Server thread/INFO]: [PremiumVanish] Hooked into Citizens
925[18:34:55] [Server thread/INFO]: [PremiumVanish] Hooked into EnjinMinecraftPlugin
926[18:34:55] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
927[18:34:55] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
928[18:34:55] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
929[18:34:56] [Server thread/INFO]: -------- World Settings For [normal] --------
930[18:34:56] [Server thread/INFO]: Experience Merge Radius: 3.0
931[18:34:56] [Server thread/INFO]: Mob Spawn Range: 6
932[18:34:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
933[18:34:56] [Server thread/INFO]: Cane Growth Modifier: 100%
934[18:34:56] [Server thread/INFO]: Melon Growth Modifier: 100%
935[18:34:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
936[18:34:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
937[18:34:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
938[18:34:56] [Server thread/INFO]: Beetroot Growth Modifier: 100%
939[18:34:56] [Server thread/INFO]: Carrot Growth Modifier: 100%
940[18:34:56] [Server thread/INFO]: Potato Growth Modifier: 100%
941[18:34:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
942[18:34:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
943[18:34:56] [Server thread/INFO]: Vine Growth Modifier: 100%
944[18:34:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
945[18:34:56] [Server thread/INFO]: Bamboo Growth Modifier: 100%
946[18:34:56] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
947[18:34:56] [Server thread/INFO]: Kelp Growth Modifier: 100%
948[18:34:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
949[18:34:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
950[18:34:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
951[18:34:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
952[18:34:56] [Server thread/INFO]: Max TNT Explosions: 100
953[18:34:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
954[18:34:56] [Server thread/INFO]: View Distance: 9
955[18:34:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
956[18:34:56] [Server thread/INFO]: Item Merge Radius: 2.5
957[18:34:56] [Server thread/INFO]: Item Despawn Rate: 6000
958[18:34:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
959[18:34:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
960[18:34:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
961[18:34:56] [Server thread/INFO]: Preparing start region for dimension 'normal'/minecraft:overworld
962[18:34:56] [Server thread/INFO]: Preparing spawn area: 0%
963[18:34:57] [Server thread/INFO]: Preparing spawn area: 100%
964[18:34:57] [Server thread/INFO]: Loaded 361 spawn chunks for world normal
965[18:34:57] [Server thread/INFO]: Time elapsed: 545 ms
966[18:34:57] [Server thread/INFO]: [WorldGuard] (normal) TNT ignition is PERMITTED.
967[18:34:57] [Server thread/INFO]: [WorldGuard] (normal) Lighters are PERMITTED.
968[18:34:57] [Server thread/INFO]: [WorldGuard] (normal) Lava fire is blocked.
969[18:34:57] [Server thread/INFO]: [WorldGuard] (normal) Fire spread is UNRESTRICTED.
970[18:34:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'normal'
971[18:34:57] [Server thread/INFO]: -------- World Settings For [bskyblock_nether] --------
972[18:34:57] [Server thread/INFO]: Experience Merge Radius: 3.0
973[18:34:57] [Server thread/INFO]: Mob Spawn Range: 6
974[18:34:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
975[18:34:57] [Server thread/INFO]: Cane Growth Modifier: 100%
976[18:34:57] [Server thread/INFO]: Melon Growth Modifier: 100%
977[18:34:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
978[18:34:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
979[18:34:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
980[18:34:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
981[18:34:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
982[18:34:57] [Server thread/INFO]: Potato Growth Modifier: 100%
983[18:34:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
984[18:34:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
985[18:34:57] [Server thread/INFO]: Vine Growth Modifier: 100%
986[18:34:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
987[18:34:57] [Server thread/INFO]: Bamboo Growth Modifier: 100%
988[18:34:57] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
989[18:34:57] [Server thread/INFO]: Kelp Growth Modifier: 100%
990[18:34:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
991[18:34:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
992[18:34:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
993[18:34:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
994[18:34:57] [Server thread/INFO]: Max TNT Explosions: 100
995[18:34:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
996[18:34:57] [Server thread/INFO]: View Distance: 9
997[18:34:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
998[18:34:57] [Server thread/INFO]: Item Merge Radius: 2.5
999[18:34:57] [Server thread/INFO]: Item Despawn Rate: 6000
1000[18:34:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1001[18:34:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1002[18:34:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1003[18:34:57] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_nether'/minecraft:the_nether
1004[18:34:57] [Server thread/INFO]: Preparing spawn area: 0%
1005[18:34:57] [Server-Worker-4/INFO]: Preparing spawn area: 100%
1006[18:34:57] [Server thread/INFO]: Loaded 361 spawn chunks for world bskyblock_nether
1007[18:34:57] [Server thread/INFO]: Time elapsed: 609 ms
1008[18:34:57] [Server thread/INFO]: [WorldGuard] (bskyblock_nether) TNT ignition is PERMITTED.
1009[18:34:57] [Server thread/INFO]: [WorldGuard] (bskyblock_nether) Lighters are PERMITTED.
1010[18:34:57] [Server thread/INFO]: [WorldGuard] (bskyblock_nether) Lava fire is blocked.
1011[18:34:57] [Server thread/INFO]: [WorldGuard] (bskyblock_nether) Fire spread is UNRESTRICTED.
1012[18:34:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_nether'
1013[18:34:57] [Server thread/INFO]: -------- World Settings For [bskyblock] --------
1014[18:34:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1015[18:34:57] [Server thread/INFO]: Mob Spawn Range: 6
1016[18:34:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1017[18:34:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1018[18:34:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1019[18:34:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1020[18:34:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1021[18:34:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1022[18:34:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1023[18:34:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
1024[18:34:57] [Server thread/INFO]: Potato Growth Modifier: 100%
1025[18:34:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1026[18:34:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1027[18:34:57] [Server thread/INFO]: Vine Growth Modifier: 100%
1028[18:34:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1029[18:34:57] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1030[18:34:57] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1031[18:34:57] [Server thread/INFO]: Kelp Growth Modifier: 100%
1032[18:34:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1033[18:34:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1034[18:34:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1035[18:34:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1036[18:34:57] [Server thread/INFO]: Max TNT Explosions: 100
1037[18:34:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1038[18:34:57] [Server thread/INFO]: View Distance: 9
1039[18:34:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1040[18:34:57] [Server thread/INFO]: Item Merge Radius: 2.5
1041[18:34:57] [Server thread/INFO]: Item Despawn Rate: 6000
1042[18:34:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1043[18:34:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1044[18:34:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1045[18:34:57] [Server thread/INFO]: Preparing start region for dimension 'bskyblock'/minecraft:overworld
1046[18:34:57] [Server thread/INFO]: Preparing spawn area: 0%
1047[18:34:58] [Server thread/INFO]: Loaded 361 spawn chunks for world bskyblock
1048[18:34:58] [Server thread/INFO]: Time elapsed: 189 ms
1049[18:34:58] [Server thread/INFO]: [WorldGuard] (bskyblock) TNT ignition is PERMITTED.
1050[18:34:58] [Server thread/INFO]: [WorldGuard] (bskyblock) Lighters are PERMITTED.
1051[18:34:58] [Server thread/INFO]: [WorldGuard] (bskyblock) Lava fire is blocked.
1052[18:34:58] [Server thread/INFO]: [WorldGuard] (bskyblock) Fire spread is UNRESTRICTED.
1053[18:34:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock'
1054[18:34:58] [Server thread/INFO]: -------- World Settings For [hollow] --------
1055[18:34:58] [Server thread/INFO]: Experience Merge Radius: 3.0
1056[18:34:58] [Server thread/INFO]: Mob Spawn Range: 6
1057[18:34:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
1058[18:34:58] [Server thread/INFO]: Cane Growth Modifier: 100%
1059[18:34:58] [Server thread/INFO]: Melon Growth Modifier: 100%
1060[18:34:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1061[18:34:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1062[18:34:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
1063[18:34:58] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1064[18:34:58] [Server thread/INFO]: Carrot Growth Modifier: 100%
1065[18:34:58] [Server thread/INFO]: Potato Growth Modifier: 100%
1066[18:34:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
1067[18:34:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1068[18:34:58] [Server thread/INFO]: Vine Growth Modifier: 100%
1069[18:34:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1070[18:34:58] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1071[18:34:58] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1072[18:34:58] [Server thread/INFO]: Kelp Growth Modifier: 100%
1073[18:34:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1074[18:34:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1075[18:34:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1076[18:34:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1077[18:34:58] [Server thread/INFO]: Max TNT Explosions: 100
1078[18:34:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1079[18:34:58] [Server thread/INFO]: View Distance: 9
1080[18:34:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1081[18:34:58] [Server thread/INFO]: Item Merge Radius: 2.5
1082[18:34:58] [Server thread/INFO]: Item Despawn Rate: 6000
1083[18:34:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
1084[18:34:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1085[18:34:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1086[18:34:58] [Server thread/INFO]: Preparing start region for dimension 'hollow'/minecraft:overworld
1087[18:34:58] [Server thread/INFO]: Preparing spawn area: 0%
1088[18:34:59] [Server-Worker-4/INFO]: Preparing spawn area: 3%
1089[18:34:59] [Server-Worker-8/INFO]: Preparing spawn area: 3%
1090[18:34:59] [Server thread/INFO]: Preparing spawn area: 33%
1091[18:35:00] [Server-Worker-4/INFO]: Preparing spawn area: 100%
1092[18:35:00] [Server thread/INFO]: Preparing spawn area: 100%
1093[18:35:01] [Server-Worker-8/INFO]: Preparing spawn area: 100%
1094[18:35:01] [Server-Worker-7/INFO]: Preparing spawn area: 100%
1095[18:35:01] [Server thread/INFO]: Loaded 361 spawn chunks for world hollow
1096[18:35:01] [Server thread/INFO]: Time elapsed: 3686 ms
1097[18:35:01] [Server thread/INFO]: [WorldGuard] (hollow) TNT ignition is PERMITTED.
1098[18:35:01] [Server thread/INFO]: [WorldGuard] (hollow) Lighters are PERMITTED.
1099[18:35:01] [Server thread/INFO]: [WorldGuard] (hollow) Lava fire is blocked.
1100[18:35:01] [Server thread/INFO]: [WorldGuard] (hollow) Fire spread is UNRESTRICTED.
1101[18:35:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hollow'
1102[18:35:02] [Server thread/INFO]: -------- World Settings For [IceRacing] --------
1103[18:35:02] [Server thread/INFO]: Experience Merge Radius: 3.0
1104[18:35:02] [Server thread/INFO]: Mob Spawn Range: 6
1105[18:35:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
1106[18:35:02] [Server thread/INFO]: Cane Growth Modifier: 100%
1107[18:35:02] [Server thread/INFO]: Melon Growth Modifier: 100%
1108[18:35:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1109[18:35:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1110[18:35:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
1111[18:35:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1112[18:35:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
1113[18:35:02] [Server thread/INFO]: Potato Growth Modifier: 100%
1114[18:35:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
1115[18:35:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1116[18:35:02] [Server thread/INFO]: Vine Growth Modifier: 100%
1117[18:35:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1118[18:35:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1119[18:35:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1120[18:35:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
1121[18:35:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1122[18:35:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1123[18:35:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1124[18:35:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1125[18:35:02] [Server thread/INFO]: Max TNT Explosions: 100
1126[18:35:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1127[18:35:02] [Server thread/INFO]: View Distance: 9
1128[18:35:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1129[18:35:02] [Server thread/INFO]: Item Merge Radius: 2.5
1130[18:35:02] [Server thread/INFO]: Item Despawn Rate: 6000
1131[18:35:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
1132[18:35:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1133[18:35:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1134[18:35:02] [Server thread/INFO]: Preparing start region for dimension 'IceRacing'/minecraft:overworld
1135[18:35:02] [Server thread/INFO]: Preparing spawn area: 0%
1136[18:35:02] [Server thread/INFO]: Preparing spawn area: 100%
1137[18:35:02] [Server thread/INFO]: Loaded 361 spawn chunks for world IceRacing
1138[18:35:02] [Server thread/INFO]: Time elapsed: 529 ms
1139[18:35:02] [Server thread/INFO]: [WorldGuard] (IceRacing) TNT ignition is PERMITTED.
1140[18:35:02] [Server thread/INFO]: [WorldGuard] (IceRacing) Lighters are PERMITTED.
1141[18:35:02] [Server thread/INFO]: [WorldGuard] (IceRacing) Lava fire is blocked.
1142[18:35:02] [Server thread/INFO]: [WorldGuard] (IceRacing) Fire spread is UNRESTRICTED.
1143[18:35:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IceRacing'
1144[18:35:02] [Server thread/INFO]: -------- World Settings For [ma1] --------
1145[18:35:02] [Server thread/INFO]: Experience Merge Radius: 3.0
1146[18:35:02] [Server thread/INFO]: Mob Spawn Range: 6
1147[18:35:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
1148[18:35:02] [Server thread/INFO]: Cane Growth Modifier: 100%
1149[18:35:02] [Server thread/INFO]: Melon Growth Modifier: 100%
1150[18:35:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1151[18:35:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1152[18:35:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
1153[18:35:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1154[18:35:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
1155[18:35:02] [Server thread/INFO]: Potato Growth Modifier: 100%
1156[18:35:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
1157[18:35:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1158[18:35:02] [Server thread/INFO]: Vine Growth Modifier: 100%
1159[18:35:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1160[18:35:02] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1161[18:35:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1162[18:35:02] [Server thread/INFO]: Kelp Growth Modifier: 100%
1163[18:35:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1164[18:35:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1165[18:35:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1166[18:35:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1167[18:35:02] [Server thread/INFO]: Max TNT Explosions: 100
1168[18:35:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1169[18:35:02] [Server thread/INFO]: View Distance: 9
1170[18:35:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1171[18:35:02] [Server thread/INFO]: Item Merge Radius: 2.5
1172[18:35:02] [Server thread/INFO]: Item Despawn Rate: 6000
1173[18:35:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
1174[18:35:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1175[18:35:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1176[18:35:02] [Server thread/INFO]: Preparing start region for dimension 'ma1'/minecraft:overworld
1177[18:35:02] [Server thread/INFO]: Preparing spawn area: 0%
1178[18:35:02] [Server thread/INFO]: Loaded 361 spawn chunks for world ma1
1179[18:35:02] [Server thread/INFO]: Time elapsed: 338 ms
1180[18:35:02] [Server thread/INFO]: [WorldGuard] (ma1) TNT ignition is PERMITTED.
1181[18:35:02] [Server thread/INFO]: [WorldGuard] (ma1) Lighters are PERMITTED.
1182[18:35:02] [Server thread/INFO]: [WorldGuard] (ma1) Lava fire is blocked.
1183[18:35:02] [Server thread/INFO]: [WorldGuard] (ma1) Fire spread is UNRESTRICTED.
1184[18:35:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ma1'
1185[18:35:03] [Server thread/INFO]: -------- World Settings For [quarry] --------
1186[18:35:03] [Server thread/INFO]: Experience Merge Radius: 3.0
1187[18:35:03] [Server thread/INFO]: Mob Spawn Range: 6
1188[18:35:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
1189[18:35:03] [Server thread/INFO]: Cane Growth Modifier: 100%
1190[18:35:03] [Server thread/INFO]: Melon Growth Modifier: 100%
1191[18:35:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1192[18:35:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1193[18:35:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
1194[18:35:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1195[18:35:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
1196[18:35:03] [Server thread/INFO]: Potato Growth Modifier: 100%
1197[18:35:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
1198[18:35:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1199[18:35:03] [Server thread/INFO]: Vine Growth Modifier: 100%
1200[18:35:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1201[18:35:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1202[18:35:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1203[18:35:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
1204[18:35:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1205[18:35:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1206[18:35:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1207[18:35:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1208[18:35:03] [Server thread/INFO]: Max TNT Explosions: 100
1209[18:35:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1210[18:35:03] [Server thread/INFO]: View Distance: 9
1211[18:35:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1212[18:35:03] [Server thread/INFO]: Item Merge Radius: 2.5
1213[18:35:03] [Server thread/INFO]: Item Despawn Rate: 6000
1214[18:35:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
1215[18:35:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1216[18:35:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1217[18:35:03] [Server thread/INFO]: Preparing start region for dimension 'quarry'/minecraft:overworld
1218[18:35:03] [Server thread/INFO]: Preparing spawn area: 0%
1219[18:35:03] [Server thread/INFO]: Loaded 361 spawn chunks for world quarry
1220[18:35:03] [Server thread/INFO]: Time elapsed: 240 ms
1221[18:35:03] [Server thread/INFO]: [WorldGuard] (quarry) TNT ignition is PERMITTED.
1222[18:35:03] [Server thread/INFO]: [WorldGuard] (quarry) Lighters are PERMITTED.
1223[18:35:03] [Server thread/INFO]: [WorldGuard] (quarry) Lava fire is blocked.
1224[18:35:03] [Server thread/INFO]: [WorldGuard] (quarry) Fire spread is UNRESTRICTED.
1225[18:35:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'quarry'
1226[18:35:03] [Server thread/INFO]: -------- World Settings For [bskyblock_the_end] --------
1227[18:35:03] [Server thread/INFO]: Experience Merge Radius: 3.0
1228[18:35:03] [Server thread/INFO]: Mob Spawn Range: 6
1229[18:35:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
1230[18:35:03] [Server thread/INFO]: Cane Growth Modifier: 100%
1231[18:35:03] [Server thread/INFO]: Melon Growth Modifier: 100%
1232[18:35:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1233[18:35:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1234[18:35:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
1235[18:35:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1236[18:35:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
1237[18:35:03] [Server thread/INFO]: Potato Growth Modifier: 100%
1238[18:35:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
1239[18:35:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1240[18:35:03] [Server thread/INFO]: Vine Growth Modifier: 100%
1241[18:35:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1242[18:35:03] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1243[18:35:03] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1244[18:35:03] [Server thread/INFO]: Kelp Growth Modifier: 100%
1245[18:35:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1246[18:35:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1247[18:35:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1248[18:35:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1249[18:35:03] [Server thread/INFO]: Max TNT Explosions: 100
1250[18:35:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1251[18:35:03] [Server thread/INFO]: View Distance: 9
1252[18:35:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1253[18:35:03] [Server thread/INFO]: Item Merge Radius: 2.5
1254[18:35:03] [Server thread/INFO]: Item Despawn Rate: 6000
1255[18:35:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
1256[18:35:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1257[18:35:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1258[18:35:03] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_the_end'/minecraft:the_end
1259[18:35:03] [Server thread/INFO]: Preparing spawn area: 0%
1260[18:35:03] [Server thread/INFO]: Loaded 361 spawn chunks for world bskyblock_the_end
1261[18:35:03] [Server thread/INFO]: Time elapsed: 188 ms
1262[18:35:03] [Server thread/INFO]: [WorldGuard] (bskyblock_the_end) TNT ignition is PERMITTED.
1263[18:35:03] [Server thread/INFO]: [WorldGuard] (bskyblock_the_end) Lighters are PERMITTED.
1264[18:35:03] [Server thread/INFO]: [WorldGuard] (bskyblock_the_end) Lava fire is blocked.
1265[18:35:03] [Server thread/INFO]: [WorldGuard] (bskyblock_the_end) Fire spread is UNRESTRICTED.
1266[18:35:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_the_end'
1267[18:35:03] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
1268[18:35:03] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
1269[18:35:03] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
1270[18:35:03] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
1271[18:35:03] [Server thread/INFO]: [AdvancedOreGen] Enabling AdvancedOreGen v1.6.20-SNAPSHOT
1272[18:35:03] [Server thread/INFO]: [AdvancedOreGen] Using BentoBox as SkyBlock-Plugin
1273[18:35:03] [Server thread/INFO]: [CMI] Enabling CMI v8.6.15.0
1274[18:35:04] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
1275[18:35:04] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
1276[18:35:04] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
1277[18:35:04] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
1278[18:35:04] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
1279[18:35:04] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
1280[18:35:04] [Server thread/INFO]: _______________________________________________________
1281[18:35:04] [Server thread/INFO]: [CMI] Citizens found.
1282[18:35:04] [Server thread/INFO]: 29 Enabled and 18 Disabled modules
1283[18:35:05] [Server thread/INFO]: Loaded (3) portals into memory. Took 20ms
1284[18:35:05] [Server thread/INFO]: Permission plugin: LuckPerms
1285[18:35:05] [Server thread/INFO]: Loaded (48) regular alias into memory. Took 19ms
1286[18:35:05] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 1ms
1287[18:35:05] [Server thread/INFO]: 3.28.0 data base type detected
1288[18:35:05] [Server thread/INFO]: Started SqLite data base. Took 106ms
1289[18:35:05] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
1290[18:35:05] [Server thread/INFO]: Can't determine sound name for tag. Trying to defaulting to BLOCK_NOTE_HARP
1291[18:35:05] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 0ms
1292[18:35:05] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
1293[18:35:05] [Server thread/INFO]: Loaded (121) custom mob heads into memory. Took 9ms
1294[18:35:05] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 14ms
1295[18:35:05] [Server thread/INFO]: Loaded (1) warmups into memory. Took 1ms
1296[18:35:05] [Server thread/INFO]: Loaded (1) jails into memory. Took 2ms
1297[18:35:05] [Server thread/INFO]: Can't find world with (bskyblock_world_the_end) name
1298[18:35:05] [Server thread/INFO]: Can't find world with (bskyblock_world_nether) name
1299[18:35:05] [Server thread/INFO]: Can't find world with (bskyblock_world) name
1300[18:35:05] [Server thread/INFO]: Can't find world with (park2) name
1301[18:35:05] [Server thread/INFO]: Can't find world with (park1) name
1302[18:35:05] [Server thread/INFO]: Can't find world with (park3) name
1303[18:35:05] [Server thread/INFO]: Can't find world with (park4) name
1304[18:35:05] [Server thread/INFO]: Can't find world with (Isle5) name
1305[18:35:05] [Server thread/INFO]: Can't find world with (Isle6) name
1306[18:35:05] [Server thread/INFO]: Can't find world with (Sabo) name
1307[18:35:05] [Server thread/INFO]: Initializing BungeeCord
1308[18:35:05] [Server thread/INFO]: Loaded (4) kits into memory. Took 7ms
1309[18:35:05] [Server thread/INFO]: Loaded (4) ranks into memory. Took 6ms
1310[18:35:05] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 2ms
1311[18:35:05] [Server thread/INFO]: Loaded (2) player data into memory. Took 7ms
1312[18:35:05] [Server thread/INFO]: Loaded (9) playtime records into memory. Took 2ms
1313[18:35:05] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
1314[18:35:05] [Server thread/INFO]: Loaded (2) interactive commands into memory. Took 6ms
1315[18:35:05] [Server thread/INFO]: Registered events. Took 211ms
1316[18:35:05] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 2ms
1317[18:35:05] [Server thread/INFO]: Updated (EN) language file. Took 144ms
1318[18:35:05] [Server thread/INFO]: Loaded (206) worth values into memory. Took 2ms
1319[18:35:05] [Server thread/INFO]: Loaded (10) warps into memory. Took 1ms
1320[18:35:05] [Server thread/INFO]: Vault permissions was found - Enabling capabilities.
1321[18:35:05] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
1322[18:35:05] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
1323[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
1324[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
1325[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
1326[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
1327[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
1328[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
1329[18:35:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
1330[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
1331[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_muted}
1332[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_inpvp}
1333[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
1334[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
1335[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
1336[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_msg}
1337[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_for}
1338[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_in}
1339[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
1340[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
1341[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
1342[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_ping}
1343[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_gamemode}
1344[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_op}
1345[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canfly}
1346[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flying}
1347[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
1348[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
1349[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
1350[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
1351[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
1352[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
1353[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
1354[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_prefix}
1355[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_suffix}
1356[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
1357[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
1358[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
1359[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
1360[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
1361[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
1362[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
1363[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
1364[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
1365[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
1366[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
1367[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
1368[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
1369[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
1370[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
1371[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
1372[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name_colorcode}
1373[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_code}
1374[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_name}
1375[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
1376[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
1377[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
1378[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
1379[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
1380[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
1381[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
1382[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
1383[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
1384[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
1385[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
1386[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
1387[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_itemcount_*}
1388[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxperm_*_*}
1389[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equation_*}
1390[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equationint_*}
1391[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
1392[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
1393[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
1394[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
1395[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
1396[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
1397[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth_one}
1398[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
1399[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
1400[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
1401[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetop_*}
1402[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
1403[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
1404[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
1405[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
1406[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
1407[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
1408[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
1409[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
1410[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
1411[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
1412[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
1413[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
1414[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
1415[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
1416[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
1417[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
1418[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
1419[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_1}
1420[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_60}
1421[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_300}
1422[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
1423[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
1424[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
1425[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
1426[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_metaint_*}
1427[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
1428[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
1429[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
1430[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
1431[18:35:06] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
1432[18:35:06] [Server thread/INFO]: MVdWPlaceholderAPI support enabled
1433[18:35:06] [Server thread/INFO]: [CMI] MVdWPlaceholderAPI hooked.
1434[18:35:06] [Server thread/INFO]: PlaceholderMVdWAPI was found - Enabling capabilities.
1435[18:35:06] [Server thread/INFO]: McMMO was found - Enabling capabilities.
1436[18:35:06] [Server thread/INFO]: Starting world timer.
1437[18:35:06] [Server thread/INFO]: Initializing world manager.
1438[18:35:06] [Server thread/INFO]: Loaded (5) schedules into memory. Took 4ms
1439[18:35:06] [Server thread/INFO]: Loaded (11) holograms into memory. Took 7ms
1440[18:35:06] [Server thread/INFO]: Loaded (357) skin cache entries into memory. Took 10ms
1441[18:35:06] [Server thread/INFO]: Version 8.6.15.0 has been enabled
1442[18:35:06] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
1443[18:35:06] [Server thread/INFO]: [PremiumVanish] Hooked into CMI
1444[18:35:06] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
1445[18:35:06] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.1.4
1446[18:35:06] [Server thread/INFO]: ==========================================
1447[18:35:06] [Server thread/INFO]: FurnitureLibary Version: 2.1.4
1448[18:35:06] [Server thread/INFO]: Furniture Autor: Ste3et_C0st
1449[18:35:06] [Server thread/INFO]: Furniture Website: https://dicecraft.de/furniture/
1450[18:35:06] [Server thread/INFO]: Info: For Spigot 1.14.x you need ProtocolLib 4.5.0 Build #8 or above
1451[18:35:06] [Server thread/INFO]: Download it here: http://ci.dmulloy2.net/job/ProtocolLib%20Gradle/lastStableBuild/
1452[18:35:06] [Server thread/INFO]: Otherwise you will receive: NoClassDefFoundError: org/apache/commons/lang3/Validate
1453[18:35:06] [Server thread/INFO]: Furniture start load
1454[18:35:06] [Server thread/INFO]: Furniture find ProtectionLib: true
1455[18:35:06] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 0 Objects from: SQLite Database
1456[18:35:06] [Server thread/INFO]: [FurnitureLib] FurnitureLib have loadet 0 in 00:00.000
1457[18:35:06] [Server thread/INFO]: [FurnitureLib] FurnitureLib have purged 0 Objects
1458[18:35:06] [Server thread/INFO]: Furniture load finish :)
1459[18:35:06] [Server thread/INFO]: ==========================================
1460[18:35:06] [Server thread/INFO]: [QuantumRPG] Enabling QuantumRPG v4.4.5
1461[18:35:06] [Server thread/INFO]:
1462[18:35:06] [Server thread/INFO]:
1463[18:35:06] [Server thread/INFO]:
1464[18:35:06] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
1465[18:35:06] [Server thread/INFO]: > Plugin: QuantumRPG
1466[18:35:06] [Server thread/INFO]: > Author: NightExpress
1467[18:35:06] [Server thread/INFO]: > Version: 4.4.5
1468[18:35:06] [Server thread/INFO]: > Powered by: Jupiter-Core
1469[18:35:06] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
1470[18:35:06] [Server thread/INFO]: > Skills: Not found.
1471[18:35:06] [Server thread/INFO]: > MythicMobs: Not found.
1472[18:35:06] [Server thread/INFO]: > BattleLevels: Not found.
1473[18:35:06] [Server thread/INFO]: > RacesOfThana: Not found.
1474[18:35:06] [Server thread/INFO]: > Magic: Not found.
1475[18:35:06] [Server thread/INFO]: > Residence: Not found.
1476[18:35:06] [Server thread/INFO]: > RPGInventory: Not found.
1477[18:35:06] [Server thread/INFO]: > HolographicDisplays: Not found.
1478[18:35:06] [Server thread/INFO]: > PlaceholderAPI: Success!
1479[18:35:06] [Server thread/INFO]: > SkillAPI: Not found.
1480[18:35:06] [Server thread/INFO]: > Citizens: Success!
1481[18:35:06] [Server thread/INFO]: > CrackShot: Not found.
1482[18:35:06] [Server thread/INFO]: > mcMMO: Success!
1483[18:35:06] [Server thread/INFO]: > PwingRaces: Not found.
1484[18:35:06] [Server thread/INFO]: > Heroes: Not found.
1485[18:35:06] [Server thread/INFO]: > PlayerLevels: Not found.
1486[18:35:06] [Server thread/INFO]: > PvPLevels: Not found.
1487[18:35:06] [Server thread/INFO]: -=-=-=-=-=-=-[ Loading Data ]-=-=-=-=-=-=-
1488[18:35:06] [Server thread/INFO]: [ReflectionHelper] Version is v1_14_R1 (11401)
1489[18:35:06] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
1490[18:35:06] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
1491[18:35:06] [Server thread/INFO]: [QuantumRPG/INFO] Storage type: SQLite
1492[18:35:06] [Server thread/INFO]: [QuantumRPG/INFO] Buffs: Loaded 3 buffs!
1493[18:35:06] [Server thread/INFO]: -=-=-=-=-=-=-[ Modules Initialize ]-=-=-=-=-=-=-
1494[18:35:06] [Server thread/INFO]: > Gems v1.7.0: Yes | 3 Items
1495[18:35:06] [Server thread/INFO]: > Essences v2.0.0: Yes | 2 Items
1496[18:35:06] [Server thread/INFO]: > Runes v1.2.0: Yes | 3 Items
1497[18:35:06] [Server thread/INFO]: > Consumables v1.7.0: No | 0 Items
1498[18:35:06] [Server thread/INFO]: > Arrows v2.0.0: Yes | 3 Items
1499[18:35:06] [Server thread/INFO]: > Sets v1.3.0: No
1500[18:35:06] [Server thread/INFO]: > Active Items v1.3.0: Yes | 3 Items
1501[18:35:06] [Server thread/INFO]: > Custom Items v1.3.0: Yes | 1 Items
1502[18:35:06] [Server thread/INFO]: > Tiers v1.5.0: Yes | 3 Items
1503[18:35:06] [Server thread/INFO]: > Classes v1.0.0 DEMO: No
1504[18:35:06] [Server thread/INFO]: > Refine v1.7.1: Yes | 1 Items
1505[18:35:06] [Server thread/INFO]: > Fortify v1.0.0: Yes | 4 Items
1506[18:35:06] [Server thread/INFO]: > Identify v1.2.0: Yes | 3 Items
1507[18:35:06] [Server thread/INFO]: > Magic Dust v1.8.0: Yes | 1 Items
1508[18:35:06] [Server thread/INFO]: > Soulbound v1.5.0: Yes
1509[18:35:06] [Server thread/INFO]: > Repair v1.6.0: Yes | 1 Items
1510[18:35:06] [Server thread/INFO]: > Resolve v1.8.0: No | 0 Items
1511[18:35:06] [Server thread/INFO]: > Extractor v1.2.0: Yes | 2 Items
1512[18:35:06] [Server thread/INFO]: > Party v2.0.0: No
1513[18:35:06] [Server thread/INFO]: > Item Hints v1.0.1: No
1514[18:35:06] [Server thread/INFO]: > Drops v2 v2.0.0: No
1515[18:35:06] [Server thread/INFO]: > Loot v1.0.0: No
1516[18:35:06] [Server thread/INFO]: > Sell v1.3.0: Yes
1517[18:35:06] [Server thread/INFO]: > Buffs v2.0.0: Yes
1518[18:35:06] [Server thread/INFO]: > Combat Log v1.2.6 [22/09/19]: Yes
1519[18:35:06] [Server thread/INFO]: > Notifications v1.0.0: Yes
1520[18:35:06] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 387 ms! ]-=-=-=-=-=-=-
1521[18:35:06] [Server thread/INFO]:
1522[18:35:06] [Server thread/INFO]:
1523[18:35:06] [Server thread/INFO]:
1524[18:35:06] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v6.2.5*
1525[18:35:06] [Server thread/INFO]: [AdvancedEnchantments] Registered 'level' payment type for Enchanter from class n3kas.ae.features.enchanter.LevelsPayment
1526[18:35:06] [Server thread/WARN]: [AdvancedEnchantments] DEATH, RIGHT_CLICK, FIRE, BOW_MOB, DEFENSE_MOB, SHIFT, ITEM_BREAK, FISHING, FALL_DAMAGE enchantment types have been disabled for this session (No enchants utilizing it, increasing performance)
1527[18:35:07] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into economy plugin (Vault)
1528[18:35:07] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.17
1529[18:35:07] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
1530[18:35:07] [Server thread/INFO]: [CrateReloaded] v1_14_R1
1531[18:35:07] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
1532[18:35:07] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.3.0.2
1533[18:35:08] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1534[18:35:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1535[18:35:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
1536[18:35:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
1537[18:35:08] [Server thread/INFO]: Done (29.701s)! For help, type "help"
1538[18:35:08] [Server thread/INFO]: Starting GS4 status listener
1539[18:35:08] [Query Listener #1/INFO]: Query running on 147.135.30.125:25656
1540[18:35:08] [Server thread/INFO]: Timings Reset
1541[18:35:08] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
1542[18:35:08] [Server thread/INFO]: [BentoBox] Hooking with PlaceholderAPI...
1543[18:35:08] [Server thread/INFO]: [BentoBox] Hooking with MVdWPlaceholderAPI...
1544[18:35:08] [Server thread/INFO]: [BentoBox] Enabling addons...
1545[18:35:08] [Server thread/INFO]: [BentoBox] Enabling BSkyBlock...
1546[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for beaches
1547[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 50%
1548[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SAND x 1
1549[18:35:08] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1550[18:35:08] [Craft Scheduler Thread - 20/INFO]: [UltimateVotes] [Info] Loading Votes ENABLED.
1551[18:35:08] [Craft Scheduler Thread - 20/INFO]: [UltimateVotes] [Info] Now Loading Votes.
1552[18:35:08] [Craft Scheduler Thread - 20/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1553[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 5% chance for Dead Bush to grow on Sand
1554[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Squid to spawn on Water.
1555[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for Snowy_beach
1556[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 50%
1557[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Ice > 10%
1558[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SAND x 1
1559[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for ThreeWolfMoon
1560[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Ice > 10%
1561[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SPRUCE_LOG x 3
1562[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SPRUCE_LEAVES x 3
1563[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 3
1564[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Tall Grass to grow on Grass Block
1565[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Wolf to spawn on Snow.
1566[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for Cold_Rabbit
1567[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Ice > 10%
1568[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SPRUCE_LOG x 3
1569[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SPRUCE_LEAVES x 3
1570[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 3
1571[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Tall Grass to grow on Grass Block
1572[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Rabbit to spawn on Snow.
1573[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for DESERT
1574[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] No Water Allowed
1575[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] No Ice Allowed
1576[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SAND x 1
1577[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Dead Bush to grow on Sand
1578[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Cactus to grow on Sand
1579[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 30.0% chance for Dirt to convert to Sand
1580[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for FOREST
1581[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] OAK_LOG x 3
1582[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] OAK_LEAVES x 4
1583[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 4
1584[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 2% chance for Pink Tulip to grow on Grass Block
1585[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 2% chance for Orange Tulip to grow on Grass Block
1586[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 4% chance for Sunflower to grow on Grass Block
1587[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Tall Grass to grow on Grass Block
1588[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for NETHER
1589[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] No Water Allowed
1590[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Lava > 21%
1591[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] No Ice Allowed
1592[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] NETHERRACK x 1
1593[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Pig Zombie to spawn on Netherrack.
1594[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for JUNGLE
1595[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 4
1596[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] JUNGLE_LOG x 3
1597[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] JUNGLE_LEAVES x 4
1598[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Dandelion to grow on Grass Block
1599[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Melon to grow on Grass Block
1600[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Rose Bush to grow on Grass Block
1601[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Fern to grow on Grass Block
1602[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Tall Grass to grow on Grass Block
1603[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for MUSHROOM_FIELDS
1604[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 30%
1605[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] MYCELIUM x 2
1606[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Brown Mushroom to grow on Mycelium
1607[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Red Mushroom to grow on Mycelium
1608[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Mushroom Cow to spawn on Mycelium.
1609[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for OCEAN
1610[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 95%
1611[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Squid to spawn on Water.
1612[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for PLAINS
1613[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 3
1614[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Tall Grass to grow on Grass Block
1615[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Horse to spawn on Grass Block.
1616[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for RIVER
1617[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 50%
1618[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] SAND x 1
1619[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 50.0% chance for Dirt to convert to Clay
1620[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for SAVANNA
1621[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] ACACIA_LOG x 3
1622[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] ACACIA_LEAVES x 4
1623[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 4
1624[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 10% chance for Tall Grass to grow on Grass Block
1625[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Adding biome recipe for SWAMP
1626[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Water > 50%
1627[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] GRASS_BLOCK x 4
1628[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] OAK_LOG x 3
1629[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] OAK_LEAVES x 4
1630[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Red Mushroom to grow on Grass Block
1631[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 20% chance for Brown Mushroom to grow on Grass Block
1632[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 5% chance for Lily Pad to grow on Water
1633[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] 5% chance for Slime to spawn on Water.
1634[18:35:08] [Server thread/INFO]: [BentoBox] [Greenhouses] Loaded 14 biome recipes.
1635[18:35:08] [Server thread/INFO]: [BentoBox] Enabling Greenhouses...
1636[18:35:08] [Server thread/INFO]: [BentoBox] Loading likes...
1637[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_likes_count}
1638[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_likes_place}
1639[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_dislikes_count}
1640[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_dislikes_place}
1641[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_rank_count}
1642[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_island_rank_place}
1643[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_1}
1644[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_1}
1645[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_1}
1646[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_2}
1647[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_2}
1648[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_2}
1649[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_3}
1650[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_3}
1651[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_3}
1652[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_4}
1653[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_4}
1654[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_4}
1655[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_5}
1656[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_5}
1657[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_5}
1658[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_6}
1659[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_6}
1660[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_6}
1661[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_7}
1662[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_7}
1663[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_7}
1664[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_8}
1665[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_8}
1666[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_8}
1667[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_9}
1668[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_9}
1669[18:35:08] [Craft Scheduler Thread - 54/INFO]: [GadgetsMenu] Checking for updates...
1670[18:35:08] [Craft Scheduler Thread - 72/INFO]: [Vault] Checking for Updates ...
1671[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_9}
1672[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_owner_name_10}
1673[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_island_name_10}
1674[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_likes_count_10}
1675[18:35:08] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded Blueprint Bundle 'double_island' for BSkyBlock
1676[18:35:08] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded Blueprint Bundle 'default' for BSkyBlock
1677[18:35:08] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded Blueprint Bundle 'harder_island' for BSkyBlock
1678[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_1}
1679[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_1}
1680[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_1}
1681[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_2}
1682[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_2}
1683[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_2}
1684[18:35:08] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded blueprint 'harder' for BSkyBlock
1685[18:35:08] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_3}
1686[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_3}
1687[18:35:09] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded blueprint 'island' for BSkyBlock
1688[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_3}
1689[18:35:09] [Craft Scheduler Thread - 23/INFO]: [MySkin] You are running up to date version 2.7
1690[18:35:09] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded blueprint 'nether-island' for BSkyBlock
1691[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_4}
1692[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_4}
1693[18:35:09] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded blueprint 'end-island' for BSkyBlock
1694[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_4}
1695[18:35:09] [Craft Scheduler Thread - 72/INFO]: [Vault] Stable Version: 1.7.2 | Current Version: 1.7.3
1696[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_5}
1697[18:35:09] [Craft Scheduler Thread - 46/INFO]: [BentoBox] Loaded blueprint 'double' for BSkyBlock
1698[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_5}
1699[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_5}
1700[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_6}
1701[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_6}
1702[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_6}
1703[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_7}
1704[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_7}
1705[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_7}
1706[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_8}
1707[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_8}
1708[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_8}
1709[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_9}
1710[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_9}
1711[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_9}
1712[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_owner_name_10}
1713[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_island_name_10}
1714[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_dislikes_count_10}
1715[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_1}
1716[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_1}
1717[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_1}
1718[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_2}
1719[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_2}
1720[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_2}
1721[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_3}
1722[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_3}
1723[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_3}
1724[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_4}
1725[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_4}
1726[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_4}
1727[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_5}
1728[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_5}
1729[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_5}
1730[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_6}
1731[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_6}
1732[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_6}
1733[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_7}
1734[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_7}
1735[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_7}
1736[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_8}
1737[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_8}
1738[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_8}
1739[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_9}
1740[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_9}
1741[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_9}
1742[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_owner_name_10}
1743[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_island_name_10}
1744[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_likes_addon_top_rank_count_10}
1745[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Likes...
1746[18:35:09] [Server thread/INFO]: [BentoBox] Loading control panels...
1747[18:35:09] [Server thread/INFO]: [BentoBox] Enabling ControlPanel...
1748[18:35:09] [Server thread/INFO]: [BentoBox] Enabling DimensionalTrees...
1749[18:35:09] [Server thread/INFO]: [BentoBox] Enabling IslandFly...
1750[18:35:09] [Server thread/WARN]: [BentoBox] Unknown material (SIGN) in config.yml blocks section. Skipping...
1751[18:35:09] [Server thread/WARN]: [BentoBox] Unknown material (WALL_SIGN) in config.yml blocks section. Skipping...
1752[18:35:09] [Server thread/ERROR]: [BentoBox] Level Addon: No such world in config.yml : acidisland_world
1753[18:35:09] [Server thread/INFO]: [BentoBox] [Level] Level hooking into BSkyBlock
1754[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level}
1755[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-1}
1756[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-1}
1757[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-2}
1758[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-2}
1759[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-3}
1760[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-3}
1761[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-4}
1762[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-4}
1763[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-5}
1764[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-5}
1765[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-6}
1766[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-6}
1767[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-7}
1768[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-7}
1769[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-8}
1770[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-8}
1771[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-9}
1772[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-9}
1773[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-value-10}
1774[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {level_bskyblock-island-level-top-name-10}
1775[18:35:09] [Craft Scheduler Thread - 49/INFO]: [AdvancedEnchantments] Enchantments loaded: 133
1776[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Level...
1777[18:35:09] [Server thread/INFO]: [BentoBox] Loading challenges...
1778[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Challenges...
1779[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Entity limits:
1780[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Limit PIG_ZOMBIE to 15
1781[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Limit CHICKEN to 10
1782[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Limit ENDERMAN to 5
1783[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Limits will apply to BSkyBlock
1784[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Loading default limits
1785[18:35:09] [Server thread/INFO]: [BentoBox] [Limits] Limit HOPPER to 100
1786[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Limits...
1787[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Bank...
1788[18:35:09] [Server thread/INFO]: [BentoBox] Loading warps...
1789[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Warps...
1790[18:35:09] [Server thread/INFO]: [BentoBox] Loading biomes...
1791[18:35:09] [Server thread/INFO]: [BentoBox] Enabling Biomes...
1792[18:35:09] [Server thread/INFO]: [BentoBox] Addons successfully enabled.
1793[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_world_friendly_name}
1794[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_world_islands}
1795[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_distance}
1796[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_distance_diameter}
1797[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_protection_range}
1798[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_protection_range_diameter}
1799[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_owner}
1800[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_creation_date}
1801[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_name}
1802[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_center}
1803[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_center_x}
1804[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_center_y}
1805[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_center_z}
1806[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_members_max}
1807[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_members_count}
1808[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_trustees_count}
1809[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_coops_count}
1810[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_visitors_count}
1811[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_island_bans_count}
1812[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_protection_range}
1813[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_protection_range_diameter}
1814[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_owner}
1815[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_creation_date}
1816[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_name}
1817[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_center}
1818[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_center_x}
1819[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_center_y}
1820[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_center_z}
1821[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_members_max}
1822[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_members_count}
1823[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_trustees_count}
1824[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_coops_count}
1825[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_visitors_count}
1826[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_visited_island_bans_count}
1827[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_has_island}
1828[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_rank}
1829[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_resets}
1830[18:35:09] [Server thread/INFO]: [MVdWPlaceholderAPI] BentoBox added custom placeholder {bskyblock_resets_left}
1831[18:35:09] [Server thread/INFO]: [BentoBox] Hooking with Multiverse-Core...
1832[18:35:09] [Server thread/INFO]: Multiverse already knows about 'bskyblock'!
1833[18:35:09] [Server thread/INFO]: Success! Property generator was set to BentoBox
1834[18:35:09] [Server thread/INFO]: Multiverse already knows about 'bskyblock_nether'!
1835[18:35:09] [Server thread/INFO]: Success! Property generator was set to BentoBox
1836[18:35:09] [Server thread/INFO]: Multiverse already knows about 'bskyblock_the_end'!
1837[18:35:09] [Server thread/INFO]: Success! Property generator was set to BentoBox
1838[18:35:09] [Server thread/INFO]: [BentoBox] Hooking with WorldEdit...
1839[18:35:09] [Server thread/INFO]:
1840 ____ _ ____
1841 | _ \ | | | _ \ by tastybento and Poslovitch
1842 | |_) | ___ _ __ | |_ ___ | |_) | _____ __ 2017 - 2019
1843 | _ < / _ \ '_ \| __/ _ \| _ < / _ \ \/ /
1844 | |_) | __/ | | | || (_) | |_) | (_) > < v1.7.0
1845 |____/ \___|_| |_|\__\___/|____/ \___/_/\_\ Loaded in 1611ms.
1846
1847[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Loading greenhouses...
1848[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Loaded 0 greenhouses.
1849[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Kicking off flower growing scheduler every 1 minutes
1850[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Kicking off block conversion scheduler every 2 minutes
1851[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Kicking off greenhouse verify scheduler every 5 minutes
1852[18:35:09] [Server thread/INFO]: [BentoBox] [Greenhouses] Kicking off mob populator scheduler every 5 minutes
1853[18:35:09] [Server thread/INFO]: [Skyblock] Make the top 5 in /SNAKE and win nice prizes.
1854[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
1855[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbrules1.png.
1856[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44randombiome.png.
1857[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 54skywars.png.
1858[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44theend.png.
1859[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 55infernologo.png.
1860[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbfaq3.png.
1861[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33skywarssand.png.
1862[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbfaq1.png.
1863[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44nether.png.
1864[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 55biomes.png.
1865[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44mobarena.png.
1866[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44resources.png.
1867[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44creative.png.
1868[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33mobarenaconc.png.
1869[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33skywars.png.
1870[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 55infernoclasses1.png.
1871[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbrules2.png.
1872[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44casino.png.
1873[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33skywarsmush.png.
1874[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 334.png.
1875[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbshop.png.
1876[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33sbfaq2.png.
1877[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 55serenity.png.
1878[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 55infernoclasses2.png.
1879[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 44skyblock.png.
1880[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 33skywarsjung.png.
1881[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 26 image(s).
1882[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_12_R1.bc...
1883[18:35:09] [Craft Scheduler Thread - 18/INFO]: [PlaceholderAPI] 168 placeholder expansions are available on the cloud.
1884[18:35:09] [Craft Scheduler Thread - 18/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
1885[18:35:09] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
1886[18:35:10] [Craft Scheduler Thread - 33/INFO]: [Skywars] Looks like you have the latest version installed!
1887[18:35:10] [Server thread/INFO]: FurnitureLib load Models(39): Barrels,BlackBoard,CactusPlant,Camera,CampChair,CandyCane,Catapult,Chair,ChristmasTree,Crossbow,Fence,GraveStone,Hammock,HumanSkeleton,Lantern,Log,MailBox,PartyHammock,SchoolChair,SchoolDesk,SchoolTable,SleepingBag,SnowGolem,Sofa,Sunshade,TV,Table,Tent1,Trunk,WaxCandle,cDecorBoat,cMailBoxInventory,cModernBarWhiteTopDecor,cModernChairBlackBack,cRectangleFootTableTraditional,cSandCastle,cTikiTorch,cTraditionalChair,vmachine
1888[18:35:11] [Craft Scheduler Thread - 54/INFO]: [GadgetsMenu] No update was found, you are running the latest version.
1889[18:35:12] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support!
1890[18:35:12] [Server thread/INFO]: [ShopGUIPlus] Loaded 35 main menu items!
1891[18:35:12] [Server thread/INFO]: [ShopGUIPlus] Loaded 18 shops with total of 975 items!
1892[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@28f61ecb to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@59e94eb8
1893[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@28f61ecb to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@59e94eb8
1894[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@68900592 to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@2a8831eb
1895[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@68900592 to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@2a8831eb
1896[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@211f40aa to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@2f508e37
1897[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@211f40aa to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@2f508e37
1898[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@391ed44a to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@6d7d2fbe
1899[18:35:12] [Server thread/DEBUG]: Set listener of net.citizensnpcs.nms.v1_14_R1.network.EmptyNetworkManager@391ed44a to net.citizensnpcs.nms.v1_14_R1.network.EmptyNetHandler@6d7d2fbe
1900[18:35:12] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
1901[18:35:12] [Server thread/INFO]: [BentoBox] Added world BSkyBlock (NORMAL)
1902[18:35:12] [Server thread/INFO]: [ActionBarAPI] No update was found, you are running the latest version.
1903[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [1]
1904[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [2]
1905[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [3]
1906[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [4]
1907[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [5]
1908[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [6]
1909[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [7]
1910[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [8]
1911[18:35:12] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [13]
1912[18:35:12] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1913[18:35:12] [Craft Scheduler Thread - 20/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1914[18:35:12] [Craft Scheduler Thread - 20/WARN]: [UltimateVotes] Plugin UltimateVotes v1.9 generated an exception while executing task 38
1915java.lang.NullPointerException: null
1916 at teozfrank.ultimatevotes.util.b.m(DatabaseManager.java:1312) ~[?:?]
1917 at teozfrank.ultimatevotes.main.UltimateVotes.e(UltimateVotes.java:491) ~[?:?]
1918 at teozfrank.ultimatevotes.main.UltimateVotes$1.run(UltimateVotes.java:91) ~[?:?]
1919 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[paperspigot.jar:git-Paper-213]
1920 at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[paperspigot.jar:git-Paper-213]
1921 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paperspigot.jar:git-Paper-213]
1922 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
1923 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
1924 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1925[18:35:12] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1926[18:35:12] [Server thread/DEBUG]: Failed to find path from 17 to 0
1927[18:35:13] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5051ms or 101 ticks behind
1928[18:35:14] [Server thread/INFO]: [Skywars] Loaded 3 arena(s) and 0 join sign(s) and 51 cage(s) and 1 chest categorie(s) and 22 kit(s) and 22 trail(s) and 4 shop(s) and 53 achievement(s) and 7 broadcaster message(s)
1929[18:35:14] [Server thread/INFO]: [Skywars] Updating leaderboards...
1930[18:35:14] [Server thread/INFO]: [Skywars] Finished loading all the top signs and their requirements! (6) sign(s)! loading players stats...
1931[18:35:14] [Head Conversion Thread - 0/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
1932[18:35:14] [Head Conversion Thread - 0/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["subliminalchaos"]
1933[18:35:14] [Head Conversion Thread - 1/DEBUG]: Opening connection to https://api.mojang.com/profiles/minecraft
1934[18:35:14] [Head Conversion Thread - 1/DEBUG]: Writing POST data to https://api.mojang.com/profiles/minecraft: ["mhf_question"]
1935[18:35:14] [Head Conversion Thread - 1/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
1936[18:35:14] [Server thread/INFO]: [Skywars] Leaderboards were updated!
1937[18:35:14] [Head Conversion Thread - 0/DEBUG]: Reading data from https://api.mojang.com/profiles/minecraft
1938[18:35:14] [Head Conversion Thread - 1/DEBUG]: Successful read, server response was 200
1939[18:35:14] [Head Conversion Thread - 1/DEBUG]: Response: [{"id":"606e2ff0ed7748429d6ce1d3321c7838","name":"MHF_Question"}]
1940[18:35:14] [Head Conversion Thread - 1/DEBUG]: Page 0 returned 1 results, parsing
1941[18:35:14] [Head Conversion Thread - 1/DEBUG]: Successfully looked up profile com.mojang.authlib.GameProfile@2e45fd0c[id=606e2ff0-ed77-4842-9d6c-e1d3321c7838,name=MHF_Question,properties={},legacy=false]
1942[18:35:14] [Head Conversion Thread - 1/DEBUG]: Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/606e2ff0ed7748429d6ce1d3321c7838?unsigned=false
1943[18:35:14] [Head Conversion Thread - 1/DEBUG]: Reading data from https://sessionserver.mojang.com/session/minecraft/profile/606e2ff0ed7748429d6ce1d3321c7838?unsigned=false
1944[18:35:14] [Head Conversion Thread - 0/DEBUG]: Successful read, server response was 200
1945[18:35:14] [Head Conversion Thread - 0/DEBUG]: Response: [{"id":"e5f062deda974bcfaa1d9f9c9cde0976","name":"SubliminalChaos"}]
1946[18:35:14] [Head Conversion Thread - 0/DEBUG]: Page 0 returned 1 results, parsing
1947[18:35:14] [Head Conversion Thread - 0/DEBUG]: Successfully looked up profile com.mojang.authlib.GameProfile@5adb06af[id=e5f062de-da97-4bcf-aa1d-9f9c9cde0976,name=SubliminalChaos,properties={},legacy=false]
1948[18:35:14] [Head Conversion Thread - 0/DEBUG]: Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/e5f062deda974bcfaa1d9f9c9cde0976?unsigned=false
1949[18:35:14] [Head Conversion Thread - 0/DEBUG]: Reading data from https://sessionserver.mojang.com/session/minecraft/profile/e5f062deda974bcfaa1d9f9c9cde0976?unsigned=false
1950[18:35:14] [Head Conversion Thread - 1/DEBUG]: Successful read, server response was 200
1951[18:35:14] [Head Conversion Thread - 1/DEBUG]: Response: {"id":"606e2ff0ed7748429d6ce1d3321c7838","name":"MHF_Question","properties":[{"name":"textures","value":"eyJ0aW1lc3RhbXAiOjE1NzEwMDYxMTQ2MzcsInByb2ZpbGVJZCI6IjYwNmUyZmYwZWQ3NzQ4NDI5ZDZjZTFkMzMyMWM3ODM4IiwicHJvZmlsZU5hbWUiOiJNSEZfUXVlc3Rpb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QzNGUwNjNjYWZiNDY3YTVjOGRlNDNlYzc4NjE5Mzk5ZjM2OWY0YTUyNDM0ZGE4MDE3YTk4M2NkZDkyNTE2YTAifX19","signature":"asnH04NJb+N3t3/mDRbLtr0JVgq48krJB0tZWPYq+B3USsfg0gyYMoh69zV9CU8BBC582U7gpjjHRMWDsnQmQoGKTrSSTK4gGlFDGjR3EJ+C/RUVd62jSLhMmIfXvqDEE7PIz82zCrViB8Cn7xX8YRcsW3vrub6LUsw0EoLKZRs2JIbBfH99Y5gRijg909HZ3SciviK0K3XNlUCQ4nfE1UKqL5JgcbJSSOX2aOhU9+3ShPNOwRSu+gXrRenmFhIJDJlTn3O/SSR5DUZJfe130GdJ6hQ6NsNTqwqFHMyx1RXs5dejIDVaE77LiHyF5n6zSiMMeszeZTVW3p51npc1nYItrpKvhjTGdVW7ewbw0BSfNEolrbZr8Zjy9CAx30WJg5mdqOZTfrZrpYuVyrqlS8DkJsIK7f7VTyXoX3MkGIP/BfJXwGRnSmBqhAThkMaTTFh7HkJkkkQKK5/xw2j0EtWrWdD+ojP7oWCocQ/q/p537sHTJoLHoZvMdENvQFGi9LXQ1BC2/t/ESNdAzbTWJROGZy+hJuj+Zf2i1BpasAQweOm+cHsvzCOCW4F2yOxdmPnAzr4f2AdiZbUgIuWeAurTWKHIotPgoM28qKCT0m578Q+bajPH5DTYym9EhJcf9Tw9wU16EAAZIunm9W2LflrwISN/z3BfPWmvfvDF/DE="}]}
1952[18:35:14] [Head Conversion Thread - 1/DEBUG]: Successfully fetched profile properties for com.mojang.authlib.GameProfile@2e45fd0c[id=606e2ff0-ed77-4842-9d6c-e1d3321c7838,name=MHF_Question,properties={textures=[com.mojang.authlib.properties.Property@1a404d17]},legacy=false]
1953[18:35:14] [Head Conversion Thread - 0/DEBUG]: Successful read, server response was 200
1954[18:35:14] [Head Conversion Thread - 0/DEBUG]: Response: {"id":"e5f062deda974bcfaa1d9f9c9cde0976","name":"SubliminalChaos","properties":[{"name":"textures","value":"eyJ0aW1lc3RhbXAiOjE1NzEwMDYxMTQ2NDYsInByb2ZpbGVJZCI6ImU1ZjA2MmRlZGE5NzRiY2ZhYTFkOWY5YzljZGUwOTc2IiwicHJvZmlsZU5hbWUiOiJTdWJsaW1pbmFsQ2hhb3MiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q4NDBiY2QwOGE2NmZkNDAwMDA2NzM4YzE0ZWNlZWNmM2ZmZGEzNGQxOGNhM2YwMDNmMThjNThjYWVkODNhOTIifX19","signature":"IIeUC0S/+M0Xn7+lIv8HJu5BFujKLJBBgZeJlo1TB27QBYFRAUwGdqja1SDDv3PzUMPm3FrCH0Hys2Q5cPAvpaSKR7ceMGp4B8CFX8TTGvUJRYCfsr7sG/Uy/0Tq2kUOH9hI59b/lMCmuUJsRtwCgTjhWU1RVfzjO3bkqj1nl0gwa5IeoaDuMzS8UgLlk1AhqXpUVZGDEEcQAsYZa5RF8XaXLLpjM3N2bOq0UBIJkNJzjw9kjbzIofCAiiBjnq2Y2GG9ygB8ZAPDcQa/XAwktEEB1lXnz5N0M4pVOgiZn0r4CWX+pIt6jxobZc0NVIuPYGoLHG4FPIdEXYu5w4H0XdCjbg0u0XClePIeF8Sgby01KWlS6RFTJLIlyPsQALyk3zriyuZ1lOaQ4Fzn0LeTy6biFqN2Z6q9GX+mXiqlW7Xuwv3fzGt/q+GCy9cBdR2cLkh9OJvEzBLWHXPFCuGaxYm7t0fs9fKIxjlI1v+vHMREHiYUy8LSEF3XzoVGRBp0122DP8CX6cBAgpz0iQ7/i4bvYX8+PM96TmYTSZ3wxxmToPbHrlvDL1wuyV8GFdiQrBzw9a4cXnGunACbAC8AZSyX+9JibF988uc/6NDCF+8z/BqEVX2rJaDIhkLrW8XnLgJhu30QzzqCWW/Ux0mUFB6x4Ta73bI/MctWRwvpmZo="}]}
1955[18:35:14] [Head Conversion Thread - 0/DEBUG]: Successfully fetched profile properties for com.mojang.authlib.GameProfile@5adb06af[id=e5f062de-da97-4bcf-aa1d-9f9c9cde0976,name=SubliminalChaos,properties={textures=[com.mojang.authlib.properties.Property@602478a6]},legacy=false]
1956[18:35:15] [Craft Scheduler Thread - 27/INFO]: [Reward] Checking for updates ...
1957[18:35:15] [Craft Scheduler Thread - 27/INFO]: [Reward] You have the latest version!
1958[18:35:16] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
1959[18:35:16] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
1960[18:35:16] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1961[18:35:16] [Craft Scheduler Thread - 19/WARN]: java.lang.NullPointerException
1962[18:35:16] [Craft Scheduler Thread - 19/WARN]: at teozfrank.ultimatevotes.util.b.d(DatabaseManager.java:310)
1963[18:35:16] [Craft Scheduler Thread - 19/WARN]: at teozfrank.ultimatevotes.util.b$1.run(DatabaseManager.java:32)
1964[18:35:16] [Craft Scheduler Thread - 19/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
1965[18:35:16] [Craft Scheduler Thread - 19/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
1966[18:35:16] [Craft Scheduler Thread - 19/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
1967[18:35:16] [Craft Scheduler Thread - 19/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1968[18:35:16] [Craft Scheduler Thread - 19/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1969[18:35:16] [Craft Scheduler Thread - 19/WARN]: at java.lang.Thread.run(Thread.java:748)
1970[18:35:16] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1971[18:35:17] [Craft Scheduler Thread - 34/INFO]: [BentoBox] Downloading data from GitHub...
1972[18:35:17] [Craft Scheduler Thread - 34/INFO]: [BentoBox] Successfully downloaded data from GitHub.
1973[18:35:18] [Server thread/INFO]: -------< LightAPI-fork 3.4.1 >-------
1974[18:35:18] [Server thread/INFO]: You are running the latest version!
1975[18:35:21] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1976[18:35:21] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup monthly votes: java.lang.NullPointerException
1977[18:35:21] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1978[18:35:25] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1979[18:35:25] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup last reset table: java.lang.NullPointerException
1980[18:35:25] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Info] Attempting to connect to MySQL database.
1981[18:35:29] [Craft Scheduler Thread - 19/INFO]: [UltimateVotes] [Warning] DatabaseManager could not establish a connection when trying to setup the connection!com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
1982[18:35:29] [Craft Scheduler Thread - 19/WARN]: java.lang.NullPointerException
1983[18:35:29] [Craft Scheduler Thread - 19/WARN]: at teozfrank.ultimatevotes.util.b.a(DatabaseManager.java:136)
1984[18:35:29] [Craft Scheduler Thread - 19/WARN]: at teozfrank.ultimatevotes.util.b$1.run(DatabaseManager.java:35)
1985[18:35:29] [Craft Scheduler Thread - 19/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
1986[18:35:29] [Craft Scheduler Thread - 19/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
1987[18:35:29] [Craft Scheduler Thread - 19/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
1988[18:35:29] [Craft Scheduler Thread - 19/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1989[18:35:29] [Craft Scheduler Thread - 19/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1990[18:35:29] [Craft Scheduler Thread - 19/WARN]: at java.lang.Thread.run(Thread.java:748)