1 | [22:54:30] [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 | [22:54:31] [Worker-Main-1/INFO]: Loaded 7 recipes
|
3 | [22:54:33] [Server thread/INFO]: Starting minecraft server version 1.18.2
|
4 | [22:54:33] [Server thread/INFO]: Loading properties
|
5 | [22:54:33] [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 | [22:54:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
|
7 | [22:54:33] [Server thread/INFO]: Using 4 threads for Netty based IO
|
8 | [22:54:33] [Server thread/WARN]: [Pufferfish] To improve performance, timings have been disabled by default
|
9 | [22:54:33] [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 | [22:54:33] [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 | [22:54:33] [Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured!
|
12 | [22:54:33] [Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar".
|
13 | [22:54:33] [Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU.
|
14 | [22:54:33] [Server thread/WARN]: [Pufferfish] Debug: Java: 17.0.11, test run: true
|
15 | [22:54:33] [Server thread/INFO]: Default game type: SURVIVAL
|
16 | [22:54:33] [Server thread/INFO]: Generating keypair
|
17 | [22:54:33] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25628
|
18 | [22:54:33] [Server thread/INFO]: Using epoll channel type
|
19 | [22:54:33] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
|
20 | [22:54:33] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
|
21 | [22:54:34] [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!
|
22 | [22:54:37] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
|
23 | [22:54:37] [Server thread/INFO]: [BattlePass] Loading 3 libraries... please wait
|
24 | [22:54:37] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
|
25 | [22:54:37] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar
|
26 | [22:54:37] [Server thread/INFO]: [BattlePass] Loaded library /home/********/libraries/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
|
27 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loading 1 libraries... please wait
|
28 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar
|
29 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
|
30 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
|
31 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
|
32 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
|
33 | [22:54:38] [Server thread/INFO]: [AbstractMenus] Loaded library /home/********/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
|
34 | [22:54:38] [Server thread/ERROR]: Fatal error trying to convert AbstractMenus v1.16.8:ru/abstractmenus/AbstractMenus.class
|
35 | java.lang.IllegalArgumentException: Unsupported class file major version 65
|
36 | at org.objectweb.asm.ClassReader.<init>(ClassReader.java:199) ~[asm-9.2.jar:9.2]
|
37 | at org.objectweb.asm.ClassReader.<init>(ClassReader.java:180) ~[asm-9.2.jar:9.2]
|
38 | at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166) ~[asm-9.2.jar:9.2]
|
39 | at org.bukkit.craftbukkit.v1_18_R2.util.Commodore.convert(Commodore.java:171) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
40 | at org.bukkit.craftbukkit.v1_18_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:398) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
41 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:177) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
42 | at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
|
43 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:110) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
44 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
45 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
|
46 | at java.lang.Class.forName0(Native Method) ~[?:?]
|
47 | at java.lang.Class.forName(Class.java:467) ~[?:?]
|
48 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:73) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
49 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
50 | at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:415) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
51 | at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:323) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
52 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
53 | at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:323) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
54 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
55 | at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
56 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
|
57 | [22:54:38] [Server thread/ERROR]: Could not load 'plugins/AbstractMenus-1.17.1.jar' in folder 'plugins'
|
58 | org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: ru/abstractmenus/AbstractMenus has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
|
59 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
60 | at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:415) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
61 | at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:323) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
62 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
63 | at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:323) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
64 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
65 | at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
66 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
|
67 | Caused by: java.lang.UnsupportedClassVersionError: ru/abstractmenus/AbstractMenus has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
|
68 | at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
|
69 | at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
|
70 | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
|
71 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:200) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
72 | at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
|
73 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:110) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
74 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
75 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
|
76 | at java.lang.Class.forName0(Native Method) ~[?:?]
|
77 | at java.lang.Class.forName(Class.java:467) ~[?:?]
|
78 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:73) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
79 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
80 | ... 7 more
|
81 | [22:54:38] [Server thread/INFO]: [eco] Initializing eco
|
82 | [22:54:38] [Server thread/INFO]: [EcoEnchants] Initializing EcoEnchants
|
83 | [22:54:38] [Server thread/WARN]: Legacy plugin CMIEInjector v1.0.2.3 does not specify an api-version.
|
84 | [22:54:38] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
|
85 | [22:54:38] [Server thread/INFO]: [CMILib] Loading CMILib v1.5.1.1
|
86 | [22:54:38] [Server thread/INFO]: [ServersNPC] Loading ServersNPC v4.8
|
87 | [22:54:38] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
|
88 | [22:54:38] [Server thread/INFO]: [sCheckPlayer] Loading sCheckPlayer v3.9
|
89 | [22:54:38] [Server thread/INFO]: [BattlePass] Loading BattlePass v4.6.10
|
90 | [22:54:38] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.0.3
|
91 | [22:54:38] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.3 is now loaded. Registering protocol transformers and injecting...
|
92 | [22:54:38] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
|
93 | [22:54:38] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
|
94 | [22:54:39] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.13.1
|
95 | [22:54:39] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_18_R2! Trying to find NMS support
|
96 | [22:54:39] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R2' loaded!
|
97 | [22:54:39] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
|
98 | [22:54:39] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.131
|
99 | [22:54:39] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.2.0-SNAPSHOT-679
|
100 | [22:54:39] [Thread-5/WARN]: [NBTAPI] [NBTAPI] The NBT-API in 'NBTAPI' seems to be outdated!
|
101 | [22:54:39] [Thread-5/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.13.1' Newest Version: 2.13.2'
|
102 | [22:54:39] [Thread-5/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)!
|
103 | [22:54:40] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.4.2-SNAPSHOT
|
104 | [22:54:40] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
|
105 | [22:54:40] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
|
106 | [22:54:40] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
|
107 | [22:54:40] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
|
108 | [22:54:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9
|
109 | [22:54:40] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@19cf8313]
|
110 | [22:54:40] [Server thread/INFO]: [BetterTalismans] Loading BetterTalismans v0.8-BETA
|
111 | [22:54:40] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.9
|
112 | [22:54:40] [Server thread/INFO]: [ACubelets] Loading ACubelets v2.4.7
|
113 | [22:54:40] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
|
114 | [22:54:40] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.7
|
115 | [22:54:40] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
|
116 | [22:54:40] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-SNAPSHOT+null
|
117 | [22:54:40] [Server thread/INFO]: [SCore] Loading SCore v5.24.8.25
|
118 | [22:54:40] [Server thread/INFO]: [CraftHeads] Loading CraftHeads v4.4.2
|
119 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.9.0
|
120 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
|
121 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
|
122 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
|
123 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
|
124 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
|
125 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
|
126 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
|
127 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
|
128 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
|
129 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
|
130 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
|
131 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
|
132 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
|
133 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
|
134 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
|
135 | [22:54:40] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
|
136 | [22:54:40] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.14.0-Release
|
137 | [22:54:40] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
|
138 | [22:54:40] [Server thread/INFO]: [Arceon] Loading Arceon v0.4.7
|
139 | [22:54:40] [Server thread/INFO]: [TAB] Loading TAB v4.1.6
|
140 | [22:54:40] [Server thread/INFO]: [ChatEx] Loading ChatEx v3.2.2
|
141 | [22:54:40] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.10.5
|
142 | [22:54:41] [Server thread/INFO]: [BLib] Loading BLib v1.2
|
143 | [22:54:41] [Server thread/INFO]: [BLib] set api
|
144 | [22:54:41] [Server thread/INFO]: [eco] Loading eco v6.73.7
|
145 | [22:54:41] [Server thread/INFO]: [ExecutableItems] Loading ExecutableItems v7.24.8.25
|
146 | [22:54:41] [Server thread/INFO]: [ProtectAddon] Loading ProtectAddon v2.2.2
|
147 | [22:54:41] [Server thread/INFO]: [CMI] Loading CMI v9.7.5.4
|
148 | [22:54:41] [Server thread/INFO]: [EcoEnchants] Loading EcoEnchants v12.18.4
|
149 | [22:54:41] [Server thread/WARN]: [libreforge] Loaded class com.willfp.eco.core.EcoPlugin from eco v6.73.7 which is not a depend or softdepend of this plugin.
|
150 | [22:54:41] [Server thread/INFO]: [libreforge] Initializing libreforge
|
151 | [22:54:41] [Server thread/INFO]: [BAuction] Loading BAuction v1.3.3
|
152 | [22:54:41] [Server thread/INFO]: [BAuction] Starting Metrics. Opt-out using the global bStats config.
|
153 | [22:54:41] [Server thread/INFO]: [CMIEInjector] Loading CMIEInjector v1.0.2.3
|
154 | [22:54:41] [Server thread/INFO]: [BAirDropX] Loading BAirDropX v1.0.2-BETA
|
155 | [22:54:41] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
|
156 | [22:54:41] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
|
157 | [22:54:42] [Server thread/INFO]: __
|
158 | [22:54:42] [Server thread/INFO]: | |__) LuckPerms v5.4.131
|
159 | [22:54:42] [Server thread/INFO]: |___ | Running on Bukkit - Purpur
|
160 | [22:54:42] [Server thread/INFO]:
|
161 | [22:54:42] [Server thread/INFO]: [LuckPerms] Loading configuration...
|
162 | [22:54:42] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
|
163 | [22:54:42] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
|
164 | [22:54:42] [Server thread/INFO]: [LuckPerms] Performing initial data load...
|
165 | [22:54:43] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1423ms)
|
166 | [22:54:43] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
|
167 | [22:54:43] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
|
168 | [22:54:43] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
|
169 | [22:54:43] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
|
170 | [22:54:43] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
|
171 | [22:54:43] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9
|
172 | [22:54:43] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
|
173 | [22:54:43] [Server thread/WARN]:
|
174 | **********************************************
|
175 | ** This WorldEdit version does not fully support your version of Bukkit.
|
176 | **
|
177 | ** When working with blocks or undoing, chests will be empty, signs
|
178 | ** will be blank, and so on. There will be no support for entity
|
179 | ** and block property-related functions.
|
180 | **
|
181 | ** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
|
182 | **********************************************
|
183 |
|
184 | [22:54:43] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
|
185 | [22:54:43] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
|
186 | [22:54:43] [Server thread/INFO]: [eco] Enabling eco v6.73.7
|
187 | [22:54:43] [Server thread/INFO]: [eco] Loading eco
|
188 | [22:54:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: eco [6.73.7]
|
189 | [22:54:43] [Server thread/INFO]: [eco] Loaded integrations: ExecutableItems, DecentHolograms, Vault, PlayerPoints, CMI, PlaceholderAPI, WorldGuard
|
190 | [22:54:44] [Server thread/INFO]: [eco] Scanning for conflicts...
|
191 | [22:54:44] [Server thread/INFO]: [eco] No conflicts found!
|
192 | [22:54:44] [Server thread/INFO]: [EcoEnchants] Enabling EcoEnchants v12.18.4
|
193 | [22:54:44] [Server thread/INFO]: [EcoEnchants] Loading EcoEnchants
|
194 | [22:54:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ecoenchants [12.18.4]
|
195 | [22:54:44] [Server thread/INFO]: [EcoEnchants] Loaded integrations: CMI
|
196 | [22:54:44] [Server thread/INFO]: [CMIEInjector] Enabling CMIEInjector v1.0.2.3*
|
197 | [22:54:44] [Server thread/INFO]: [CMIEInjector] Injecting CMI Economy
|
198 | [22:54:44] [Server thread/INFO]: [CMIEInjector] [Economy] CMI Economy found: Waiting
|
199 | [22:54:44] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
|
200 | [22:54:44] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
|
201 | [22:54:44] [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.
|
202 | [22:54:44] [Server thread/WARN]: You will not be offered any support as long as the server allows offline-mode players to join.
|
203 | [22:54:44] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
|
204 | [22:54:44] [Server thread/INFO]: Preparing level "world"
|
205 | [22:54:44] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
|
206 | [22:54:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
|
207 | [22:54:45] [Server thread/INFO]: Preparing spawn area: 0%
|
208 | [22:54:45] [Server thread/INFO]: Preparing spawn area: 0%
|
209 | [22:54:45] [Server thread/INFO]: Preparing spawn area: 0%
|
210 | [22:54:46] [Server thread/INFO]: Time elapsed: 1438 ms
|
211 | [22:54:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
|
212 | [22:54:46] [Server thread/INFO]: Preparing spawn area: 0%
|
213 | [22:54:46] [Server thread/INFO]: Preparing spawn area: 0%
|
214 | [22:54:47] [Server thread/INFO]: Preparing spawn area: 0%
|
215 | [22:54:47] [Server thread/INFO]: Preparing spawn area: 0%
|
216 | [22:54:48] [Server thread/INFO]: Preparing spawn area: 0%
|
217 | [22:54:48] [Server thread/INFO]: Preparing spawn area: 0%
|
218 | [22:54:50] [Server thread/INFO]: Preparing spawn area: 0%
|
219 | [22:54:50] [Server thread/INFO]: Preparing spawn area: 0%
|
220 | [22:54:50] [Server thread/INFO]: Preparing spawn area: 0%
|
221 | [22:54:50] [Server thread/INFO]: Time elapsed: 4028 ms
|
222 | [22:54:50] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
|
223 | [22:54:50] [Server thread/INFO]: Preparing spawn area: 0%
|
224 | [22:54:50] [Server thread/INFO]: Preparing spawn area: 0%
|
225 | [22:54:51] [Server thread/INFO]: Time elapsed: 727 ms
|
226 | [22:54:51] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
|
227 | [22:54:51] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
|
228 | [22:54:51] [Server thread/INFO]: [CMILib] Enabling CMILib v1.5.1.1
|
229 | [22:54:51] [Server thread/INFO]: Server version: v1_18_R2 - 1.18.2 - purpur git-Purpur-1632 (MC: 1.18.2)
|
230 | [22:54:52] [Server thread/INFO]: CMI hooked.
|
231 | [22:54:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmil [**.**.**.**]
|
232 | [22:54:52] [Server thread/INFO]: PlaceholderAPI hooked.
|
233 | [22:54:52] [Server thread/INFO]: Updated (EN) language file. Took 34ms
|
234 | [22:54:52] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.8
|
235 | [22:54:52] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8*
|
236 | [22:54:52] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
|
237 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] Enabling sCheckPlayer v3.9
|
238 | [22:54:52] [Server thread/INFO]:
|
239 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - >==========================================<
|
240 | [22:54:52] [Server thread/INFO]:
|
241 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Plugin initialization started...
|
242 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Version check...
|
243 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Checking installed PlaceHolderAPI...
|
244 | [22:54:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: scheckplayer [3.9]
|
245 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Creating files...
|
246 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Updating files...
|
247 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Loading data...
|
248 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Loading events...
|
249 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Loading commands...
|
250 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Loading plugin language...
|
251 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Loading messages...
|
252 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Checking new version plugin...
|
253 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Running tasks...
|
254 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Sending anonymous statistics...
|
255 | [22:54:52] [Server thread/INFO]:
|
256 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - The plugin is enabled! 333 ms
|
257 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Server version: git-Purpur-1632 (MC: 1.18.2)
|
258 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - Java version: 17.0.11 | Host: Linux 6.1.0-13-amd64 (amd64)
|
259 | [22:54:52] [Server thread/INFO]:
|
260 | [22:54:52] [Server thread/INFO]: [sCheckPlayer] - >==========================================<
|
261 | [22:54:52] [Server thread/INFO]:
|
262 | [22:54:52] [Server thread/INFO]: [BattlePass] Enabling BattlePass v4.6.10
|
263 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the week-2 quests. All quests loaded successfully.
|
264 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the week-1 quests. All quests loaded successfully.
|
265 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the week-3 quests. All quests loaded successfully.
|
266 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the week-4 quests. All quests loaded successfully.
|
267 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the week-pool quests. All quests loaded successfully.
|
268 | [22:54:52] [Server thread/INFO]: [BattlePass] Finished loading the daily quests. All quests loaded successfully.
|
269 | [22:54:52] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: premium
|
270 | [22:54:52] [Server thread/INFO]: [BattlePass] Successfully loaded the pass type with the id: free
|
271 | [22:54:52] [Server thread/INFO]: [BattlePass] Register PlaceholderAPI placeholders
|
272 | [22:54:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: battlepass [1.1]
|
273 | [22:54:52] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.3
|
274 | [22:54:52] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18.2 (758)
|
275 | [22:54:52] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.13.1
|
276 | [22:54:52] [Server thread/INFO]: [NBTAPI] Checking bindings...
|
277 | [22:54:52] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
|
278 | [22:54:52] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
|
279 | [22:54:52] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
|
280 | [22:54:52] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
|
281 | [22:54:52] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.4.2-SNAPSHOT
|
282 | [22:54:53] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
|
283 | [22:54:53] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
|
284 | [22:54:53] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
|
285 | [22:54:53] [Server thread/INFO]: | Command file(s) found : 1
|
286 | [22:54:53] [Server thread/INFO]: | Config : Ready.
|
287 | [22:54:53] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
|
288 | [22:54:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
|
289 | [22:54:53] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
|
290 | [22:54:53] [Server thread/INFO]: | Custom commands loaded : 15
|
291 | [22:54:53] [Server thread/INFO]: | You're running the latest version of MyCommand.
|
292 | [22:54:53] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v5.2.0-SNAPSHOT-679 which is not a depend or softdepend of this plugin.
|
293 | [22:54:53] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
|
294 | [22:54:53] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
|
295 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Enabling BetterTalismans v0.8-BETA
|
296 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Inventory title with support for more than 32 characters. Skipping..
|
297 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Hex colors are available! Ready for RGB..
|
298 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Old constructor for HoverEvent found! Using it..
|
299 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New sendTitle method found! Using it..
|
300 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
|
301 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
|
302 | [22:54:53] [Server thread/INFO]: ___ _ _ _____ _ _
|
303 | [22:54:53] [Server thread/INFO]: | _ ) ___| |_| |_ ___ _ |_ _|_ _| (_)____ __ __ _ _ _ ___
|
304 | [22:54:53] [Server thread/INFO]: | _ \/ -_) _| _/ -_) '_|| |/ _` | | (_-< ' \/ _` | ' \(_-<
|
305 | [22:54:53] [Server thread/INFO]: |___/\___|\__|\__\___|_| |_|\__,_|_|_/__/_|_|_\__,_|_||_/__/
|
306 | [22:54:53] [Server thread/INFO]:
|
307 | [22:54:53] [Server thread/INFO]: Running plugin BetterTalismans v0.8-BETA (v1_18)
|
308 | [22:54:53] [Server thread/INFO]: Server running Purpur version git-Purpur-1632 (MC: 1.18.2)
|
309 | [22:54:53] [Server thread/INFO]: (Implementing API version git-Purpur-1632 (MC: 1.18.2))
|
310 | [22:54:53] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤)
|
311 | [22:54:53] [Server thread/INFO]: (If you loved the plugin consider leaving a review and mentioning your server IP in it!
|
312 | [22:54:53] [Server thread/INFO]:
|
313 | [22:54:53] [Server thread/INFO]: ==============================================================================================
|
314 | [22:54:53] [Server thread/INFO]: [BetterTalismans] You are using a Paper fork (Purpur), plugin should work fine!
|
315 | [22:54:53] [Server thread/INFO]: [BetterTalismans] If you have issues, join us on our official support server on alonsoaliaga.com/discord
|
316 | [22:54:53] [Server thread/INFO]: ==============================================================================================
|
317 | [22:54:53] [Server thread/INFO]:
|
318 | [22:54:53] [Server thread/INFO]: [BetterTalismans] BungeeCord action bar available. Hooking..
|
319 | [22:54:53] [Server thread/INFO]: [BetterTalismans] ProtocolLib found! Checking..
|
320 | [22:54:53] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
|
321 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Old ItemStack constructor is available!
|
322 | [22:54:53] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwningPlayer method is available for heads.
|
323 | [22:54:53] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwner method is available for heads.
|
324 | [22:54:53] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwnerProfile method is available for heads. Using it for heads..
|
325 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
|
326 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New setOwningPlayer method is available!
|
327 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Old Bukkit#getOfflinePlayer(String name) method is available!
|
328 | [22:54:53] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
|
329 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Discovering recipes is enabled and feature is available. Checking..
|
330 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Modifier MAX_ABSORPTION is not available in v1_18. Disabling..
|
331 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman oboratnya recipe!
|
332 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman zevs recipe!
|
333 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman apalon recipe!
|
334 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman krampus recipe!
|
335 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman ares recipe!
|
336 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman poseidona recipe!
|
337 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman dionis recipe!
|
338 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman tank recipe!
|
339 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman lord recipe!
|
340 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman ricarya recipe!
|
341 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman podderjka recipe!
|
342 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman imperator recipe!
|
343 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman voin recipe!
|
344 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Loaded Talisman drakon recipe!
|
345 | [22:54:53] [Server thread/INFO]: [BetterTalismans] Successfully loaded 14 talismans!
|
346 | [22:54:53] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.9
|
347 | [22:54:53] [Server thread/INFO]: [ACubelets] Enabling ACubelets v2.4.7
|
348 | [22:54:53] [Server thread/INFO]:
|
349 | [22:54:53] [Server thread/INFO]: Loading language:
|
350 | [22:54:53] [Server thread/INFO]: 'en' loaded!
|
351 | [22:54:53] [Server thread/INFO]:
|
352 | [22:54:53] [Server thread/INFO]: Loading database:
|
353 | [22:54:53] [Server thread/INFO]: SQLite has been enabled!
|
354 | [22:54:53] [Server thread/INFO]:
|
355 | [22:54:53] [Server thread/INFO]: Loading machines:
|
356 | [22:54:53] [Server thread/INFO]: 3 Cubelet Machines loaded!
|
357 | [22:54:53] [Server thread/INFO]:
|
358 | [22:54:53] [Server thread/INFO]: Loading cubelets:
|
359 | [22:54:53] [Server thread/INFO]: 'resurses' ► 1 rarities, 17 rewards
|
360 | [22:54:53] [Server thread/INFO]: 'talismans' ► 1 rarities, 20 rewards
|
361 | [22:54:53] [Server thread/INFO]: 'donate' ► 4 rarities, 30 rewards
|
362 | [22:54:53] [Server thread/INFO]:
|
363 | [22:54:53] [Server thread/INFO]: Loading crafts:
|
364 | [22:54:53] [Server thread/INFO]: No Cubelet crafts has been loaded!
|
365 | [22:54:53] [Server thread/INFO]:
|
366 | [22:54:53] [Server thread/INFO]: ACubelets Enabled!
|
367 | [22:54:53] [Server thread/INFO]: Version: 2.4.7
|
368 | [22:54:53] [Server thread/INFO]: Author: DavidML16
|
369 | [22:54:53] [Server thread/INFO]:
|
370 | [22:54:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: acubelets [1.0.0]
|
371 | [22:54:53] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
|
372 | [22:54:53] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
|
373 | [22:54:53] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
|
374 | [22:54:53] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
|
375 | [22:54:53] [Server thread/INFO]:
|
376 | [22:54:53] [Server thread/INFO]:
|
377 | [22:54:53] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
|
378 | [22:54:53] [Server thread/INFO]: | Information:
|
379 | [22:54:53] [Server thread/INFO]: | Name: AdvancedBan
|
380 | [22:54:53] [Server thread/INFO]: | Developer: Leoko
|
381 | [22:54:53] [Server thread/INFO]: | Version: 2.3.0
|
382 | [22:54:53] [Server thread/INFO]: | Storage: HSQLDB (local)
|
383 | [22:54:53] [Server thread/INFO]: | Support:
|
384 | [22:54:53] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
|
385 | [22:54:53] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
|
386 | [22:54:53] [Server thread/INFO]: | Twitter: @LeokoGar
|
387 | [22:54:53] [Server thread/INFO]: | Update:
|
388 | [22:54:53] [Server thread/INFO]: | You have the newest version
|
389 | [22:54:53] [Server thread/INFO]: []================================[]
|
390 | [22:54:53] [Server thread/INFO]:
|
391 | [22:54:53] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4-SNAPSHOT+null
|
392 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world) Поджигание динамита РАЗРЕШЕНО.
|
393 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world) Огниво РАЗРЕШЕНО.
|
394 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world) Распространение огня лавы РАЗРЕШЕНО.
|
395 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world) Распространения огоня неограничено.
|
396 | [22:54:53] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world'
|
397 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_nether) Поджигание динамита РАЗРЕШЕНО.
|
398 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_nether) Огниво РАЗРЕШЕНО.
|
399 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_nether) Распространение огня лавы РАЗРЕШЕНО.
|
400 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_nether) Распространения огоня неограничено.
|
401 | [22:54:53] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_nether'
|
402 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_the_end) Поджигание динамита РАЗРЕШЕНО.
|
403 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_the_end) Огниво РАЗРЕШЕНО.
|
404 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_the_end) Распространение огня лавы РАЗРЕШЕНО.
|
405 | [22:54:53] [Server thread/INFO]: [WorldGuard] (world_the_end) Распространения огоня неограничено.
|
406 | [22:54:53] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_the_end'
|
407 | [22:54:54] [Server thread/INFO]: [WorldGuard] Загрузка данных региона...
|
408 | [22:54:54] [Server thread/INFO]: [SCore] Enabling SCore v5.24.8.25
|
409 | [22:54:54] [Server thread/INFO]: ================ SCore ================
|
410 | [22:54:54] [Server thread/INFO]: SCore is running on Paper or fork
|
411 | [22:54:54] [Server thread/INFO]: SCore Version of the server git-Purpur-1632 (MC: 1.18.2) !
|
412 | [22:54:54] [Server thread/INFO]: SCore ExecutableItems hooked ! (**.**.**.**) Load After
|
413 | [22:54:54] [Server thread/INFO]: SCore PlaceholderAPI hooked ! (2.11.6) Load Before
|
414 | [22:54:54] [Server thread/INFO]: SCore WorldGuard hooked ! (7.0.4-SNAPSHOT+null) Load Before
|
415 | [22:54:54] [Server thread/INFO]: SCore Vault hooked ! (1.7.3-b131) Load Before
|
416 | [22:54:54] [Server thread/INFO]: SCore ProtocolLib hooked !
|
417 | [22:54:54] [Server thread/INFO]: SCore Locale setup: EN
|
418 | [22:54:54] [Server thread/INFO]: SCore NBTAPI hooked ! (2.13.1) Load Before
|
419 | [22:54:54] [Server thread/INFO]: SCore DecentHolograms hooked ! (2.8.9) Load Before
|
420 | [22:54:54] [Server thread/INFO]: SCore CMI hooked ! (**.**.**.**) Load After
|
421 | [22:54:54] [Server thread/INFO]: SCore ProtectionStones hooked ! (2.10.5) Load After
|
422 | [22:54:54] [Server thread/INFO]: SCore TAB hooked ! (4.1.6) Load After
|
423 | [22:54:54] [Server thread/INFO]: SCore WorldEdit hooked ! (7.2.5+57d5ac9) Load Before
|
424 | [22:54:54] [Server thread/INFO]: SCore Language of the editor setup on EN
|
425 | [22:54:54] [Server thread/INFO]: SCore Language for in-game messages setup on EN
|
426 | [22:54:54] [Server thread/INFO]: SCore will connect to the database hosted: In Local
|
427 | [22:54:54] [Server thread/INFO]: SCore Connection to the db...
|
428 | [22:54:54] [Server thread/INFO]: SCore will connect to the database hosted: In Local
|
429 | [22:54:54] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
|
430 | [22:54:54] [Server thread/INFO]: SCore Creating table Commands if not exists...
|
431 | [22:54:54] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
|
432 | [22:54:54] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
|
433 | [22:54:54] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
|
434 | [22:54:54] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
|
435 | [22:54:54] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
|
436 | [22:54:54] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
|
437 | [22:54:54] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
|
438 | [22:54:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0]
|
439 | [22:54:54] [Server thread/INFO]: ================ SCore ================
|
440 | [22:54:54] [Server thread/INFO]: [CraftHeads] Enabling CraftHeads v4.4.2
|
441 | [22:54:54] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.9.0
|
442 | [22:54:54] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
|
443 | [22:54:54] [Server thread/INFO]: [ajLeaderboards] Loaded 0 boards
|
444 | [22:54:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.9.0]
|
445 | [22:54:54] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
|
446 | [22:54:54] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.9.0 by ajgeiss0702 enabled!
|
447 | [22:54:54] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
|
448 | [22:54:54] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
|
449 | [22:54:54] [Server thread/WARN]: [DeluxeMenus] Material for item: black_panel in menu: enchant is not valid!
|
450 | Skipping item: black_panel
|
451 | [22:54:54] [Server thread/ERROR]: [DeluxeMenus] open_command specified for menu: chorus_flower_craft already exists for another menu!
|
452 | Skipping menu: chorus_flower_craft
|
453 | [22:54:55] [Server thread/INFO]: [DeluxeMenus] 35 GUI menus loaded!
|
454 | [22:54:55] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
|
455 | [22:54:55] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
|
456 | [22:54:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
|
457 | [22:54:55] [Server thread/INFO]: [Arceon] Enabling Arceon v0.4.7
|
458 | [22:54:55] [Server thread/INFO]: [Arceon] Arceon loading...
|
459 | [22:54:55] [Server thread/INFO]: [Arceon] Loading config...
|
460 | [22:54:55] [Server thread/ERROR]: Error occurred while enabling Arceon v0.4.7 (Is it up to date?)
|
461 | java.lang.NoClassDefFoundError: com/fastasyncworldedit/core/math/MutableVector3
|
462 | at com.arceon.core.A.C(Unknown Source) ~[Arceon-0.4.7_obf.jar:?]
|
463 | at com.arceon.core.Main.onEnable(Unknown Source) ~[Arceon-0.4.7_obf.jar:?]
|
464 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
465 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
466 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
467 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
468 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
469 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:670) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
470 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
471 | at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:352) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
472 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
473 | at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
474 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
|
475 | Caused by: java.lang.ClassNotFoundException: com.fastasyncworldedit.core.math.MutableVector3
|
476 | at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:153) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
477 | at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:105) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
478 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
|
479 | ... 13 more
|
480 | [22:54:55] [Server thread/INFO]: [Arceon] Disabling Arceon v0.4.7
|
481 | [22:54:55] [Server thread/INFO]: [TAB] Enabling TAB v4.1.6
|
482 | [22:54:55] [Server thread/INFO]: [TAB] Loaded NMS hook in 67ms
|
483 | [22:54:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.6]
|
484 | [22:54:55] [Server thread/INFO]: [TAB] Enabled in 95ms
|
485 | [22:54:55] [Server thread/INFO]: [ChatEx] Enabling ChatEx v3.2.2
|
486 | [22:54:55] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms
|
487 | [22:54:55] [Server thread/INFO]: [ChatEx] Hooked into PlaceholderAPI
|
488 | [22:54:55] [Server thread/INFO]: [ChatEx] Server version:git-Purpur-1632 (MC: 1.18.2)
|
489 | [22:54:55] [Server thread/INFO]: [ChatEx] Version is later than 1.16. Loading RGB ColorCodes!
|
490 | [22:54:55] [Server thread/INFO]: [ChatEx] Thanks for using bstats, it was enabled!
|
491 | [22:54:55] [Server thread/INFO]: [ChatEx] Is now enabled!
|
492 | [22:54:55] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.10.5
|
493 | [22:54:55] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сеанса dev.espi.protectionstones.flags.GreetingFlagHandler
|
494 | [22:54:55] [Server thread/INFO]: [WorldGuard] Регистрация обработчика сеанса dev.espi.protectionstones.flags.FarewellFlagHandler
|
495 | [22:54:55] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
|
496 | [22:54:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: protectionstones [2.10.5]
|
497 | [22:54:55] [Server thread/INFO]: [ProtectionStones] LuckPerms support enabled!
|
498 | [22:54:55] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
|
499 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - DIAMOND_BLOCK (5)
|
500 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - EMERALD_BLOCK (7)
|
501 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - DIAMOND_ORE (10)
|
502 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - IRON_BLOCK (2)
|
503 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (15)
|
504 | [22:54:55] [Server thread/WARN]: [ProtectionStones] Duplicate block type found! Ignoring the extra block DIAMOND_BLOCK
|
505 | [22:54:55] [Server thread/INFO]: [ProtectionStones] - GOLD_BLOCK (3)
|
506 | [22:54:55] [Server thread/INFO]: [ProtectionStones] Building region cache...
|
507 | [22:54:55] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
|
508 | [22:54:55] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
|
509 | [22:54:55] [Server thread/INFO]: [ProtectionStones] ProtectionStones has successfully started!
|
510 | [22:54:55] [Server thread/INFO]: [BLib] Enabling BLib v1.2
|
511 | [22:54:55] [Server thread/INFO]: [BLib] Обнаруженная версия сервера: 1.18.2
|
512 | [22:54:55] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v7.24.8.25
|
513 | [22:54:55] [Server thread/INFO]: ========*======== ExecutableItems ========*========
|
514 | [22:54:55] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld
|
515 | [22:54:55] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld
|
516 | [22:54:56] [Server thread/INFO]: ExecutableItems Amount of Executable Items configurations loaded: 139
|
517 | [22:54:56] [Server thread/INFO]: ExecutableItems Items with display conditions :
|
518 | [22:54:56] [Server thread/INFO]: ========*======== ExecutableItems ========*========
|
519 | [22:54:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ExecutableItems [1.0.0]
|
520 | [22:54:56] [Server thread/INFO]: [ProtectAddon] Enabling ProtectAddon v2.2.2
|
521 | [22:54:56] [Server thread/INFO]: PROTECTADDON | Настройка конфигурации ProtectionStones...
|
522 | [22:54:56] [Server thread/INFO]: PROTECTADDON | Настройка ProtectionStones окончена!
|
523 | [22:54:56] [Server thread/INFO]:
|
524 | [22:54:56] [Server thread/INFO]: PROTECTADDON | Плагин запущен (1.18.2). Версия: v2.2.2
|
525 | [22:54:56] [Server thread/INFO]: PROTECTADDON | Загружено голограмм: 0 шт
|
526 | [22:54:56] [Server thread/INFO]: PROTECTADDON | На чай: https://www.donationalerts.com/r/destroydev
|
527 | [22:54:56] [Server thread/INFO]: PROTECTADDON | Разработчик: https://t.me/byteswing
|
528 | [22:54:56] [Server thread/INFO]:
|
529 | [22:54:56] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
|
530 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - DIAMOND_BLOCK (5)
|
531 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - EMERALD_BLOCK (7)
|
532 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - DIAMOND_ORE (10)
|
533 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - IRON_BLOCK (2)
|
534 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (15)
|
535 | [22:54:56] [Server thread/WARN]: [ProtectionStones] Duplicate block type found! Ignoring the extra block DIAMOND_BLOCK
|
536 | [22:54:56] [Server thread/INFO]: [ProtectionStones] - GOLD_BLOCK (3)
|
537 | [22:54:56] [Server thread/INFO]: [CMI] Enabling CMI v9.7.5.4
|
538 | [22:54:56] [Server thread/INFO]: _______________________________________________________
|
539 | [22:54:56] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
|
540 | [22:54:56] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
|
541 | [22:54:56] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
|
542 | [22:54:56] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
|
543 | [22:54:56] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
|
544 | [22:54:56] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
|
545 | [22:54:56] [Server thread/INFO]: _______________________________________________________
|
546 | [22:54:56] [Server thread/INFO]: Integrating PaperSpigot async methods
|
547 | [22:54:56] [Server thread/INFO]: Vault found. (Loaded: true)
|
548 | [22:54:56] [Server thread/INFO]: 66 Enabled and 0 Disabled modules
|
549 | [22:54:56] [Server thread/INFO]: Loaded (4) portals into memory. Took 17ms
|
550 | [22:54:56] [Server thread/INFO]: ProtocolLib found. (Loaded: true)
|
551 | [22:54:56] [Server thread/INFO]: Permission plugin: LuckPerms5.4.131
|
552 | [22:54:56] [Server thread/INFO]: Initialized Cipher256 AES
|
553 | [22:54:56] [Server thread/INFO]: Loaded (61) regular alias into memory. Took 35ms
|
554 | [22:54:56] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 2ms
|
555 | [22:54:56] [Server thread/INFO]: 3.36.0 data base type detected
|
556 | [22:54:56] [Server thread/INFO]: Started SqLite data base. Took 82ms
|
557 | [22:54:56] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
|
558 | [22:54:57] [Server thread/INFO]: Can't determine point command default particle, defaultin to DUST
|
559 | [22:54:57] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
|
560 | [22:54:57] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
|
561 | [22:54:57] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 0ms
|
562 | [22:54:57] [Server thread/INFO]: Loaded (138) custom mob heads into memory. Took 9ms
|
563 | [22:54:57] [Server thread/INFO]: Loaded (5) kits into memory. Took 10ms
|
564 | [22:54:57] [Server thread/INFO]: Loaded (7) ranks into memory. Took 7ms
|
565 | [22:54:57] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 1ms
|
566 | [22:54:57] [Server thread/INFO]: Loaded (2) player data into memory. Took 5ms
|
567 | [22:54:57] [Server thread/INFO]: Loaded (0) playtime records into memory. Took 0ms
|
568 | [22:54:57] [Server thread/INFO]: Loaded (0) playtime reward records into memory. Took 0ms
|
569 | [22:54:57] [Server thread/INFO]: Loaded (3) custom alias into memory. Took 1ms
|
570 | [22:54:57] [pool-46-thread-1/INFO]: [ajLeaderboards] You are up to date! (2.9.0)
|
571 | [22:54:57] [Server thread/INFO]: Registered events. Took 77ms
|
572 | [22:54:57] [Server thread/INFO]: Loaded (0) event action commands into memory. Took 3ms
|
573 | [22:54:57] [Server thread/INFO]: Loaded (EN) language file into memory. Took 92ms
|
574 | [22:54:57] [Server thread/INFO]: Loaded (RU) language file into memory. Took 103ms
|
575 | [22:54:57] [Server thread/WARN]: [CMILib] Loaded class com.Zrips.CMI.Containers.Snd from CMI v9.7.5.4 which is not a depend or softdepend of this plugin.
|
576 | [22:54:57] [Server thread/INFO]: Loaded (245) worth values into memory. Took 13ms
|
577 | [22:54:57] [Server thread/INFO]: Loaded (1) warps into memory. Took 1ms
|
578 | [22:54:57] [Server thread/INFO]: VaultPermissions found. (Loaded: true)
|
579 | [22:54:57] [Server thread/INFO]: PlaceholderAPI found. (Loaded: true)
|
580 | [22:54:57] [Server thread/INFO]: Starting world timer.
|
581 | [22:54:57] [Server thread/INFO]: Initializing world manager.
|
582 | [22:54:57] [Server thread/INFO]: Loaded (4) schedules into memory. Took 5ms
|
583 | [22:54:57] [Server thread/INFO]: Loaded GeoIP
|
584 | [22:54:57] [Server thread/INFO]: Loaded (0) skin cache entries into memory. Took 0ms
|
585 | [22:54:57] [Server thread/INFO]: Loaded (0) ArmorStand templates into memory. Took 0ms
|
586 | [22:54:57] [Server thread/INFO]: Version 9.7.5.4 has been enabled
|
587 | [22:54:57] [Server thread/INFO]: _______________________________________________________
|
588 | [22:54:57] [Server thread/INFO]: [CMIEInjector][Economy] CMI Economy hooked.
|
589 | [22:54:57] [Server thread/INFO]: [BAuction] Enabling BAuction v1.3.3
|
590 | [22:54:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BAuction [1.3.3]
|
591 | [22:54:57] [bauc File Db loader/INFO]: [BAuction] Успешно загружено 0 предметов за 8 мс.
|
592 | [22:54:57] [Server thread/INFO]: [BAirDropX] Enabling BAirDropX v1.0.2-BETA
|
593 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] Загружен эффект expanding_circle из файла plugins/BAirDropX/effects/expandingCircle.snbt
|
594 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] Загружен эффект random_particle из файла plugins/BAirDropX/effects/randomParticle.snbt
|
595 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] Загружен эффект circle из файла plugins/BAirDropX/effects/circle.snbt
|
596 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] Загружен эффект particle_explosion из файла plugins/BAirDropX/effects/particleExplosion.snbt
|
597 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] Загружен эффект helix из файла plugins/BAirDropX/effects/helix.snbt
|
598 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] detected schematics file in 'plugins/BAirDropX/schematics/example.txt'
|
599 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] load hologramTimeToEnd hologram
|
600 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] load hologramTimeToOpen hologram
|
601 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] load hologramTimeStart hologram
|
602 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] load hologramClickWait hologram
|
603 | [22:54:57] [Server thread/INFO]: [BAirDropX] [DEBUG] load airdrop from: plugins/BAirDropX/airdrops/example
|
604 | [22:54:57] [Server thread/ERROR]: Error occurred while enabling BAirDropX v1.0.2-BETA (Is it up to date?)
|
605 | java.lang.NoSuchMethodError: 'org.by1337.blib.nbt.NBT org.by1337.blib.nbt.NbtType.read(org.by1337.blib.io.ByteBuffer)'
|
606 | at org.by1337.bairx.airdrop.AirDropMetaData.read(AirDropMetaData.java:54) ~[BAirDropX-1.0.2-BETA.jar:?]
|
607 | at org.by1337.bairx.airdrop.loader.AirdropLoader.load(AirdropLoader.java:33) ~[BAirDropX-1.0.2-BETA.jar:?]
|
608 | at org.by1337.bairx.BAirDropX.onEnable0(BAirDropX.java:150) ~[BAirDropX-1.0.2-BETA.jar:?]
|
609 | at org.by1337.bairx.BAirDropX.onEnable(BAirDropX.java:113) ~[BAirDropX-1.0.2-BETA.jar:?]
|
610 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
611 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
612 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
613 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
614 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
615 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:670) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
616 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
617 | at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:352) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
618 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
619 | at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
620 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
|
621 | [22:54:57] [Server thread/INFO]: [BAirDropX] Disabling BAirDropX v1.0.2-BETA
|
622 | [22:54:57] [Server thread/ERROR]: Error occurred while disabling BAirDropX v1.0.2-BETA (Is it up to date?)
|
623 | java.lang.NullPointerException: Cannot invoke "org.by1337.bairx.hook.papi.PapiHook.unregister()" because "this.papiHook" is null
|
624 | at org.by1337.bairx.BAirDropX.onDisable(BAirDropX.java:186) ~[BAirDropX-1.0.2-BETA.jar:?]
|
625 | at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
626 | at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:401) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
627 | at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:578) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
628 | at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:376) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
629 | at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[purpur-api-1.18.2-R0.1-SNAPSHOT.jar:?]
|
630 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
631 | at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
632 | at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:670) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
633 | at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:437) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
634 | at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:352) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
635 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1180) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
636 | at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:321) ~[purpur-1.18.2.jar:git-Purpur-1632]
|
637 | at java.lang.Thread.run(Thread.java:840) ~[?:?]
|
638 | [22:54:57] [Server thread/INFO]: [libreforge] Enabling libreforge v4.71.3
|
639 | [22:54:57] [Server thread/INFO]: [libreforge] Loading libreforge
|
640 | [22:54:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: libreforge [4.71.3]
|
641 | [22:54:57] [Server thread/WARN]: [libreforge] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
|
642 | [22:54:57] [Server thread/WARN]: [libreforge] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.4-SNAPSHOT+null which is not a depend or softdepend of this plugin.
|
643 | [22:54:57] [Server thread/INFO]: [libreforge] Loaded integrations: TAB, Vault, WorldGuard
|
644 | [22:54:57] [Server thread/INFO]: [libreforge]
|
645 | [22:54:57] [Server thread/INFO]: [libreforge] Hey, what's this plugin doing here? I didn't install it!
|
646 | [22:54:57] [Server thread/INFO]: [libreforge] libreforge is the effects system for plugins like EcoEnchants,
|
647 | [22:54:57] [Server thread/INFO]: [libreforge] EcoJobs, EcoItems, etc. If you're looking for config options for
|
648 | [22:54:57] [Server thread/INFO]: [libreforge] things like cooldown messages, lrcdb, and stuff like that, you'll
|
649 | [22:54:57] [Server thread/INFO]: [libreforge] find it under /plugins/libreforge
|
650 | [22:54:57] [Server thread/INFO]: [libreforge]
|
651 | [22:54:57] [Server thread/INFO]: [libreforge] Don't worry about updating libreforge, it's handled automatically!
|
652 | [22:54:57] [Server thread/INFO]: [libreforge]
|
653 | [22:54:58] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
|
654 | [22:54:58] [Server thread/INFO]: [Geyser-Spigot] ******************************************
|
655 | [22:54:58] [Server thread/INFO]: [Geyser-Spigot]
|
656 | [22:54:58] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.4.2-b654 (git-master-2274377)
|
657 | [22:54:58] [Server thread/INFO]: [Geyser-Spigot]
|
658 | [22:54:58] [Server thread/INFO]: [Geyser-Spigot] ******************************************
|
659 | [22:55:00] [epollEventLoopGroup-4-1/INFO]: [Geyser-Spigot] Started Geyser on UDP port 25628
|
660 | [22:55:00] [Server thread/INFO]: [Geyser-Spigot] Done (2.245s)! Run /geyser help for help!
|
661 | [22:55:00] [Server thread/INFO]: Running delayed init tasks
|
662 | [22:55:00] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
|
663 | [22:55:00] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
|
664 | [22:55:00] [Craft Scheduler Thread - 9 - ChatEx/INFO]: [ChatEx] Checking for update...
|
665 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.7]
|
666 | [22:55:00] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] Checking for Updates ...
|
667 | [22:55:00] [Craft Scheduler Thread - 8 - DecentHolograms/INFO]: [DecentHolograms] Loaded 7 holograms!
|
668 | [22:55:00] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] No new version available
|
669 | [22:55:00] [Craft Scheduler Thread - 9 - ChatEx/INFO]: [ChatEx] Version installed is 3.2.2
|
670 | [22:55:00] [Craft Scheduler Thread - 9 - ChatEx/INFO]: [ChatEx] Latest version found online is 3.2.2
|
671 | [22:55:00] [Craft Scheduler Thread - 9 - ChatEx/INFO]: [ChatEx] No update found.
|
672 | [22:55:00] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]:
|
673 | [22:55:00] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: A newer version of DecentHolograms is available. Download it from:
|
674 | [22:55:00] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: - https://www.spigotmc.org/resources/96927/
|
675 | [22:55:00] [Craft Scheduler Thread - 10 - DecentHolograms/INFO]: - https://modrinth.com/plugin/decentholograms
|
676 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cmi [**.**.**.**]
|
677 | [22:55:00] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
|
678 | [22:55:00] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
|
679 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
|
680 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: pointsapi [1.0.2]
|
681 | [22:55:00] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.131 which is not a depend or softdepend of this plugin.
|
682 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
|
683 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
|
684 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.2]
|
685 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: expirytime [1.2]
|
686 | [22:55:00] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.4-SNAPSHOT+null which is not a depend or softdepend of this plugin.
|
687 | [22:55:00] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.2.5+57d5ac9 which is not a depend or softdepend of this plugin.
|
688 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: worldguard [1.4.2]
|
689 | [22:55:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
|
690 | [22:55:00] [Server thread/INFO]: 8 placeholder hook(s) registered!
|
691 | [22:55:00] [Craft Scheduler Thread - 2 - eco/WARN]: [eco] eco is out of date! (Version 6.73.7)
|
692 | [22:55:00] [Craft Scheduler Thread - 2 - eco/WARN]: [eco] The newest version is 6.74.0
|
693 | [22:55:00] [Craft Scheduler Thread - 2 - eco/WARN]: [eco] Download the new version!
|
694 | [22:55:00] [Server thread/INFO]: Done (27.746s)! For help, type "help"
|
695 | [22:55:00] [Server thread/INFO]: Timings Reset
|
696 | [22:55:00] [Server thread/INFO]: [eco] Loaded eco
|
697 | [22:55:00] [Server thread/ERROR]: [EcoEnchants]
|
698 | [22:55:00] [Server thread/ERROR]: [EcoEnchants] Invalid configuration for potion_effect found at enchantment blackout -> effects -> args:
|
699 | [22:55:00] [Server thread/ERROR]: [EcoEnchants] (Cause) Argument 'effect'
|
700 | [22:55:00] [Server thread/ERROR]: [EcoEnchants] (Reason) You must specify a valid potion effect! See here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
|
701 | [22:55:00] [Server thread/ERROR]: [EcoEnchants]
|
702 | [22:55:00] [Server thread/WARN]: [EcoEnchants] 19 enchantments were not loaded because they need EcoSkills to be installed!
|
703 | [22:55:00] [Server thread/WARN]: [EcoEnchants] Either download EcoSkills or delete the folder at /plugins/EcoEnchants/enchants/ecoskills to remove this message
|
704 | [22:55:00] [Server thread/WARN]: [EcoEnchants] 1 enchantments were not loaded because they need EcoJobs to be installed!
|
705 | [22:55:00] [Server thread/WARN]: [EcoEnchants] Either download EcoJobs or delete the folder at /plugins/EcoEnchants/enchants/ecojobs to remove this message
|
706 | [22:55:00] [Server thread/WARN]: [EcoEnchants] 1 enchantments were not loaded because they need EcoPets to be installed!
|
707 | [22:55:00] [Server thread/WARN]: [EcoEnchants] Either download EcoPets or delete the folder at /plugins/EcoEnchants/enchants/ecopets to remove this message
|
708 | [22:55:01] [Server thread/INFO]: [EcoEnchants] Loaded EcoEnchants
|
709 | [22:55:01] [Server thread/INFO]: [libreforge] Loaded libreforge
|
710 | [22:55:03] [Craft Scheduler Thread - 0 - BetterTalismans/INFO]: [BetterTalismans] Checking for updates...
|
711 | [22:55:03] [Craft Scheduler Thread - 0 - BetterTalismans/INFO]: [BetterTalismans] Plugin up-to-date! You have the latest version!
|