· 4 years ago · Jul 26, 2021, 04:42 PM
1[18:27:52] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[18:27:52] [Server thread/INFO]: Loading properties
3[18:27:53] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-9c887d4 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[18:27:53] [Server thread/INFO]: Debug logging is disabled
5[18:27:53] [Server thread/INFO]: Using 4 threads for Netty based IO
6[18:27:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[18:27:53] [Server thread/INFO]: Default game type: SURVIVAL
8[18:27:53] [Server thread/INFO]: Generating keypair
9[18:27:53] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:41009
10[18:27:54] [Server thread/INFO]: Using epoll channel type
11[18:28:01] [Server thread/WARN]: Plugin iChat v3.0 does not specify an api-version.
12[18:28:01] [Server thread/WARN]: Plugin DoubleJump v1.0 does not specify an api-version.
13[18:28:01] [Server thread/WARN]: Plugin NametagEdit v4.4.6 does not specify an api-version.
14[18:28:01] [Server thread/WARN]: Plugin Spawn v1.0 does not specify an api-version.
15[18:28:01] [Server thread/WARN]: Plugin OpGuard v3.2.3 does not specify an api-version.
16[18:28:01] [Server thread/WARN]: Plugin ColoredChat v0.3 does not specify an api-version.
17[18:28:01] [Server thread/WARN]: Plugin LagMonitor v1.17 does not specify an api-version.
18[18:28:01] [Server thread/WARN]: Plugin AntiDeaathMessages v1.0 does not specify an api-version.
19[18:28:03] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@a7db2c4]
20[18:28:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
21[18:28:03] [Server thread/INFO]: Candidate: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R1
22[18:28:03] [Server thread/WARN]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R1 is not custom candidate.
23java.lang.NoClassDefFoundError: net/minecraft/server/v1_16_R1/NBTBase
24 at java.lang.Class.forName0(Native Method) ~[?:?]
25 at java.lang.Class.forName(Class.java:315) ~[?:?]
26 at com.sk89q.worldedit.bukkit.adapter.BukkitImplLoader.loadAdapter(BukkitImplLoader.java:160) [FastAsyncWorldEdit-1.16-302.jar:?]
27 at com.sk89q.worldedit.bukkit.WorldEditPlugin.loadAdapter(WorldEditPlugin.java:392) [FastAsyncWorldEdit-1.16-302.jar:?]
28 at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupPreWorldData(WorldEditPlugin.java:236) [FastAsyncWorldEdit-1.16-302.jar:?]
29 at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:217) [FastAsyncWorldEdit-1.16-302.jar:?]
30 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot.jar:git-Spigot-9de398a-9c887d4]
31 at com.sk89q.worldedit.bukkit.WorldEditPlugin.init(WorldEditPlugin.java:165) [FastAsyncWorldEdit-1.16-302.jar:?]
32 at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:149) [FastAsyncWorldEdit-1.16-302.jar:?]
33 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
34 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:?]
35 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:?]
36 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) [?:?]
37 at java.lang.Class.newInstance(Class.java:584) [?:?]
38 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) [spigot.jar:git-Spigot-9de398a-9c887d4]
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) [spigot.jar:git-Spigot-9de398a-9c887d4]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) [spigot.jar:git-Spigot-9de398a-9c887d4]
41 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot.jar:git-Spigot-9de398a-9c887d4]
42 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot.jar:git-Spigot-9de398a-9c887d4]
43 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot.jar:git-Spigot-9de398a-9c887d4]
44 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot.jar:git-Spigot-9de398a-9c887d4]
45 at java.lang.Thread.run(Thread.java:829) [?:?]
46Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_16_R1.NBTBase
47 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
48 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
49 at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
50 at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
51 ... 22 more
52[18:28:03] [Server thread/INFO]: Candidate: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2
53[18:28:03] [Server thread/WARN]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R2 is not custom candidate.
54java.lang.NoClassDefFoundError: net/minecraft/server/v1_15_R1/NBTBase
55 at java.lang.Class.forName0(Native Method) ~[?:?]
56 at java.lang.Class.forName(Class.java:315) ~[?:?]
57 at com.sk89q.worldedit.bukkit.adapter.BukkitImplLoader.loadAdapter(BukkitImplLoader.java:160) [FastAsyncWorldEdit-1.16-302.jar:?]
58 at com.sk89q.worldedit.bukkit.WorldEditPlugin.loadAdapter(WorldEditPlugin.java:392) [FastAsyncWorldEdit-1.16-302.jar:?]
59 at com.sk89q.worldedit.bukkit.WorldEditPlugin.setupPreWorldData(WorldEditPlugin.java:236) [FastAsyncWorldEdit-1.16-302.jar:?]
60 at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:217) [FastAsyncWorldEdit-1.16-302.jar:?]
61 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot.jar:git-Spigot-9de398a-9c887d4]
62 at com.sk89q.worldedit.bukkit.WorldEditPlugin.init(WorldEditPlugin.java:165) [FastAsyncWorldEdit-1.16-302.jar:?]
63 at com.sk89q.worldedit.bukkit.WorldEditPlugin.<init>(WorldEditPlugin.java:149) [FastAsyncWorldEdit-1.16-302.jar:?]
64 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
65 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:?]
66 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:?]
67 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) [?:?]
68 at java.lang.Class.newInstance(Class.java:584) [?:?]
69 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) [spigot.jar:git-Spigot-9de398a-9c887d4]
70 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) [spigot.jar:git-Spigot-9de398a-9c887d4]
71 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) [spigot.jar:git-Spigot-9de398a-9c887d4]
72 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot.jar:git-Spigot-9de398a-9c887d4]
73 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot.jar:git-Spigot-9de398a-9c887d4]
74 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot.jar:git-Spigot-9de398a-9c887d4]
75 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot.jar:git-Spigot-9de398a-9c887d4]
76 at java.lang.Thread.run(Thread.java:829) [?:?]
77Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_15_R1.NBTBase
78 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
79 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
80 at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
81 at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
82 ... 22 more
83[18:28:03] [Server thread/INFO]: Candidate: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4
84[18:28:03] [Server thread/INFO]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4 is not synthetic
85[18:28:03] [Server thread/INFO]: com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4 is assignable from BukkitImplAdapter, returning
86[18:28:04] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_14_R4 as the Bukkit adapter
87[18:28:04] [Server thread/INFO]: Ignoring invalid block minecraft:bee_nest
88[18:28:04] [Server thread/INFO]: Ignoring invalid block minecraft:beehive
89[18:28:04] [Server thread/INFO]: Ignoring invalid block minecraft:sign
90[18:28:04] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
91[18:28:04] [Server thread/WARN]: [WorldEdit] ====================================================
92[18:28:04] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
93[18:28:04] [Server thread/WARN]: [WorldEdit] as your server software.
94[18:28:04] [Server thread/WARN]: [WorldEdit]
95[18:28:04] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
96[18:28:04] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
97[18:28:04] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
98[18:28:04] [Server thread/WARN]: [WorldEdit]
99[18:28:04] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
100[18:28:04] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
101[18:28:04] [Server thread/WARN]: [WorldEdit]
102[18:28:04] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
103[18:28:04] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
104[18:28:04] [Server thread/WARN]: [WorldEdit]
105[18:28:04] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
106[18:28:04] [Server thread/WARN]: [WorldEdit] ====================================================
107[18:28:04] [Server thread/WARN]: Plugin JoinMessagePlus v3.1 does not specify an api-version.
108[18:28:04] [Server thread/WARN]: Plugin RealScoreboard v13-9-2020 Build 2 does not specify an api-version.
109[18:28:04] [Server thread/WARN]: Plugin JumpAndRuns v1.8.6 does not specify an api-version.
110[18:28:04] [Server thread/WARN]: Plugin PluginHiderPlus v5.2 does not specify an api-version.
111[18:28:05] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
112[18:28:05] [Server thread/INFO]: [iChat] Loading iChat v3.0
113[18:28:05] [Server thread/INFO]: [DoubleJump] Loading DoubleJump v1.0
114[18:28:05] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
115[18:28:05] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.6
116[18:28:05] [Server thread/INFO]: [Spawn] Loading Spawn v1.0
117[18:28:05] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
118[18:28:05] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.16.1
119[18:28:05] [Server thread/INFO]: [OpGuard] Loading OpGuard v3.2.3
120[18:28:05] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
121[18:28:05] [Server thread/INFO]: [AdvancedLobby] Loading AdvancedLobby v1.2
122[18:28:05] [Server thread/INFO]: [TrollBoss] Loading TrollBoss v6.3
123[18:28:05] [Server thread/INFO]: [LagMonitor] Loading LagMonitor v1.17
124[18:28:05] [Server thread/INFO]: [AntiDeaathMessages] Loading AntiDeaathMessages v1.0
125[18:28:05] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.0.1
126[18:28:05] [Server thread/INFO]: [ViaVersion] ViaVersion 4.0.1 is now loaded, injecting!
127[18:28:05] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
128[18:28:05] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
129[18:28:05] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
130[18:28:05] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
131[18:28:05] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
132[18:28:05] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
133[18:28:06] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
134[18:28:06] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
135[18:28:06] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.35
136[18:28:06] [Server thread/INFO]: [Warps] Loading Warps v2d
137[18:28:06] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE
138[18:28:06] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.16-302;99745b8
139[18:28:06] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.5.10
140[18:28:06] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
141[18:28:06] [Server thread/INFO]: [JoinMessagePlus] Loading JoinMessagePlus v3.1
142[18:28:06] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
143[18:28:06] [Server thread/INFO]: [EazyNick] Loading EazyNick v3.5
144[18:28:06] [Server thread/INFO]: [RealScoreboard] Loading RealScoreboard v13-9-2020 Build 2
145[18:28:06] [Server thread/INFO]: [TimoCloud] Loading TimoCloud v6.2.1
146[18:28:06] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
147[18:28:07] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
148[18:28:07] [Server thread/INFO]: [Holograms] Loading Holograms v2.13
149[18:28:07] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1845)
150[18:28:07] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v1.1
151[18:28:07] [Server thread/INFO]: [JumpAndRuns] Loading JumpAndRuns v1.8.6
152[18:28:07] [Server thread/INFO]: [Negativity] Loading Negativity v1.10
153[18:28:07] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.0
154[18:28:07] [Server thread/INFO]: [PluginHiderPlus] Loading PluginHiderPlus v5.2
155[18:28:07] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.16.5-v3
156[18:28:11] [Server thread/INFO]: -------- World Settings For [DUMMY] --------
157[18:28:11] [Server thread/INFO]: Mob Spawn Range: 6
158[18:28:11] [Server thread/INFO]: Experience Merge Radius: 3.0
159[18:28:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
160[18:28:11] [Server thread/INFO]: Cane Growth Modifier: 100%
161[18:28:11] [Server thread/INFO]: Melon Growth Modifier: 100%
162[18:28:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
163[18:28:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
164[18:28:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
165[18:28:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
166[18:28:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
167[18:28:11] [Server thread/INFO]: Potato Growth Modifier: 100%
168[18:28:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
169[18:28:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
170[18:28:11] [Server thread/INFO]: Vine Growth Modifier: 100%
171[18:28:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
172[18:28:11] [Server thread/INFO]: Bamboo Growth Modifier: 100%
173[18:28:11] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
174[18:28:11] [Server thread/INFO]: Kelp Growth Modifier: 100%
175[18:28:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
176[18:28:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
177[18:28:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
178[18:28:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
179[18:28:11] [Server thread/INFO]: Max TNT Explosions: 100
180[18:28:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
181[18:28:11] [Server thread/INFO]: View Distance: 10
182[18:28:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
183[18:28:11] [Server thread/INFO]: Item Despawn Rate: 6000
184[18:28:11] [Server thread/INFO]: Item Merge Radius: 2.5
185[18:28:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
186[18:28:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
187[18:28:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
188[18:28:14] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.16.5-v1
189[18:28:14] [Server thread/INFO]: [MCJukebox] Loading MCJukebox v2.6.8
190[18:28:14] [Server thread/INFO]: [CitizensServerSelector] Loading CitizensServerSelector v0.3.3
191[18:28:14] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.4.3
192[18:28:14] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
193[18:28:14] [Server thread/INFO]: [0;36;1m [0;36;22m __ [m
194[18:28:14] [Server thread/INFO]: [0;36;1m | [0;36;22m|__) [0;32;22mLuckPerms [0;36;1mv5.0.72[m
195[18:28:14] [Server thread/INFO]: [0;36;1m |___ [0;36;22m| [0;30;1mRunning on Bukkit - CraftBukkit[m
196[18:28:14] [Server thread/INFO]: [m
197[18:28:14] [Server thread/INFO]: [LuckPerms] Loading configuration...
198[18:28:14] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
199[18:28:14] [Server thread/INFO]: luckperms-hikari - Starting...
200[18:28:14] [Server thread/INFO]: luckperms-hikari - Start completed.
201[18:28:15] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
202[18:28:15] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
203[18:28:15] [Server thread/INFO]: [LuckPerms] Performing initial data load...
204[18:28:16] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1654ms)
205[18:28:16] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
206[18:28:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
207[18:28:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
208[18:28:16] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
209[18:28:16] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
210[18:28:16] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
211[18:28:16] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
212[18:28:16] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
213[18:28:16] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.16.5-v3
214[18:28:16] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-9de398a-9c887d4) : v1_14_R1 (Minecraft 1.14.4)
215[18:28:16] [Server thread/INFO]: [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
216[18:28:19] [Server thread/INFO]: [BKCommonLib] Supplier supplying suppliers for your lazy needs!
217[18:28:19] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.16.5-v3 (build: 1043) enabled! (2.957s)
218[18:28:19] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
219[18:28:19] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
220[18:28:19] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
221[18:28:19] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
222[18:28:19] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
223[18:28:19] [Server thread/INFO]: Preparing level "world"
224[18:28:19] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
225[18:28:20] [Server thread/INFO]: Loaded 6 recipes
226[18:28:21] [Server thread/INFO]: -------- World Settings For [world] --------
227[18:28:21] [Server thread/INFO]: Mob Spawn Range: 6
228[18:28:21] [Server thread/INFO]: Experience Merge Radius: 3.0
229[18:28:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
230[18:28:21] [Server thread/INFO]: Cane Growth Modifier: 100%
231[18:28:21] [Server thread/INFO]: Melon Growth Modifier: 100%
232[18:28:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
233[18:28:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
234[18:28:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
235[18:28:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
236[18:28:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
237[18:28:21] [Server thread/INFO]: Potato Growth Modifier: 100%
238[18:28:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
239[18:28:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
240[18:28:21] [Server thread/INFO]: Vine Growth Modifier: 100%
241[18:28:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
242[18:28:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
243[18:28:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
244[18:28:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
245[18:28:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
246[18:28:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
247[18:28:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
248[18:28:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
249[18:28:21] [Server thread/INFO]: Max TNT Explosions: 100
250[18:28:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
251[18:28:21] [Server thread/INFO]: View Distance: 10
252[18:28:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
253[18:28:21] [Server thread/INFO]: Item Despawn Rate: 6000
254[18:28:21] [Server thread/INFO]: Item Merge Radius: 2.5
255[18:28:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
256[18:28:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
257[18:28:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
258[18:28:21] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
259[18:28:21] [Server thread/INFO]: -------- World Settings For [world_nether] --------
260[18:28:21] [Server thread/INFO]: Mob Spawn Range: 6
261[18:28:21] [Server thread/INFO]: Experience Merge Radius: 3.0
262[18:28:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
263[18:28:21] [Server thread/INFO]: Cane Growth Modifier: 100%
264[18:28:21] [Server thread/INFO]: Melon Growth Modifier: 100%
265[18:28:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
266[18:28:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
267[18:28:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
268[18:28:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
269[18:28:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
270[18:28:21] [Server thread/INFO]: Potato Growth Modifier: 100%
271[18:28:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
272[18:28:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
273[18:28:21] [Server thread/INFO]: Vine Growth Modifier: 100%
274[18:28:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
275[18:28:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
276[18:28:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
277[18:28:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
278[18:28:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
279[18:28:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
280[18:28:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
281[18:28:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
282[18:28:21] [Server thread/INFO]: Max TNT Explosions: 100
283[18:28:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
284[18:28:21] [Server thread/INFO]: View Distance: 10
285[18:28:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
286[18:28:21] [Server thread/INFO]: Item Despawn Rate: 6000
287[18:28:21] [Server thread/INFO]: Item Merge Radius: 2.5
288[18:28:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
289[18:28:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
290[18:28:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
291[18:28:21] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
292[18:28:21] [Server thread/INFO]: Mob Spawn Range: 6
293[18:28:21] [Server thread/INFO]: Experience Merge Radius: 3.0
294[18:28:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
295[18:28:21] [Server thread/INFO]: Cane Growth Modifier: 100%
296[18:28:21] [Server thread/INFO]: Melon Growth Modifier: 100%
297[18:28:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
298[18:28:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
299[18:28:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
300[18:28:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
301[18:28:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
302[18:28:21] [Server thread/INFO]: Potato Growth Modifier: 100%
303[18:28:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
304[18:28:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
305[18:28:21] [Server thread/INFO]: Vine Growth Modifier: 100%
306[18:28:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
307[18:28:21] [Server thread/INFO]: Bamboo Growth Modifier: 100%
308[18:28:21] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
309[18:28:21] [Server thread/INFO]: Kelp Growth Modifier: 100%
310[18:28:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
311[18:28:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
312[18:28:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
313[18:28:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
314[18:28:21] [Server thread/INFO]: Max TNT Explosions: 100
315[18:28:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
316[18:28:21] [Server thread/INFO]: View Distance: 10
317[18:28:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
318[18:28:21] [Server thread/INFO]: Item Despawn Rate: 6000
319[18:28:21] [Server thread/INFO]: Item Merge Radius: 2.5
320[18:28:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
321[18:28:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
322[18:28:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
323[18:28:21] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
324[18:28:23] [Server thread/INFO]: Preparing spawn area: 0%
325[18:28:23] [Server thread/INFO]: Preparing spawn area: 0%
326[18:28:23] [Server thread/INFO]: Preparing spawn area: 0%
327[18:28:23] [Server thread/INFO]: Preparing spawn area: 47%
328[18:28:24] [Server thread/INFO]: Preparing spawn area: 83%
329[18:28:25] [Server thread/INFO]: Preparing spawn area: 84%
330[18:28:25] [Server thread/INFO]: Preparing spawn area: 84%
331[18:28:25] [Server thread/INFO]: Time elapsed: 3235 ms
332[18:28:25] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
333[18:28:26] [Server thread/INFO]: Preparing spawn area: 0%
334[18:28:26] [Server thread/INFO]: Preparing spawn area: 0%
335[18:28:26] [Server thread/INFO]: Preparing spawn area: 0%
336[18:28:26] [Server-Worker-2/INFO]: Preparing spawn area: 83%
337[18:28:27] [Server-Worker-5/INFO]: Preparing spawn area: 83%
338[18:28:27] [Server-Worker-3/INFO]: Preparing spawn area: 83%
339[18:28:28] [Server-Worker-1/INFO]: Preparing spawn area: 85%
340[18:28:28] [Server-Worker-3/INFO]: Preparing spawn area: 90%
341[18:28:29] [Server-Worker-5/INFO]: Preparing spawn area: 97%
342[18:28:29] [Server thread/INFO]: Time elapsed: 4102 ms
343[18:28:29] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
344[18:28:29] [Server thread/INFO]: Preparing spawn area: 0%
345[18:28:29] [Server-Worker-1/INFO]: Preparing spawn area: 83%
346[18:28:30] [Server-Worker-3/INFO]: Preparing spawn area: 83%
347[18:28:30] [Server thread/INFO]: Time elapsed: 1481 ms
348[18:28:30] [Server thread/INFO]: [iChat] Enabling iChat v3.0
349[18:28:30] [Server thread/INFO]: iChat Version 3.0 has been enabled!
350[18:28:30] [Server thread/INFO]: [DoubleJump] Enabling DoubleJump v1.0
351[18:28:30] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
352[18:28:30] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
353[18:28:30] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.6
354[18:28:30] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
355[18:28:30] [Server thread/INFO]: [Spawn] Enabling Spawn v1.0
356[18:28:30] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
357[18:28:30] [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].
358[18:28:31] [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.
359[18:28:31] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
360[18:28:31] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
361[18:28:32] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
362[18:28:32] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
363[18:28:32] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
364[18:28:32] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.16.1
365[18:28:32] [Server thread/INFO]: [OpGuard] Enabling OpGuard v3.2.3
366[18:28:32] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3
367[18:28:32] [Server thread/INFO]: ColoredChat v0.3 enabled!
368[18:28:32] [Server thread/INFO]: [AdvancedLobby] Enabling AdvancedLobby v1.2
369[18:28:32] [Server thread/INFO]: [AdvancedLobby] Loading files..
370[18:28:32] [Server thread/INFO]: [AdvancedLobby] PlaceholderAPI was found. Connected.[m
371[18:28:32] [Server thread/INFO]: [TrollBoss] Enabling TrollBoss v6.3
372[18:28:33] [Thread-10/INFO]: [TrollBoss] Finished updating.
373[18:28:33] [Server thread/INFO]: [TrollBoss] Plugin wurde aktiviert!
374[18:28:33] [Server thread/INFO]: [LagMonitor] Enabling LagMonitor v1.17
375[18:28:33] [Server thread/INFO]: [LagMonitor] JNA not found. Please download the this to the folder of this plugin to display more data about your setup
376[18:28:33] [Server thread/INFO]: [LagMonitor] https://repo1.maven.org/maven2/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
377[18:28:33] [Server thread/INFO]: [AntiDeaathMessages] Enabling AntiDeaathMessages v1.0
378[18:28:33] [Server thread/INFO]: AntiDeathMessages developed by MajkGamesCZ
379[18:28:33] [Server thread/INFO]:
380[18:28:33] [Server thread/INFO]: Plugin has been Enabled!
381[18:28:33] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.0.1
382[18:28:33] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.35
383[18:28:33] [Server thread/INFO]: [Warps] Enabling Warps v2d
384[18:28:33] [Server thread/INFO]: [Warps] - Plugin has been activated!
385[18:28:33] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE
386[18:28:33] [Server thread/INFO]: [BlockParticles] Loading the config.yml
387[18:28:33] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml
388[18:28:33] [Server thread/INFO]: [BlockParticles] Loading the data.yml
389[18:28:33] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml
390[18:28:34] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.5.10
391[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: -------------------------------------------------------------------
392[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: UltraCosmetics v2.5.10 is loading... (server: 1.14.4)
393[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Thanks for downloading it!
394[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Plugin by iSach.
395[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Link: http://bit.ly/UltraCosmetics
396[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Initializing module v1_14_R1
397[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: bStats enabled!
398[18:28:34] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Module initialized
399[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
400[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
401[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
402[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Morphs disabled.
403[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
404[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
405[18:28:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultracosmetics
406[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Hooked into PlaceholderAPI
407[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
408[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
409[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: Hooked into Vault for economy: Essentials Economy
410[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]:
411[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
412[18:28:35] [Server thread/INFO]: 07/26/2021 - UltraCosmetics [INFO]: -------------------------------------------------------------------
413[18:28:35] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
414[18:28:35] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
415[18:28:35] [Server thread/INFO]: No kits found to migrate.
416[18:28:35] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
417[18:28:35] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
418[18:28:35] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
419[18:28:35] [Server thread/INFO]: Loaded 21018 items from items.json.
420[18:28:35] [Server thread/INFO]: Using locale en_US
421[18:28:36] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
422[18:28:36] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
423[18:28:36] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
424[18:28:36] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
425[18:28:36] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v3.1
426[18:28:36] [Server thread/INFO]: [JoinMessagePlus] [#]==========< JoinMessagePlus >==========[#]
427[18:28:36] [Server thread/INFO]: [JoinMessagePlus] Version: 3.1
428[18:28:36] [Server thread/INFO]: [JoinMessagePlus] Web: dev.bukkit.org/bukkit-plugins/join-message-plus/
429[18:28:36] [Server thread/INFO]: [JoinMessagePlus] Mode: Standalone + BungeeCord
430[18:28:36] [Server thread/INFO]: [JoinMessagePlus] Plugin by AndyCraftz
431[18:28:36] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
432[18:28:36] [Server thread/INFO]: [EazyNick] Enabling EazyNick v3.5
433[18:28:36] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22m========== [0;30;1m[ [0;35;22m[21mEazyNick [0;30;1m] [0;37;22m==========[m
434[18:28:36] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22mVersion [0;33;1m1_14_R1 [0;37;22mwas loaded [0;32;1msuccessfully[0;37;22m![m
435[18:28:36] [Thread-12/INFO]: [Updater] Checking for updates...
436[18:28:36] [Thread-12/INFO]: [Updater] No new version available
437[18:28:40] [Server thread/WARN]: [MySQL] Connection to database failed!
438[18:28:40] [Server thread/WARN]: [MySQL]
439[18:28:40] [Server thread/WARN]: [MySQL] Connection Properties:
440[18:28:40] [Server thread/WARN]: [MySQL] Address: localhost:3306
441[18:28:40] [Server thread/WARN]: [MySQL] Database: mysql
442[18:28:40] [Server thread/WARN]: [MySQL] Username: Redstonico
443[18:28:40] [Server thread/WARN]: [MySQL] Password: *********
444[18:28:40] [Server thread/WARN]: [MySQL]
445[18:28:40] [Server thread/WARN]: [MySQL] ---------- Stack trace START ----------
446[18:28:40] [Server thread/WARN]:
447[18:28:40] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
448[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
449[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
450[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
451[18:28:40] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
452[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
453[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
454[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
455[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
456[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
457[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
458[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2105)
459[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2030)
460[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
461[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
462[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
463[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
464[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
465[18:28:40] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
466[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
467[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
468[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
469[18:28:40] [Server thread/WARN]: at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
470[18:28:40] [Server thread/WARN]: at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
471[18:28:40] [Server thread/WARN]: at net.dev.eazynick.sql.MySQL.connect(MySQL.java:28)
472[18:28:40] [Server thread/WARN]: at net.dev.eazynick.EazyNick.initiatePlugin(EazyNick.java:295)
473[18:28:40] [Server thread/WARN]: at net.dev.eazynick.EazyNick.onEnable(EazyNick.java:96)
474[18:28:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
475[18:28:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
476[18:28:40] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
477[18:28:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
478[18:28:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
479[18:28:40] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
480[18:28:40] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258)
481[18:28:40] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776)
482[18:28:40] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
483[18:28:40] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections"
484[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
485[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
486[18:28:40] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
487[18:28:40] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
488[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
489[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
490[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
491[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
492[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
493[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1038)
494[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199)
495[18:28:40] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2046)
496[18:28:40] [Server thread/WARN]: ... 24 more
497[18:28:40] [Server thread/WARN]:
498[18:28:40] [Server thread/WARN]: [MySQL] ---------- Stack trace END ----------
499[18:28:40] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22mPlugin by[0;30;1m: [0;36;22mJustix[m
500[18:28:40] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22mVersion[0;30;1m: [0;36;22m3.5[m
501[18:28:40] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22m========== [0;30;1m[ [0;35;22m[21mEazyNick [0;30;1m] [0;37;22m==========[m
502[18:28:40] [Server thread/INFO]: [RealScoreboard] Enabling RealScoreboard v13-9-2020 Build 2
503[18:28:40] [Server thread/INFO]: ------------------- RealScoreboard -------------------
504[18:28:40] [Server thread/INFO]: Checking the server version.
505[18:28:40] [Server thread/INFO]: Your server is compatible with RealScoreboard!
506[18:28:40] [Server thread/INFO]: Setting up the configuration.
507[18:28:40] [Server thread/INFO]: Your config version is: 3
508[18:28:40] [Server thread/INFO]: Your config file is updated to the latest version.
509[18:28:40] [Server thread/INFO]: Registering Events.
510[18:28:40] [Server thread/INFO]: Registering Commands.
511[18:28:40] [Server thread/INFO]: Starting up the Scoreboard.
512[18:28:40] [Server thread/INFO]: Loaded sucessfully.
513[18:28:40] [Server thread/INFO]: Server version: v1_14_R1
514[18:28:40] [Server thread/INFO]: If you have any questions or need support, feel free to message JoseGamer_PT
515[18:28:40] [Server thread/INFO]: https://www.spigotmc.org/members/josegamer_pt.40267/
516[18:28:40] [Server thread/INFO]: ------------------- RealScoreboard -------------------
517[18:28:40] [Server thread/INFO]: [TimoCloud] Enabling TimoCloud v6.2.1
518[18:28:40] [Server thread/INFO]: [TimoCloud] [0;33;1mEnabling [0;36;1mTimoCloudBukkit[m [0;33;1mversion [0;37;22m[[0;33;22m6.2.1[0;37;22m][0;33;1m...[m
519[18:28:40] [Server thread/INFO]: [0;33;22m[[0;36;1mTimo[0;37;1mCloud[0;33;22m] Successfully loaded signs![m
520[18:28:41] [pool-21-thread-1/INFO]: [0;33;22m[[0;36;1mTimo[0;37;1mCloud[0;33;22m] Connecting to TimoCloudCore socket on 127.0.0.1:5000...[m
521[18:28:41] [epollEventLoopGroup-2-1/INFO]: [0;33;22m[[0;36;1mTimo[0;37;1mCloud[0;33;22m] Successfully connected to Core socket![m
522[18:28:41] [Server thread/INFO]: [0;33;22m[[0;36;1mTimo[0;37;1mCloud[0;33;22m] [0;32;1mTimoCloudBukkit has been enabled![m
523[18:28:41] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
524[18:28:42] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
525[18:28:42] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
526[18:28:42] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
527[18:28:42] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
528[18:28:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
529[18:28:42] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
530[18:28:42] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
531[18:28:42] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
532[18:28:42] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
533[18:28:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
534[18:28:42] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
535[18:28:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
536[18:28:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
537[18:28:42] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
538[18:28:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
539[18:28:42] [Server thread/INFO]: [WorldGuard] Loading region data...
540[18:28:42] [Server thread/INFO]: [Holograms] Enabling Holograms v2.13
541[18:28:42] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl
542[18:28:42] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1845)
543[18:28:42] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v1.1
544[18:28:42] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 7.0.2-SNAPSHOT;bf2593e
545[18:28:42] [Server thread/INFO]: [JumpAndRuns] Enabling JumpAndRuns v1.8.6
546[18:28:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: JnR
547[18:28:42] [Server thread/INFO]: [Negativity] Enabling Negativity v1.10
548[18:28:43] [Server thread/INFO]: [Negativity] Detected server version: v1_14 (v1_14_R1)
549[18:28:43] [Server thread/INFO]: [Negativity] The plugin ProtocolLib has been detected. Loading Protocollib support ...
550[18:28:43] [Server thread/INFO]: [Negativity] This plugin is free, but you can buy the premium version : https://www.spigotmc.org/resources/86874 <3
551[18:28:43] [Server thread/INFO]: [Negativity] Loaded support for Essentials, WorldGuard, ViaVersion.
552[18:28:43] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.0
553[18:28:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: supervanish
554[18:28:43] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
555[18:28:43] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
556[18:28:43] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
557[18:28:43] [Server thread/INFO]: [PluginHiderPlus] Enabling PluginHiderPlus v5.2
558[18:28:43] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.16.5-v1
559[18:28:43] [Server thread/WARN]: [LightCleaner] minFreeMemory is set to 80MB which is less than recommended (400MB)
560[18:28:43] [Server thread/WARN]: [LightCleaner] It is recommended to correct this in the config.yml of Light Cleaner, or risk out of memory errors
561[18:28:43] [Server thread/INFO]: [LightCleaner] Added support for automatic light cleaning when FastAsyncWorldEdit operations are performed!
562[18:28:43] [Server thread/INFO]: [LightCleaner] Saving plugins/LightCleaner/config.yml...
563[18:28:43] [Server thread/INFO]: [LightCleaner] LightCleaner version 1.16.5-v1 (build: 108) enabled! (0.223s)
564[18:28:43] [Server thread/INFO]: [MCJukebox] Enabling MCJukebox v2.6.8
565[18:28:44] [Server thread/INFO]: [MCJukebox] MCJukebox has been loaded!
566[18:28:44] [Server thread/INFO]: [CitizensServerSelector] Enabling CitizensServerSelector v0.3.3
567[18:28:44] [Server thread/INFO]: [CitizensServerSelector] Hook into Citizens support!
568[18:28:44] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.4.3
569[18:28:44] [Server thread/INFO]: [0;35;22mInfo: [0;33;1mFor Spigot 1.14.x you need [0;33;22mProtocolLib 4.5.0 Build #8 [0;33;1mor above[m
570[18:28:44] [Server thread/INFO]: [0;35;22mDownload it here: [21m[0;34;1mhttps://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/[m
571[18:28:44] [Server thread/INFO]: [0;35;22mOtherwise you will receive: [0;31;1mNoClassDefFoundError: org/apache/commons/lang3/Validate[m
572[18:28:44] [Server thread/INFO]: ==========================================[m
573[18:28:44] [Server thread/INFO]: FurnitureLibrary Version: [0;33;1m2.4.3[m
574[18:28:44] [Server thread/INFO]: Furniture Author: [0;33;22mSte3et_C0st[m
575[18:28:44] [Server thread/INFO]: Furniture Website: [0;33;1mhttps://dicecraft.de/furniture/[m
576[18:28:44] [Server thread/INFO]: FurnitureLib load for Minecraft: 1.14[m
577[18:28:44] [Server thread/INFO]: Furniture start load[m
578[18:28:44] [Server thread/INFO]: Furniture find ProtectionLib: [0;33;1mtrue[m
579[18:28:44] [Server thread/INFO]: FurnitureLib did use the BlockPhysicsEvent to prevent item Duplication
580[18:28:44] [Server thread/INFO]: If you use PaperSpigot there is a better solution BlockDestroyEvent
581[18:28:44] [Server thread/INFO]: If you switch to PaperSpigot that can improve your Server Performance a lot!
582[18:28:44] [Server thread/INFO]: https://papermc.io/
583[18:28:44] [Server thread/INFO]: FurnitureLib - Starting...
584[18:28:44] [EventThread/INFO]: [MCJukebox] Key accepted and connection to MCJukebox established.
585[18:28:45] [EventThread/INFO]: [MCJukebox] Predicted time offset: -44ms.
586[18:28:45] [EventThread/INFO]: [MCJukebox] This will be silently updated every 30 seconds.
587[18:28:45] [Server thread/ERROR]: FurnitureLib - Exception during pool initialization.
588com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections"
589 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
590 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
591 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
592 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
593 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
594 at com.mysql.jdbc.Util.getInstance(Util.java:408) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
595 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
596 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
597 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
598 at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1038) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
599 at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
600 at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
601 at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
602 at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
603 at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
604 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
605 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
606 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
607 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
608 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
609 at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
610 at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
611 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[FurnitureLib.jar:?]
612 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:358) ~[FurnitureLib.jar:?]
613 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[FurnitureLib.jar:?]
614 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:477) [FurnitureLib.jar:?]
615 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:560) [FurnitureLib.jar:?]
616 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) [FurnitureLib.jar:?]
617 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81) [FurnitureLib.jar:?]
618 at de.Ste3et_C0st.FurnitureLib.Database.Database.<init>(Database.java:38) [FurnitureLib.jar:?]
619 at de.Ste3et_C0st.FurnitureLib.Database.MySQL.<init>(MySQL.java:25) [FurnitureLib.jar:?]
620 at de.Ste3et_C0st.FurnitureLib.Database.SQLManager.initialize(SQLManager.java:65) [FurnitureLib.jar:?]
621 at de.Ste3et_C0st.FurnitureLib.Database.SQLManager.<init>(SQLManager.java:34) [FurnitureLib.jar:?]
622 at de.Ste3et_C0st.FurnitureLib.main.FurnitureLib.onEnable(FurnitureLib.java:356) [FurnitureLib.jar:?]
623 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot.jar:git-Spigot-9de398a-9c887d4]
624 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot.jar:git-Spigot-9de398a-9c887d4]
625 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-9de398a-9c887d4]
626 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot.jar:git-Spigot-9de398a-9c887d4]
627 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot.jar:git-Spigot-9de398a-9c887d4]
628 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot.jar:git-Spigot-9de398a-9c887d4]
629 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot.jar:git-Spigot-9de398a-9c887d4]
630 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot.jar:git-Spigot-9de398a-9c887d4]
631 at java.lang.Thread.run(Thread.java:829) [?:?]
632[18:28:45] [Server thread/ERROR]: Error occurred while enabling FurnitureLib v2.4.3 (Is it up to date?)
633de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Data source rejected establishment of connection, message from server: "Too many connections"
634 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:595) ~[?:?]
635 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:581) ~[?:?]
636 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) ~[?:?]
637 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81) ~[?:?]
638 at de.Ste3et_C0st.FurnitureLib.Database.Database.<init>(Database.java:38) ~[?:?]
639 at de.Ste3et_C0st.FurnitureLib.Database.MySQL.<init>(MySQL.java:25) ~[?:?]
640 at de.Ste3et_C0st.FurnitureLib.Database.SQLManager.initialize(SQLManager.java:65) ~[?:?]
641 at de.Ste3et_C0st.FurnitureLib.Database.SQLManager.<init>(SQLManager.java:34) ~[?:?]
642 at de.Ste3et_C0st.FurnitureLib.main.FurnitureLib.onEnable(FurnitureLib.java:356) ~[?:?]
643 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
644 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot.jar:git-Spigot-9de398a-9c887d4]
645 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-9de398a-9c887d4]
646 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot.jar:git-Spigot-9de398a-9c887d4]
647 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot.jar:git-Spigot-9de398a-9c887d4]
648 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot.jar:git-Spigot-9de398a-9c887d4]
649 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot.jar:git-Spigot-9de398a-9c887d4]
650 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot.jar:git-Spigot-9de398a-9c887d4]
651 at java.lang.Thread.run(Thread.java:829) [?:?]
652Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message from server: "Too many connections"
653 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
654 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
655 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
656 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
657 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
658 at com.mysql.jdbc.Util.getInstance(Util.java:408) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
659 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
660 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
661 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
662 at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1038) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
663 at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2199) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
664 at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
665 at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
666 at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
667 at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
668 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
669 at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
670 at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
671 at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
672 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
673 at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
674 at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
675 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
676 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:358) ~[?:?]
677 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
678 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:477) ~[?:?]
679 at de.Ste3et_C0st.FurnitureLib.Database.com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:560) ~[?:?]
680 ... 16 more
681[18:28:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
682[18:28:46] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
683[18:28:46] [Server thread/INFO]: [0;33;22mNo expansions were registered![m
684[18:28:46] [Server thread/INFO]: Done (27.406s)! For help, type "help"
685[18:28:46] [Server thread/INFO]: [AdvancedLobby] Searching for an update on 'spigotmc.org'..
686[18:28:46] [Server thread/INFO]: [AdvancedLobby] The plugin is up to date.
687[18:28:46] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.14.4 (498)
688[18:28:46] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 16 (your version is 11.0.11). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
689[18:28:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: eazynick
690[18:28:47] [Server thread/INFO]: [0;31;22m[21mkayapixel U-Mod [0;30;1m[21m>> [0;37;22mPlaceholders loaded successfully![m
691[18:28:47] [Server thread/INFO]: [0;37;1m[OpGuard] [0;34;1mExempted OpGuard from PlugMan.[m
692[18:28:47] [Server thread/INFO]: [0;37;1m[OpGuard] [0;34;1mExempted OpGuard from PlugMan.[m
693[18:28:47] [pool-20-thread-1/WARN]: [Essentials] Could not hide vanished players while handling org.bukkit.event.server.ServerListPingEvent
694java.lang.UnsupportedOperationException: null
695 at org.bukkit.event.server.ServerListPingEvent.iterator(ServerListPingEvent.java:152) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
696 at com.earth2me.essentials.EssentialsServerListener.onServerListPing(EssentialsServerListener.java:74) ~[?:?]
697 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
698 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
699 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
700 at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
701 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
702 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
703 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
704 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:508) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
705 at cloud.timo.TimoCloud.bukkit.TimoCloudBukkit.sendMotds(TimoCloudBukkit.java:291) ~[?:?]
706 at cloud.timo.TimoCloud.bukkit.TimoCloudBukkit.sendEverything(TimoCloudBukkit.java:280) ~[?:?]
707 at cloud.timo.TimoCloud.bukkit.TimoCloudBukkit.doEverySecond(TimoCloudBukkit.java:271) ~[?:?]
708 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
709 at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
710 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
711 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
712 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
713 at java.lang.Thread.run(Thread.java:829) [?:?]
714[18:28:47] [Server thread/INFO]: [Citizens] Loaded 9 NPCs.
715[18:28:47] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ...
716[18:28:47] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
717[18:28:47] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.2.6'; Currently: '6.2.0'
718[18:28:47] [Server thread/INFO]: [Holograms] Loaded hologram with "Discord" with 3 lines
719[18:28:48] [Craft Scheduler Thread - 0/INFO]: [Vault] No new version available
720[18:28:51] [Craft Scheduler Thread - 0/INFO]: [OpGuard] [0;33;1mAn update is available![m Download [0;37;1mv3.2.5[m here: [0;33;22mhttps://www.spigotmc.org/resources/opguard.23200/[m
721[18:30:08] [User Authenticator #1/INFO]: UUID of player Redstonico is bf8e3a48-9c5b-4b8a-9d83-a12b1e1846c8
722[18:30:10] [Server thread/INFO]: [0;36;1m[21mCLOUD [0;30;1m[21m>> [0;37;22m[21mUser: Joined[m
723[18:30:10] [Server thread/INFO]: Redstonico[/212.197.132.235:38203] logged in with entity id 164 at ([world]289.53888691070085, 8.0, 85.46117713406943)
724[18:30:11] [Server thread/INFO]: [Negativity] Proxy companion plugin found, it will be used.
725[18:30:13] [Server thread/INFO]: Redstonico lost connection: Disconnected
726[18:30:13] [Server thread/INFO]: [0;36;1m[21mCLOUD [0;30;1m[21m>> [0;37;22m[21mUser: Left[m
727