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