1 | [11:50:40] [ServerMain/INFO]: Building unoptimized datafixer
|
2 | [11:50:41] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
3 | [11:50:44] [ServerMain/INFO]: Loaded 7 recipes
|
4 | [11:50:46] [Server thread/INFO]: Starting minecraft server version 1.19
|
5 | [11:50:46] [Server thread/INFO]: Loading properties
|
6 | [11:50:46] [Server thread/INFO]: This server is running CraftBukkit version 3537-Spigot-56be6a8-622dbe6 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT)
|
7 | [11:50:46] [Server thread/INFO]: Debug logging is disabled
|
8 | [11:50:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
|
9 | [11:50:46] [Server thread/INFO]: Using 4 threads for Netty based IO
|
10 | [11:50:46] [Server thread/INFO]: Default game type: SURVIVAL
|
11 | [11:50:46] [Server thread/INFO]: Generating keypair
|
12 | [11:50:46] [Server thread/INFO]: Starting Minecraft server on *:31672
|
13 | [11:50:46] [Server thread/INFO]: Using epoll channel type
|
14 | [11:50:47] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
|
15 | [11:50:53] [Server thread/WARN]: Legacy plugin AdvancedAntiXray v1.5.2 does not specify an api-version.
|
16 | [11:50:53] [Server thread/WARN]: Legacy plugin ServerWebsite v5.6 does not specify an api-version.
|
17 | [11:50:53] [Server thread/WARN]: Legacy plugin RailMiner v1.4 does not specify an api-version.
|
18 | [11:50:53] [Server thread/WARN]: Legacy plugin AutoNickerLobby v1.0 does not specify an api-version.
|
19 | [11:50:53] [Server thread/WARN]: Legacy plugin UsefulCommands v1.4 does not specify an api-version.
|
20 | [11:50:53] [Server thread/WARN]: Legacy plugin PixelArt v1.0.1 does not specify an api-version.
|
21 | [11:50:53] [Server thread/WARN]: Legacy plugin FiveNightAtFreddysInMinecraft v1.0.0 does not specify an api-version.
|
22 | [11:50:53] [Server thread/WARN]: Legacy plugin Interactables v1.1.2 does not specify an api-version.
|
23 | [11:50:53] [Server thread/WARN]: Legacy plugin Cinema v2.1.4 does not specify an api-version.
|
24 | [11:50:53] [Server thread/WARN]: Legacy plugin RealisticFish v2.0-beta does not specify an api-version.
|
25 | [11:50:53] [Server thread/WARN]: Legacy plugin SCSPlugin v2.0 does not specify an api-version.
|
26 | [11:50:53] [Server thread/WARN]: Legacy plugin Images v1.0-SNAPSHOT does not specify an api-version.
|
27 | [11:50:53] [Server thread/WARN]: Legacy plugin AutoNicker v1.0 does not specify an api-version.
|
28 | [11:50:53] [Server thread/WARN]: Legacy plugin DeathLightning v3.2 does not specify an api-version.
|
29 | [11:50:53] [Server thread/WARN]: Legacy plugin RealCigaret v1.0 does not specify an api-version.
|
30 | [11:50:53] [Server thread/ERROR]: Could not load 'plugins/RidableDolphins.jar' in folder 'plugins'
|
31 | org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_13_R1/Entity
|
32 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
33 | at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:393) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
34 | at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:300) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
35 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:409) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
36 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
37 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
38 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
39 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
40 | Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_13_R1/Entity
|
41 | at java.lang.Class.forName0(Native Method) ~[?:?]
|
42 | at java.lang.Class.forName(Class.java:467) ~[?:?]
|
43 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
44 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
45 | ... 7 more
|
46 | Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R1.Entity
|
47 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
48 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
49 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
|
50 | at java.lang.Class.forName0(Native Method) ~[?:?]
|
51 | at java.lang.Class.forName(Class.java:467) ~[?:?]
|
52 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
53 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
54 | ... 7 more
|
55 | [11:50:53] [Server thread/WARN]: Legacy plugin DemoTRoll v1.0 does not specify an api-version.
|
56 | [11:50:53] [Server thread/WARN]: Legacy plugin ImageGenerator v1.1 does not specify an api-version.
|
57 | [11:50:53] [Server thread/WARN]: Legacy plugin PortalCommands v2.1.2 does not specify an api-version.
|
58 | [11:50:53] [Server thread/INFO]: [AdvancedAntiXray] Loading AdvancedAntiXray v1.5.2
|
59 | [11:50:53] [Server thread/INFO]: [ServerWebsite] Loading ServerWebsite v5.6
|
60 | [11:50:53] [Server thread/INFO]: [AutoMiner] Loading AutoMiner v2.0
|
61 | [11:50:53] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.11-beta-01+6200-0877589
|
62 | [11:50:54] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7b2730bb]
|
63 | [11:50:54] [Server thread/INFO]: [AntiXRay] Loading AntiXRay v1.9.0
|
64 | [11:50:54] [Server thread/INFO]: [RailMiner] Loading RailMiner v1.4
|
65 | [11:50:54] [Server thread/INFO]: [PlasmoVoice] Loading PlasmoVoice v1.0.10
|
66 | [11:50:54] [Server thread/INFO]: [AutoNickerLobby] Loading AutoNickerLobby v1.0
|
67 | [11:50:54] [Server thread/INFO]: [UsefulCommands] Loading UsefulCommands v1.4
|
68 | [11:50:54] [Server thread/INFO]: [PixelArt] Loading PixelArt v1.0.1
|
69 | [11:50:54] [Server thread/INFO]: [FiveNightAtFreddysInMinecraft] Loading FiveNightAtFreddysInMinecraft v1.0.0
|
70 | [11:50:54] [Server thread/INFO]: [Interactables] Loading Interactables v1.1.2
|
71 | [11:50:54] [Server thread/INFO]: [Cinema] Loading Cinema v2.1.4
|
72 | [11:50:54] [Server thread/INFO]: [RealisticFish] Loading RealisticFish v2.0-beta
|
73 | [11:50:54] [Server thread/INFO]: [SCSPlugin] Loading SCSPlugin v2.0
|
74 | [11:50:54] [Server thread/INFO]: [PixelPrinter] Loading PixelPrinter v1.0.46
|
75 | [11:50:54] [Server thread/INFO]: [Images] Loading Images v1.0-SNAPSHOT
|
76 | [11:50:54] [Server thread/INFO]: [AutoNicker] Loading AutoNicker v1.0
|
77 | [11:50:54] [Server thread/INFO]: [DeathLightning] Loading DeathLightning v3.2
|
78 | [11:50:54] [Server thread/INFO]: [RealCigaret] Loading RealCigaret v1.0
|
79 | [11:50:54] [Server thread/INFO]: [AFKPlus] Loading AFKPlus v3.3.14
|
80 | [11:50:54] [Server thread/INFO]: [DemoTRoll] Loading DemoTRoll v1.0
|
81 | [11:50:54] [Server thread/INFO]: [Ridables] Loading Ridables v2.54
|
82 | [11:50:54] [Server thread/ERROR]: net/minecraft/server/v1_13_R2/PotionRegistry initializing Ridables v2.54 (Is it up to date?)
|
83 | java.lang.NoClassDefFoundError: net/minecraft/server/v1_13_R2/PotionRegistry
|
84 | at net.pl3x.bukkit.ridables.configuration.Config.<clinit>(Config.java:337) ~[?:?]
|
85 | at net.pl3x.bukkit.ridables.Ridables.onLoad(Ridables.java:57) ~[?:?]
|
86 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:414) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
87 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:224) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
88 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
89 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
90 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
91 | Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.PotionRegistry
|
92 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
93 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
94 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
|
95 | ... 7 more
|
96 | [11:50:54] [Server thread/INFO]: [CustomSticks] Loading CustomSticks v1.0-SNAPSHOT
|
97 | [11:50:54] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.3.1
|
98 | [11:50:54] [Server thread/INFO]: [ViaVersion] ViaVersion 4.3.1 is now loaded, injecting!
|
99 | [11:50:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
|
100 | [11:50:54] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
|
101 | [11:50:54] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
|
102 | [11:50:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
|
103 | [11:50:54] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
|
104 | [11:50:54] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
|
105 | [11:50:54] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
|
106 | [11:50:54] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
|
107 | [11:50:54] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
|
108 | [11:50:55] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
|
109 | [11:50:55] [Server thread/INFO]: [Cameras] Loading Cameras v1.05
|
110 | [11:50:55] [Server thread/INFO]: [ImageGenerator] Loading ImageGenerator v1.1
|
111 | [11:50:55] [Server thread/INFO]: [OP_Crafting] Loading OP_Crafting v1.0-SNAPSHOT
|
112 | [11:50:55] [Server thread/INFO]: [RampenDrills] Loading RampenDrills v4.5.2-Beta
|
113 | [11:50:55] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.0-SNAPSHOT (b70-6e2c19f)
|
114 | [11:50:55] [Server thread/WARN]: [floodgate] en_ is not a supported Floodgate language.
|
115 | [11:50:55] [Server thread/INFO]: [floodgate] Took 612ms to boot Floodgate
|
116 | [11:50:55] [Server thread/INFO]: [BloodInMinecraft] Loading BloodInMinecraft v9.4.1
|
117 | [11:50:55] [Server thread/INFO]: [PortalCommands] Loading PortalCommands v2.1.2
|
118 | [11:50:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1
|
119 | [11:50:55] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.0) has not yet been tested! Proceed with caution.
|
120 | [11:50:55] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.4-SNAPSHOT
|
121 | [11:50:55] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.6
|
122 | [11:50:55] [Server thread/INFO]: [Orebfuscator4] Loading Orebfuscator4 v4.4.3
|
123 | [11:50:55] [Server thread/INFO]: [Admin-GUI] Loading Admin-GUI v1.6.0
|
124 | [11:50:55] [Server thread/INFO]: [GeyserSkinManager] Loading GeyserSkinManager v1.6
|
125 | [11:50:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.11-beta-01+6200-0877589
|
126 | [11:50:55] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
|
127 | [11:50:56] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
|
128 | [11:50:56] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
|
129 | [11:50:57] [Server thread/INFO]: [WorldEdit] ====================================================
|
130 | [11:50:57] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
|
131 | [11:50:57] [Server thread/INFO]: [WorldEdit] as your server software.
|
132 | [11:50:57] [Server thread/INFO]: [WorldEdit]
|
133 | [11:50:57] [Server thread/INFO]: [WorldEdit] Paper offers significant performance improvements,
|
134 | [11:50:57] [Server thread/INFO]: [WorldEdit] bug fixes, security enhancements and optional
|
135 | [11:50:57] [Server thread/INFO]: [WorldEdit] features for server owners to enhance their server.
|
136 | [11:50:57] [Server thread/INFO]: [WorldEdit]
|
137 | [11:50:57] [Server thread/INFO]: [WorldEdit] Paper includes Timings v2, which is significantly
|
138 | [11:50:57] [Server thread/INFO]: [WorldEdit] better at diagnosing lag problems over v1.
|
139 | [11:50:57] [Server thread/INFO]: [WorldEdit]
|
140 | [11:50:57] [Server thread/INFO]: [WorldEdit] All of your plugins should still work, and the
|
141 | [11:50:57] [Server thread/INFO]: [WorldEdit] Paper community will gladly help you fix any issues.
|
142 | [11:50:57] [Server thread/INFO]: [WorldEdit]
|
143 | [11:50:57] [Server thread/INFO]: [WorldEdit] Join the Paper Community @ https://papermc.io
|
144 | [11:50:57] [Server thread/INFO]: [WorldEdit] ====================================================
|
145 | [11:50:57] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1
|
146 | [11:50:57] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
|
147 | [11:50:57] [Server thread/INFO]: Error Cannot enable ProtocolLib. (java.lang.RuntimeException: Unable to inject channel futures.) occured in ProtocolLib v4.5.1.
|
148 | [11:50:57] [Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
|
149 | If this problem hasn't already been reported, please open a ticket
|
150 | at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
|
151 | Stack Trace:
|
152 | java.lang.RuntimeException: Unable to inject channel futures.
|
153 | at com.comphenix.protocol.injector.netty.ProtocolInjector.inject(ProtocolInjector.java:225)
|
154 | at com.comphenix.protocol.injector.PacketFilterManager.registerEvents(PacketFilterManager.java:970)
|
155 | at com.comphenix.protocol.ProtocolLib.onEnable(ProtocolLib.java:402)
|
156 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
|
157 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
|
158 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479)
|
159 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:520)
|
160 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:434)
|
161 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:225)
|
162 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966)
|
163 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
|
164 | at java.base/java.lang.Thread.run(Thread.java:833)
|
165 | Caused by: java.lang.IllegalArgumentException: Unable to find a method that matches {modifiers=[required: 1, banned: 0], return={
|
166 | methods=[{modifiers=[required: 0, banned: 0], params=[{Type: input instanceof class java.net.InetAddress, Index: 0}, {Type: input instanceof int, Index: 1}], paramCount=2}],
|
167 | constructors=[{modifiers=[required: 0, banned: 0], params=[{Type: Exact class net.minecraft.server.dedicated.DedicatedServer, Index: null}], paramCount=1}]
|
168 | }}
|
169 | at com.comphenix.protocol.reflect.FuzzyReflection.getMethod(FuzzyReflection.java:174)
|
170 | at com.comphenix.protocol.utility.MinecraftReflection.getServerConnectionClass(MinecraftReflection.java:1418)
|
171 | at com.comphenix.protocol.injector.netty.ProtocolInjector.inject(ProtocolInjector.java:122)
|
172 | ... 11 more
|
173 | Dump:
|
174 | manager:
|
175 | com.comphenix.protocol.injector.PacketFilterManager@6a938f1[
|
176 | unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@14c7636f
|
177 | packetListeners=[]
|
178 | packetInjector=com.comphenix.protocol.injector.netty.ProtocolInjector$5@4dc751dc
|
179 | playerInjection=com.comphenix.protocol.injector.netty.ProtocolInjector$4@4741bac4
|
180 | interceptWritePacket=com.comphenix.protocol.injector.packet.InterceptWritePacket@8e06c6d
|
181 | inputBufferedPackets=[]
|
182 | recievedListeners=com.comphenix.protocol.injector.SortedPacketListenerList@2713ba05
|
183 | sendingListeners=com.comphenix.protocol.injector.SortedPacketListenerList@502d568a
|
184 | hasClosed=false
|
185 | classLoader=org.bukkit.plugin.java.PluginClassLoader@23612d14
|
186 | reporter=com.comphenix.protocol.ProtocolLib$1@11f8d5e6
|
187 | server=CraftServer{serverName=CraftBukkit,serverVersion=3537-Spigot-56be6a8-622dbe6,minecraftVersion=1.19}
|
188 | library=ProtocolLib v4.5.1
|
189 | asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@11221ca2
|
190 | knowsServerPackets=true
|
191 | knowsClientPackets=true
|
192 | phaseLoginCount=0
|
193 | phasePlayingCount=0
|
194 | packetCreation=false
|
195 | spigotInjector=<null>
|
196 | nettyInjector=com.comphenix.protocol.injector.netty.ProtocolInjector@78169051
|
197 | pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@50b64e04
|
198 | hasRecycleDistance=true
|
199 | minecraftVersion=(MC: 1.19.0)
|
200 | loginPackets=com.comphenix.protocol.injector.LoginPackets@2a5d6705
|
201 | debug=false
|
202 | ]
|
203 | Sender:
|
204 | com.comphenix.protocol.ProtocolLib@502ab852[
|
205 | statistics=<null>
|
206 | backgroundCompiler=com.comphenix.protocol.reflect.compiler.BackgroundCompiler@51506867
|
207 | packetTask=-1
|
208 | tickCounter=0
|
209 | unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@14c7636f
|
210 | configExpectedMod=-1
|
211 | updater=com.comphenix.protocol.updater.SpigotUpdater@1d88fe04
|
212 | redirectHandler=com.comphenix.protocol.ProtocolLib$2@7fac45df
|
213 | commandProtocol=com.comphenix.protocol.CommandProtocol@3e086060
|
214 | commandPacket=com.comphenix.protocol.CommandPacket@6c493496
|
215 | commandFilter=com.comphenix.protocol.CommandFilter@36eb8fc5
|
216 | packetLogging=com.comphenix.protocol.PacketLogging@2b74b67a
|
217 | skipDisable=false
|
218 | isEnabled=true
|
219 | loader=org.bukkit.plugin.java.JavaPluginLoader@5682d814
|
220 | server=CraftServer{serverName=CraftBukkit,serverVersion=3537-Spigot-56be6a8-622dbe6,minecraftVersion=1.19}
|
221 | file=plugins/ProtocolLib.jar
|
222 | description=org.bukkit.plugin.PluginDescriptionFile@73caabd6
|
223 | dataFolder=plugins/ProtocolLib
|
224 | classLoader=org.bukkit.plugin.java.PluginClassLoader@23612d14
|
225 | naggable=true
|
226 | newConfig=YamlConfiguration[path='', root='YamlConfiguration']
|
227 | configFile=plugins/ProtocolLib/config.yml
|
228 | logger=org.bukkit.plugin.PluginLogger@177c35f7
|
229 | ]
|
230 | Version:
|
231 | ProtocolLib v4.5.1
|
232 | Java Version:
|
233 | 17.0.2
|
234 | Server:
|
235 | 3537-Spigot-56be6a8-622dbe6 (MC: 1.19)
|
236 |
|
237 | [11:50:57] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.5.1
|
238 | [11:50:57] [Server thread/INFO]: [Orebfuscator4] Enabling Orebfuscator4 v4.4.3
|
239 | [11:50:57] [Server thread/ERROR]: Error occurred while enabling Orebfuscator4 v4.4.3 (Is it up to date?)
|
240 | java.lang.NullPointerException: Cannot invoke "com.lishid.orebfuscator.nms.INmsManager.getMaterialIds(org.bukkit.Material)" because "com.lishid.orebfuscator.NmsInstance.current" is null
|
241 | at com.lishid.orebfuscator.utils.MaterialHelper.init(MaterialHelper.java:24) ~[?:?]
|
242 | at com.lishid.orebfuscator.Orebfuscator.onEnable(Orebfuscator.java:70) ~[?:?]
|
243 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
244 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
245 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
246 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:520) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
247 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:434) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
248 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:225) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
249 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
250 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
251 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
252 | [11:50:57] [Server thread/INFO]: Preparing level "world"
|
253 | [11:50:57] [Server thread/INFO]: -------- World Settings For [world] --------
|
254 | [11:50:57] [Server thread/INFO]: Experience Merge Radius: 3.0
|
255 | [11:50:57] [Server thread/INFO]: Mob Spawn Range: 6
|
256 | [11:50:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
|
257 | [11:50:57] [Server thread/INFO]: Cane Growth Modifier: 100%
|
258 | [11:50:57] [Server thread/INFO]: Melon Growth Modifier: 100%
|
259 | [11:50:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
|
260 | [11:50:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
|
261 | [11:50:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
|
262 | [11:50:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
|
263 | [11:50:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
|
264 | [11:50:57] [Server thread/INFO]: Potato Growth Modifier: 100%
|
265 | [11:50:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
|
266 | [11:50:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
|
267 | [11:50:57] [Server thread/INFO]: Vine Growth Modifier: 100%
|
268 | [11:50:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
|
269 | [11:50:57] [Server thread/INFO]: Bamboo Growth Modifier: 100%
|
270 | [11:50:57] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
|
271 | [11:50:57] [Server thread/INFO]: Kelp Growth Modifier: 100%
|
272 | [11:50:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
|
273 | [11:50:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
|
274 | [11:50:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
|
275 | [11:50:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
|
276 | [11:50:57] [Server thread/INFO]: Max TNT Explosions: 100
|
277 | [11:50:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
|
278 | [11:50:57] [Server thread/INFO]: Item Despawn Rate: 6000
|
279 | [11:50:57] [Server thread/INFO]: Item Merge Radius: 2.5
|
280 | [11:50:57] [Server thread/INFO]: View Distance: 5
|
281 | [11:50:57] [Server thread/INFO]: Simulation Distance: 5
|
282 | [11:50:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
|
283 | [11:50:57] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
|
284 | [11:50:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
|
285 | [11:50:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
|
286 | [11:50:58] [Server thread/INFO]: -------- World Settings For [world_nether] --------
|
287 | [11:50:58] [Server thread/INFO]: Experience Merge Radius: 3.0
|
288 | [11:50:58] [Server thread/INFO]: Mob Spawn Range: 6
|
289 | [11:50:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
|
290 | [11:50:58] [Server thread/INFO]: Cane Growth Modifier: 100%
|
291 | [11:50:58] [Server thread/INFO]: Melon Growth Modifier: 100%
|
292 | [11:50:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
|
293 | [11:50:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
|
294 | [11:50:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
|
295 | [11:50:58] [Server thread/INFO]: Beetroot Growth Modifier: 100%
|
296 | [11:50:58] [Server thread/INFO]: Carrot Growth Modifier: 100%
|
297 | [11:50:58] [Server thread/INFO]: Potato Growth Modifier: 100%
|
298 | [11:50:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
|
299 | [11:50:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
|
300 | [11:50:58] [Server thread/INFO]: Vine Growth Modifier: 100%
|
301 | [11:50:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
|
302 | [11:50:58] [Server thread/INFO]: Bamboo Growth Modifier: 100%
|
303 | [11:50:58] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
|
304 | [11:50:58] [Server thread/INFO]: Kelp Growth Modifier: 100%
|
305 | [11:50:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
|
306 | [11:50:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
|
307 | [11:50:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
|
308 | [11:50:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
|
309 | [11:50:58] [Server thread/INFO]: Max TNT Explosions: 100
|
310 | [11:50:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
|
311 | [11:50:58] [Server thread/INFO]: Item Despawn Rate: 6000
|
312 | [11:50:58] [Server thread/INFO]: Item Merge Radius: 2.5
|
313 | [11:50:58] [Server thread/INFO]: View Distance: 5
|
314 | [11:50:58] [Server thread/INFO]: Simulation Distance: 5
|
315 | [11:50:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
|
316 | [11:50:58] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
|
317 | [11:50:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
|
318 | [11:50:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
|
319 | [11:50:58] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
|
320 | [11:50:58] [Server thread/INFO]: Experience Merge Radius: 3.0
|
321 | [11:50:58] [Server thread/INFO]: Mob Spawn Range: 6
|
322 | [11:50:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
|
323 | [11:50:58] [Server thread/INFO]: Cane Growth Modifier: 100%
|
324 | [11:50:58] [Server thread/INFO]: Melon Growth Modifier: 100%
|
325 | [11:50:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
|
326 | [11:50:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
|
327 | [11:50:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
|
328 | [11:50:58] [Server thread/INFO]: Beetroot Growth Modifier: 100%
|
329 | [11:50:58] [Server thread/INFO]: Carrot Growth Modifier: 100%
|
330 | [11:50:58] [Server thread/INFO]: Potato Growth Modifier: 100%
|
331 | [11:50:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
|
332 | [11:50:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
|
333 | [11:50:58] [Server thread/INFO]: Vine Growth Modifier: 100%
|
334 | [11:50:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
|
335 | [11:50:58] [Server thread/INFO]: Bamboo Growth Modifier: 100%
|
336 | [11:50:58] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
|
337 | [11:50:58] [Server thread/INFO]: Kelp Growth Modifier: 100%
|
338 | [11:50:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
|
339 | [11:50:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
|
340 | [11:50:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
|
341 | [11:50:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
|
342 | [11:50:58] [Server thread/INFO]: Max TNT Explosions: 100
|
343 | [11:50:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
|
344 | [11:50:58] [Server thread/INFO]: Item Despawn Rate: 6000
|
345 | [11:50:58] [Server thread/INFO]: Item Merge Radius: 2.5
|
346 | [11:50:58] [Server thread/INFO]: View Distance: 5
|
347 | [11:50:58] [Server thread/INFO]: Simulation Distance: 5
|
348 | [11:50:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
|
349 | [11:50:58] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
|
350 | [11:50:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
|
351 | [11:50:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
|
352 | [11:50:58] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
353 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
354 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
355 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
356 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
357 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
358 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
359 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
360 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
361 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
362 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
363 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
364 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
365 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
366 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
367 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
368 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
369 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
370 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
371 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
372 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
373 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
374 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
375 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
376 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
377 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
378 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
379 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
380 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
381 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
382 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
383 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
384 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
385 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
386 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
387 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
388 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
389 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
390 | [11:51:17] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
391 | [11:51:17] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
392 | [11:51:18] [Worker-Main-1/INFO]: Preparing spawn area: 15%
|
393 | [11:51:18] [Worker-Main-1/INFO]: Preparing spawn area: 63%
|
394 | [11:51:19] [Server thread/INFO]: Time elapsed: 20465 ms
|
395 | [11:51:19] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
|
396 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
397 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
398 | [11:51:23] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
399 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
400 | [11:51:23] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
401 | [11:51:23] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
402 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
403 | [11:51:23] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
404 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
405 | [11:51:23] [Worker-Main-2/INFO]: Preparing spawn area: 29%
|
406 | [11:51:24] [Worker-Main-2/INFO]: Preparing spawn area: 88%
|
407 | [11:51:24] [Server thread/INFO]: Time elapsed: 5151 ms
|
408 | [11:51:24] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
|
409 | [11:51:26] [Worker-Main-1/INFO]: Preparing spawn area: 0%
|
410 | [11:51:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
411 | [11:51:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
412 | [11:51:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
413 | [11:51:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
414 | [11:51:26] [Worker-Main-2/INFO]: Preparing spawn area: 0%
|
415 | [11:51:27] [Worker-Main-1/INFO]: Preparing spawn area: 75%
|
416 | [11:51:27] [Server thread/INFO]: Time elapsed: 3220 ms
|
417 | [11:51:27] [Server thread/INFO]: [AdvancedAntiXray] Enabling AdvancedAntiXray v1.5.2
|
418 | [11:51:27] [Server thread/INFO]: [ServerWebsite] Enabling ServerWebsite v5.6
|
419 | [11:51:27] [Server thread/INFO]: [ServerWebsite] ServerWebsite v5.6 has been Enabled
|
420 | [11:51:27] [Server thread/INFO]: [AutoMiner] Enabling AutoMiner v2.0
|
421 | [11:51:29] [Server thread/INFO]: [AntiXRay] Enabling AntiXRay v1.9.0
|
422 | [11:51:30] [Server thread/INFO]: [RailMiner] Enabling RailMiner v1.4
|
423 | [11:51:30] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v1.0.10
|
424 | [11:51:30] [Thread-13/INFO]: [PlasmoVoice] Voice UDP server started on /0.0.0.0:31672
|
425 | [11:51:30] [Server thread/INFO]: [AutoNickerLobby] Enabling AutoNickerLobby v1.0
|
426 | [11:51:34] [Server thread/WARN]: [AutoNickerLobby] MySQL Connection failed
|
427 | [11:51:34] [Server thread/WARN]: [AutoNickerLobby] Shutting down Plugin!
|
428 | [11:51:34] [Server thread/WARN]: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
|
429 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110)
|
430 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
|
431 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
|
432 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63)
|
433 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73)
|
434 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898)
|
435 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823)
|
436 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448)
|
437 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241)
|
438 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
|
439 | [11:51:34] [Server thread/WARN]: at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
|
440 | [11:51:34] [Server thread/WARN]: at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:229)
|
441 | [11:51:34] [Server thread/WARN]: at me.blvckbytes.autonickerlobby.MySQL.openConnection(MySQL.java:82)
|
442 | [11:51:34] [Server thread/WARN]: at me.blvckbytes.autonickerlobby.Main.onEnable(Main.java:24)
|
443 | [11:51:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
|
444 | [11:51:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
|
445 | [11:51:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479)
|
446 | [11:51:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:520)
|
447 | [11:51:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:434)
|
448 | [11:51:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:582)
|
449 | [11:51:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:401)
|
450 | [11:51:34] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255)
|
451 | [11:51:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966)
|
452 | [11:51:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
|
453 | [11:51:34] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
|
454 | [11:51:34] [Server thread/WARN]: Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
455 | [11:51:34] [Server thread/WARN]:
|
456 | [11:51:34] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
457 | [11:51:34] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
458 | [11:51:34] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
|
459 | [11:51:34] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
460 | [11:51:34] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
|
461 | [11:51:34] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
|
462 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
463 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
464 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
465 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
466 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89)
|
467 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.NativeSession.connect(NativeSession.java:120)
|
468 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842)
|
469 | [11:51:34] [Server thread/WARN]: ... 19 more
|
470 | [11:51:34] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused
|
471 | [11:51:34] [Server thread/WARN]: at java.base/sun.nio.ch.Net.connect0(Native Method)
|
472 | [11:51:34] [Server thread/WARN]: at java.base/sun.nio.ch.Net.connect(Net.java:579)
|
473 | [11:51:34] [Server thread/WARN]: at java.base/sun.nio.ch.Net.connect(Net.java:568)
|
474 | [11:51:34] [Server thread/WARN]: at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
|
475 | [11:51:34] [Server thread/WARN]: at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
476 | [11:51:34] [Server thread/WARN]: at java.base/java.net.Socket.connect(Socket.java:633)
|
477 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153)
|
478 | [11:51:34] [Server thread/WARN]: at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63)
|
479 | [11:51:34] [Server thread/WARN]: ... 21 more
|
480 | [11:51:34] [Server thread/INFO]: [AutoNickerLobby] Disabling AutoNickerLobby v1.0
|
481 | [11:51:34] [Server thread/INFO]: [UsefulCommands] Enabling UsefulCommands v1.4
|
482 | [11:51:34] [Server thread/ERROR]: [UsefulCommands] Plugin UsefulCommands v1.4 has failed to register events for class me.TEEAGE.Commands.COMMAND_nick because org/kitteh/tag/AsyncPlayerReceiveNameTagEvent does not exist.
|
483 | [11:51:34] [Server thread/ERROR]: [UsefulCommands] Plugin UsefulCommands v1.4 has failed to register events for class me.TEEAGE.Commands.COMMAND_nick because org/kitteh/tag/AsyncPlayerReceiveNameTagEvent does not exist.
|
484 | [11:51:34] [Server thread/INFO]: [Commands] 1.4 started
|
485 | [11:51:34] [Server thread/INFO]: [PixelArt] Enabling PixelArt v1.0.1
|
486 | [11:51:34] [Server thread/INFO]: [FiveNightAtFreddysInMinecraft] Enabling FiveNightAtFreddysInMinecraft v1.0.0
|
487 | [11:51:34] [Server thread/INFO]: [Interactables] Enabling Interactables v1.1.2
|
488 | [11:51:34] [Server thread/INFO]: Initializing plugin list...
|
489 | [11:51:34] [Server thread/INFO]: Registering services...
|
490 | [11:51:34] [Server thread/INFO]: [Cinema] Enabling Cinema v2.1.4
|
491 | [11:51:34] [Server thread/INFO]: [RealisticFish] Enabling RealisticFish v2.0-beta
|
492 | [11:51:34] [Server thread/INFO]: [RealisticFish] Config.yml found, loading!
|
493 | [11:51:34] [Server thread/INFO]: [RealisticFish] Spawners.yml found, loading!
|
494 | [11:51:34] [Server thread/INFO]: [RealisticFish] Plugin working correctly!!!
|
495 | [11:51:34] [Server thread/INFO]: [SCSPlugin] Enabling SCSPlugin v2.0
|
496 | [11:51:34] [Server thread/ERROR]: Error occurred while enabling SCSPlugin v2.0 (Is it up to date?)
|
497 | java.lang.NoClassDefFoundError: net/milkbowl/vault/economy/Economy
|
498 | at me.DutchplayXL.NON.EGNL.main.Main.setupEconomy(Main.java:157) ~[?:?]
|
499 | at me.DutchplayXL.NON.EGNL.main.Main.onEnable(Main.java:67) ~[?:?]
|
500 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
501 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
502 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
503 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:520) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
504 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:434) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
505 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:582) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
506 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:401) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
507 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
508 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
509 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
510 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
511 | Caused by: java.lang.ClassNotFoundException: net.milkbowl.vault.economy.Economy
|
512 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
513 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
514 | at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
|
515 | ... 13 more
|
516 | [11:51:34] [Server thread/INFO]: [PixelPrinter] Enabling PixelPrinter v1.0.46
|
517 | [11:51:34] [Server thread/INFO]: [Images] Enabling Images v1.0-SNAPSHOT
|
518 | [11:51:34] [Server thread/INFO]: [AutoNicker] Enabling AutoNicker v1.0
|
519 | [11:51:38] [Server thread/INFO]: Â[AutoNicker] MySQL Connection failed
|
520 | [11:51:38] [Server thread/INFO]: Â[AutoNicker] Shutting down Plugin!
|
521 | [11:51:38] [Server thread/INFO]: [AutoNicker] Disabling AutoNicker v1.0
|
522 | [11:51:38] [Server thread/INFO]: [DeathLightning] Enabling DeathLightning v3.2
|
523 | [11:51:38] [Server thread/INFO]: -------------------------------
|
524 | [11:51:38] [Server thread/INFO]: DeathLightning v3.2 Enabled
|
525 | [11:51:38] [Server thread/INFO]: By pleasega
|
526 | [11:51:38] [Server thread/INFO]: -------------------------------
|
527 | [11:51:38] [Server thread/INFO]: [RealCigaret] Enabling RealCigaret v1.0
|
528 | [11:51:38] [Server thread/INFO]: RealCigaret is now enable !
|
529 | [11:51:38] [Server thread/INFO]: Author: cocoraid
|
530 | [11:51:38] [Server thread/INFO]: Version: 1.0
|
531 | [11:51:38] [Server thread/INFO]: Thank you for downloading RealCigaret, Have fun !
|
532 | [11:51:38] [Server thread/INFO]: [AFKPlus] Enabling AFKPlus v3.3.14
|
533 | [11:51:38] [Server thread/INFO]: [AFKPlus] AFKPlus v.3.3.14 has been enabled!
|
534 | [11:51:38] [Server thread/INFO]: [DemoTRoll] Enabling DemoTRoll v1.0
|
535 | [11:51:38] [Server thread/INFO]: [Ridables] Enabling Ridables v2.54
|
536 | [11:51:38] [Server thread/ERROR]: Error occurred while enabling Ridables v2.54 (Is it up to date?)
|
537 | java.lang.NoClassDefFoundError: Could not initialize class net.pl3x.bukkit.ridables.configuration.Config
|
538 | at net.pl3x.bukkit.ridables.listener.UpdateListener.checkForUpdate(UpdateListener.java:36) ~[?:?]
|
539 | at net.pl3x.bukkit.ridables.listener.UpdateListener.checkForUpdate(UpdateListener.java:25) ~[?:?]
|
540 | at net.pl3x.bukkit.ridables.Ridables.onEnable(Ridables.java:102) ~[?:?]
|
541 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
542 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
543 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[spigot-api-1.19-R0.1-SNAPSHOT.jar:?]
|
544 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:520) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
545 | at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:434) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
546 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:582) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
547 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:401) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
548 | at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
549 | at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:966) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
550 | at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291) ~[spigot-1.19-R0.1-SNAPSHOT.jar:3537-Spigot-56be6a8-622dbe6]
|
551 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
552 | [11:51:38] [Server thread/INFO]: [CustomSticks] Enabling CustomSticks v1.0-SNAPSHOT
|
553 | [11:51:39] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.3.1
|
554 | [11:51:39] [Server thread/INFO]: [Cameras] Enabling Cameras v1.05
|
555 | [11:51:39] [Server thread/INFO]: Loading in resource pack (this may take a while)
|
556 | [11:51:39] [Server thread/INFO]: Loaded grass texture tall_seagrass_top.png.mcmeta
|
557 | [11:51:39] [Server thread/INFO]: [Cameras] bStats: true plugin ver: 1.05
|
558 | [11:51:39] [Server thread/INFO]: [ImageGenerator] Enabling ImageGenerator v1.1
|
559 | [11:51:39] [Server thread/INFO]: [OP_Crafting] Enabling OP_Crafting v1.0-SNAPSHOT
|
560 | [11:51:39] [Server thread/INFO]: [RampenDrills] Enabling RampenDrills v4.5.2-Beta
|
561 | [11:51:39] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.0-SNAPSHOT (b70-6e2c19f)
|
562 | [11:51:39] [Server thread/INFO]: [BloodInMinecraft] Enabling BloodInMinecraft v9.4.1
|
563 | [11:51:39] [Server thread/INFO]: ----------------------------------------
|
564 | [11:51:39] [Server thread/INFO]: BloodInMinecraft By Yanisssch Is On! No error Found ;)! VERSION 9.4.1
|
565 | [11:51:39] [Server thread/INFO]: Your server running on:3537-Spigot-56be6a8-622dbe6 (MC: 1.19)-!Only work on 1.13 to newer versions!-
|
566 | [11:51:39] [Server thread/INFO]: Please send your IP server on spigot review (or Discord:yan44600#2594) to put your server on list which use BIM plugin
|
567 | [11:51:39] [Server thread/INFO]: ----------------------------------------
|
568 | [11:51:39] [Server thread/INFO]: [PortalCommands] Enabling PortalCommands v2.1.2
|
569 | [11:51:39] [Server thread/INFO]: [PortalCommands] Enabling listeners...
|
570 | [11:51:39] [Server thread/INFO]: Running version converter. Converting necessary ConfiguationSections...
|
571 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.4-SNAPSHOT
|
572 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot] ******************************************
|
573 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot]
|
574 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.0.4-SNAPSHOT (git-master-23923d7)
|
575 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot]
|
576 | [11:51:39] [Server thread/INFO]: [Geyser-Spigot] ******************************************
|
577 | [11:51:42] [Network Listener - #1/ERROR]: [Geyser-Spigot] Failed to start Geyser on 0.0.0.0:31672
|
578 | [11:51:42] [Server thread/ERROR]: Error occurred while enabling Geyser-Spigot v2.0.4-SNAPSHOT (Is it up to date?)
|
579 | java.util.concurrent.CompletionException: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
|
580 | at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) ~[?:?]
|
581 | at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) ~[?:?]
|
582 | at java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) ~[?:?]
|
583 | at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]
|
584 | at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) ~[?:?]
|
585 | at com.nukkitx.network.util.Bootstraps.lambda$allOf$0(Bootstraps.java:111) ~[?:?]
|
586 | at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
587 | at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:552) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
588 | at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
589 | at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
590 | at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
591 | at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
592 | at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
593 | at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
594 | at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
595 | at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
596 | at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
597 | at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
598 | at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
599 | at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356) ~[netty-transport-4.1.77.Final.jar:4.1.77.Final]
|
600 | at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
601 | at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
602 | at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
603 | at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:394) ~[netty-transport-classes-epoll-4.1.77.Final.jar:4.1.77.Final]
|
604 | at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
605 | at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.77.Final.jar:4.1.77.Final]
|
606 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
607 | Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
|
608 | [11:51:42] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.6
|
609 | [11:51:42] [Server thread/INFO]: [SuperVanish] Please install ProtocolLib to be able to use all SuperVanish features: https://www.spigotmc.org/resources/protocollib.1997/
|
610 | [11:51:42] [Server thread/INFO]: [Admin-GUI] Enabling Admin-GUI v1.6.0
|
611 | [11:51:42] [Server thread/INFO]: [GeyserSkinManager] Enabling GeyserSkinManager v1.6
|
612 | [11:51:42] [Server thread/WARN]: [GeyserSkinManager] Floodgate found on the server! Disabling skin services and only running mod interactions.
|
613 | [11:51:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
|
614 | [11:51:43] [Server thread/INFO]: Done (45.837s)! For help, type "help"
|
615 | [11:51:43] [Server thread/INFO]: Starting GS4 status listener
|
616 | [11:51:43] [Server thread/INFO]: Thread Query Listener started
|
617 | [11:51:43] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
|
618 | [11:51:43] [Server thread/INFO]: JMX monitoring enabled
|
619 | [11:51:43] [Craft Scheduler Thread - 2/INFO]: [AFKPlus] AFKPlus file watcher started!
|
620 | [11:51:43] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19 (759)
|
621 | [11:51:43] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
|
622 | [11:51:43] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
|
623 | [11:51:43] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
|
624 | [11:51:43] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
|
625 | [11:51:43] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
|
626 | [11:51:43] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
|
627 | [11:51:43] [Craft Scheduler Thread - 1/INFO]: [AFKPlus] §6There is no update available
|
628 | [11:51:43] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.2.7'; Currently: '6.2.6'
|
629 | [11:51:43] [Craft Scheduler Thread - 5/INFO]:
|
630 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: []=====[Enabling AdminGUI]=====[]
|
631 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: |
|
632 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Information:
|
633 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: |
|
634 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Name: AdminGUI
|
635 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Developer: Black1_TV
|
636 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Version: 1.6.0 (FREE)
|
637 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Premium: https://rabbit-company.com
|
638 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: |
|
639 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Support:
|
640 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: |
|
641 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Discord: Crazy Rabbit#0001
|
642 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Mail: ziga.zajc007@gmail.com
|
643 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: | Discord: https://discord.gg/hUNymXX
|
644 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: |
|
645 | [11:51:43] [Craft Scheduler Thread - 5/INFO]: []=====================================[]
|
646 | [11:51:43] [Craft Scheduler Thread - 5/INFO]:
|