Paper 1.20.1 Server Log

#UW5uM6b
30 errors
1365 lines
Raw
Analysis
Minecraft version:
1.20.1
1[13:08:36] [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:08:38] [ServerMain/INFO]: Loaded 7 recipes
3[13:08:38] [Server thread/INFO]: Starting minecraft server version 1.20.1
4[13:08:38] [Server thread/INFO]: Loading properties
5[13:08:38] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
6[13:08:39] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[13:08:39] [Server thread/INFO]: Using 4 threads for Netty based IO
8[13:08:40] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
9 We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
10 For more information please visit: https://github.com/PaperMC/Paper/issues/8948
11[13:08:40] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
12[13:08:40] [Server thread/INFO]: Default game type: SURVIVAL
13[13:08:40] [Server thread/INFO]: Generating keypair
14[13:08:40] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:22141
15[13:08:40] [Server thread/INFO]: Using epoll channel type
16[13:08:40] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
17[13:08:40] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
18[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loading 3 libraries... please wait
19[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-api/4.14.0/adventure-api-4.14.0.jar
20[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-key/4.14.0/adventure-key-4.14.0.jar
21[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
22[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
23[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
24[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-gson/4.14.0/adventure-text-serializer-gson-4.14.0.jar
25[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-json/4.14.0/adventure-text-serializer-json-4.14.0.jar
26[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
27[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.0/adventure-text-serializer-bungeecord-4.3.0.jar
28[13:08:41] [Server thread/INFO]: [SpigotLibraryLoader] [ModelEngine] Loaded library /home/********/libraries/net/kyori/adventure-text-serializer-legacy/4.13.0/adventure-text-serializer-legacy-4.13.0.jar
29[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loading 1 libraries... please wait
30[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/********/libraries/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
31[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/********/libraries/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
32[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/********/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
33[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/********/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
34[13:08:42] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/********/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
35[13:08:42] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
36[13:08:46] [Server thread/WARN]: Legacy plugin VoidGenerator v1.0 does not specify an api-version.
37[13:08:46] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'MMOEconomy-1.0.3.jar' in folder 'plugins'
38org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: io/lumine/mythic/lib/command/api/MMOCommandManager
39 at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.20.1.jar:git-Paper-196]
40 at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.1.jar:git-Paper-196]
41 at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.20.1.jar:git-Paper-196]
42 at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.20.1.jar:git-Paper-196]
43 at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-196]
44 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:510) ~[paper-1.20.1.jar:git-Paper-196]
45 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-196]
46 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
47 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
48 at java.lang.Thread.run(Thread.java:1570) ~[?:?]
49Caused by: java.lang.NoClassDefFoundError: io/lumine/mythic/lib/command/api/MMOCommandManager
50 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
51 at java.lang.ClassLoader.defineClass(ClassLoader.java:1023) ~[?:?]
52 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
53 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:229) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
54 at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
55 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
56 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
57 at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
58 at fr.phoenix.mmoeconomy.MMOEconomy.<init>(MMOEconomy.java:27) ~[MMOEconomy-1.0.3.jar:?]
59 at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
60 at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
61 at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:132) ~[?:?]
62 at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:259) ~[?:?]
63 at java.lang.Class.newInstance(Class.java:755) ~[?:?]
64 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:88) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
65 at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.1.jar:git-Paper-196]
66 ... 9 more
67Caused by: java.lang.ClassNotFoundException: io.lumine.mythic.lib.command.api.MMOCommandManager
68 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
69 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
70 at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
71 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
72 at java.lang.ClassLoader.defineClass(ClassLoader.java:1023) ~[?:?]
73 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
74 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:229) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
75 at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
76 at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
77 at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
78 at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
79 at fr.phoenix.mmoeconomy.MMOEconomy.<init>(MMOEconomy.java:27) ~[MMOEconomy-1.0.3.jar:?]
80 at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
81 at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
82 at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:132) ~[?:?]
83 at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:259) ~[?:?]
84 at java.lang.Class.newInstance(Class.java:755) ~[?:?]
85 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:88) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
86 at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.1.jar:git-Paper-196]
87 ... 9 more
88[13:08:46] [Server thread/INFO]: [SpigotLibraryLoader] [O'DailyQuests] Loading 2 libraries... please wait
89[13:08:46] [Server thread/INFO]: [SpigotLibraryLoader] [O'DailyQuests] Loaded library /home/********/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
90[13:08:46] [Server thread/INFO]: [SpigotLibraryLoader] [O'DailyQuests] Loaded library /home/********/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
91[13:08:46] [Server thread/INFO]: [SpigotLibraryLoader] [O'DailyQuests] Loaded library /home/********/libraries/com/h2database/h2/2.1.214/h2-2.1.214.jar
92[13:08:46] [Server thread/WARN]: Legacy plugin elyby-skinsystem v0.2.0-beta does not specify an api-version.
93[13:08:47] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.124
94[13:08:47] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
95[13:08:47] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.1+6763-2e55f4f
96[13:08:48] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1fec83ce]
97[13:08:48] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9-SNAPSHOT+1e11b88
98[13:08:48] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
99[13:08:48] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
100[13:08:48] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.6.2-3e052553
101[13:08:48] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
102[13:08:48] [Server thread/INFO]: [MythicMobs] §4M§6y§6t§6h§2i§2c§2 §3E§3n§1a§1b§1l§5e§5d§4!
103[13:08:48] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.1-SNAPSHOT-689
104[13:08:50] [Server thread/INFO]: [MythicLib] Loading server plugin MythicLib v1.6.1
105[13:08:50] [Server thread/INFO]: [MythicLib] Plugin file is called 'MythicLib-1.6.1.jar'
106[13:08:50] [Server thread/INFO]: [MythicLib] Detected Bukkit Version: v1_20_R1
107[13:08:50] [Server thread/INFO]: [MythicLib] Hooked onto WorldGuard
108[13:08:50] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3208)
109[13:08:50] [Server thread/INFO]: [MMOCore] Loading server plugin MMOCore v1.12
110[13:08:50] [Server thread/INFO]: [MMOCore] Plugin file is called 'MMOCore-1.12 (3).jar'
111[13:08:50] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.45
112[13:08:50] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+81-cde7184
113[13:08:50] [Server thread/INFO]: [ModelEngine] Loading server plugin ModelEngine vR4.0.6
114[13:08:50] [Server thread/INFO]: [MMOItems] Loading server plugin MMOItems v6.9.4
115[13:08:50] [Server thread/INFO]: [MMOItems] Plugin file is called 'MMOItems-6.9.4.jar'
116[13:08:50] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
117[13:08:50] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.3-beta-14
118[13:08:50] [Server thread/ERROR]: [ItemsAdder]
119[13:08:50] [Server thread/ERROR]: [ItemsAdder]
120[13:08:50] [Server thread/ERROR]: [ItemsAdder] Error: Please check your config.yml and see if you have enabled multiple host types.
121You must enable one of them not all or none.
122[13:08:50] [Server thread/ERROR]: [ItemsAdder]
123[13:08:50] [Server thread/WARN]: [ItemsAdder] Enabled 'no-host' option temporarily.
124[13:08:50] [Server thread/ERROR]: [ItemsAdder]
125[13:08:50] [Server thread/ERROR]: [ItemsAdder]
126[13:08:50] [Server thread/INFO]: [HeadsAnywhere] Loading server plugin HeadsAnywhere v1.3
127[13:08:50] [Server thread/INFO]: [VoidGenerator] Loading server plugin VoidGenerator v1.0
128[13:08:50] [Server thread/INFO]: [ArmorStandAdjustor] Loading server plugin ArmorStandAdjustor v1.8.1
129[13:08:50] [Server thread/INFO]: [MCoreAddon] Loading server plugin MCoreAddon v1.0
130[13:08:50] [Server thread/INFO]: [CustomFishing] Loading server plugin CustomFishing v2.1.6.5
131[13:08:50] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
132[13:08:50] [Server thread/INFO]: [O'DailyQuests] Loading server plugin ODailyQuests v2.2.5
133[13:08:50] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.8.0
134[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
135[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
136[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
137[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
138[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
139[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
140[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
141[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
142[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
143[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
144[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
145[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
146[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
147[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
148[13:08:50] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
149[13:08:50] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
150[13:08:50] [Server thread/INFO]: [elyby-skinsystem] Loading server plugin elyby-skinsystem v0.2.0-beta
151[13:08:50] [Server thread/INFO]: [MCPets] Loading server plugin MCPets v4.1.2
152[13:08:50] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mcpets [1.0.0]
153[13:08:50] [Server thread/INFO]: [MCPets] : mcpets-dismount flag registered successfully !
154[13:08:50] [Server thread/INFO]: [MCPets] : mcpets-despawn flag registered successfully !
155[13:08:50] [Server thread/INFO]: [MCPets] : mcpets-dismount-flying flag registered successfully !
156[13:08:50] [Server thread/INFO]: [MCPets] : mcpets-pet-player-damage flag registered successfully !
157[13:08:50] [Server thread/INFO]: [KeepChunks] Loading server plugin KeepChunks v1.7.2
158[13:08:50] [Server thread/INFO]: [FancyHolograms] Loading server plugin FancyHolograms v2.0.6
159[13:08:50] [Server thread/INFO]: [BossBarHealth] Loading server plugin BossBarHealth v4.1.13-SNAPSHOT
160[13:08:50] [Server thread/INFO]: [nLogin] Loading server plugin nLogin v10.2.7
161[13:08:51] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
162[13:08:51] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
163[13:08:51] [Server thread/INFO]: [ChatEx] Loading server plugin ChatEx v3.2.2
164[13:08:51] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.4
165[13:08:51] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.5.5
166[13:08:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
167[13:08:51] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.124
168[13:08:52] [Server thread/INFO]: __
169[13:08:52] [Server thread/INFO]: | |__) LuckPerms v5.4.124
170[13:08:52] [Server thread/INFO]: |___ | Running on Bukkit - Paper
171[13:08:52] [Server thread/INFO]:
172[13:08:52] [Server thread/INFO]: [LuckPerms] Loading configuration...
173[13:08:52] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
174[13:08:54] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
175[13:08:54] [Server thread/INFO]: [LuckPerms] Performing initial data load...
176[13:08:54] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3099ms)
177[13:08:54] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
178[13:08:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
179[13:08:54] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
180[13:08:54] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
181[13:08:54] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
182[13:08:54] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.1+6763-2e55f4f
183[13:08:55] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
184[13:08:55] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
185[13:08:55] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
186[13:08:57] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.1-SNAPSHOT-689
187[13:08:57] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.45
188[13:08:57] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR4.0.6
189[13:09:01] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.0*
190[13:09:01] [Server thread/INFO]: VoidGenerator has been enabled!
191[13:09:01] [Server thread/INFO]: [elyby-skinsystem] Enabling elyby-skinsystem v0.2.0-beta*
192[13:09:01] [Server thread/INFO]: [nLogin] Enabling nLogin v10.2.7
193[13:09:02] [Server thread/INFO]: [nLogin] Successful plugin core start (took 0.60s)
194[13:09:02] [Server thread/INFO]: __ _
195[13:09:02] [Server thread/INFO]: _ __ / / ___ __ _(_)_ __
196[13:09:02] [Server thread/INFO]: | '_ \ / / / _ \ / _` | | '_ \
197[13:09:02] [Server thread/INFO]: | | | / /__| (_) | (_| | | | | |
198[13:09:02] [Server thread/INFO]: |_| |_\____/\___/ \__, |_|_| |_|
199[13:09:02] [Server thread/INFO]: |___/
200[13:09:02] [Server thread/INFO]: By: www.nickuc.com - V 10.2.7 DEVELOPMENT
201[13:09:02] [Server thread/INFO]:
202[13:09:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
203[13:09:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
204[13:09:03] [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.
205[13:09:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
206[13:09:03] [Server thread/INFO]: Preparing level "world"
207[13:09:04] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
208[13:09:04] [Server thread/INFO]: Time elapsed: 269 ms
209[13:09:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
210[13:09:04] [Server thread/INFO]: Time elapsed: 102 ms
211[13:09:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
212[13:09:04] [Server thread/INFO]: Time elapsed: 91 ms
213[13:09:04] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9-SNAPSHOT+1e11b88
214[13:09:05] [Server thread/INFO]: [WorldGuard] (world) Поджигание динамита РАЗРЕШЕНО.
215[13:09:05] [Server thread/INFO]: [WorldGuard] (world) Огниво РАЗРЕШЕНО.
216[13:09:05] [Server thread/INFO]: [WorldGuard] (world) Распространение огня лавы РАЗРЕШЕНО
217[13:09:05] [Server thread/INFO]: [WorldGuard] (world) Распространения огоня неограничено.
218[13:09:05] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world'
219[13:09:05] [Server thread/INFO]: [WorldGuard] (world_nether) Поджигание динамита РАЗРЕШЕНО.
220[13:09:05] [Server thread/INFO]: [WorldGuard] (world_nether) Огниво РАЗРЕШЕНО.
221[13:09:05] [Server thread/INFO]: [WorldGuard] (world_nether) Распространение огня лавы РАЗРЕШЕНО
222[13:09:05] [Server thread/INFO]: [WorldGuard] (world_nether) Распространения огоня неограничено.
223[13:09:05] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_nether'
224[13:09:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Поджигание динамита РАЗРЕШЕНО.
225[13:09:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Огниво РАЗРЕШЕНО.
226[13:09:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Распространение огня лавы РАЗРЕШЕНО
227[13:09:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Распространения огоня неограничено.
228[13:09:05] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'world_the_end'
229[13:09:05] [Server thread/INFO]: [WorldGuard] Загрузка данных региона...
230[13:09:05] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
231[13:09:05] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
232[13:09:05] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
233[13:09:05] [Server thread/INFO]: Preparing start region for dimension minecraft:build
234[13:09:06] [Server thread/INFO]: Time elapsed: 400 ms
235[13:09:06] [Server thread/INFO]: [WorldGuard] (build) Поджигание динамита РАЗРЕШЕНО.
236[13:09:06] [Server thread/INFO]: [WorldGuard] (build) Огниво РАЗРЕШЕНО.
237[13:09:06] [Server thread/INFO]: [WorldGuard] (build) Распространение огня лавы РАЗРЕШЕНО
238[13:09:06] [Server thread/INFO]: [WorldGuard] (build) Распространения огоня неограничено.
239[13:09:06] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'build'
240[13:09:06] [Server thread/INFO]: Preparing start region for dimension minecraft:loka2
241[13:09:06] [Server thread/INFO]: Time elapsed: 298 ms
242[13:09:06] [Server thread/INFO]: [WorldGuard] (Loka2) Поджигание динамита РАЗРЕШЕНО.
243[13:09:06] [Server thread/INFO]: [WorldGuard] (Loka2) Огниво РАЗРЕШЕНО.
244[13:09:06] [Server thread/INFO]: [WorldGuard] (Loka2) Распространение огня лавы РАЗРЕШЕНО
245[13:09:06] [Server thread/INFO]: [WorldGuard] (Loka2) Распространения огоня неограничено.
246[13:09:06] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'Loka2'
247[13:09:07] [Server thread/INFO]: Preparing start region for dimension minecraft:loka1
248[13:09:07] [Server thread/INFO]: Time elapsed: 114 ms
249[13:09:07] [Server thread/INFO]: [WorldGuard] (Loka1) Поджигание динамита РАЗРЕШЕНО.
250[13:09:07] [Server thread/INFO]: [WorldGuard] (Loka1) Огниво РАЗРЕШЕНО.
251[13:09:07] [Server thread/INFO]: [WorldGuard] (Loka1) Распространение огня лавы РАЗРЕШЕНО
252[13:09:07] [Server thread/INFO]: [WorldGuard] (Loka1) Распространения огоня неограничено.
253[13:09:07] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'Loka1'
254[13:09:07] [Server thread/INFO]: Preparing start region for dimension minecraft:cattleburialground
255[13:09:08] [Server thread/INFO]: Time elapsed: 292 ms
256[13:09:08] [Server thread/INFO]: [WorldGuard] (cattleburialground) Поджигание динамита РАЗРЕШЕНО.
257[13:09:08] [Server thread/INFO]: [WorldGuard] (cattleburialground) Огниво РАЗРЕШЕНО.
258[13:09:08] [Server thread/INFO]: [WorldGuard] (cattleburialground) Распространение огня лавы РАЗРЕШЕНО
259[13:09:08] [Server thread/INFO]: [WorldGuard] (cattleburialground) Распространения огоня неограничено.
260[13:09:08] [Server thread/INFO]: [WorldGuard] Загрузка конфигурации для мира 'cattleburialground'
261[13:09:08] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
262[13:09:08] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
263[13:09:08] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
264[13:09:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
265[13:09:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
266[13:09:08] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.6.2-3e052553
267[13:09:09] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.1)...
268[13:09:09] [Server thread/INFO]: [MythicMobs] The server is running Paper; enabled Paper exclusive functionality
269[13:09:12] [Server thread/INFO]: [MythicMobs] Mythic MMOItems Support has been enabled!
270[13:09:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
271[13:09:13] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
272[13:09:13] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
273[13:09:13] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
274[13:09:13] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
275[13:09:13] [Server thread/INFO]: [MythicMobs] Base directory /home/********/plugins/MythicMobs/data
276[13:09:13] [Server thread/INFO]: [MythicMobs] Module directory /home/********/plugins/MythicMobs/data/worlds
277[13:09:16] [Server thread/INFO]: [MythicMobs] Loading Packs...
278[13:09:17] [Server thread/INFO]: [MythicMobs] Loading Items...
279[13:09:17] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
280[13:09:17] [Server thread/INFO]: [MythicMobs] Loading Skills...
281[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
282[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
283[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
284[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
285[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
286[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
287[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
288[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
289[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
290[13:09:17] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error: Particle 'snow' is not supported by this version of MythicMobs.
291[13:09:17] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
292[13:09:18] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
293[13:09:18] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
294[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 32 mobs.
295[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 5 vanilla mob overrides.
296[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
297[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 252 skills.
298[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
299[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 mythic items.
300[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
301[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ Loaded 45 mob spawners.
302[13:09:18] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
303[13:09:18] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
304[13:09:18] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v5.6.2 ( build 3e052553 ) has been successfully loaded!
305[13:09:18] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
306[13:09:18] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs
307[13:09:18] [Server thread/INFO]: [MythicLib] Enabling MythicLib v1.6.1
308[13:09:18] [Server thread/WARN]: [MythicLib] You may be using an outdated config.yml!
309[13:09:18] [Server thread/WARN]: [MythicLib] (Your config version: '4' | Expected config version: '5')
310[13:09:19] [Server thread/INFO]: [MythicMobs] MMO Plugin Support has been enabled!
311[13:09:19] [Server thread/INFO]: [MythicLib] Hooked onto MythicMobs
312[13:09:19] [Server thread/INFO]: [MythicLib] Hooked onto ProtocolLib
313[13:09:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythiclib [1.6.1]
314[13:09:19] [Server thread/INFO]: [MythicLib] Hooked onto PlaceholderAPI
315[13:09:19] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3208)
316[13:09:19] [Server thread/INFO]: [Citizens] Loading external libraries
317[13:09:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
318[13:09:19] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
319[13:09:19] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: Citizens
320[13:09:19] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.12
321[13:09:20] [Server thread/INFO]: [MMOCore] Hooked onto Vault
322[13:09:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mmocore [1.12]
323[13:09:20] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
324[13:09:20] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
325[13:09:20] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
326[13:09:20] [Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
327[13:09:20] [Server thread/WARN]: [MMOCore] Could not load trigger 'mmoitem{type=SWORD;id=CUTLASS}' from objective '5': Could not find MMOItem with ID 'CUTLASS'
328[13:09:20] [Server thread/WARN]: [MMOCore] An error occured while trying to load loot chest region 'sample-region': Could not find world world_name_here
329[13:09:20] [Server thread/WARN]: [MMOCore] Could not load item 'fishing-profession' from inventory 'player-stats': The validated expression is false
330[13:09:20] [Server thread/WARN]: [MMOCore] Hooked parties onto MMOCore
331[13:09:20] [Server thread/WARN]: [MMOCore] Hooked guilds onto MMOCore
332[13:09:20] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+81-cde7184
333[13:09:20] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
334[13:09:21] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
335[13:09:21] [Server thread/INFO]: [Essentials] No kits found to migrate.
336[13:09:21] [Server thread/INFO]: [Essentials] Loaded 39095 items from items.json.
337[13:09:21] [Server thread/INFO]: [Essentials] Using locale ru
338[13:09:21] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
339[13:09:21] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
340[13:09:21] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
341[13:09:21] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
342[13:09:21] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.9.4
343[13:09:21] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
344[13:09:21] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
345[13:09:21] [Server thread/INFO]: [MMOItems] Now using MMOCore as RPG core plugin
346[13:09:21] [Server thread/INFO]: [MMOItems SWORD FURY_KATANA] Could not load base item data 'ability': Ability is missing type or mode
347[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY BRONZE_BADGE] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
348[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY SILVER_BADGE] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
349[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY SILVER_BADGE] Could not load base item data 'additional-regeneration': Could not find stat with ID 'ADDITIONAL_REGENERATION'
350[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY GOLD_BADGE] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
351[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY GOLD_BADGE] Could not load base item data 'additional-regeneration': Could not find stat with ID 'ADDITIONAL_REGENERATION'
352[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY GOLD_BADGE] Could not load base item data 'additional-wisdom': Could not find stat with ID 'ADDITIONAL_WISDOM'
353[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY NECKLACE_OF_THE_DAMNED] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
354[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY NECKLACE_OF_THE_DAMNED] Could not load base item data 'additional-regeneration': Could not find stat with ID 'ADDITIONAL_REGENERATION'
355[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY NECKLACE_OF_THE_DAMNED] Could not load base item data 'faction-damage-dungeon': Could not find stat with ID 'FACTION_DAMAGE_DUNGEON'
356[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY PENDANT_OF_THE_DAMNED] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
357[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY PENDANT_OF_THE_DAMNED] Could not load base item data 'additional-regeneration': Could not find stat with ID 'ADDITIONAL_REGENERATION'
358[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY PENDANT_OF_THE_DAMNED] Could not load base item data 'faction-damage-dungeon': Could not find stat with ID 'FACTION_DAMAGE_DUNGEON'
359[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY HEART_OF_THE_DAMNED] Could not load base item data 'additional-strength': Could not find stat with ID 'ADDITIONAL_STRENGTH'
360[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY HEART_OF_THE_DAMNED] Could not load base item data 'additional-regeneration': Could not find stat with ID 'ADDITIONAL_REGENERATION'
361[13:09:21] [Server thread/INFO]: [MMOItems ACCESSORY HEART_OF_THE_DAMNED] Could not load base item data 'faction-damage-dungeon': Could not find stat with ID 'FACTION_DAMAGE_DUNGEON'
362[13:09:21] [Server thread/INFO]: [MMOItems SKIN SWORD] Could not load base item data 'ability': Ability is missing type or mode
363[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_STRENGTH_I] Could not load base item data 'item-cooldown': Must specify a number or a config section
364[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_STRENGTH_II] Could not load base item data 'item-cooldown': Must specify a number or a config section
365[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_STRENGTH_III] Could not load base item data 'item-cooldown': Must specify a number or a config section
366[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_STRENGTH_IV] Could not load base item data 'item-cooldown': Must specify a number or a config section
367[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_STRENGTH_V] Could not load base item data 'item-cooldown': Must specify a number or a config section
368[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_VAMPIRISM_I] Could not load base item data 'item-cooldown': Must specify a number or a config section
369[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_VAMPIRISM_II] Could not load base item data 'item-cooldown': Must specify a number or a config section
370[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_VAMPIRISM_III] Could not load base item data 'item-cooldown': Must specify a number or a config section
371[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_VAMPIRISM_IV] Could not load base item data 'item-cooldown': Must specify a number or a config section
372[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_VAMPIRISM_V] Could not load base item data 'item-cooldown': Must specify a number or a config section
373[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_SORCERY_I] Could not load base item data 'item-cooldown': Must specify a number or a config section
374[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_SORCERY_II] Could not load base item data 'item-cooldown': Must specify a number or a config section
375[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_SORCERY_III] Could not load base item data 'item-cooldown': Must specify a number or a config section
376[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_SORCERY_IV] Could not load base item data 'item-cooldown': Must specify a number or a config section
377[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_SORCERY_V] Could not load base item data 'item-cooldown': Must specify a number or a config section
378[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_PRECISION_I] Could not load base item data 'item-cooldown': Must specify a number or a config section
379[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_PRECISION_II] Could not load base item data 'item-cooldown': Must specify a number or a config section
380[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_PRECISION_III] Could not load base item data 'item-cooldown': Must specify a number or a config section
381[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_PRECISION_IV] Could not load base item data 'item-cooldown': Must specify a number or a config section
382[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE BOTTLED_PRECISION_V] Could not load base item data 'item-cooldown': Must specify a number or a config section
383[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE GRIMOIRE_OF_THE_DAMNED] Could not load base item data 'disable-crafting': Must specify a number (chance) or true/false
384[13:09:21] [Server thread/INFO]: [MMOItems CONSUMABLE GRIMOIRE_OF_THE_LOYAL] Could not load base item data 'disable-crafting': Must specify a number (chance) or true/false
385[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL WITCH_BLOOD] Could not load base item data 'custom-model-data': Must specify a number or a config section
386[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL MYTHRIL_INGOT] Could not load base item data 'custom-model-data': Must specify a number or a config section
387[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL ORICHALCUM_INGOT] Could not load base item data 'custom-model-data': Must specify a number or a config section
388[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL TITANIUM_INGOT] Could not load base item data 'custom-model-data': Must specify a number or a config section
389[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL UNCANNY_OBELISK] Could not load base item data 'custom-model-data': Must specify a number or a config section
390[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL NIGHTMARE_FUEL] Could not load base item data 'custom-model-data': Must specify a number or a config section
391[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL EXO_STONE] Could not load base item data 'custom-model-data': Must specify a number or a config section
392[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL BROKEN_HANDLE] Could not load base item data 'custom-model-data': Must specify a number or a config section
393[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL BROKEN_STAFF] Could not load base item data 'custom-model-data': Must specify a number or a config section
394[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL BROKEN_BOW] Could not load base item data 'custom-model-data': Must specify a number or a config section
395[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL RED_CANDYCANE] Could not load base item data 'custom-model-data': Must specify a number or a config section
396[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL BLUE_CANDYCANE] Could not load base item data 'custom-model-data': Must specify a number or a config section
397[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL SHARD_OF_TRUE_ICE] Could not load base item data 'custom-model-data': Must specify a number or a config section
398[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL URANIUM_DEBRIS] Could not load base item data 'custom-model-data': Must specify a number or a config section
399[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL URANIUM] Could not load base item data 'custom-model-data': Must specify a number or a config section
400[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL IRIDIUM_SHARD] Could not load base item data 'custom-model-data': Must specify a number or a config section
401[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL IRIDIUM_CRYSTAL] Could not load base item data 'custom-model-data': Must specify a number or a config section
402[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL ENDERCORE] Could not load base item data 'custom-model-data': Must specify a number or a config section
403[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL DRAGON_SCALE] Could not load base item data 'custom-model-data': Must specify a number or a config section
404[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL DRAGON_SCALE] Could not load base item data 'tier': Could not find stat with ID 'TIER'
405[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL VOID_GEM] Could not load base item data 'custom-model-data': Must specify a number or a config section
406[13:09:21] [Server thread/INFO]: [MMOItems MATERIAL NULL_CELL] Could not load base item data 'custom-model-data': Must specify a number or a config section
407[13:09:21] [Server thread/INFO]: [MMOItems Item Templates] Loading template modifiers, please wait..
408[13:09:21] [Server thread/INFO]: [MMOItems Item Templates] Loading item templates, please wait...
409[13:09:21] [Server thread/INFO]: [MMOItems] Hooked onto Vault
410[13:09:21] [Server thread/INFO]: [MMOItems] Hooked onto Vault
411[13:09:21] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
412[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
413[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-sword-upgrade' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
414[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'two-handed-steel-sword' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=SWORD,id=STEEL_SWORD,amount=1,display="Steel Sword"}': Could not find a template with ID 'STEEL_SWORD'
415[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'katana' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=6,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
416[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-helmet' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=6,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
417[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-chestplate' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=9,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
418[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-leggings' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=8,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
419[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-boots' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=5,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
420[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-ingot' from crafting station 'steel-crafting-station': §7§cInvalid MMOItem §aMATERIAL STEEL_INGOT§c: §7No such MMOItem for Type §eMATERIAL§7.
421[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-dagger' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
422[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'hardened-steel-claymore' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=15,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
423[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'stiff-greatstaff' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
424[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-pickaxe' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
425[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-shovel' from crafting station 'steel-crafting-station': Could not load ingredient 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=2,display="Steel Ingot"}': Could not find a template with ID 'STEEL_INGOT'
426[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'magic-essence' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=3,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
427[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'arcane-helmet' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=6,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
428[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-chestplate' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=9,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
429[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-leggings' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=8,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
430[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'steel-boots' from crafting station 'arcane-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=MAGIC_FRAGMENT,amount=5,display="Magic Fragment"}': Could not find a template with ID 'MAGIC_FRAGMENT'
431[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'soulstealer' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MISCELLANEOUS,id=HUMAN_SOUL,amount=8,display="Human Soul"}': Could not find a template with ID 'HUMAN_SOUL'
432[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-essence' from crafting station 'mythical-forge': §7§cInvalid MMOItem §aMATERIAL FIRE_ESSENCE§c: §7No such MMOItem for Type §eMATERIAL§7.
433[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-totem' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=8,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
434[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'blaze-soul' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=5,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
435[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'hell-bow' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=2,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
436[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'fire-greatlance' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=4,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
437[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'molten-blade' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=FIRE_ESSENCE,amount=13,display="Fire Essence"}': Could not find a template with ID 'FIRE_ESSENCE'
438[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'wither-essence' from crafting station 'mythical-forge': §7§cInvalid MMOItem §aMATERIAL WITHER_ESSENCE§c: §7No such MMOItem for Type §eMATERIAL§7.
439[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'marking-bow' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=WITHER_ESSENCE,amount=1,display="Wither Essence"}': Could not find a template with ID 'WITHER_ESSENCE'
440[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'cursed-wither-skull' from crafting station 'mythical-forge': Could not load ingredient 'mmoitem{type=MATERIAL,id=WITHER_ESSENCE,amount=1,display="Wither Essence"}': Could not find a template with ID 'WITHER_ESSENCE'
441[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'dead-pharaoh-helmet' from crafting station 'mythical-forge': §7§cInvalid MMOItem §aARMOR DEAD_PHARAOH_HELMET§c: §7No such MMOItem for Type §eARMOR§7.
442[13:09:21] [Server thread/INFO]: [MMOItems] An issue occurred registering recipe 'mossy-skeleton-skull' from crafting station 'mythical-forge': §7§cInvalid MMOItem §aARMOR MOSSY_SKELETON_SKULL§c: §7No such MMOItem for Type §eARMOR§7.
443[13:09:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mmoitems [6.9.4]
444[13:09:22] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
445[13:09:22] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
446[13:09:22] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.3-beta-14
447[13:09:22] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
448[13:09:22] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
449[13:09:23] [Server thread/INFO]: [ItemsAdder]
450 ___ ___ __ __ __ ___ __ ItemsAdder 3.6.3-beta-14
451| | |__ |\/| /__` /\ | \ | \ |__ |__) LoneLibs 1.0.45
452| | |___ | | .__/ /--\ |__/ |__/ |___ | \ Paper git-Paper-196 (MC: 1.20.1)
453
454[13:09:23] [Server thread/INFO]: [ItemsAdder] Registered Citizens NPC Trait: customentity
455[13:09:23] [Server thread/ERROR]: [ItemsAdder]
456[13:09:23] [Server thread/ERROR]: [ItemsAdder]
457[13:09:23] [Server thread/ERROR]: [ItemsAdder] Error: Please check your config.yml and see if you have enabled multiple host types.
458You must enable one of them not all or none.
459[13:09:23] [Server thread/ERROR]: [ItemsAdder]
460[13:09:23] [Server thread/WARN]: [ItemsAdder] Enabled 'no-host' option temporarily.
461[13:09:23] [Server thread/ERROR]: [ItemsAdder]
462[13:09:23] [Server thread/ERROR]: [ItemsAdder]
463[13:09:23] [Server thread/INFO]: [ItemsAdder] [Host] Starting self-host webserver on port: 22795
464[13:09:24] [Server thread/INFO]: [HeadsAnywhere] Enabling HeadsAnywhere v1.3
465[13:09:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: headsanywhere [1.0]
466[13:09:24] [Server thread/INFO]: [ArmorStandAdjustor] Enabling ArmorStandAdjustor v1.8.1
467[13:09:24] [Server thread/INFO]: [MCoreAddon] Enabling MCoreAddon v1.0
468[13:09:24] [Server thread/INFO]: [CustomFishing] Enabling CustomFishing v2.1.6.5
469[13:09:24] [Server thread/INFO]: [CustomFishing] ItemsAdder hooked!
470[13:09:24] [Server thread/INFO]: [CustomFishing] MMOItems hooked!
471[13:09:24] [Server thread/INFO]: [CustomFishing] MythicMobs hooked!
472[13:09:24] [Server thread/INFO]: [CustomFishing] MMOCore hooked!
473[13:09:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cfcompetition [2.0]
474[13:09:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fishingstats [2.0]
475[13:09:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: customfishing [2.0]
476[13:09:25] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
477[13:09:25] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
478[13:09:25] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
479[13:09:25] [Server thread/INFO]: | Command file(s) found : 3
480[13:09:25] [Server thread/INFO]: | Config : Ready.
481[13:09:25] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
482[13:09:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
483[13:09:25] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
484[13:09:25] [Server thread/INFO]: | Custom commands loaded : 6
485[13:09:25] [Server thread/INFO]: | You're running the latest version of MyCommand.
486[13:09:25] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
487[13:09:25] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
488[13:09:25] [Server thread/INFO]: [O'DailyQuests] Enabling ODailyQuests v2.2.5
489[13:09:25] [Server thread/INFO]: [O'DailyQuests] Plugin is starting...
490[13:09:25] [Server thread/INFO]: [O'DailyQuests] Checking for update...
491[13:09:25] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
492[13:09:25] [pool-73-thread-1/INFO]: [CustomFishing] Update is available: https://polymart.org/resource/2723
493[13:09:26] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection conn0: url=jdbc:h2:./plugins/ODailyQuests/database user=ODQ
494[13:09:26] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
495[13:09:26] [Server thread/INFO]: [O'DailyQuests] Plugin successfully connected to database DATABASE.
496[13:09:26] [Server thread/INFO]: [O'DailyQuests] Vault successfully hooked.
497[13:09:26] [Server thread/INFO]: [O'DailyQuests] MythicMobs successfully hooked.
498[13:09:26] [Server thread/INFO]: [O'DailyQuests] Citizens successfully hooked.
499[13:09:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: odailyquests [1.0.4]
500[13:09:26] [Server thread/INFO]: [O'DailyQuests] PlaceholderAPI successfully hooked.
501[13:09:26] [Server thread/ERROR]: [O'DailyQuests] -----------------------------------
502[13:09:26] [Server thread/ERROR]: [O'DailyQuests] Invalid quest configuration detected.
503[13:09:26] [Server thread/ERROR]: [O'DailyQuests] File : globalQuests
504[13:09:26] [Server thread/ERROR]: [O'DailyQuests] Quest number : 19
505[13:09:26] [Server thread/ERROR]: [O'DailyQuests] Reason : The world specified in the location is not loaded.
506[13:09:26] [Server thread/ERROR]: [O'DailyQuests] -----------------------------------
507[13:09:26] [Server thread/INFO]: [O'DailyQuests] globalQuests array successfully loaded (24).
508[13:09:26] [Server thread/INFO]: [O'DailyQuests] Plugin is started!
509[13:09:26] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.8.0
510[13:09:26] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
511[13:09:27] [Server thread/INFO]: [ajLeaderboards] Loaded 2 boards
512[13:09:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.8.0]
513[13:09:27] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
514[13:09:27] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 by ajgeiss0702 enabled!
515[13:09:27] [Server thread/INFO]: [MCPets] Enabling MCPets v4.1.2
516[13:09:27] [Server thread/INFO]: [MCPets] : Language file reloaded.
517[13:09:27] [Server thread/INFO]: [MCPets] : Blacklist file reloaded.
518[13:09:27] [Server thread/INFO]: Loading pets...
519[13:09:27] [Server thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
520[13:09:27] [Server thread/INFO]: - Nocsy_Spidee loaded succesfully.
521[13:09:27] [Server thread/INFO]: [MCPets] : 1 pets registered successfully !
522[13:09:27] [Server thread/INFO]: [MCPets] : 0 categories registered successfully !
523[13:09:27] [Server thread/ERROR]: [MCPets] Could not reach SQL database. Please configure your database parameters.
524[13:09:27] [Server thread/INFO]: [MCPets] [Database] Can't initialize MySQL.
525[13:09:27] [Server thread/INFO]: [MCPets] [Database] Will be using YAML support instead (no worry it's not a bug).
526[13:09:27] [Server thread/INFO]: -=-=-=-= MCPets loaded =-=-=-=-
527[13:09:27] [Server thread/INFO]: Plugin made by Nocsy
528[13:09:27] [Server thread/INFO]: -=-=-=-= -=-=-=-=-=-=- =-=-=-=-
529[13:09:27] [Server thread/INFO]: -=- Launching Flags -=-
530[13:09:27] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount.
531[13:09:27] [Server thread/INFO]: [MCPets] : Starting flag mcpets-despawn.
532[13:09:27] [Server thread/INFO]: [MCPets] : Starting flag mcpets-dismount-flying.
533[13:09:27] [Server thread/INFO]: 3 flags launched.
534[13:09:27] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.7.2
535[13:09:27] [Server thread/INFO]:
536[13:09:27] [Server thread/INFO]: _ _ _______ _ _
537[13:09:27] [Server thread/INFO]: (_) | | (_______) | | | v1.7.2
538[13:09:27] [Server thread/INFO]: _____| |_____ _____ ____ _ | |__ _ _ ____ | | _ ___
539[13:09:27] [Server thread/INFO]: | _ _) ___ | ___ | _ \| | | _ \| | | | _ \| |_/ )/___)
540[13:09:27] [Server thread/INFO]: | | \ \| ____| ____| |_| | |_____| | | | |_| | | | | _ (|___ |
541[13:09:27] [Server thread/INFO]: |_| \_)_____)_____) __/ \______)_| |_|____/|_| |_|_| \_|___/
542[13:09:27] [Server thread/INFO]: |_|
543[13:09:27] [Server thread/INFO]:
544[13:09:27] [Server thread/INFO]: [KeepChunks] KeepChunks v1.7.2 has been enabled
545[13:09:27] [Server thread/INFO]: [FancyHolograms] Enabling FancyHolograms v2.0.6
546[13:09:27] [Server thread/INFO]: [BossBarHealth] Enabling BossBarHealth v4.1.13-SNAPSHOT
547[13:09:27] [Server thread/INFO]: [BossBarHealth] PlaceholderAPI was found. You may use its placeholders in config.
548[13:09:27] [Server thread/INFO]: [BossBarHealth] Citizens was found. Citizens hook settings in config will now work.
549[13:09:27] [Server thread/INFO]: [BossBarHealth] MythicMobs was found. MythicMobs hook settings in config will now work.
550[13:09:27] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
551[13:09:27] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
552[13:09:27] [Thread-15/WARN]: [FancyHolograms]
553-------------------------------------------------------
554You are not using the latest version the FancyHolograms plugin.
555Please update to the newest version (2.2.0).
556https://modrinth.com/plugin/FancyHolograms
557-------------------------------------------------------
558
559[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
560[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
561[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
562[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
563[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
564[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
565[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
566[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
567[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
568[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
569[13:09:27] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
570[13:09:27] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
571org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
572found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
573 in 'reader', line 62, column 1:
574 left_click_commands:
575 ^
576
577 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
578 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
579 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
580 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:245) ~[DeluxeMenus-1.14.0-Release.jar:?]
581 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadMenuFromFile(DeluxeMenusConfig.java:397) ~[DeluxeMenus-1.14.0-Release.jar:?]
582 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:334) ~[DeluxeMenus-1.14.0-Release.jar:?]
583 at com.extendedclip.deluxemenus.DeluxeMenus.onEnable(DeluxeMenus.java:125) ~[DeluxeMenus-1.14.0-Release.jar:?]
584 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
585 at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-196]
586 at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-196]
587 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
588 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:642) ~[paper-1.20.1.jar:git-Paper-196]
589 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:553) ~[paper-1.20.1.jar:git-Paper-196]
590 at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.20.1.jar:git-Paper-196]
591 at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.20.1.jar:git-Paper-196]
592 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-196]
593 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
594 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
595 at java.lang.Thread.run(Thread.java:1570) ~[?:?]
596Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
597found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
598 in 'reader', line 62, column 1:
599 left_click_commands:
600 ^
601
602 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:445) ~[snakeyaml-2.0.jar:?]
603 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:238) ~[snakeyaml-2.0.jar:?]
604 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryValue.produce(ParserImpl.java:569) ~[snakeyaml-2.0.jar:?]
605 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryKey.produce(ParserImpl.java:545) ~[snakeyaml-2.0.jar:?]
606 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[snakeyaml-2.0.jar:?]
607 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[snakeyaml-2.0.jar:?]
608 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[snakeyaml-2.0.jar:?]
609 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[snakeyaml-2.0.jar:?]
610 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[snakeyaml-2.0.jar:?]
611 at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:241) ~[snakeyaml-2.0.jar:?]
612 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:205) ~[snakeyaml-2.0.jar:?]
613 at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:277) ~[snakeyaml-2.0.jar:?]
614 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.0.jar:?]
615 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
616 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
617 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
618 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
619 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
620 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
621 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
622 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
623 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
624 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
625 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
626 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
627 at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.0.jar:?]
628 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.0.jar:?]
629 at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.0.jar:?]
630 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
631 ... 18 more
632[13:09:27] [Server thread/WARN]: [DeluxeMenus] Menu: locate_hard in file: locate/hard.yml not loaded.
633[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.detached_eye.left_click_requirement
634[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
635[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
636[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
637[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
638[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
639[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
640[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
641[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
642[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
643[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_online.view_requirement
644[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
645[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
646[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
647[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_offline.view_requirement
648[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
649[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
650[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
651[13:09:27] [Server thread/INFO]: [DeluxeMenus] Registered command: servers for menu: server
652[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
653[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
654[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
655[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
656[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
657[13:09:27] [Server thread/INFO]: [DeluxeMenus] Registered command: locations for menu: loki1
658[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
659[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
660[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
661[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
662[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
663[13:09:27] [Server thread/INFO]: [DeluxeMenus] Registered command: spawn for menu: spawn
664[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
665[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
666[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
667[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
668[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
669[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.view_requirement
670[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
671[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
672[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
673[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.click_requirement
674[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
675[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
676[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
677[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
678[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.view_requirement
679[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
680[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
681[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
682[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.click_requirement
683[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
684[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
685[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
686[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
687[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.view_requirement
688[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
689[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
690[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
691[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.click_requirement
692[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
693[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
694[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
695[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
696[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.view_requirement
697[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
698[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
699[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
700[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.click_requirement
701[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
702[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
703[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
704[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
705[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.view_requirement
706[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
707[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
708[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
709[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.click_requirement
710[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
711[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
712[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
713[13:09:27] [Server thread/INFO]: [DeluxeMenus] global deny handler found
714[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: items.close2.view_requirement
715[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
716[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
717[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
718[13:09:27] [Server thread/INFO]: [DeluxeMenus] Registered command: donate for menu: donate
719[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
720[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
721[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
722[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
723[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
724[13:09:27] [Server thread/INFO]: [DeluxeMenus] Registered command: test for menu: slide1_4
725[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
726[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
727[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
728[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
729[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
730[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
731[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
732[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
733[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
734[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
735[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
736[13:09:27] [Server thread/INFO]: [DeluxeMenus] found requirements list
737[13:09:27] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
738[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
739[13:09:27] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
740[13:09:27] [Server thread/INFO]: [DeluxeMenus] 11 GUI menus loaded!
741[13:09:28] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
742[13:09:28] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
743[13:09:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
744[13:09:28] [Server thread/INFO]: [ChatEx] Enabling ChatEx v3.2.2
745[13:09:28] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms
746[13:09:28] [Server thread/INFO]: [ChatEx] Hooked into PlaceholderAPI
747[13:09:28] [Server thread/INFO]: [ChatEx] Server version:git-Paper-196 (MC: 1.20.1)
748[13:09:28] [Server thread/INFO]: [ChatEx] Version is later than 1.16. Loading RGB ColorCodes!
749[13:09:28] [Server thread/INFO]: [ChatEx] Thanks for using bstats, it was enabled!
750[13:09:28] [Server thread/INFO]: [ChatEx] Is now enabled!
751[13:09:28] [Server thread/INFO]: [TAB] Enabling TAB v4.1.4
752[13:09:28] [Server thread/INFO]: [TAB] Loaded NMS hook in 157ms
753[13:09:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.4]
754[13:09:28] [Server thread/INFO]: [TAB] Enabled in 216ms
755[13:09:28] [Server thread/INFO]: [GSit] Enabling GSit v1.5.5
756[13:09:28] [Server thread/INFO]: [GSit] Плагин был включен.
757[13:09:28] [Server thread/INFO]: [GSit] Соединение с PlaceholderAPI Успешно!
758[13:09:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.5.5]
759[13:09:28] [Server thread/INFO]: [GSit] Соединение с WorldGuard Успешно!
760[13:09:29] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
761[13:09:29] [Server thread/INFO]: Running delayed init tasks
762[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
763[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] [Importing models]
764[13:09:29] [Craft Scheduler Thread - 13 - Essentials/INFO]: [Essentials] Получение информации о версии...
765[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
766[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_aztec_armor.bbmodel.
767[13:09:29] [Craft Scheduler Thread - 9 - ODailyQuests/INFO]: [O'DailyQuests] Plugin is up to date.
768[13:09:29] [Craft Scheduler Thread - 5 - ItemsAdder/INFO]: [ItemsAdder] [License] Spigot product licensed to: JordanW15 (102076)
769[13:09:29] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
770[13:09:29] [Server thread/INFO]: [ItemsAdder] [Pack] Extracting internal contents from .jar
771[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
772[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_cinder_armor.bbmodel.
773[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
774[13:09:29] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_knight_armor.bbmodel.
775[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
776[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_ruin_armor.bbmodel.
777[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
778[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_samurai_armor.bbmodel.
779[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
780[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing possessed_viking_armor.bbmodel.
781[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
782[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_boss.bbmodel.
783[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
784[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_leech.bbmodel.
785[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
786[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_mosquito.bbmodel.
787[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
788[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_potion_projectile.bbmodel.
789[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/WARN]: [ModelEngine] [A] --Warning: Missing hitbox.
790[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
791[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_rat.bbmodel.
792[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
793[13:09:30] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Importing nocsy_sewer_spider.bbmodel.
794[13:09:30] [Server thread/INFO]: [ItemsAdder] [Pack] DONE extracting internal contents from .jar
795[13:09:31] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A]
796[13:09:31] [Craft Scheduler Thread - 6 - ModelEngine/INFO]: [ModelEngine] [A] Resource pack zipped.
797[13:09:32] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
798[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [2.0.2]
799[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
800[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
801[13:09:32] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 17 scripts loaded!
802[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
803[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3]
804[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.2]
805[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
806[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
807[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
808[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: parseother [2.0.0]
809[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: pinger [1.0.1]
810[13:09:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: checkitem [2.7.4]
811[13:09:32] [Server thread/INFO]: 12 placeholder hook(s) registered!
812[13:09:32] [Server thread/INFO]: Done (54.001s)! For help, type "help"
813[13:09:32] [Server thread/INFO]: Timings Reset
814[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Loaded 388 items
815[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 20/188 REAL block IDs
816[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 64/750 REAL_NOTE block IDs
817[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 10/63 REAL_TRANSPARENT block IDs
818[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 0/127 REAL_WIRE block IDs
819[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 0/14 FIRE block IDs
820[13:09:32] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] Used 249/6608 font_images
821[13:09:33] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded 4 categories
822[13:09:33] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] [Init] Loaded successfully.
823[13:09:33] [Craft Scheduler Thread - 19 - ItemsAdder/INFO]: [ItemsAdder] [Pack] Resourcepack URL (self-host): http://**.**.**.**:22795/generated.zip
824[13:09:33] [Craft Scheduler Thread - 13 - Essentials/WARN]: [Essentials] Вы отстаете на 12 сборок EssentialsX!
825[13:09:33] [Craft Scheduler Thread - 13 - Essentials/WARN]: [Essentials] Скачайте её отсюда: https://essentialsx.net/downloads.html
826[13:09:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: img [1.0.1]
827[13:09:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: iaplayerstat [1.0.1]
828[13:09:44] [User Authenticator #0/INFO]: UUID of player EzRaika is b29a1654-898e-3eee-8063-3fbbbdf39df8
829[13:09:45] [Server thread/INFO]: [+] EzRaika
830[13:09:45] [Server thread/INFO]: EzRaika[/**.**.**.**:2913] logged in with entity id 72 at ([world]-7.259811244708779, 115.0, 66.62674689897962)
831[13:09:47] [Craft Scheduler Thread - 6 - ODailyQuests/INFO]: [O'DailyQuests] EzRaika's quests have been loaded.
832[13:09:53] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0*, 20.0, 20.0
833[13:09:57] [User Authenticator #0/INFO]: UUID of player koby_korm is c0099484-b979-4405-b78d-a3559152e596
834[13:09:57] [Server thread/INFO]: [+] koby_korm
835[13:09:57] [Server thread/INFO]: koby_korm[/**.**.**.**:9526] logged in with entity id 76 at ([world]-0.7596139715076256, 103.0, 61.610276210246894)
836[13:09:57] [Craft Scheduler Thread - 16 - FancyHolograms/INFO]: [ChatColorHandler] Found MiniMessage in Server. MiniMessage support enabled.
837[13:09:57] [Craft Scheduler Thread - 16 - FancyHolograms/INFO]: [ChatColorHandler] Found plugin "PlaceholderAPI". PlaceholderAPI support enabled.
838[13:09:57] [Craft Scheduler Thread - 8 - nLogin/INFO]: [nLogin] The user koby_korm logged in automatically (premium account)
839[13:09:58] [Craft Scheduler Thread - 17 - ODailyQuests/INFO]: [O'DailyQuests] koby_korm's quests have been loaded.
840[13:10:20] [Craft Scheduler Thread - 4 - nLogin/INFO]: [nLogin] The user EzRaika has successfully logged in.
841[13:10:22] [Server thread/INFO]: EzRaika issued server command: /pl
842[13:10:29] [Server thread/INFO]: EzRaika issued server command: /mi browse
843[13:10:30] [Server thread/INFO]: koby_korm issued server command: /dm reload
844[13:10:30] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: servers
845[13:10:30] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: test
846[13:10:30] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: spawn
847[13:10:30] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: locations
848[13:10:30] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: donate
849[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
850[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
851[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
852[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
853[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
854[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
855[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
856[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
857[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
858[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
859[13:10:30] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
860[13:10:30] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
861org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
862found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
863 in 'reader', line 62, column 1:
864 left_click_commands:
865 ^
866
867 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
868 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
869 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
870 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:245) ~[DeluxeMenus-1.14.0-Release.jar:?]
871 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadMenuFromFile(DeluxeMenusConfig.java:397) ~[DeluxeMenus-1.14.0-Release.jar:?]
872 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:334) ~[DeluxeMenus-1.14.0-Release.jar:?]
873 at com.extendedclip.deluxemenus.commands.DeluxeMenusCommands.onCommand(DeluxeMenusCommands.java:253) ~[DeluxeMenus-1.14.0-Release.jar:?]
874 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
875 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
876 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
877 at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
878 at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
879 at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
880 at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
881 at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
882 at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
883 at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
884 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
885 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
886 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
887 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
888 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
889 at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
890 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
891 at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
892 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
893 at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
894 at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
895 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
896 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
897 at java.lang.Thread.run(Thread.java:1570) ~[?:?]
898Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
899found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
900 in 'reader', line 62, column 1:
901 left_click_commands:
902 ^
903
904 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:445) ~[snakeyaml-2.0.jar:?]
905 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:238) ~[snakeyaml-2.0.jar:?]
906 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryValue.produce(ParserImpl.java:569) ~[snakeyaml-2.0.jar:?]
907 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryKey.produce(ParserImpl.java:545) ~[snakeyaml-2.0.jar:?]
908 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[snakeyaml-2.0.jar:?]
909 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[snakeyaml-2.0.jar:?]
910 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[snakeyaml-2.0.jar:?]
911 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[snakeyaml-2.0.jar:?]
912 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[snakeyaml-2.0.jar:?]
913 at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:241) ~[snakeyaml-2.0.jar:?]
914 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:205) ~[snakeyaml-2.0.jar:?]
915 at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:277) ~[snakeyaml-2.0.jar:?]
916 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.0.jar:?]
917 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
918 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
919 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
920 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
921 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
922 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
923 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
924 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
925 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
926 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
927 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
928 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
929 at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.0.jar:?]
930 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.0.jar:?]
931 at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.0.jar:?]
932 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
933 ... 30 more
934[13:10:30] [Server thread/WARN]: [DeluxeMenus] Menu: locate_hard in file: locate/hard.yml not loaded.
935[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.detached_eye.left_click_requirement
936[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
937[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
938[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
939[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
940[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
941[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
942[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
943[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
944[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
945[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_online.view_requirement
946[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
947[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
948[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
949[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_offline.view_requirement
950[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
951[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
952[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
953[13:10:30] [Server thread/INFO]: [DeluxeMenus] Registered command: servers for menu: server
954[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
955[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
956[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
957[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
958[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
959[13:10:30] [Server thread/INFO]: [DeluxeMenus] Registered command: locations for menu: loki1
960[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
961[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
962[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
963[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
964[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
965[13:10:30] [Server thread/INFO]: [DeluxeMenus] Registered command: spawn for menu: spawn
966[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
967[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
968[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
969[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
970[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
971[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.view_requirement
972[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
973[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
974[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
975[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.click_requirement
976[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
977[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
978[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
979[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
980[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.view_requirement
981[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
982[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
983[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
984[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.click_requirement
985[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
986[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
987[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
988[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
989[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.view_requirement
990[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
991[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
992[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
993[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.click_requirement
994[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
995[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
996[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
997[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
998[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.view_requirement
999[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1000[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1001[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1002[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.click_requirement
1003[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1004[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1005[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1006[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1007[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.view_requirement
1008[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1009[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1010[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1011[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.click_requirement
1012[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1013[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1014[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1015[13:10:30] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1016[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: items.close2.view_requirement
1017[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1018[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1019[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1020[13:10:30] [Server thread/INFO]: [DeluxeMenus] Registered command: donate for menu: donate
1021[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1022[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1023[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1024[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1025[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1026[13:10:30] [Server thread/INFO]: [DeluxeMenus] Registered command: test for menu: slide1_4
1027[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1028[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1029[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1030[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1031[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1032[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1033[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1034[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1035[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1036[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1037[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1038[13:10:30] [Server thread/INFO]: [DeluxeMenus] found requirements list
1039[13:10:30] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1040[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1041[13:10:30] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1042[13:10:33] [Server thread/INFO]: EzRaika issued server command: /gamemode survival
1043[13:10:34] [Server thread/INFO]: Player: locate_normal is not online!
1044[13:10:35] [Server thread/INFO]: Player: locate_normal is not online!
1045[13:10:35] [Server thread/INFO]: Player: locate_normal is not online!
1046[13:10:36] [Server thread/INFO]: Player: locate_normal is not online!
1047[13:10:37] [Server thread/INFO]: Player: locate_hard is not online!
1048[13:10:38] [Server thread/INFO]: Player: locate_hard is not online!
1049[13:10:39] [Server thread/INFO]: Player: locate_hard is not online!
1050[13:10:39] [Server thread/ERROR]: [MythicMobs] [EVENTS] Exception thrown whilst handling event: org.bukkit.event.entity.EntityDeathEvent
1051[13:10:39] [Server thread/WARN]: java.lang.NoSuchMethodError: 'org.bukkit.entity.Item org.bukkit.World.dropItemNaturally(org.bukkit.Location, org.bukkit.inventory.ItemStack, java.util.function.Consumer)'
1052[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.drops.DropExecutor.handleFancyDrops(DropExecutor.java:434)
1053[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.core.drops.DropExecutor.handleEntityLootDrops(DropExecutor.java:308)
1054[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.adapters.BukkitSkillTriggers.lambda$onDeathTrigger$15(BukkitSkillTriggers.java:609)
1055[13:10:39] [Server thread/WARN]: at java.base/java.util.HashMap$KeySet.forEach(HashMap.java:1016)
1056[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.adapters.BukkitSkillTriggers.onDeathTrigger(BukkitSkillTriggers.java:599)
1057[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.Delegates$ConsumerToBiConsumerSecond.accept(Delegates.java:144)
1058[13:10:39] [Server thread/WARN]: at MythicMobs-5.6.2.jar//io.lumine.mythic.bukkit.utils.events.functional.single.EventListener.execute(EventListener.java:131)
1059[13:10:39] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81)
1060[13:10:39] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
1061[13:10:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
1062[13:10:39] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
1063[13:10:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615)
1064[13:10:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:928)
1065[13:10:39] [Server thread/WARN]: at net.minecraft.world.entity.EntityLiving.dropAllDeathLoot(EntityLiving.java:1801)
1066[13:10:39] [Server thread/WARN]: at net.minecraft.world.entity.EntityLiving.a(EntityLiving.java:1695)
1067[13:10:39] [Server thread/WARN]: at net.minecraft.world.entity.EntityLiving.a(EntityLiving.java:1519)
1068[13:10:39] [Server thread/WARN]: at net.minecraft.world.entity.monster.EntityZombie.a(EntityZombie.java:318)
1069[13:10:39] [Server thread/WARN]: at net.minecraft.world.entity.player.EntityHuman.d(EntityHuman.java:1320)
1070[13:10:39] [Server thread/WARN]: at net.minecraft.server.level.EntityPlayer.d(EntityPlayer.java:2168)
1071[13:10:39] [Server thread/WARN]: at ModelEngine-4.0.6.jar//com.ticxo.modelengine.v1_20_R1.network.patch.PatchedServerGamePacketListener$4.a(PatchedServerGamePacketListener.java:238)
1072[13:10:39] [Server thread/WARN]: at net.minecraft.network.protocol.game.PacketPlayInUseEntity$1.a(PacketPlayInUseEntity.java:24)
1073[13:10:39] [Server thread/WARN]: at net.minecraft.network.protocol.game.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:80)
1074[13:10:39] [Server thread/WARN]: at ModelEngine-4.0.6.jar//com.ticxo.modelengine.v1_20_R1.network.patch.ServerboundInteractPacketWrapper.a(ServerboundInteractPacketWrapper.java:55)
1075[13:10:39] [Server thread/WARN]: at ModelEngine-4.0.6.jar//com.ticxo.modelengine.v1_20_R1.network.patch.PatchedServerGamePacketListener.handleInteract(PatchedServerGamePacketListener.java:171)
1076[13:10:39] [Server thread/WARN]: at ModelEngine-4.0.6.jar//com.ticxo.modelengine.v1_20_R1.network.patch.ServerboundInteractPacketWrapper.a(ServerboundInteractPacketWrapper.java:34)
1077[13:10:39] [Server thread/WARN]: at ModelEngine-4.0.6.jar//com.ticxo.modelengine.v1_20_R1.network.patch.ServerboundInteractPacketWrapper.a(ServerboundInteractPacketWrapper.java:13)
1078[13:10:39] [Server thread/WARN]: at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$0(PlayerConnectionUtils.java:51)
1079[13:10:39] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18)
1080[13:10:39] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
1081[13:10:39] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
1082[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1338)
1083[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
1084[13:10:39] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
1085[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1315)
1086[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1308)
1087[13:10:39] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136)
1088[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1286)
1089[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1174)
1090[13:10:39] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317)
1091[13:10:39] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1570)
1092[13:10:39] [Server thread/INFO]: Player: locate_hard is not online!
1093[13:10:39] [Server thread/INFO]: Player: locate_normal is not online!
1094[13:10:39] [Server thread/INFO]: Player: locate_normal is not online!
1095[13:10:50] [Server thread/INFO]: koby_korm issued server command: /dm open locate_normal
1096[13:11:49] [Server thread/INFO]: koby_korm issued server command: /dm reload
1097[13:11:49] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: servers
1098[13:11:49] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: test
1099[13:11:49] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: spawn
1100[13:11:49] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: locations
1101[13:11:49] [Server thread/INFO]: [DeluxeMenus] Successfully unregistered command: donate
1102[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1103[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1104[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1105[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1106[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1107[13:11:49] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: normal.yml
1108[13:11:49] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: normal.yml
1109org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
1110found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1111 in 'reader', line 62, column 1:
1112 left_click_commands:
1113 ^
1114
1115 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1116 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1117 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1118 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:245) ~[DeluxeMenus-1.14.0-Release.jar:?]
1119 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadMenuFromFile(DeluxeMenusConfig.java:397) ~[DeluxeMenus-1.14.0-Release.jar:?]
1120 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:334) ~[DeluxeMenus-1.14.0-Release.jar:?]
1121 at com.extendedclip.deluxemenus.commands.DeluxeMenusCommands.onCommand(DeluxeMenusCommands.java:253) ~[DeluxeMenus-1.14.0-Release.jar:?]
1122 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1123 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1124 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
1125 at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
1126 at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
1127 at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
1128 at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
1129 at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
1130 at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
1131 at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
1132 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
1133 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
1134 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
1135 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
1136 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
1137 at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
1138 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
1139 at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
1140 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
1141 at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
1142 at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
1143 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
1144 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
1145 at java.lang.Thread.run(Thread.java:1570) ~[?:?]
1146Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
1147found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1148 in 'reader', line 62, column 1:
1149 left_click_commands:
1150 ^
1151
1152 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:445) ~[snakeyaml-2.0.jar:?]
1153 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:238) ~[snakeyaml-2.0.jar:?]
1154 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryValue.produce(ParserImpl.java:569) ~[snakeyaml-2.0.jar:?]
1155 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryKey.produce(ParserImpl.java:545) ~[snakeyaml-2.0.jar:?]
1156 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[snakeyaml-2.0.jar:?]
1157 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[snakeyaml-2.0.jar:?]
1158 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[snakeyaml-2.0.jar:?]
1159 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[snakeyaml-2.0.jar:?]
1160 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[snakeyaml-2.0.jar:?]
1161 at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:241) ~[snakeyaml-2.0.jar:?]
1162 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:205) ~[snakeyaml-2.0.jar:?]
1163 at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:277) ~[snakeyaml-2.0.jar:?]
1164 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.0.jar:?]
1165 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1166 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1167 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1168 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1169 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1170 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1171 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1172 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1173 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1174 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1175 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1176 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1177 at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.0.jar:?]
1178 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.0.jar:?]
1179 at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.0.jar:?]
1180 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1181 ... 30 more
1182[13:11:49] [Server thread/WARN]: [DeluxeMenus] Menu: locate_normal in file: locate/normal.yml not loaded.
1183[13:11:49] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
1184[13:11:49] [Server thread/ERROR]: [DeluxeMenus] Detected invalid configuration in file: hard.yml
1185org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
1186found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1187 in 'reader', line 62, column 1:
1188 left_click_commands:
1189 ^
1190
1191 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1192 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1193 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1194 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.checkConfig(DeluxeMenusConfig.java:245) ~[DeluxeMenus-1.14.0-Release.jar:?]
1195 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadMenuFromFile(DeluxeMenusConfig.java:397) ~[DeluxeMenus-1.14.0-Release.jar:?]
1196 at com.extendedclip.deluxemenus.config.DeluxeMenusConfig.loadGUIMenus(DeluxeMenusConfig.java:334) ~[DeluxeMenus-1.14.0-Release.jar:?]
1197 at com.extendedclip.deluxemenus.commands.DeluxeMenusCommands.onCommand(DeluxeMenusCommands.java:253) ~[DeluxeMenus-1.14.0-Release.jar:?]
1198 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1199 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1200 at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
1201 at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
1202 at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
1203 at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
1204 at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
1205 at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
1206 at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
1207 at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
1208 at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
1209 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
1210 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
1211 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
1212 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
1213 at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
1214 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
1215 at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
1216 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
1217 at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
1218 at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-196]
1219 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-196]
1220 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
1221 at java.lang.Thread.run(Thread.java:1570) ~[?:?]
1222Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
1223found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
1224 in 'reader', line 62, column 1:
1225 left_click_commands:
1226 ^
1227
1228 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:445) ~[snakeyaml-2.0.jar:?]
1229 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:238) ~[snakeyaml-2.0.jar:?]
1230 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryValue.produce(ParserImpl.java:569) ~[snakeyaml-2.0.jar:?]
1231 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntryKey.produce(ParserImpl.java:545) ~[snakeyaml-2.0.jar:?]
1232 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:162) ~[snakeyaml-2.0.jar:?]
1233 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57) ~[snakeyaml-2.0.jar:?]
1234 at org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43) ~[snakeyaml-2.0.jar:?]
1235 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136) ~[snakeyaml-2.0.jar:?]
1236 at org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116) ~[snakeyaml-2.0.jar:?]
1237 at org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:241) ~[snakeyaml-2.0.jar:?]
1238 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:205) ~[snakeyaml-2.0.jar:?]
1239 at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:277) ~[snakeyaml-2.0.jar:?]
1240 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:207) ~[snakeyaml-2.0.jar:?]
1241 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1242 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1243 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1244 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1245 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1246 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1247 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1248 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1249 at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369) ~[snakeyaml-2.0.jar:?]
1250 at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348) ~[snakeyaml-2.0.jar:?]
1251 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323) ~[snakeyaml-2.0.jar:?]
1252 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209) ~[snakeyaml-2.0.jar:?]
1253 at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131) ~[snakeyaml-2.0.jar:?]
1254 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157) ~[snakeyaml-2.0.jar:?]
1255 at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-2.0.jar:?]
1256 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
1257 ... 30 more
1258[13:11:49] [Server thread/WARN]: [DeluxeMenus] Menu: locate_hard in file: locate/hard.yml not loaded.
1259[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.detached_eye.left_click_requirement
1260[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1261[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1262[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
1263[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1264[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1265[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1266[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1267[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1268[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1269[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_online.view_requirement
1270[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1271[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
1272[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
1273[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.vanilla_offline.view_requirement
1274[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1275[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: server_status from requirements list
1276[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: STRING_EQUALS
1277[13:11:49] [Server thread/INFO]: [DeluxeMenus] Registered command: servers for menu: server
1278[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1279[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1280[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1281[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1282[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1283[13:11:49] [Server thread/INFO]: [DeluxeMenus] Registered command: locations for menu: loki1
1284[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1285[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1286[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1287[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1288[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1289[13:11:49] [Server thread/INFO]: [DeluxeMenus] Registered command: spawn for menu: spawn
1290[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1291[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1292[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1293[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1294[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1295[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.view_requirement
1296[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1297[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1298[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1299[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.pro.click_requirement
1300[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1301[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1302[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1303[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1304[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.view_requirement
1305[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1306[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1307[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1308[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.platinum.click_requirement
1309[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1310[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1311[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1312[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1313[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.view_requirement
1314[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1315[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1316[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1317[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ruby.click_requirement
1318[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1319[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1320[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1321[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1322[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.view_requirement
1323[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1324[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1325[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1326[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.elite.click_requirement
1327[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1328[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1329[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1330[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1331[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.view_requirement
1332[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1333[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1334[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1335[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.ultimate.click_requirement
1336[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1337[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1338[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: JAVASCRIPT
1339[13:11:49] [Server thread/INFO]: [DeluxeMenus] global deny handler found
1340[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: items.close2.view_requirement
1341[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1342[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: item from requirements list
1343[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1344[13:11:49] [Server thread/INFO]: [DeluxeMenus] Registered command: donate for menu: donate
1345[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1346[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1347[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1348[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1349[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1350[13:11:49] [Server thread/INFO]: [DeluxeMenus] Registered command: test for menu: slide1_4
1351[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1352[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1353[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1354[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1355[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1356[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1357[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1358[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1359[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1360[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
1361[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement path: open_requirement
1362[13:11:49] [Server thread/INFO]: [DeluxeMenus] found requirements list
1363[13:11:49] [Server thread/INFO]: [DeluxeMenus] requirement: permission from requirements list
1364[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement type: HAS_PERMISSION
1365[13:11:49] [Server thread/INFO]: [DeluxeMenus] Requirement has deny commands
This log will be saved for 90 days from their last view.
Report abuse