Spigot 1.17 Server Log

#kXqwzt2
31 errors
988 lines
Raw
Analysis
Minecraft version:
1.17
The plugin 'LiteBansBridge-1.5' is missing the required plugin 'LiteBans'.
Line #20
Solutions
Install the plugin 'LiteBans'.
Delete the file 'plugins/LiteBansBridge-1.5.jar'.
The plugin 'DisguiseCraft' could not be loaded.
Line #31
Solutions
Install a different version of the plugin 'DisguiseCraft'.
Delete the file 'plugins/DisguiseCraft.jar'.
The plugin 'MineSecure' could not be enabled.
Line #426
Solutions
Install a different version of the plugin 'MineSecure'.
Remove the plugin 'MineSecure'.
The plugin 'PermissionPlus' has a problem while running.
Line #820
Solutions
Install a different version of the plugin 'PermissionPlus'.
Remove the plugin 'PermissionPlus'.
The plugin 'NoCheatPlus' has a problem while running.
Line #866
Solutions
Install a different version of the plugin 'NoCheatPlus'.
Remove the plugin 'NoCheatPlus'.
1[12:52:27] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2[12:52:27] [main/INFO]: Found new data pack file/bukkit, loading it automatically
3[12:52:27] [main/INFO]: Reloading ResourceManager: Default, bukkit
4[12:52:29] [Worker-Main-3/INFO]: Loaded 7 recipes
5[12:52:34] [Server thread/INFO]: Starting minecraft server version 1.17
6[12:52:34] [Server thread/INFO]: Loading properties
7[12:52:34] [Server thread/INFO]: This server is running CraftBukkit version 3170-Spigot-a483d2c-ec116f6 (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
8[12:52:35] [Server thread/INFO]: Debug logging is disabled
9[12:52:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
10[12:52:35] [Server thread/INFO]: Using 4 threads for Netty based IO
11[12:52:35] [Server thread/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
12[12:52:35] [Server thread/INFO]: Default game type: SURVIVAL
13[12:52:35] [Server thread/INFO]: Generating keypair
14[12:52:35] [Server thread/INFO]: Starting Minecraft server on *:16776
15[12:52:35] [Server thread/INFO]: Using epoll channel type
16[12:52:36] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
17[12:52:47] [Server thread/WARN]: Legacy plugin MineSecure v4.8 does not specify an api-version.
18[12:52:47] [Server thread/WARN]: Legacy plugin SimpleTpa v5.5 does not specify an api-version.
19[12:52:47] [Server thread/WARN]: Legacy plugin PermissionPlus v1 does not specify an api-version.
20[12:52:47] [Server thread/ERROR]: Could not load 'plugins/LiteBansBridge-1.5.jar' in folder 'plugins'
21org.bukkit.plugin.UnknownDependencyException: Unknown dependency LiteBans. Please download and install LiteBans to run this plugin.
22 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:269) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
23 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:384) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
24 at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
25 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
26 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
27 at java.lang.Thread.run(Thread.java:831) [?:?]
28[12:52:47] [Server thread/WARN]: Legacy plugin AntiBotAttack v2.1 does not specify an api-version.
29[12:52:48] [Server thread/WARN]: Legacy plugin NoCheatPlus v3.16.0-RC-sMD5NET-b1134 does not specify an api-version.
30[12:52:48] [Server thread/WARN]: Legacy plugin DisguiseCraft v5.1 does not specify an api-version.
31[12:52:48] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
32org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
33 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
34 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
35 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
36 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:384) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
37 at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
38 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
39 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
40 at java.lang.Thread.run(Thread.java:831) [?:?]
41Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
42 at java.lang.Class.forName0(Native Method) ~[?:?]
43 at java.lang.Class.forName(Class.java:466) ~[?:?]
44 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
45 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
46 ... 7 more
47Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
48 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:142) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
49 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
50 at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
51 at java.lang.Class.forName0(Native Method) ~[?:?]
52 at java.lang.Class.forName(Class.java:466) ~[?:?]
53 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
54 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
55 ... 7 more
56[12:52:48] [Server thread/WARN]: Legacy plugin AdvancedReplay v1.8 does not specify an api-version.
57[12:52:48] [Server thread/WARN]: Legacy plugin LoginSecurity v3.1 does not specify an api-version.
58[12:52:49] [Server thread/WARN]: Legacy plugin MyHome v2.3.2 does not specify an api-version.
59[12:52:49] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.52
60[12:52:49] [Server thread/INFO]: [Timber] Loading Timber v1.0.9
61[12:52:49] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
62[12:52:49] [Server thread/INFO]: [AntiSpam] Loading AntiSpam v1.0
63[12:52:49] [Server thread/INFO]: [MineSecure] Loading MineSecure v4.8
64[12:52:49] [Server thread/INFO]: [BackpacksRemastered] Loading BackpacksRemastered v2021.1.1
65[12:52:49] [Server thread/INFO]: [Clans] Loading Clans v0.4.5
66[12:52:49] [Server thread/INFO]: [SimpleTpa] Loading SimpleTpa v5.5
67[12:52:49] [Server thread/INFO]: [PermissionPlus] Loading PermissionPlus v1
68[12:52:49] [Server thread/INFO]: [UltimateAntiBot] Loading UltimateAntiBot v3.3
69[12:52:49] [Server thread/INFO]: [HeadDB] Loading HeadDB v2.2
70[12:52:49] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.20
71[12:52:49] [Server thread/INFO]: [LandClaiming] Loading LandClaiming v1.4.11
72[12:52:49] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.0.1
73[12:52:49] [Server thread/INFO]: [ViaVersion] ViaVersion 4.0.1 is now loaded, injecting!
74[12:52:49] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
75[12:52:49] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
76[12:52:49] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
77[12:52:49] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
78[12:52:49] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
79[12:52:50] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
80[12:52:50] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
81[12:52:50] [Server thread/INFO]: [AntiCurse] Loading AntiCurse v4.0.0
82[12:52:50] [Server thread/INFO]: [AntiBotAttack] Loading AntiBotAttack v2.1
83[12:52:50] [Server thread/INFO]: [floodgate] Loading floodgate v2.0-SNAPSHOT
84[12:52:50] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
85[12:52:51] [Server thread/WARN]: [floodgate] en_ is not a supported Floodgate language.
86[12:52:51] [Server thread/INFO]: [floodgate] Took 967ms to boot Floodgate
87[12:52:51] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.0.1
88[12:52:51] [Server thread/INFO]: [ViaBackwards] Loading translations...
89[12:52:51] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
90[12:52:51] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
91[12:52:51] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
92[12:52:51] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
93[12:52:51] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
94[12:52:51] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
95[12:52:51] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
96[12:52:51] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
97[12:52:51] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
98[12:52:51] [Server thread/INFO]: [SimpleLogin] Loading SimpleLogin v2.0.8
99[12:52:51] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.1
100[12:52:51] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.74
101[12:52:52] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.7.0
102[12:52:54] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.27
103[12:52:54] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
104[12:52:54] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
105[12:52:54] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
106[12:52:54] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.17
107[12:52:54] [Server thread/INFO]: [NoPlugins] Loading NoPlugins v8.0
108[12:52:54] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v1.4.3-SNAPSHOT
109[12:52:54] [Server thread/INFO]: [WitherAC] Loading WitherAC v0.24.0
110[12:52:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
111[12:52:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.6+4b2d1e7
112[12:52:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2c7257b5]
113[12:52:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0
114[12:52:56] [Server thread/INFO]: [AdvancedReplay] Loading AdvancedReplay v1.8
115[12:52:56] [Server thread/INFO]: [EssentialsDiscord] Loading EssentialsDiscord v2.19.0
116[12:52:56] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v3.1
117[12:52:56] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
118[12:52:56] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.5+3827266
119[12:52:56] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
120[12:52:56] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.24.0
121[12:52:56] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.0.6
122[12:52:56] [Server thread/INFO]: [PowerRanks] Loading PowerRanks v1.10.3
123[12:52:56] [Server thread/INFO]: [BedHome] Loading BedHome v2.33
124[12:52:56] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.1-b834
125[12:52:56] [Server thread/INFO]: [MyHome] Loading MyHome v2.3.2
126[12:52:56] [Server thread/INFO]: [AntiXRay] Loading AntiXRay v1.9.0
127[12:52:56] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v7.1.0
128[12:52:56] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.2.2
129[12:52:56] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v4.0.0-b.7
130[12:52:56] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.1
131[12:52:56] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.74
132[12:52:57] [Server thread/INFO]: __
133[12:52:57] [Server thread/INFO]: | |__) LuckPerms v5.3.74
134[12:52:57] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
135[12:52:57] [Server thread/INFO]:
136[12:52:57] [Server thread/INFO]: [LuckPerms] Loading configuration...
137[12:52:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
138[12:52:59] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
139[12:53:00] [Server thread/INFO]: [LuckPerms] Performing initial data load...
140[12:53:00] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3989ms)
141[12:53:00] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.7.0
142[12:53:00] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
143[12:53:00] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
144[12:53:00] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0 which is not a depend, softdepend or loadbefore of this plugin.
145[12:53:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
146[12:53:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
147[12:53:00] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
148[12:53:00] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
149[12:53:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.6+4b2d1e7
150[12:53:00] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
151[12:53:01] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
152[12:53:01] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_17_R1 as the Bukkit adapter
153[12:53:03] [Server thread/INFO]: [WorldEdit] ====================================================
154[12:53:03] [Server thread/INFO]: [WorldEdit] WorldEdit works better if you use Paper
155[12:53:03] [Server thread/INFO]: [WorldEdit] as your server software.
156[12:53:03] [Server thread/INFO]: [WorldEdit]
157[12:53:03] [Server thread/INFO]: [WorldEdit] Paper offers significant performance improvements,
158[12:53:03] [Server thread/INFO]: [WorldEdit] bug fixes, security enhancements and optional
159[12:53:03] [Server thread/INFO]: [WorldEdit] features for server owners to enhance their server.
160[12:53:03] [Server thread/INFO]: [WorldEdit]
161[12:53:03] [Server thread/INFO]: [WorldEdit] Paper includes Timings v2, which is significantly
162[12:53:03] [Server thread/INFO]: [WorldEdit] better at diagnosing lag problems over v1.
163[12:53:03] [Server thread/INFO]: [WorldEdit]
164[12:53:03] [Server thread/INFO]: [WorldEdit] All of your plugins should still work, and the
165[12:53:03] [Server thread/INFO]: [WorldEdit] Paper community will gladly help you fix any issues.
166[12:53:03] [Server thread/INFO]: [WorldEdit]
167[12:53:03] [Server thread/INFO]: [WorldEdit] Join the Paper Community @ https://papermc.io
168[12:53:03] [Server thread/INFO]: [WorldEdit] ====================================================
169[12:53:03] [Server thread/INFO]: [PowerRanks] Enabling PowerRanks v1.10.3
170[12:53:04] [Server thread/INFO]: [PowerRanks]
171[12:53:04] [Server thread/INFO]: [PowerRanks] === ------- LOADING CONFIGURATION ------ ===
172[12:53:04] [Server thread/INFO]: [PowerRanks] Loading config file
173[12:53:04] [Server thread/INFO]: [PowerRanks] Loading language file
174[12:53:04] [Server thread/INFO]: [PowerRanks] Loading usertags file
175[12:53:04] [Server thread/INFO]: [PowerRanks]
176[12:53:04] [Server thread/INFO]: [PowerRanks] === ---------- LOADING ADDONS ---------- ===
177[12:53:04] [Server thread/INFO]: [PowerRanks] Loaded 0 add-on(s)!
178[12:53:04] [Server thread/INFO]: [PowerRanks]
179[12:53:04] [Server thread/INFO]: [PowerRanks] === ----------- LOADING DATA ----------- ===
180[12:53:04] [Server thread/INFO]: [PowerRanks] Loading player & rank data
181[12:53:05] [Server thread/INFO]: [PowerRanks]
182[12:53:05] [Server thread/INFO]: [PowerRanks] === ------- LOADING PLUGIN HOOKS ------- ===
183[12:53:05] [Server thread/INFO]: [PowerRanks] Checking for plugins to hook in to:
184[12:53:05] [Server thread/INFO]: [PowerRanks] Vault found!
185[12:53:05] [Server thread/INFO]: [PowerRanks] Enabling Vault Economy integration.
186[12:53:05] [Server thread/INFO]: [PowerRanks] Enabling Vault Permission integration.
187[12:53:05] [Server thread/INFO]: [PowerRanks] Vault compatible economy plugin found! (EssentialsX Economy)
188[12:53:05] [Server thread/INFO]: [PowerRanks]
189[12:53:05] [Server thread/INFO]: [PowerRanks] §b ██████  ██████ §a PowerRanks v1.10.3
190[12:53:05] [Server thread/INFO]: [PowerRanks] §b ██   ██ ██   ██§a  Running on Spigot v483d2
191[12:53:05] [Server thread/INFO]: [PowerRanks] §b ██████  ██████ §a  Startup time: 1065ms
192[12:53:05] [Server thread/INFO]: [PowerRanks] §b ██      ██   ██§a  Loaded 4 ranks and 2 players (YAML)
193[12:53:05] [Server thread/INFO]: [PowerRanks] §b ██  ██  ██§c 
194[12:53:05] [Server thread/INFO]: [PowerRanks]
195[12:53:05] [Server thread/INFO]: [PowerRanks] If you'd like to donate, please visit https://ko-fi.com/svenar or https://patreon.com/svenar
196[12:53:05] [Server thread/INFO]: [PowerRanks] Checking for updates...
197[12:53:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
198[12:53:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
199[12:53:05] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
200[12:53:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
201[12:53:05] [Server thread/INFO]: Preparing level "world"
202[12:53:05] [Server thread/INFO]: -------- World Settings For [world] --------
203[12:53:05] [Server thread/INFO]: Mob Spawn Range: 6
204[12:53:05] [Server thread/INFO]: Experience Merge Radius: 3.0
205[12:53:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
206[12:53:05] [Server thread/INFO]: Cane Growth Modifier: 100%
207[12:53:05] [Server thread/INFO]: Melon Growth Modifier: 100%
208[12:53:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
209[12:53:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
210[12:53:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
211[12:53:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
212[12:53:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
213[12:53:05] [Server thread/INFO]: Potato Growth Modifier: 100%
214[12:53:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
215[12:53:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
216[12:53:05] [Server thread/INFO]: Vine Growth Modifier: 100%
217[12:53:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
218[12:53:05] [Server thread/INFO]: Bamboo Growth Modifier: 100%
219[12:53:05] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
220[12:53:05] [Server thread/INFO]: Kelp Growth Modifier: 100%
221[12:53:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
222[12:53:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
223[12:53:05] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
224[12:53:05] [Server thread/INFO]: Max TNT Explosions: 100
225[12:53:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
226[12:53:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
227[12:53:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
228[12:53:05] [Server thread/INFO]: Item Despawn Rate: 6000
229[12:53:05] [Server thread/INFO]: Item Merge Radius: 2.5
230[12:53:05] [Server thread/INFO]: View Distance: 8
231[12:53:05] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
232[12:53:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
233[12:53:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
234[12:53:20] [Server thread/INFO]: -------- World Settings For [world_nether] --------
235[12:53:20] [Server thread/INFO]: Mob Spawn Range: 6
236[12:53:20] [Server thread/INFO]: Experience Merge Radius: 3.0
237[12:53:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
238[12:53:20] [Server thread/INFO]: Cane Growth Modifier: 100%
239[12:53:20] [Server thread/INFO]: Melon Growth Modifier: 100%
240[12:53:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
241[12:53:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
242[12:53:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
243[12:53:20] [Server thread/INFO]: Beetroot Growth Modifier: 100%
244[12:53:20] [Server thread/INFO]: Carrot Growth Modifier: 100%
245[12:53:20] [Server thread/INFO]: Potato Growth Modifier: 100%
246[12:53:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
247[12:53:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
248[12:53:20] [Server thread/INFO]: Vine Growth Modifier: 100%
249[12:53:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
250[12:53:20] [Server thread/INFO]: Bamboo Growth Modifier: 100%
251[12:53:20] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
252[12:53:20] [Server thread/INFO]: Kelp Growth Modifier: 100%
253[12:53:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
254[12:53:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
255[12:53:20] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
256[12:53:20] [Server thread/INFO]: Max TNT Explosions: 100
257[12:53:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
258[12:53:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
259[12:53:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
260[12:53:20] [Server thread/INFO]: Item Despawn Rate: 6000
261[12:53:20] [Server thread/INFO]: Item Merge Radius: 2.5
262[12:53:20] [Server thread/INFO]: View Distance: 8
263[12:53:20] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
264[12:53:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
265[12:53:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
266[12:53:20] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
267[12:53:20] [Server thread/INFO]: Mob Spawn Range: 6
268[12:53:20] [Server thread/INFO]: Experience Merge Radius: 3.0
269[12:53:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
270[12:53:20] [Server thread/INFO]: Cane Growth Modifier: 100%
271[12:53:20] [Server thread/INFO]: Melon Growth Modifier: 100%
272[12:53:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
273[12:53:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
274[12:53:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
275[12:53:20] [Server thread/INFO]: Beetroot Growth Modifier: 100%
276[12:53:20] [Server thread/INFO]: Carrot Growth Modifier: 100%
277[12:53:20] [Server thread/INFO]: Potato Growth Modifier: 100%
278[12:53:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
279[12:53:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
280[12:53:20] [Server thread/INFO]: Vine Growth Modifier: 100%
281[12:53:20] [Server thread/INFO]: Cocoa Growth Modifier: 100%
282[12:53:20] [Server thread/INFO]: Bamboo Growth Modifier: 100%
283[12:53:20] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
284[12:53:20] [Server thread/INFO]: Kelp Growth Modifier: 100%
285[12:53:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
286[12:53:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
287[12:53:20] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
288[12:53:20] [Server thread/INFO]: Max TNT Explosions: 100
289[12:53:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
290[12:53:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
291[12:53:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
292[12:53:20] [Server thread/INFO]: Item Despawn Rate: 6000
293[12:53:20] [Server thread/INFO]: Item Merge Radius: 2.5
294[12:53:20] [Server thread/INFO]: View Distance: 8
295[12:53:20] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
296[12:53:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
297[12:53:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
298[12:53:20] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
299[12:53:20] [Server thread/INFO]: Preparing spawn area: 0%
300[12:53:21] [Server thread/INFO]: Preparing spawn area: 0%
301[12:53:21] [Worker-Main-3/INFO]: Preparing spawn area: 8%
302[12:53:21] [Worker-Main-4/INFO]: Preparing spawn area: 16%
303[12:53:22] [Worker-Main-4/INFO]: Preparing spawn area: 16%
304[12:53:22] [Worker-Main-4/INFO]: Preparing spawn area: 16%
305[12:53:23] [Worker-Main-4/INFO]: Preparing spawn area: 17%
306[12:53:23] [Worker-Main-3/INFO]: Preparing spawn area: 17%
307[12:53:24] [Worker-Main-3/INFO]: Preparing spawn area: 17%
308[12:53:24] [Worker-Main-3/INFO]: Preparing spawn area: 17%
309[12:53:25] [Worker-Main-4/INFO]: Preparing spawn area: 18%
310[12:53:25] [Worker-Main-3/INFO]: Preparing spawn area: 20%
311[12:53:26] [Worker-Main-3/INFO]: Preparing spawn area: 21%
312[12:53:26] [Worker-Main-3/INFO]: Preparing spawn area: 22%
313[12:53:27] [Worker-Main-3/INFO]: Preparing spawn area: 24%
314[12:53:27] [Worker-Main-4/INFO]: Preparing spawn area: 25%
315[12:53:28] [Worker-Main-4/INFO]: Preparing spawn area: 25%
316[12:53:28] [Worker-Main-3/INFO]: Preparing spawn area: 28%
317[12:53:29] [Worker-Main-4/INFO]: Preparing spawn area: 30%
318[12:53:29] [Worker-Main-4/INFO]: Preparing spawn area: 30%
319[12:53:30] [Worker-Main-4/INFO]: Preparing spawn area: 30%
320[12:53:30] [Worker-Main-4/INFO]: Preparing spawn area: 35%
321[12:53:31] [Worker-Main-4/INFO]: Preparing spawn area: 37%
322[12:53:31] [Worker-Main-3/INFO]: Preparing spawn area: 37%
323[12:53:32] [Worker-Main-3/INFO]: Preparing spawn area: 39%
324[12:53:32] [Worker-Main-3/INFO]: Preparing spawn area: 41%
325[12:53:33] [Worker-Main-3/INFO]: Preparing spawn area: 41%
326[12:53:33] [Worker-Main-4/INFO]: Preparing spawn area: 43%
327[12:53:34] [Worker-Main-4/INFO]: Preparing spawn area: 43%
328[12:53:34] [Worker-Main-4/INFO]: Preparing spawn area: 43%
329[12:53:35] [Worker-Main-4/INFO]: Preparing spawn area: 47%
330[12:53:35] [Worker-Main-3/INFO]: Preparing spawn area: 47%
331[12:53:36] [Worker-Main-3/INFO]: Preparing spawn area: 47%
332[12:53:36] [Worker-Main-3/INFO]: Preparing spawn area: 51%
333[12:53:37] [Worker-Main-3/INFO]: Preparing spawn area: 53%
334[12:53:37] [Worker-Main-4/INFO]: Preparing spawn area: 55%
335[12:53:38] [Worker-Main-4/INFO]: Preparing spawn area: 57%
336[12:53:38] [Worker-Main-4/INFO]: Preparing spawn area: 57%
337[12:53:39] [Worker-Main-4/INFO]: Preparing spawn area: 57%
338[12:53:40] [Worker-Main-3/INFO]: Preparing spawn area: 61%
339[12:53:40] [Worker-Main-3/INFO]: Preparing spawn area: 63%
340[12:53:40] [Worker-Main-3/INFO]: Preparing spawn area: 63%
341[12:53:41] [Worker-Main-4/INFO]: Preparing spawn area: 65%
342[12:53:41] [Worker-Main-4/INFO]: Preparing spawn area: 65%
343[12:53:42] [Worker-Main-4/INFO]: Preparing spawn area: 68%
344[12:53:42] [Worker-Main-4/INFO]: Preparing spawn area: 68%
345[12:53:44] [Worker-Main-4/INFO]: Preparing spawn area: 68%
346[12:53:44] [Worker-Main-4/INFO]: Preparing spawn area: 68%
347[12:53:44] [Worker-Main-3/INFO]: Preparing spawn area: 73%
348[12:53:44] [Worker-Main-3/INFO]: Preparing spawn area: 75%
349[12:53:45] [Worker-Main-3/INFO]: Preparing spawn area: 76%
350[12:53:46] [Worker-Main-3/INFO]: Preparing spawn area: 77%
351[12:53:46] [Worker-Main-3/INFO]: Preparing spawn area: 77%
352[12:53:47] [Worker-Main-4/INFO]: Preparing spawn area: 82%
353[12:53:47] [Worker-Main-3/INFO]: Preparing spawn area: 83%
354[12:53:47] [Worker-Main-3/INFO]: Preparing spawn area: 83%
355[12:53:48] [Worker-Main-4/INFO]: Preparing spawn area: 85%
356[12:53:49] [Worker-Main-3/INFO]: Preparing spawn area: 88%
357[12:53:49] [Worker-Main-4/INFO]: Preparing spawn area: 90%
358[12:53:50] [Worker-Main-3/INFO]: Preparing spawn area: 93%
359[12:53:50] [Worker-Main-3/INFO]: Preparing spawn area: 97%
360[12:53:50] [Server thread/INFO]: Time elapsed: 30369 ms
361[12:53:50] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
362[12:53:51] [Worker-Main-4/INFO]: Preparing spawn area: 0%
363[12:53:51] [Worker-Main-3/INFO]: Preparing spawn area: 0%
364[12:53:52] [Worker-Main-4/INFO]: Preparing spawn area: 0%
365[12:53:52] [Worker-Main-4/INFO]: Preparing spawn area: 0%
366[12:53:52] [Worker-Main-3/INFO]: Preparing spawn area: 0%
367[12:53:53] [Worker-Main-3/INFO]: Preparing spawn area: 0%
368[12:53:53] [Worker-Main-3/INFO]: Preparing spawn area: 0%
369[12:53:54] [Worker-Main-3/INFO]: Preparing spawn area: 0%
370[12:53:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
371[12:53:55] [Worker-Main-4/INFO]: Preparing spawn area: 0%
372[12:53:55] [Worker-Main-4/INFO]: Preparing spawn area: 0%
373[12:53:56] [Worker-Main-4/INFO]: Preparing spawn area: 0%
374[12:53:56] [Worker-Main-3/INFO]: Preparing spawn area: 0%
375[12:53:57] [Worker-Main-4/INFO]: Preparing spawn area: 0%
376[12:53:57] [Worker-Main-3/INFO]: Preparing spawn area: 0%
377[12:53:58] [Worker-Main-3/INFO]: Preparing spawn area: 1%
378[12:53:58] [Worker-Main-4/INFO]: Preparing spawn area: 1%
379[12:53:59] [Worker-Main-4/INFO]: Preparing spawn area: 1%
380[12:53:59] [Worker-Main-3/INFO]: Preparing spawn area: 1%
381[12:54:00] [Worker-Main-4/INFO]: Preparing spawn area: 1%
382[12:54:00] [Worker-Main-3/INFO]: Preparing spawn area: 3%
383[12:54:01] [Worker-Main-4/INFO]: Preparing spawn area: 8%
384[12:54:02] [Worker-Main-3/INFO]: Preparing spawn area: 13%
385[12:54:02] [Worker-Main-4/INFO]: Preparing spawn area: 17%
386[12:54:02] [Worker-Main-4/INFO]: Preparing spawn area: 26%
387[12:54:03] [Worker-Main-4/INFO]: Preparing spawn area: 42%
388[12:54:03] [Worker-Main-3/INFO]: Preparing spawn area: 50%
389[12:54:04] [Worker-Main-3/INFO]: Preparing spawn area: 55%
390[12:54:04] [Worker-Main-4/INFO]: Preparing spawn area: 61%
391[12:54:05] [Worker-Main-3/INFO]: Preparing spawn area: 64%
392[12:54:05] [Worker-Main-3/INFO]: Preparing spawn area: 68%
393[12:54:06] [Worker-Main-4/INFO]: Preparing spawn area: 83%
394[12:54:06] [Worker-Main-3/INFO]: Preparing spawn area: 89%
395[12:54:07] [Worker-Main-4/INFO]: Preparing spawn area: 98%
396[12:54:07] [Server thread/INFO]: Time elapsed: 16731 ms
397[12:54:07] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
398[12:54:07] [Worker-Main-3/INFO]: Preparing spawn area: 0%
399[12:54:09] [Worker-Main-4/INFO]: Preparing spawn area: 0%
400[12:54:09] [Worker-Main-3/INFO]: Preparing spawn area: 0%
401[12:54:09] [Worker-Main-4/INFO]: Preparing spawn area: 0%
402[12:54:09] [Worker-Main-4/INFO]: Preparing spawn area: 0%
403[12:54:10] [Worker-Main-4/INFO]: Preparing spawn area: 0%
404[12:54:10] [Worker-Main-4/INFO]: Preparing spawn area: 4%
405[12:54:11] [Worker-Main-3/INFO]: Preparing spawn area: 25%
406[12:54:11] [Worker-Main-3/INFO]: Preparing spawn area: 27%
407[12:54:12] [Worker-Main-3/INFO]: Preparing spawn area: 53%
408[12:54:12] [Worker-Main-3/INFO]: Preparing spawn area: 72%
409[12:54:13] [Worker-Main-4/INFO]: Preparing spawn area: 84%
410[12:54:13] [Server thread/INFO]: Time elapsed: 5856 ms
411[12:54:13] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.52
412[12:54:13] [Server thread/INFO]: [Timber] Enabling Timber v1.0.9
413[12:54:13] [Server thread/INFO]: Timber Log Materials: [DARK_OAK_LOG, JUNGLE_LOG, OAK_LOG, BIRCH_LOG, SPRUCE_LOG, ACACIA_LOG]
414[12:54:13] [Server thread/INFO]: Timber Axe Materials: [WOODEN_AXE, IRON_AXE, GOLDEN_AXE, STONE_AXE, DIAMOND_AXE, NETHERITE_AXE]
415[12:54:13] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
416[12:54:13] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
417[12:54:13] [Server thread/INFO]: [ClearLag] Loading modules...
418[12:54:13] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_17_R1.MinecraftServer)
419[12:54:13] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
420[12:54:13] [Server thread/INFO]: [ClearLag] Modules have been loaded!
421[12:54:13] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
422[12:54:13] [Thread-18/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.17]...
423[12:54:13] [Server thread/INFO]: [AntiSpam] Enabling AntiSpam v1.0
424[12:54:13] [Server thread/INFO]: [AntiSpam] §eAntiSpam is now§bEnabled!
425[12:54:13] [Server thread/INFO]: [MineSecure] Enabling MineSecure v4.8
426[12:54:13] [Server thread/ERROR]: Error occurred while enabling MineSecure v4.8 (Is it up to date?)
427java.lang.IllegalArgumentException: Channel must contain : separator (attempted to use MineSecure)
428 at org.bukkit.plugin.messaging.StandardMessenger.validateAndCorrectChannel(StandardMessenger.java:503) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
429 at org.bukkit.plugin.messaging.StandardMessenger.registerOutgoingPluginChannel(StandardMessenger.java:183) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
430 at minesecure.gervobis.main.MineSecure.onEnable(Unknown Source) ~[?:?]
431 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
432 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
433 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
434 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:495) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
435 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:409) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
436 at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:608) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
437 at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:264) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
438 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
439 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
440 at java.lang.Thread.run(Thread.java:831) [?:?]
441[12:54:13] [Server thread/INFO]: [BackpacksRemastered] Enabling BackpacksRemastered v2021.1.1
442[12:54:13] [Server thread/INFO]: [BackpacksRemastered] Detected NMS v1_17_R1. Using this for all NMS related functions.
443[12:54:13] [Thread-18/INFO]: [ClearLag] No updates found!
444[12:54:15] [Server thread/INFO]: [BackpacksRemastered] BackpacksRemastered v2021.1.1 (git: 8bdd12b) was enabled in 1.66s!
445[12:54:15] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
446[12:54:15] [Server thread/INFO]: [SimpleTpa] Enabling SimpleTpa v5.5
447[12:54:15] [Server thread/INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
448[12:54:15] [Server thread/INFO]: [SimpleTpa] Simple Tpa has been enabled on version 5.5
449[12:54:15] [Server thread/INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
450[12:54:15] [Server thread/INFO]: [PermissionPlus] Enabling PermissionPlus v1
451[12:54:15] [Server thread/INFO]: [UltimateAntiBot] Enabling UltimateAntiBot v3.3
452[12:54:15] [Server thread/INFO]: AB » Loading Core...
453[12:54:15] [Server thread/INFO]: AB » Loaded Filter
454[12:54:15] [Server thread/INFO]: AB » 0 IPs have been loaded into the FrameWork
455[12:54:15] [Server thread/INFO]: AB » 0 Joindata have been loaded intro the Framework
456[12:54:15] [Server thread/INFO]: AB » _ _ ____
457[12:54:15] [Server thread/INFO]: AB » | | | | /\ | _ \
458[12:54:15] [Server thread/INFO]: AB » | | | | / \ | |_) |
459[12:54:15] [Server thread/INFO]: AB » | | | |/ /\ \ | _ <
460[12:54:15] [Server thread/INFO]: AB » | |__| / ____ \| |_) |
461[12:54:15] [Server thread/INFO]: AB » \____/_/ \_\____/
462[12:54:15] [Server thread/INFO]: AB » Running version 3.3
463[12:54:15] [Server thread/INFO]: AB » Enabled
464[12:54:15] [Server thread/INFO]: Took 194 ms
465[12:54:15] [Server thread/INFO]: [HeadDB] Enabling HeadDB v2.2
466[12:54:15] [Server thread/INFO]: [HeadDB] [INFO]: Loading HeadDB - 2.2
467[12:54:15] [Server thread/INFO]: [HeadDB] [INFO]: Done!
468[12:54:15] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.20
469[12:54:15] [Server thread/INFO]: [LandClaiming] Enabling LandClaiming v1.4.11
470[12:54:15] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.0.1
471[12:54:15] [Server thread/INFO]: [AntiCurse] Enabling AntiCurse v4.0.0
472[12:54:15] [Server thread/INFO]: Plugin is up to date - v4.0.0
473[12:54:15] [Server thread/INFO]: [AntiCurse] Starting Metrics.
474[12:54:15] [Server thread/INFO]: =========================
475[12:54:15] [Server thread/INFO]: Author: H1DD3NxN1NJA
476[12:54:15] [Server thread/INFO]: Version 4.0.0
477[12:54:15] [Server thread/INFO]: Anti-Curse
478[12:54:15] [Server thread/INFO]: =========================
479[12:54:15] [Server thread/INFO]: [AntiBotAttack] Enabling AntiBotAttack v2.1
480[12:54:15] [Server thread/WARN]: [AntiBotAttack] Loaded class com.comphenix.protocol.events.PacketAdapter from ProtocolLib v4.7.0 which is not a depend, softdepend or loadbefore of this plugin.
481[12:54:15] [Server thread/INFO]: [AntiBotAttack] Protection is §aenabled (2.1)
482[12:54:15] [Server thread/INFO]: [floodgate] Enabling floodgate v2.0-SNAPSHOT
483[12:54:16] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.0.1
484[12:54:16] [Server thread/INFO]: [SimpleLogin] Enabling SimpleLogin v2.0.8
485[12:54:16] [Server thread/INFO]: -----------------------------------
486[12:54:16] [Server thread/INFO]: SimleLogin: Enabled
487[12:54:16] [Server thread/INFO]: - Author: [RossRao]
488[12:54:16] [Server thread/INFO]: - Version: 2.0.8
489[12:54:16] [Server thread/INFO]: -----------------------------------
490[12:54:16] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.27
491[12:54:16] [Server thread/ERROR]: [LibsDisguises] Please update from MC 1.17! You should be using 1.17.1!
492[12:54:16] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.26-Free.jar
493[12:54:16] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_17_R1
494[12:54:16] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1035
495[12:54:16] [Server thread/INFO]: [LibsDisguises] Build Date: 23/12/2021 04:30
496[12:54:16] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
497[12:54:16] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
498[12:54:26] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
499[12:54:26] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
500[12:54:26] [Server thread/INFO]: [LibsDisguises] Config is up to date!
501[12:54:27] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
502[12:54:27] [Server thread/WARN]: [NoCheatPlus] Running in Bukkit-API-only mode (3170-Spigot-a483d2c-ec116f6 (MC: 1.17)). If this is not intended, please check for updates and consider to request support.
503[12:54:27] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: https://dev.bukkit.org/server-mods/nocheatplus/
504[12:54:27] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, use at your own risk): https://ci.md-5.net/job/NoCheatPlus/changes
505[12:54:27] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only mode: Some features will likely not function properly, performance might suffer.
506[12:54:27] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6-1.11.2|? / Bukkit-API
507[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
508[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
509[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
510[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
511[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
512[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
513[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
514[12:54:27] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.12 blocks.
515[12:54:27] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
516[12:54:27] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
517[12:54:27] [Server thread/WARN]: [NoCheatPlus] Packet level access via ProtocolLib not available, supported configurations: | ProtocolLib 4.3.0 or later for Minecraft 1.12.x | ProtocolLib 4.2.0 or later for Minecraft 1.11.x | ProtocolLib 4.1 or later for Minecraft 1.8.x to 1.10.x | ProtocolLib 3.7.0 for Minecraft 1.7.x and earlier | ProtocolLib 3.6.6 for PaperSpigot 1.8.x
518[12:54:27] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
519[12:54:27] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
520[12:54:27] [Server thread/INFO]: [NoPlugins] Enabling NoPlugins v8.0
521[12:54:27] [Server thread/INFO]: [NoPlugins] Minecraft version: v1_17_R1
522[12:54:27] [Server thread/INFO]: [NoPlugins] Loaded assets for newer minecraft (1.13+)
523[12:54:27] [Server thread/INFO]: [NoPlugins] Successfully loaded.
524[12:54:27] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v1.4.3-SNAPSHOT
525[12:54:28] [Server thread/INFO]: [Geyser-Spigot] Auto-loaded Floodgate key
526[12:54:28] [Server thread/INFO]: [Geyser-Spigot] ******************************************
527[12:54:28] [Server thread/INFO]: [Geyser-Spigot]
528[12:54:28] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 1.4.3-SNAPSHOT (git-master-9a159bf)
529[12:54:28] [Server thread/INFO]: [Geyser-Spigot]
530[12:54:28] [Server thread/INFO]: [Geyser-Spigot] ******************************************
531[12:54:33] [Server thread/INFO]: [Geyser-Spigot] Loaded Floodgate key!
532[12:54:33] [Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:16776
533[12:54:33] [Server thread/INFO]: [Geyser-Spigot] Done (5.557s)! Run /geyser help for help!
534[12:54:33] [Server thread/INFO]: [WitherAC] Enabling WitherAC v0.24.0
535[12:54:33] [Server thread/WARN]: [WAC] Sorry, WAC is not compatible with your version, check the Spigot plugin page for more information. Disabling!
536[12:54:33] [Server thread/INFO]: [WitherAC] Disabling WitherAC v0.24.0
537[12:54:33] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0
538[12:54:33] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
539[12:54:34] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
540[12:54:34] [Server thread/INFO]: No kits found to migrate.
541[12:54:34] [Server thread/INFO]: Loaded 36837 items from items.json.
542[12:54:34] [Server thread/INFO]: Using locale en
543[12:54:34] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
544[12:54:34] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
545[12:54:34] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
546[12:54:34] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
547[12:54:34] [Server thread/INFO]: [AdvancedReplay] Enabling AdvancedReplay v1.8
548[12:54:34] [Server thread/INFO]: [AdvancedReplay] Loading Replay v1.8 by Jumper251
549[12:54:35] [Server thread/INFO]: [AdvancedReplay] Finished (35ms)
550[12:54:35] [Server thread/INFO]: [EssentialsDiscord] Enabling EssentialsDiscord v2.19.0
551[12:54:35] [Server thread/WARN]: [EssentialsDiscord] Loaded class org.slf4j.impl.StaticLoggerBinder from DiscordSRV v1.24.0 which is not a depend, softdepend or loadbefore of this plugin.
552[12:54:35] [Server thread/INFO]: [EssentialsDiscord] Starting Metrics. Opt-out using the global bStats config.
553[12:54:35] [Server thread/INFO]: Attempting to login to Discord...
554[12:54:36] [Server thread/INFO]: Login Successful!
555[12:54:36] [JDA MainWS-ReadThread/INFO]: Connected to WebSocket
556[12:54:36] [JDA MainWS-ReadThread/INFO]: Finished Loading!
557[12:54:37] [Server thread/INFO]: Successfully logged in as Survival SMP#1975
558[12:54:38] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.1
559[12:54:38] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
560[12:54:38] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
561[12:54:38] [Server thread/INFO]: [LoginSecurity] Registering commands...
562[12:54:38] [Server thread/INFO]: [LoginSecurity] Registering listeners...
563[12:54:38] [Server thread/INFO]: [LoginSecurity] Using 1.12+ map captcha renderer
564[12:54:38] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
565[12:54:38] [Server thread/INFO]: HikariPool-1 - Starting...
566[12:54:39] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
567[12:54:39] [Server thread/INFO]: HikariPool-1 - Start completed.
568[12:54:39] [Server thread/INFO]:
569[12:54:39] [Server thread/INFO]:
570[12:54:39] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
571[12:54:39] [Server thread/INFO]: | Information:
572[12:54:39] [Server thread/INFO]: | Name: AdvancedBan
573[12:54:39] [Server thread/INFO]: | Developer: Leoko
574[12:54:39] [Server thread/INFO]: | Version: 2.3.0
575[12:54:39] [Server thread/INFO]: | Storage: HSQLDB (local)
576[12:54:39] [Server thread/INFO]: | Support:
577[12:54:39] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
578[12:54:39] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
579[12:54:39] [Server thread/INFO]: | Twitter: @LeokoGar
580[12:54:39] [Server thread/INFO]: | Update:
581[12:54:39] [Server thread/INFO]: | You have the newest version
582[12:54:39] [Server thread/INFO]: []================================[]
583[12:54:39] [Server thread/INFO]:
584[12:54:39] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.5+3827266
585[12:54:39] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
586[12:54:39] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
587[12:54:39] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
588[12:54:39] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
589[12:54:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
590[12:54:39] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
591[12:54:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
592[12:54:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
593[12:54:39] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
594[12:54:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
595[12:54:39] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
596[12:54:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
597[12:54:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
598[12:54:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
599[12:54:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
600[12:54:39] [Server thread/INFO]: [WorldGuard] Loading region data...
601[12:54:40] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
602[12:54:40] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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 [dumptruckman, Rigby, fernferret, lithium3141, main--].
603[12:54:40] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
604[12:54:41] [Server thread/INFO]: -------- World Settings For [tnt_wars] --------
605[12:54:41] [Server thread/INFO]: Mob Spawn Range: 6
606[12:54:41] [Server thread/INFO]: Experience Merge Radius: 3.0
607[12:54:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
608[12:54:41] [Server thread/INFO]: Cane Growth Modifier: 100%
609[12:54:41] [Server thread/INFO]: Melon Growth Modifier: 100%
610[12:54:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
611[12:54:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
612[12:54:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
613[12:54:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
614[12:54:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
615[12:54:41] [Server thread/INFO]: Potato Growth Modifier: 100%
616[12:54:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
617[12:54:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
618[12:54:41] [Server thread/INFO]: Vine Growth Modifier: 100%
619[12:54:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
620[12:54:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
621[12:54:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
622[12:54:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
623[12:54:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
624[12:54:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
625[12:54:41] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
626[12:54:41] [Server thread/INFO]: Max TNT Explosions: 100
627[12:54:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
628[12:54:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
629[12:54:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
630[12:54:41] [Server thread/INFO]: Item Despawn Rate: 6000
631[12:54:41] [Server thread/INFO]: Item Merge Radius: 2.5
632[12:54:41] [Server thread/INFO]: View Distance: 8
633[12:54:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
634[12:54:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
635[12:54:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
636[12:54:41] [Server thread/INFO]: Preparing start region for dimension minecraft:tnt_wars
637[12:54:41] [Worker-Main-4/INFO]: Preparing spawn area: 0%
638[12:54:41] [Worker-Main-3/INFO]: Preparing spawn area: 0%
639[12:54:42] [Worker-Main-3/INFO]: Preparing spawn area: 12%
640[12:54:42] [Worker-Main-4/INFO]: Preparing spawn area: 60%
641[12:54:43] [Server thread/INFO]: Time elapsed: 1834 ms
642[12:54:43] [Server thread/INFO]: [WorldGuard] (tnt_wars) TNT ignition is PERMITTED.
643[12:54:43] [Server thread/INFO]: [WorldGuard] (tnt_wars) Lighters are PERMITTED.
644[12:54:43] [Server thread/INFO]: [WorldGuard] (tnt_wars) Lava fire is PERMITTED.
645[12:54:43] [Server thread/INFO]: [WorldGuard] (tnt_wars) Fire spread is UNRESTRICTED.
646[12:54:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'tnt_wars'
647[12:54:43] [Server thread/INFO]: -------- World Settings For [arena] --------
648[12:54:43] [Server thread/INFO]: Mob Spawn Range: 6
649[12:54:43] [Server thread/INFO]: Experience Merge Radius: 3.0
650[12:54:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
651[12:54:43] [Server thread/INFO]: Cane Growth Modifier: 100%
652[12:54:43] [Server thread/INFO]: Melon Growth Modifier: 100%
653[12:54:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
654[12:54:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
655[12:54:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
656[12:54:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
657[12:54:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
658[12:54:43] [Server thread/INFO]: Potato Growth Modifier: 100%
659[12:54:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
660[12:54:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
661[12:54:43] [Server thread/INFO]: Vine Growth Modifier: 100%
662[12:54:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
663[12:54:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
664[12:54:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
665[12:54:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
666[12:54:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
667[12:54:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
668[12:54:43] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
669[12:54:43] [Server thread/INFO]: Max TNT Explosions: 100
670[12:54:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
671[12:54:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
672[12:54:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
673[12:54:43] [Server thread/INFO]: Item Despawn Rate: 6000
674[12:54:43] [Server thread/INFO]: Item Merge Radius: 2.5
675[12:54:43] [Server thread/INFO]: View Distance: 8
676[12:54:43] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
677[12:54:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
678[12:54:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
679[12:54:43] [Server thread/INFO]: Preparing start region for dimension minecraft:arena
680[12:54:43] [Worker-Main-4/INFO]: Preparing spawn area: 0%
681[12:54:44] [Worker-Main-3/INFO]: Preparing spawn area: 0%
682[12:54:44] [Worker-Main-4/INFO]: Preparing spawn area: 0%
683[12:54:44] [Worker-Main-4/INFO]: Preparing spawn area: 0%
684[12:54:45] [Worker-Main-4/INFO]: Preparing spawn area: 2%
685[12:54:45] [Worker-Main-4/INFO]: Preparing spawn area: 5%
686[12:54:46] [Worker-Main-3/INFO]: Preparing spawn area: 8%
687[12:54:46] [Worker-Main-4/INFO]: Preparing spawn area: 27%
688[12:54:47] [Worker-Main-4/INFO]: Preparing spawn area: 99%
689[12:54:47] [Server thread/INFO]: Time elapsed: 4007 ms
690[12:54:47] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
691[12:54:47] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
692[12:54:47] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is PERMITTED.
693[12:54:47] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
694[12:54:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
695[12:54:47] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
696[12:54:47] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
697[12:54:47] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
698[12:54:47] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.24.0
699[12:54:47] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.0.6
700[12:54:47] [Server thread/INFO]:
701[12:54:47] [Server thread/INFO]: __________________________________________________________
702[12:54:47] [Server thread/INFO]:
703[12:54:47] [Server thread/INFO]: TradeSystem [2.0.6]
704[12:54:47] [Server thread/INFO]:
705[12:54:47] [Server thread/INFO]: Status:
706[12:54:47] [Server thread/INFO]:
707[12:54:47] [Server thread/INFO]: MC-Version: 1.17 (R0.1-SNAPSHOT, Spigot)
708[12:54:47] [Server thread/INFO]:
709[12:54:47] [Server thread/INFO]: > Loading sounds
710[12:54:47] [Server thread/INFO]: > Loading blacklist
711[12:54:47] [Server thread/INFO]: ...got 3 blocked item(s)
712[12:54:47] [Server thread/INFO]: > Loading layouts
713[12:54:47] [Server thread/INFO]: ...got 3 layout(s)
714[12:54:47] [Server thread/INFO]: > Database logging is disabled
715[12:54:48] [Server thread/INFO]:
716[12:54:48] [Server thread/INFO]: Finished (440ms)
717[12:54:48] [Server thread/INFO]:
718[12:54:48] [Server thread/INFO]: __________________________________________________________
719[12:54:48] [Server thread/INFO]:
720[12:54:48] [Server thread/INFO]: [BedHome] Enabling BedHome v2.33
721[12:54:48] [Server thread/WARN]: [BedHome] ====================================================
722[12:54:48] [Server thread/WARN]: [BedHome] BedHome works better if you use Paper
723[12:54:48] [Server thread/WARN]: [BedHome] as your server software.
724[12:54:48] [Server thread/WARN]: [BedHome] ====================================================
725[12:54:48] [Server thread/WARN]: [BedHome] /!\======================NOTICE======================/!\
726[12:54:48] [Server thread/WARN]: [BedHome] Since the last version of the plugin, the locale has had vital items added to it.
727[12:54:48] [Server thread/WARN]: [BedHome] Thanks to Bukkit's crappy encoding handling, we'll have to delete your locale to regenerate it.
728[12:54:48] [Server thread/WARN]: [BedHome] But, we will back up your old file so you can migrate any changes.
729[12:54:48] [Server thread/WARN]: [BedHome] The backup file is called "locale.yml.old"
730[12:54:48] [Server thread/WARN]: [BedHome] /!\======================NOTICE======================/!\
731[12:54:48] [pool-65-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (1d08598206b1af5dcc29e411cead8e152e4c3f94)
732[12:54:48] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
733[12:54:48] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
734[12:54:48] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
735[12:54:48] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834] Enabled - By Rigby and fernferret
736[12:54:48] [Server thread/INFO]: [MyHome] Enabling MyHome v2.3.2
737[12:54:48] [Server thread/INFO]: [MyHome] 1 homes loaded
738[12:54:48] [Server thread/INFO]: [MyHome] Using localization: English (en)
739[12:54:48] [Server thread/INFO]: [MyHome] Access Control: Using Vault v1.7.3-b131
740[12:54:48] [Server thread/INFO]: [MyHome] MyHome 2.3.2 enabled
741[12:54:48] [Server thread/INFO]: [AntiXRay] Enabling AntiXRay v1.9.0
742[12:54:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
743[12:54:49] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.1.0
744[12:54:49] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
745[12:54:49] [Server thread/INFO]: [SilkSpawners] Loading support for v1_17_R1
746[12:54:49] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
747[12:54:49] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
748[12:54:49] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.2.2
749[12:54:49] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
750[12:54:49] [Server thread/WARN]: [AuctionHouse] A backup of the database has been saved with .backup extension.
751[12:54:49] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_17_R1
752[12:54:49] [Server thread/ERROR]: [AuctionHouse] Error! This plugin only supports Spigot versions 1.13.2+!
753[12:54:49] [Server thread/ERROR]: [AuctionHouse] Please download the AuctionHouse-Retro plugin for 1.8.8 support!
754[12:54:49] [Server thread/ERROR]: [AuctionHouse] Please download the AuctionHouse-Legacy plugin for 1.9.4-1.12.2 support!
755[12:54:49] [Server thread/ERROR]: [AuctionHouse] Plugin will be disabled!
756[12:54:49] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v2.2.2
757[12:54:49] [Server thread/INFO]: [AuctionHouse] Saving auctions data
758[12:54:49] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v4.0.0-b.7
759[12:54:50] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
760[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Using lang-en.yml as language file.
761[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Shops.yml has been found!
762[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Sections.yml has been found!
763[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Using minecraft version 1.17...
764[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Using plugin default spawners...
765[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Debug mode is enabled.
766[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Updating Shop settings...
767[12:54:50] [Server thread/INFO]: [EconomyShopGUI] Loading all items...
768[12:54:51] [Server thread/INFO]: [EconomyShopGUI] There is an update available!
769[12:54:51] [Server thread/INFO]: [EconomyShopGUI] Done!
770[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] [JDA] WebSocket connection was closed and cannot be recovered due to identification issues
771CloseCode(4014 / Disallowed intents. Your bot might not be eligible to request a privileged intent such as GUILD_PRESENCES or GUILD_MEMBERS.)
772[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] ==============================================================
773[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV]
774[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] *** PLEASE FOLLOW THE INSTRUCTIONS BELOW TO GET DiscordSRV TO WORK ***
775[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV]
776[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] Your DiscordSRV bot does not have the Server Members Intent!
777[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] DiscordSRV requires this intent to function. Instructions:
778[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] 1. Go to https://discord.com/developers/applications
779[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] 2. Click on the DiscordSRV bot
780[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] 3. Click on "Bot" on the left
781[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] 4. Enable the "SERVER MEMBERS INTENT"
782[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] 5. Restart your server
783[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV]
784[12:54:51] [JDA MainWS-WriteThread/ERROR]: [DiscordSRV] ==============================================================
785[12:54:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
786[12:54:52] [Server thread/INFO]: Done (107.359s)! For help, type "help"
787[12:54:52] [Server thread/INFO]: Starting GS4 status listener
788[12:54:52] [Server thread/INFO]: Thread Query Listener started
789[12:54:52] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
790[12:54:52] [Server thread/INFO]: JMX monitoring enabled
791[12:54:52] [Craft Scheduler Thread - 1/INFO]: [SimpleTpa] There is a new update available.
792[12:54:52] [Craft Scheduler Thread - 1/INFO]: [SimpleTpa] There is a new update available:
793[12:54:52] [Craft Scheduler Thread - 1/INFO]: [SimpleTpa] https://www.spigotmc.org/resources/simple-tpa.64270/
794[12:54:55] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.17 (755)
795[12:54:55] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Could not register an instance for: fr.neatmonster.nocheatplus.components.entity.IEntityAccessLastPositionAndLook
796[12:54:55] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
797[12:54:55] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
798[12:54:56] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
799[12:54:56] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
800[12:54:56] [Craft Scheduler Thread - 7/INFO]: [Essentials] §6Fetching version information...
801[12:54:56] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.24.0
802[12:54:57] [Craft Scheduler Thread - 7/WARN]: [Essentials] §4There is a new EssentialsX version available for download: §c2.19.2§4.
803[12:54:57] [Craft Scheduler Thread - 7/WARN]: [Essentials] §4Download it here:§c https://essentialsx.net/downloads.html?branch=stable
804[12:54:57] [ForkJoinPool.commonPool-worker-1/ERROR]: You added your bot to your server incorrectly. Please follow the tutorial in the config and add your bot using https://essentialsx.net/discord.html!
805[12:55:02] [DiscordSRV - Shutdown/WARN]: [DiscordSRV] JDA took too long to shut down, skipping
806[12:55:02] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 5114ms
807[12:55:02] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
808[12:55:02] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ...
809[12:55:02] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.1.1, you're on: 4.0.1
810[12:55:02] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
811[12:55:02] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 10165ms or 203 ticks behind
812[12:55:05] [Server thread/INFO]: AB » Although spigot support has been added,
813[12:55:05] [Server thread/INFO]: AB » I absolutely do not recommend that you do not use a bungeecord proxy network for your server.
814[12:55:05] [Server thread/INFO]: AB » Spigot has many processes to manage due to the various plugins
815[12:55:05] [Server thread/INFO]: AB » moreover the antibot to mitigate the attacks uses a system of tasks that could
816[12:55:05] [Server thread/INFO]: AB » slow down servers with less powerful hardware
817[12:55:05] [Server thread/INFO]: AB » Spigot has fewer checks than Bungeecord and cannot handle too many connections per second
818[12:55:05] [Server thread/INFO]: AB » Stay safe! Use Waterfall
819[12:55:11] [User Authenticator #2/INFO]: UUID of player CR1122 is e651026f-387d-302a-8822-d6e4ed78a76c
820[12:55:14] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to PermissionPlus v1
821org.bukkit.event.EventException: null
822 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
823 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
824 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
825 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
826 at net.minecraft.server.players.PlayerList.a(PlayerList.java:274) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
827 at net.minecraft.server.network.LoginListener.a(LoginListener.java:192) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
828 at net.minecraft.server.network.LoginListener.c(LoginListener.java:179) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
829 at net.minecraft.server.network.LoginListener.tick(LoginListener.java:74) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
830 at net.minecraft.network.NetworkManager.a(NetworkManager.java:246) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
831 at net.minecraft.server.network.ServerConnection.c(ServerConnection.java:172) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
832 at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
833 at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:436) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
834 at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1200) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
835 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1027) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
836 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
837 at java.lang.Thread.run(Thread.java:831) [?:?]
838Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.add(Object)" because the return value of "org.bukkit.configuration.file.FileConfiguration.getList(String)" is null
839 at de.zimright.permission.system.setupUser.<init>(setupUser.java:22) ~[?:?]
840 at de.zimright.permission.system.joinquitListener.onJoin(joinquitListener.java:18) ~[?:?]
841 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
842 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
843 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
844 at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
845 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
846 ... 15 more
847[12:55:14] [Server thread/INFO]: CR1122[/**.**.**.**:64464] logged in with entity id 487 at ([world]-56.5, 64.0, -0.5)
848[12:55:23] [Craft Scheduler Thread - 7/WARN]: [Essentials] Plugin Essentials v2.19.0 generated an exception while executing task 92
849java.lang.OutOfMemoryError: Metaspace
850 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
851 at java.lang.ClassLoader.defineClass(ClassLoader.java:1010) ~[?:?]
852 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
853 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:188) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
854 at java.lang.ClassLoader.loadClass(ClassLoader.java:586) ~[?:?]
855 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
856 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
857 at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
858 at com.earth2me.essentials.EssentialsPlayerListener.delayedJoin(EssentialsPlayerListener.java:467) ~[?:?]
859 at com.earth2me.essentials.EssentialsPlayerListener.lambda$onPlayerJoin$0(EssentialsPlayerListener.java:276) ~[?:?]
860 at com.earth2me.essentials.EssentialsPlayerListener$$Lambda$7940/0x00000008026ed860.run(Unknown Source) ~[?:?]
861 at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
862 at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
863 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
864 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
865 at java.lang.Thread.run(Thread.java:831) [?:?]
866[12:55:25] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to NoCheatPlus v3.16.0-RC-sMD5NET-b1134
867org.bukkit.event.EventException: null
868 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
869 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
870 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
871 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
872 at org.bukkit.craftbukkit.v1_17_R1.entity.CraftPlayer.teleport(CraftPlayer.java:688) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
873 at org.bukkit.craftbukkit.v1_17_R1.entity.CraftEntity.teleport(CraftEntity.java:491) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
874 at com.onarandombox.MultiverseCore.listeners.MVPlayerListener$1.run(MVPlayerListener.java:326) ~[?:?]
875 at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
876 at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:400) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
877 at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1252) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
878 at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:436) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
879 at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1200) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
880 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1027) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
881 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
882 at java.lang.Thread.run(Thread.java:831) [?:?]
883Caused by: java.lang.OutOfMemoryError: Metaspace
884[12:55:25] [Server thread/INFO]: <-> CR1122
885[12:55:37] [Server thread/ERROR]: Encountered an unexpected exception
886java.lang.OutOfMemoryError: Metaspace
887[12:55:47] [Worker-Bootstrap-2/ERROR]: Unable to build datafixers
888java.util.concurrent.CompletionException: java.lang.OutOfMemoryError: Metaspace
889 at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[?:?]
890 at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) [?:?]
891 at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1803) [?:?]
892 at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) [?:?]
893 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295) [?:?]
894 at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [?:?]
895 at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [?:?]
896 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [?:?]
897 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]
898Caused by: java.lang.OutOfMemoryError: Metaspace
899[12:55:49] [WebSocketConnectReadThread-94/INFO]: [Geyser-Spigot] Got disconnected from the skin uploader: pings have to be at least 10 seconds apart
900[12:55:51] [Netty Epoll Server IO #1/WARN]: An exception 'java.lang.InternalError: java.lang.OutOfMemoryError: Metaspace' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:
901java.lang.OutOfMemoryError: Metaspace
902[12:55:58] [Thread-4/INFO]: Stopping server
903[12:56:07] [JDA Shutdown Hook/WARN]: Exception in thread "JDA Shutdown Hook" java.lang.OutOfMemoryError: Metaspace
904[12:56:10] [pool-1-thread-1/WARN]: Caught exception class java.lang.OutOfMemoryError logging exception class java.lang.InternalError
905[12:56:12] [pool-1-thread-1/WARN]: java.lang.InternalError: java.lang.OutOfMemoryError: Metaspace
906[12:56:12] [Server console handler/ERROR]: Caught previously unhandled exception :
907java.lang.OutOfMemoryError: Metaspace
908[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.InnerClassLambdaMetafactory.generateInnerClass(InnerClassLambdaMetafactory.java:415)
909[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.InnerClassLambdaMetafactory.spinInnerClass(InnerClassLambdaMetafactory.java:304)
910[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.InnerClassLambdaMetafactory.buildCallSite(InnerClassLambdaMetafactory.java:218)
911[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:328)
912[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:127)
913[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.CallSite.makeSite(CallSite.java:315)
914[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281)
915[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271)
916[12:56:12] [pool-1-thread-1/WARN]: at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry$RegisteredCancellable.cancel(DefaultShutdownCallbackRegistry.java:108)
917[12:56:12] [pool-1-thread-1/WARN]: at org.apache.logging.log4j.core.LoggerContext.stop(LoggerContext.java:387)
918[12:56:12] [pool-1-thread-1/WARN]: at org.apache.logging.log4j.core.LoggerContext$1.run(LoggerContext.java:322)
919[12:56:12] [pool-1-thread-1/WARN]: at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry$RegisteredCancellable.run(DefaultShutdownCallbackRegistry.java:119)
920[12:56:12] [pool-1-thread-1/WARN]: at org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry.run(DefaultShutdownCallbackRegistry.java:78)
921[12:56:12] [pool-1-thread-1/WARN]: at java.base/java.lang.Thread.run(Thread.java:831)
922[12:56:12] [pool-1-thread-1/WARN]: Caused by: java.lang.OutOfMemoryError: Metaspace
923[12:56:25] [Worker-Bootstrap-1/ERROR]: Unable to build datafixers
924java.util.concurrent.CompletionException: java.lang.OutOfMemoryError: Metaspace
925 at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[?:?]
926 at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) [?:?]
927 at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1803) [?:?]
928 at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792) [?:?]
929 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295) [?:?]
930 at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016) [?:?]
931 at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665) [?:?]
932 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598) [?:?]
933 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]
934Caused by: java.lang.OutOfMemoryError: Metaspace
935[12:56:25] [Server thread/WARN]: Thread net.minecraft.server.rcon.thread.RemoteStatusListener@4b64678d (RUNNABLE) failed to exit after 1 second(s)
936java.lang.Exception: Stack:
937 at net.minecraft.server.rcon.thread.RemoteConnectionThread.b(SourceFile:52) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
938 at net.minecraft.server.dedicated.DedicatedServer.exit(DedicatedServer.java:428) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
939 at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1082) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
940 at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
941 at java.lang.Thread.run(Thread.java:831) [?:?]
942[12:56:25] [Server thread/INFO]: Thread Query Listener stopped
943[12:56:37] [Thread-4/INFO]: Database closed
944[12:56:37] [Thread-4/INFO]:
945[12:56:37] [Thread-4/INFO]:
946[12:56:37] [Thread-4/INFO]: []=====[Disabling AdvancedBan]=====[]
947[12:56:37] [Thread-4/INFO]: | Information:
948[12:56:37] [Thread-4/INFO]: | Name: AdvancedBan
949[12:56:37] [Thread-4/INFO]: | Developer: Leoko
950[12:56:37] [Thread-4/INFO]: | Version: 2.3.0
951[12:56:37] [Thread-4/INFO]: | Storage: HSQLDB (local)
952[12:56:37] [Thread-4/INFO]: | Support:
953[12:56:37] [Thread-4/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
954[12:56:37] [Thread-4/INFO]: | Discord: https://discord.gg/ycDG6rS
955[12:56:37] [Thread-4/INFO]: | Twitter: @LeokoGar
956[12:56:37] [Thread-4/INFO]: []================================[]
957[12:56:37] [Thread-4/INFO]:
958[12:56:54] [Thread-4/ERROR]: Could not dispatch event: com.sk89q.worldedit.event.platform.PlatformUnreadyEvent@139ca97 to handler EventHandler{priority=NORMAL}
959java.lang.reflect.InvocationTargetException: null
960 at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:75) ~[worldedit-bukkit-7.2.6.jar:7.2.6]
961 at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:193) [worldedit-bukkit-7.2.6.jar:7.2.6]
962 at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:181) [worldedit-bukkit-7.2.6.jar:7.2.6]
963 at com.sk89q.worldedit.bukkit.WorldEditPlugin.onDisable(WorldEditPlugin.java:314) [worldedit-bukkit-7.2.6.jar:7.2.6]
964 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
965 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:367) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
966 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
967 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:493) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
968 at org.bukkit.craftbukkit.v1_17_R1.CraftServer.disablePlugins(CraftServer.java:429) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
969 at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:894) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
970 at net.minecraft.server.dedicated.DedicatedServer.stop(DedicatedServer.java:731) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
971 at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:871) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
972 at org.bukkit.craftbukkit.v1_17_R1.util.ServerShutdownThread.run(ServerShutdownThread.java:16) [minecraft_server.jar:3170-Spigot-a483d2c-ec116f6]
973Caused by: java.lang.OutOfMemoryError: Metaspace
974[12:56:54] [Thread-4/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
975[12:56:56] [Thread-4/INFO]: -----------------------------------
976[12:56:56] [Thread-4/INFO]: SimleLogin: Disabled
977[12:56:56] [Thread-4/INFO]: - Author: [RossRao]
978[12:56:56] [Thread-4/INFO]: - Version: 2.0.8
979[12:56:56] [Thread-4/INFO]: -----------------------------------
980[12:56:56] [Thread-4/INFO]: AB » Saving Files
981[12:56:56] [Thread-4/INFO]: AB » Thanks for choosing us!
982[12:56:56] [Thread-4/INFO]: AB » Whitelist saved...
983[12:56:56] [Thread-4/INFO]: AB » join database has been saved
984[12:56:56] [Thread-4/INFO]: AB » Took 3 ms
985[12:56:56] [Thread-4/INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
986[12:56:56] [Thread-4/INFO]: [SimpleTpa] Simple Tpa has been disabled on version 5.5
987[12:56:56] [Thread-4/INFO]: Saving players
988[12:56:58] [Thread-4/WARN]: Exception in thread "Thread-4" java.lang.OutOfMemoryError: Metaspace
This log will be saved for 90 days from their last view.
Report abuse