Paper 1.21 Server Log

#6CUrqlZ
2 errors
245 lines
Raw
Analysis
Minecraft version:
1.21
1[12:50:33] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.3+9-Ubuntu-1ubuntu122.04.1; Ubuntu null) on Linux 6.5.0-1025-oracle (aarch64)
2[12:50:33] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21-107-master@aa36ae6 (2024-07-21T10:39:28Z) for Minecraft 1.21
3[12:50:33] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
4[12:50:34] [Paper Plugin Remapper Thread - 2/INFO]: [PluginRemapper] Remapping plugin 'plugins/ItemsAdder.jar'...
5[12:50:34] [ServerMain/ERROR]: [PluginRemapper] Encountered exception remapping plugins
6java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to remap plugin jar 'plugins/ItemsAdder.jar'
7 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
8 at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
9 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649) ~[?:?]
10 at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
11 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
12 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
13 at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
14Caused by: java.lang.RuntimeException: Failed to remap plugin jar 'plugins/ItemsAdder.jar'
15 at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:358) ~[paper-1.21.jar:1.21-107-aa36ae6]
16 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
17 ... 4 more
18Caused by: java.lang.RuntimeException: Failed to execute task ia/m/c
19 at net.neoforged.art.internal.AsyncHelper.invokeAll(AsyncHelper.java:56) ~[AutoRenamingTool-2.0.3.jar:?]
20 at net.neoforged.art.internal.AsyncHelper.consumeAll(AsyncHelper.java:36) ~[AutoRenamingTool-2.0.3.jar:?]
21 at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:177) ~[paper-1.21.jar:?]
22 at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:95) ~[paper-1.21.jar:?]
23 at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:355) ~[paper-1.21.jar:1.21-107-aa36ae6]
24 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
25 ... 4 more
26Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Duplicate key a (attempted merging values default ia/m/c/a I and final synthetic ia/m/c/a Lia/m/a;)
27 at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
28 at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
29 at net.neoforged.art.internal.AsyncHelper.invokeAll(AsyncHelper.java:52) ~[AutoRenamingTool-2.0.3.jar:?]
30 at net.neoforged.art.internal.AsyncHelper.consumeAll(AsyncHelper.java:36) ~[AutoRenamingTool-2.0.3.jar:?]
31 at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:177) ~[paper-1.21.jar:?]
32 at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:95) ~[paper-1.21.jar:?]
33 at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:355) ~[paper-1.21.jar:1.21-107-aa36ae6]
34 at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
35 ... 4 more
36Caused by: java.lang.IllegalStateException: Duplicate key a (attempted merging values default ia/m/c/a I and final synthetic ia/m/c/a Lia/m/a;)
37 at java.base/java.util.stream.Collectors.duplicateKeyException(Collectors.java:135) ~[?:?]
38 at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:182) ~[?:?]
39 at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?]
40 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
41 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708) ~[?:?]
42 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
43 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
44 at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
45 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
46 at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
47 at net.neoforged.art.internal.ClassProviderImpl$ClassInfo.<init>(ClassProviderImpl.java:122) ~[AutoRenamingTool-2.0.3.jar:?]
48 at net.neoforged.art.internal.ClassProviderBuilderImpl.lambda$addClass$1(ClassProviderBuilderImpl.java:64) ~[AutoRenamingTool-2.0.3.jar:?]
49 at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
50 at net.neoforged.art.internal.ClassProviderBuilderImpl.addClass(ClassProviderBuilderImpl.java:64) ~[AutoRenamingTool-2.0.3.jar:?]
51 at net.neoforged.art.internal.RenamerImpl.lambda$run$2(RenamerImpl.java:178) ~[paper-1.21.jar:?]
52 at net.neoforged.art.internal.AsyncHelper.lambda$null$0(AsyncHelper.java:33) ~[AutoRenamingTool-2.0.3.jar:?]
53 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
54 ... 3 more
55[12:50:34] [ServerMain/INFO]: [PluginInitializerManager] Initialized 12 plugins
56[12:50:34] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (12):
57 - Datapack_reload (1.0), Essentials (2.20.1), EssentialsSpawn (2.20.1), LPC (3.6.0), LoneLibs (1.0.45), LuckPerms (5.4.122), PlotSquared (7.3.8-Premium), ProtocolLib (5.3.0-SNAPSHOT-723), Tweakin (8.0.0), ViaBackwards (5.0.1), ViaVersion (5.0.1), WorldEdit (7.3.4-beta-01+0452ca2)
58[12:50:39] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
59[12:50:40] [ServerMain/INFO]: Loaded 1290 recipes
60[12:50:41] [ServerMain/INFO]: Loaded 1399 advancements
61[12:50:41] [Server thread/INFO]: Starting minecraft server version 1.21
62[12:50:41] [Server thread/INFO]: Loading properties
63[12:50:41] [Server thread/INFO]: This server is running Paper version 1.21-107-master@aa36ae6 (2024-07-21T10:39:28Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
64[12:50:42] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
65[12:50:42] [Server thread/INFO]: Server Ping Player Sample Count: 12
66[12:50:42] [Server thread/INFO]: Using 4 threads for Netty based IO
67[12:50:43] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
68 We recommend migrating to the spark profiler.
69 For more information please visit: https://github.com/PaperMC/Paper/discussions/10565
70[12:50:43] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
71[12:50:43] [Server thread/INFO]: Default game type: CREATIVE
72[12:50:43] [Server thread/INFO]: Generating keypair
73[12:50:43] [Server thread/INFO]: Starting Minecraft server on *:25565
74[12:50:43] [Server thread/INFO]: Using epoll channel type
75[12:50:43] [Server thread/INFO]: Paper: Using libdeflate (Linux aarch64) compression from Velocity.
76[12:50:43] [Server thread/INFO]: Paper: Using OpenSSL (Linux aarch64) cipher from Velocity.
77[12:50:44] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.0.1
78[12:50:44] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.1 is now loaded. Registering protocol transformers and injecting...
79[12:50:46] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
80[12:50:46] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
81[12:50:47] [Server thread/INFO]: [ViaBackwards] Loading translations...
82[12:50:47] [Server thread/INFO]: [ViaBackwards] Registering protocols...
83[12:50:49] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.122
84[12:50:49] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0-SNAPSHOT-723
85[12:50:49] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.0) has not yet been tested! Proceed with caution.
86[12:50:49] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
87[12:50:49] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.4-beta-01+0452ca2
88[12:50:51] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@20f1dd45]
89[12:50:51] [Server thread/INFO]: [Tweakin] Loading server plugin Tweakin v8.0.0
90[12:50:51] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.0.1
91[12:50:51] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1
92[12:50:51] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.45
93[12:50:51] [Server thread/INFO]: [PlotSquared] Loading server plugin PlotSquared v7.3.8-Premium
94[12:50:51] [Server thread/INFO]: [Datapack_reload] Loading server plugin Datapack_reload v1.0
95[12:50:51] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
96[12:50:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
97[12:50:51] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.122
98[12:50:52] [Server thread/INFO]: __
99[12:50:52] [Server thread/INFO]: | |__) LuckPerms v5.4.122
100[12:50:52] [Server thread/INFO]: |___ | Running on Bukkit - Paper
101[12:50:52] [Server thread/INFO]:
102[12:50:52] [Server thread/INFO]: [LuckPerms] Loading configuration...
103[12:50:52] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
104[12:50:52] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
105[12:50:52] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
106[12:50:52] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
107[12:50:53] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
108[12:50:53] [Server thread/INFO]: [LuckPerms] Performing initial data load...
109[12:50:53] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1607ms)
110[12:50:54] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-723
111[12:50:54] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.4-beta-01+0452ca2
112[12:50:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
113[12:50:54] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
114[12:50:55] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
115[12:50:56] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.45
116[12:50:56] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v7.3.8-Premium
117[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Loaded caption map for namespace 'plotsquared': com.plotsquared.core.configuration.caption.LocalizedCaptionMap
118[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: plot-expiry | Value: false
119[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worlds | Value: false
120[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-named-road-mobs | Value: false
121[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: per-user-locale | Value: false
122[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: worldedit-restrictions | Value: true
123[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: external-placeholders | Value: true
124[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-owned-road-mobs | Value: false
125[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: disable-beacon-effect-overflow | Value: true
126[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database | Value: true
127[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: component-presets | Value: true
128[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: chunk-processor | Value: false
129[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: extended-username-completion | Value: true
130[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: events | Value: true
131[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: commands | Value: true
132[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-mobs | Value: false
133[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-items | Value: false
134[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: database-purger | Value: false
135[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: economy | Value: false
136[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-road-regen | Value: true
137[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-vehicles | Value: false
138[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: default-locale | Value: en
139[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: use-mvdwapi | Value: true
140[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-meta | Value: true
141[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: tab-completed-aliases | Value: [plot, plots, p, plotsquared, plot2, p2, ps, 2, plotme, plotz, ap]
142[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: ban-deleter | Value: false
143[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: update-notifications | Value: true
144[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: rating-cache | Value: true
145[12:50:57] [Server thread/INFO]: [PlotSquared/PlotSquared] Key: comment-notifier | Value: true
146[12:50:59] [Server thread/INFO]: [PlotSquared/BukkitPlatform] Couldn't verify purchase :(
147[12:50:59] [Server thread/INFO]: [PlotSquared/PlotSquared] Connection to database established. Type: SQLite
148[12:50:59] [Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into WorldEdit
149[12:51:00] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using LuckPerms as a complementary UUID service
150[12:51:00] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using EssentialsX as a complementary UUID service
151[12:51:00] [Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) 1 UUIDs will be cached
152[12:51:00] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
153[12:51:00] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
154[12:51:00] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
155[12:51:00] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
156[12:51:00] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
157[12:51:00] [Server thread/INFO]: Preparing level "plotworld"
158[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/PlotSquared] Detected world load for 'plotworld'
159[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared
160[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld
161[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager
162[12:51:01] [Worker-Main-1/INFO]: [P2] Delaying loading flags for area `plotworld` as WorldEdit is not initialised yet.
163[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] - road schematic: false
164[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name plotworld
165[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = false
166[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false
167[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 3
168[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 46
169[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = 62
170[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_height = 62
171[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = 62
172[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = 62
173[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- main_block = minecraft:stone
174[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- top_block = minecraft:grass_block
175[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = minecraft:stone_slab
176[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = minecraft:sandstone_slab
177[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = minecraft:stone
178[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_block = minecraft:quartz_block
179[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = true
180[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true
181[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- component_below_bedrock = false
182[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 42
183[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 7
184[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0
185[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0
186[12:51:01] [Worker-Main-1/INFO]: [PlotSquared/HybridPlotWorld] -- size = 49
187[12:51:01] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
188[12:51:03] [Server thread/INFO]: Time elapsed: 1617 ms
189[12:51:03] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.1
190[12:51:03] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21 (767)
191[12:51:03] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
192[12:51:03] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
193[12:51:04] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
194[12:51:04] [Server thread/INFO]: [Essentials] No kits found to migrate.
195[12:51:04] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
196[12:51:04] [Server thread/INFO]: [Essentials] Using locale fr
197[12:51:04] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
198[12:51:04] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
199[12:51:04] [Server thread/WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
200[12:51:04] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
201[12:51:04] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
202[12:51:04] [Server thread/INFO]: [Tweakin] Enabling Tweakin v8.0.0
203[12:51:04] [Server thread/INFO]: [Tweakin] Running papermc..
204[12:51:05] [Server thread/INFO]: [Tweakin] [PriLib] Running 1.21 minecraft version
205[12:51:05] [Server thread/INFO]: [Tweakin] [ACF] Enabled Asynchronous Tab Completion Support!
206[12:51:05] [Server thread/INFO]: [Tweakin] Loading tweakin...
207[12:51:05] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
208[12:51:05] [Server thread/INFO]: [Tweakin] Generating Head Map, this might take a while...
209[12:51:05] [Server thread/INFO]: [Tweakin] Generated 194 mob heads..
210[12:51:05] [Server thread/INFO]: [Tweakin] Loading Poses...
211[12:51:05] [Server thread/INFO]: [Tweakin] Loaded 22 armor stand poses.
212[12:51:06] [Server thread/INFO]: [Tweakin] Using 0,16,0 as color for reach-around, due to other color channels being removed after 1.17
213[12:51:06] [Server thread/INFO]: [Tweakin] Registered 1 tweaks successfully
214[12:51:06] [Server thread/INFO]: [Tweakin] Registering permissions
215[12:51:06] [Server thread/INFO]: [Tweakin] Registered 61 permissions
216[12:51:06] [Server thread/INFO]: [Tweakin] Enabling bstats...
217[12:51:06] [Server thread/INFO]: [Tweakin] Tweakin loaded successfully
218[12:51:06] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.0.1
219[12:51:06] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
220[12:51:06] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
221[12:51:06] [Server thread/INFO]: [Datapack_reload] Enabling Datapack_reload v1.0
222[12:51:06] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
223[12:51:06] [Server thread/INFO]: [spark] Starting background profiler...
224[12:51:07] [Server thread/INFO]: Done preparing level "plotworld" (6.228s)
225[12:51:07] [Server thread/INFO]: Running delayed init tasks
226[12:51:07] [Server thread/INFO]: [P2] Loading flags for area: plotworld
227[12:51:07] [Server thread/INFO]: [P2] Area flags: []
228[12:51:07] [Server thread/INFO]: [P2] Road flags: []
229[12:51:07] [Server thread/INFO]: Done (34.718s)! For help, type "help"
230[12:51:07] [Server thread/INFO]: Timings Reset
231[12:51:07] [Craft Scheduler Thread - 4 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
232[12:51:07] [Craft Scheduler Thread - 5 - Essentials/INFO]: [Essentials] Récupération des informations de version...
233[12:51:10] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared will fetch UUIDs in groups of 200
234[12:51:10] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached 100.0% of UUIDs
235[12:51:10] [pool-26-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached all UUIDs
236[12:51:12] [Server thread/INFO]: Checking version, please wait...
237[12:51:12] [Thread-16/INFO]: This server is running Paper version 1.21-107-master@aa36ae6 (2024-07-21T10:39:28Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
238You are running the latest version
239Previous version: 1.21-2247-39617d5 (MC: 1.21)
240[12:51:14] [Server thread/INFO]: Server Plugins (12):
241[12:51:14] [Server thread/INFO]: Bukkit Plugins:
242[12:51:14] [Server thread/INFO]: - Datapack_reload, Essentials, EssentialsSpawn, LoneLibs, LPC, LuckPerms, PlotSquared, ProtocolLib, Tweakin, ViaBackwards
243[12:51:14] [Server thread/INFO]: ViaVersion, WorldEdit
244[12:51:19] [Server thread/INFO]: There are 3 data pack(s) enabled: [vanilla (built-in)], [file/bukkit (world)], [paper (built-in)]
245[12:51:19] [Server thread/INFO]: There are no more data packs available
This log will be saved for 90 days from their last view.
Report abuse