Purpur 1.18.2 Server Log

#q67SlB4
2 errors
256 lines
Raw
Analysis
Minecraft version:
1.18.2
The plugin 'Arceon-0.3.6_1.15+' could not be loaded.
Line #25
Solutions
Install a different version of the plugin 'Arceon-0.3.6_1.15+'.
Delete the file 'plugins/Arceon-0.3.6_1.15+.jar'.
1[13:01:01] [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'
2[13:01:02] [Worker-Main-1/INFO]: Loaded 7 recipes
3[13:01:04] [Server thread/INFO]: Starting minecraft server version 1.18.2
4[13:01:04] [Server thread/INFO]: Loading properties
5[13:01:04] [Server thread/INFO]: This server is running Purpur version git-Purpur-1632 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: dc4a29b on HEAD)
6[13:01:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[13:01:04] [Server thread/INFO]: Using 4 threads for Netty based IO
8[13:01:04] [Server thread/WARN]: [Pufferfish] To improve performance, timings have been disabled by default
9[13:01:04] [Server thread/WARN]: [Pufferfish] You can still use timings by using /timings on, but they will not start on server startup unless you set timings.really-enabled to true in paper.yml
10[13:01:04] [Server thread/WARN]: [Pufferfish] If you would like to disable this message, either set timings.really-enabled to true or timings.enabled to false.
11[13:01:04] [Server thread/WARN]: [Pufferfish] Will not enable SIMD! These optimizations are only safely supported on Java 17 and Java 18.
12[13:01:04] [Server thread/INFO]: Default game type: SURVIVAL
13[13:01:04] [Server thread/INFO]: Generating keypair
14[13:01:04] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25628
15[13:01:04] [Server thread/INFO]: Using epoll channel type
16[13:01:04] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
17[13:01:04] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
18[13:01:05] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
19[13:01:08] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
20[13:01:09] [Server thread/WARN]: Legacy plugin HideStream v3.10 does not specify an api-version.
21[13:01:09] [Server thread/INFO]: [BattlePass] Loading 3 libraries... please wait
22[13:01:09] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
23[13:01:09] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar
24[13:01:09] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
25[13:01:09] [Server thread/ERROR]: Could not load 'plugins/Arceon-0.3.6_1.15+.jar' in folder 'plugins'
26org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/fastasyncworldedit/core/extension/factory/parser/RichParser
27 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
28 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:415) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
29 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:323) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
30 at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[purpur-1.18.2.jar:git-Purpur-1632]
31 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:323) ~[purpur-1.18.2.jar:git-Purpur-1632]
32 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
33 at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
34 at java.lang.Thread.run(Thread.java:1583) ~[?:?]
35Caused by: java.lang.NoClassDefFoundError: com/fastasyncworldedit/core/extension/factory/parser/RichParser
36 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
37 at java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
38 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
39 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:200) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
40 at java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
41 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:110) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
42 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
43 at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
44 at java.lang.Class.forName0(Native Method) ~[?:?]
45 at java.lang.Class.forName(Class.java:534) ~[?:?]
46 at java.lang.Class.forName(Class.java:513) ~[?:?]
47 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:73) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
48 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
49 ... 7 more
50Caused by: java.lang.ClassNotFoundException: com.fastasyncworldedit.core.extension.factory.parser.RichParser
51 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
52 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
53 at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
54 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
55 at java.lang.ClassLoader.defineClass(ClassLoader.java:1027) ~[?:?]
56 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
57 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:200) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
58 at java.lang.ClassLoader.loadClass(ClassLoader.java:593) ~[?:?]
59 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:110) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
60 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
61 at java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
62 at java.lang.Class.forName0(Native Method) ~[?:?]
63 at java.lang.Class.forName(Class.java:534) ~[?:?]
64 at java.lang.Class.forName(Class.java:513) ~[?:?]
65 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:73) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
66 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
67 ... 7 more
68[13:01:09] [Server thread/INFO]: [eco] Initializing eco
69[13:01:09] [Server thread/WARN]: Legacy plugin CMIEInjector v1.0.2.3 does not specify an api-version.
70[13:01:10] [Server thread/INFO]: [VoidTeleporter] Loading VoidTeleporter v1.1.0
71[13:01:10] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
72[13:01:10] [Server thread/INFO]: [CMILib] Loading CMILib v1.5.1.1
73[13:01:10] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v4.2.0
74[13:01:10] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
75[13:01:10] [Server thread/INFO]: [sCheckPlayer] Loading sCheckPlayer v3.9
76[13:01:10] [Server thread/INFO]: [Blue Slime Core] Loading BlueSlimeCore v2.9.6.431
77[13:01:10] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.0.3
78[13:01:10] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.3 is now loaded. Registering protocol transformers and injecting...
79[13:01:10] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
80[13:01:10] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
81[13:01:10] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.13.1
82[13:01:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_18_R2! Trying to find NMS support
83[13:01:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R2' loaded!
84[13:01:10] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
85[13:01:10] [Server thread/INFO]: [HideStream] Loading HideStream v3.10
86[13:01:10] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.131
87[13:01:10] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.11
88[13:01:10] [Server thread/INFO]: [AutoMine] Loading AutoMine v0.1.8
89[13:01:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.2.0-SNAPSHOT-679
90[13:01:11] [Thread-4/WARN]: [NBTAPI] [NBTAPI] The NBT-API in 'NBTAPI' seems to be outdated!
91[13:01:11] [Thread-4/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.13.1' Newest Version: 2.13.2'
92[13:01:11] [Thread-4/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
93[13:01:11] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.4.2-SNAPSHOT
94[13:01:12] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
95[13:01:12] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
96[13:01:12] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
97[13:01:12] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
98[13:01:12] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9
99[13:01:12] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5574fc95]
100[13:01:12] [Server thread/INFO]: [BetterTalismans] Loading BetterTalismans v0.8-BETA
101[13:01:12] [Server thread/INFO]: [ACubelets] Loading ACubelets v2.4.7
102[13:01:12] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
103[13:01:12] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.9.12a
104[13:01:12] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.7
105[13:01:12] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
106[13:01:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-SNAPSHOT+null
107[13:01:12] [Server thread/INFO]: [SCore] Loading SCore v5.24.8.25
108[13:01:12] [Server thread/INFO]: [CraftHeads] Loading CraftHeads v4.4.2
109[13:01:12] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.33-SNAPSHOT (build 3296)
110[13:01:12] [Server thread/INFO]: [PrimeSeller] Loading PrimeSeller v2.3.6
111[13:01:12] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.6.2-3e052553
112[13:01:12] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
113[13:01:12] [Server thread/INFO]: [MythicMobs] Mythic Enabled!
114[13:01:12] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.9.0
115[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
116[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
117[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
118[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
119[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
120[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
121[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
122[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
123[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
124[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
125[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
126[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
127[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
128[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
129[13:01:12] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
130[13:01:12] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
131[13:01:12] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.14.0-Release
132[13:01:12] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
133[13:01:12] [Server thread/INFO]: [BattlePass] Loading BattlePass v4.6.10
134[13:01:12] [Server thread/INFO]: [TAB] Loading TAB v4.1.6
135[13:01:12] [Server thread/INFO]: [ChatEx] Loading ChatEx v3.2.2
136[13:01:12] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.10.5
137[13:01:12] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.13
138[13:01:12] [Server thread/INFO]: [BLib] Loading BLib v1.2
139[13:01:12] [Server thread/INFO]: [BLib] set api
140[13:01:12] [Server thread/INFO]: [ExecutableItems] Loading ExecutableItems v7.24.8.28
141[13:01:12] [Server thread/INFO]: [ProtectAddon] Loading ProtectAddon v2.2.2
142[13:01:12] [Server thread/INFO]: [BAuction] Loading BAuction v1.3.3
143[13:01:12] [Server thread/INFO]: [BAuction] Starting Metrics. Opt-out using the global bStats config.
144[13:01:12] [Server thread/INFO]: [eco] Loading eco v6.73.7
145[13:01:12] [Server thread/INFO]: [CMI] Loading CMI v9.7.5.4
146[13:01:12] [Server thread/INFO]: [CMIEInjector] Loading CMIEInjector v1.0.2.3
147[13:01:12] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v11.5.0.0.1242
148[13:01:12] [Server thread/INFO]: [CombatLogX] Configuration version is recent, no major changes necessary.
149[13:01:12] [Server thread/INFO]: [CombatLogX] Loading expansions...
150[13:01:12] [Server thread/INFO]: [CombatLogX] Loading expansion 'Newbie Helper v17.2'...
151[13:01:12] [Server thread/INFO]: [CombatLogX]
152[13:01:12] [Server thread/INFO]: [CombatLogX] Loading expansion 'Boss Bar v17.1'...
153[13:01:12] [Server thread/INFO]: [CombatLogX]
154[13:01:12] [Server thread/INFO]: [CombatLogX] Loading expansion 'PlaceholderAPI Compatibility v17.2'...
155[13:01:12] [Server thread/INFO]: [CombatLogX]
156[13:01:13] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v17.7'...
157[13:01:13] [Server thread/INFO]: [CombatLogX]
158[13:01:13] [Server thread/INFO]: [CombatLogX] Loading expansion 'Scoreboard v17.1'...
159[13:01:13] [Server thread/INFO]: [CombatLogX]
160[13:01:13] [Server thread/INFO]: [CombatLogX] Loading expansion 'MythicMobs Compatibility v17.5'...
161[13:01:13] [Server thread/INFO]: [CombatLogX]
162[13:01:13] [Server thread/INFO]: [CombatLogX] Successfully loaded 6 expansions.
163[13:01:13] [Server thread/INFO]: [UltimateClans] Loading UltimateClans v6.5.4
164[13:01:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
165[13:01:13] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.9.6.431
166[13:01:13] [Server thread/INFO]: [Blue Slime Core] Successfully loaded 2 language(s).
167[13:01:13] [Server thread/INFO]: [Blue Slime Core] Detected server as regular SpigotMC/PaperMC (not Folia)
168[13:01:13] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
169[13:01:13] [Server thread/INFO]: __
170[13:01:13] [Server thread/INFO]: | |__) LuckPerms v5.4.131
171[13:01:13] [Server thread/INFO]: |___ | Running on Bukkit - Purpur
172[13:01:13] [Server thread/INFO]:
173[13:01:13] [Server thread/INFO]: [LuckPerms] Loading configuration...
174[13:01:13] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
175[13:01:14] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
176[13:01:14] [Server thread/INFO]: [LuckPerms] Performing initial data load...
177[13:01:14] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1459ms)
178[13:01:14] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
179[13:01:14] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
180[13:01:14] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
181[13:01:14] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
182[13:01:14] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
183[13:01:14] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9
184[13:01:14] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
185[13:01:15] [Server thread/WARN]:
186**********************************************
187** This WorldEdit version does not fully support your version of Bukkit.
188**
189** When working with blocks or undoing, chests will be empty, signs
190** will be blank, and so on. There will be no support for entity
191** and block property-related functions.
192**
193** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
194**********************************************
195
196[13:01:15] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
197[13:01:15] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
198[13:01:15] [Server thread/INFO]: [eco] Enabling eco v6.73.7
199[13:01:15] [Server thread/INFO]: [eco] Loading eco
200[13:01:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: eco [6.73.7]
201[13:01:15] [Server thread/INFO]: [eco] Loaded integrations: ExecutableItems, MythicMobs, DecentHolograms, Vault, CombatLogX, PlayerPoints, CMI, PlaceholderAPI, WorldGuard
202[13:01:15] [Server thread/INFO]: [eco] Scanning for conflicts...
203[13:01:15] [Server thread/INFO]: [eco] No conflicts found!
204[13:01:15] [Server thread/INFO]: [CMIEInjector] Enabling CMIEInjector v1.0.2.3*
205[13:01:15] [Server thread/INFO]: [CMIEInjector] Injecting CMI Economy
206[13:01:15] [Server thread/INFO]: [CMIEInjector] [Economy] CMI Economy found: Waiting
207[13:01:15] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
208[13:01:15] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
209[13:01:15] [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.
210[13:01:15] [Server thread/WARN]: You will not be offered any support as long as the server allows offline-mode players to join.
211[13:01:15] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
212[13:01:15] [Server thread/INFO]: Preparing level "world"
213[13:01:16] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
214[13:01:16] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
215[13:01:16] [Server thread/INFO]: Preparing spawn area: 0%
216[13:01:16] [Server thread/INFO]: Preparing spawn area: 0%
217[13:01:17] [Server thread/INFO]: Preparing spawn area: 0%
218[13:01:17] [Server thread/INFO]: Time elapsed: 1311 ms
219[13:01:17] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
220[13:01:17] [Server thread/INFO]: Preparing spawn area: 0%
221[13:01:18] [Server thread/INFO]: Preparing spawn area: 0%
222[13:01:18] [Server thread/INFO]: Preparing spawn area: 0%
223[13:01:19] [Server thread/INFO]: Preparing spawn area: 0%
224[13:01:20] [Server thread/INFO]: Preparing spawn area: 0%
225[13:01:20] [Server thread/INFO]: Preparing spawn area: 0%
226[13:01:20] [Server thread/INFO]: Preparing spawn area: 0%
227[13:01:21] [Server thread/INFO]: Preparing spawn area: 0%
228[13:01:21] [Server thread/INFO]: Preparing spawn area: 0%
229[13:01:23] [Server thread/INFO]: Preparing spawn area: 0%
230[13:01:23] [Server thread/INFO]: Preparing spawn area: 0%
231[13:01:23] [Server thread/INFO]: Preparing spawn area: 0%
232[13:01:23] [Server thread/INFO]: Preparing spawn area: 0%
233[13:01:23] [Server thread/INFO]: Time elapsed: 6065 ms
234[13:01:23] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
235[13:01:23] [Server thread/INFO]: Preparing spawn area: 0%
236[13:01:24] [Server thread/INFO]: Preparing spawn area: 0%
237[13:01:24] [Server thread/INFO]: Time elapsed: 545 ms
238[13:01:24] [Server thread/INFO]: [VoidTeleporter] Enabling VoidTeleporter v1.1.0
239[13:01:24] [Server thread/INFO]: [VoidTeleporter] VoidTeleporter by Ivainge Successful Enabled.
240[13:01:24] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
241[13:01:24] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
242[13:01:24] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.1.1
243[13:01:25] [Server thread/INFO]: Server version: v1_18_R2 - 1.18.2 - purpur git-Purpur-1632 (MC: 1.18.2)
244[13:01:25] [Server thread/INFO]: CMI hooked.
245[13:01:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [**.**.**.**]
246[13:01:25] [Server thread/INFO]: PlaceholderAPI hooked.
247[13:01:25] [Server thread/INFO]: Updated (EN) language file. Took 25ms
248[13:01:25] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v4.2.0
249[13:01:25] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8*
250[13:01:31] [Server thread/INFO]: Preparing start region for dimension minecraft:rtp
251[13:01:31] [Server thread/INFO]: Preparing spawn area: 0%
252[13:01:32] [Server thread/INFO]: Preparing spawn area: 0%
253[13:01:32] [Server thread/INFO]: Preparing spawn area: 0%
254[13:01:32] [Server thread/INFO]: Time elapsed: 1126 ms
255[13:01:33] [Server thread/INFO]: Preparing start region for dimension minecraft:world1
256[13:01:33] [Server thread/INFO]: Preparing spawn area: 0%
This log will be saved for 90 days from their last view.
Report abuse