· 5 years ago · Oct 12, 2020, 07:54 AM
1[09:37:21] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
2[09:37:22] [main/INFO]: Reloading ResourceManager: Default, bukkit
3[09:37:23] [Server-Worker-10/INFO]: Loaded 7 recipes
4[09:37:25] [Server thread/INFO]: Starting minecraft server version 1.16.2
5[09:37:25] [Server thread/INFO]: Loading properties
6[09:37:25] [Server thread/INFO]: This server is running Paper version git-Paper-186 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT)
7[09:37:25] [Server thread/INFO]: Debug logging is disabled
8[09:37:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
9[09:37:25] [Server thread/INFO]: Using 4 threads for Netty based IO
10[09:37:25] [Server thread/INFO]: Default game type: SURVIVAL
11[09:37:25] [Server thread/INFO]: Generating keypair
12[09:37:26] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25665
13[09:37:26] [Server thread/INFO]: Using epoll channel type
14[09:37:27] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
15[09:37:32] [Server thread/WARN]: Legacy plugin StreamingDrops v3.5 does not specify an api-version.
16[09:37:32] [Server thread/WARN]: Legacy plugin MVdWPlaceholderAPI v3.1.1 does not specify an api-version.
17[09:37:32] [Server thread/WARN]: Legacy plugin FeatherBoard v4.29.0 does not specify an api-version.
18[09:37:33] [Server thread/WARN]: Legacy plugin zDiscordApi v0.0.0.1 does not specify an api-version.
19[09:37:34] [Server thread/INFO]: [TabooLib] Plugin TrMenu is booting TabooLib (5.4) initiation.
20[09:37:36] [Server thread/ERROR]: Could not load 'plugins/MythicMobsMobsGUI-4.10.jar' in folder 'plugins'
21org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/DisguiseType
22 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.2.jar:git-Paper-186]
23 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.2.jar:git-Paper-186]
24 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.2.jar:git-Paper-186]
25 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.2.jar:git-Paper-186]
26 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:208) ~[patched_1.16.2.jar:git-Paper-186]
27 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
28 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
29 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
30Caused by: java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/DisguiseType
31 at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_265]
32 at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_265]
33 at java.lang.Class.privateGetMethodRecursive(Class.java:3048) ~[?:1.8.0_265]
34 at java.lang.Class.getMethod0(Class.java:3018) ~[?:1.8.0_265]
35 at java.lang.Class.getMethod(Class.java:1784) ~[?:1.8.0_265]
36 at java.lang.Class.getEnumConstantsShared(Class.java:3311) ~[?:1.8.0_265]
37 at java.lang.System$2.getEnumConstantsShared(System.java:1252) ~[?:1.8.0_265]
38 at java.util.EnumMap.getKeyUniverse(EnumMap.java:754) ~[?:1.8.0_265]
39 at java.util.EnumMap.<init>(EnumMap.java:138) ~[?:1.8.0_265]
40 at fr.ender_griefeur99.mythicmobsmobsgui.XMaterial.<clinit>(XMaterial.java:1543) ~[?:?]
41 at fr.ender_griefeur99.mythicmobsmobsgui.Main.<clinit>(Main.java:46) ~[?:?]
42 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_265]
43 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_265]
44 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.2.jar:git-Paper-186]
45 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.2.jar:git-Paper-186]
46 ... 7 more
47Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.DisguiseType
48 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_265]
49 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.16.2.jar:git-Paper-186]
50 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.2.jar:git-Paper-186]
51 at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_265]
52 at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_265]
53 at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_265]
54 at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_265]
55 at java.lang.Class.privateGetMethodRecursive(Class.java:3048) ~[?:1.8.0_265]
56 at java.lang.Class.getMethod0(Class.java:3018) ~[?:1.8.0_265]
57 at java.lang.Class.getMethod(Class.java:1784) ~[?:1.8.0_265]
58 at java.lang.Class.getEnumConstantsShared(Class.java:3311) ~[?:1.8.0_265]
59 at java.lang.System$2.getEnumConstantsShared(System.java:1252) ~[?:1.8.0_265]
60 at java.util.EnumMap.getKeyUniverse(EnumMap.java:754) ~[?:1.8.0_265]
61 at java.util.EnumMap.<init>(EnumMap.java:138) ~[?:1.8.0_265]
62 at fr.ender_griefeur99.mythicmobsmobsgui.XMaterial.<clinit>(XMaterial.java:1543) ~[?:?]
63 at fr.ender_griefeur99.mythicmobsmobsgui.Main.<clinit>(Main.java:46) ~[?:?]
64 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_265]
65 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_265]
66 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.2.jar:git-Paper-186]
67 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.2.jar:git-Paper-186]
68 ... 7 more
69[09:37:37] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
70[09:37:37] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v1.0.3-backward
71[09:37:37] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.93
72[09:37:37] [Server thread/INFO]: [BlueMap] Loading BlueMap v1.2.0-snap
73[09:37:37] [Server thread/INFO]: [SD] Loading StreamingDrops v3.5
74[09:37:37] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.1.1
75[09:37:37] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.29.0
76[09:37:37] [Server thread/INFO]: [zDiscordApi] Loading zDiscordApi v0.0.0.1
77[09:37:37] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
78[09:37:37] [Server thread/INFO]: [AdminGUI-Premium] Loading AdminGUI-Premium v5.0.2
79[09:37:37] [Server thread/INFO]: [Pointz] Loading Pointz v2.1.1
80[09:37:37] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2100)
81[09:37:37] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.16-414;3c6280b
82[09:37:38] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@679e66d3]
83[09:37:38] [Server thread/INFO]: [zAuctionHouseV2] Loading zAuctionHouseV2 v2.2.3.5
84[09:37:38] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
85[09:37:38] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.26
86[09:37:38] [Server thread/INFO]: [CitizensGUI] Loading CitizensGUI v1.5
87[09:37:38] [Server thread/INFO]: [WG-GUI] Loading WG-GUI v1.5.3
88[09:37:38] [Server thread/INFO]: [Dungeons] Loading Dungeons v3.6
89[09:37:38] [Server thread/INFO]: [LampControl] Loading LampControl v4.0.0-SNAPSHOT
90[09:37:38] [Server thread/INFO]: [VoidTeleportPlus] Loading VoidTeleportPlus v3.1.0
91[09:37:38] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.16.3-v1
92[09:37:41] [Server thread/INFO]: -------- World Settings For [DUMMY] --------
93[09:37:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
94[09:37:41] [Server thread/INFO]: Experience Merge Radius: 6.0
95[09:37:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
96[09:37:41] [Server thread/INFO]: Cane Growth Modifier: 100%
97[09:37:41] [Server thread/INFO]: Melon Growth Modifier: 100%
98[09:37:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
99[09:37:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
100[09:37:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
101[09:37:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
102[09:37:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
103[09:37:41] [Server thread/INFO]: Potato Growth Modifier: 100%
104[09:37:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
105[09:37:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
106[09:37:41] [Server thread/INFO]: Vine Growth Modifier: 100%
107[09:37:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
108[09:37:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
109[09:37:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
110[09:37:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
111[09:37:41] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
112[09:37:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
113[09:37:41] [Server thread/INFO]: Max TNT Explosions: 100
114[09:37:41] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
115[09:37:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
116[09:37:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
117[09:37:41] [Server thread/INFO]: Item Merge Radius: 4.0
118[09:37:41] [Server thread/INFO]: Item Despawn Rate: 3000
119[09:37:41] [Server thread/INFO]: View Distance: 6
120[09:37:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
121[09:37:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
122[09:37:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
123[09:37:41] [Server thread/INFO]: Mob Spawn Range: 6
124[09:37:44] [Server thread/INFO]: [MinewebBridge] Loading MinewebBridge v3.0.6
125[09:37:44] [Server thread/INFO]: [GCore] Loading GCore v8.1.1
126[09:37:44] [Server thread/INFO]: [QuestCreator] Loading QuestCreator v6.1.2
127[09:37:44] [Server thread/INFO]: [MMOLib] Loading MMOLib v1.3.7.1
128[09:37:44] [Server thread/INFO]: [MMOLib] Detected Bukkit Version: v1_16_R2
129[09:37:44] [Server thread/INFO]: [MMOInventory] Loading MMOInventory v1.3.3.2
130[09:37:44] [Server thread/INFO]: [SpecializedCrates] Loading SpecializedCrates v2.12.7
131[09:37:44] [Server thread/INFO]: [CMI] Loading CMI v8.7.8.3
132[09:37:44] [Server thread/INFO]: [TrMenu] Loading TrMenu v2.06-DEV
133[09:37:45] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.10.0-SNAPSHOT-SNAPSHOT
134[09:37:45] [Server thread/INFO]: [MythicMobsSpawnerGUI] Loading MythicMobsSpawnerGUI v1.7
135[09:37:45] [Server thread/INFO]: [BigDoorsOpener] Loading BigDoorsOpener v2.2.3
136[09:37:45] [Server thread/INFO]: [MMOCore] Loading MMOCore v1.4.9.1
137[09:37:45] [Server thread/INFO]: [MMOItems] Loading MMOItems v6.2.3
138[09:37:45] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard
139[09:37:45] [Server thread/INFO]: [MMOItems] Hooked onto WorldEdit
140[09:37:45] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.44.3
141[09:37:45] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v6.4.9
142[09:37:45] [Server thread/INFO]: [JetsMinions] Loading JetsMinions v6.5.7
143[09:37:45] [Server thread/INFO]: [EpicHoppers] Loading EpicHoppers v4.6.14
144[09:37:45] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.4
145[09:37:45] [Server thread/INFO]: [SelectionVisualizer] Loading SelectionVisualizer v3.0.2.3
146[09:37:45] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.16.3-v1
147[09:37:45] [Server thread/INFO]: [FabledSkyBlock] Loading FabledSkyBlock v2.3.12
148[09:37:45] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.1-SNAPSHOT-b777
149[09:37:45] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0-SNAPSHOT-b478
150[09:37:45] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.16.2) has not yet been tested! Proceed with caution.
151[09:37:45] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.18
152[09:37:45] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.20.0
153[09:37:45] [Server thread/INFO]: [EpicFurnaces] Loading EpicFurnaces v4.5.13
154[09:37:45] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.1.0-RELEASE-b545
155[09:37:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
156[09:37:45] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.93
157[09:37:45] [Server thread/INFO]: __
158[09:37:45] [Server thread/INFO]: | |__) LuckPerms v5.1.93
159[09:37:45] [Server thread/INFO]: |___ | Running on Bukkit - Paper
160[09:37:45] [Server thread/INFO]:
161[09:37:45] [Server thread/INFO]: [LuckPerms] Loading configuration...
162[09:37:45] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
163[09:37:45] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
164[09:37:45] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
165[09:37:45] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
166[09:37:46] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
167[09:37:46] [Server thread/INFO]: [LuckPerms] Performing initial data load...
168[09:37:46] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 844ms)
169[09:37:46] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b${env.TRAVIS_BUILD_NUMBER}
170[09:37:46] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
171[09:37:46] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
172[09:37:46] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
173[09:37:46] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
174[09:37:46] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.16-414;3c6280b
175[09:37:46] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
176[09:37:46] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R2 as the Bukkit adapter
177[09:37:46] [Server thread/INFO]: Ignoring invalid block minecraft:sign
178[09:37:46] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
179[09:37:47] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.16.3-v1
180[09:37:47] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paperspigot (git-Paper-186) : v1_16_R2 (Minecraft 1.16.2)
181[09:37:47] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using a PlayerConnection hook to provide Packet Listener and Monitor support
182[09:37:48] [Server thread/INFO]: [BKCommonLib] 50% generated, 50% crafted by an artificial intelligence
183[09:37:48] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.16.3-v1 (build: 914) enabled! (1.716s)
184[09:37:48] [Server thread/INFO]: [MinewebBridge] Enabling MinewebBridge v3.0.6
185[09:37:48] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0-SNAPSHOT-b478
186[09:37:48] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
187[09:37:48] [Server thread/INFO]: [BKCommonLib.Network] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
188[09:37:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
189[09:37:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
190[09:37:48] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
191[09:37:48] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
192[09:37:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
193[09:37:48] [Server thread/INFO]: Preparing level "spawn"
194[09:37:48] [Server thread/INFO]: -------- World Settings For [spawn] --------
195[09:37:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
196[09:37:48] [Server thread/INFO]: Experience Merge Radius: 6.0
197[09:37:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
198[09:37:48] [Server thread/INFO]: Cane Growth Modifier: 100%
199[09:37:48] [Server thread/INFO]: Melon Growth Modifier: 100%
200[09:37:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
201[09:37:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
202[09:37:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
203[09:37:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
204[09:37:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
205[09:37:48] [Server thread/INFO]: Potato Growth Modifier: 100%
206[09:37:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
207[09:37:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
208[09:37:48] [Server thread/INFO]: Vine Growth Modifier: 100%
209[09:37:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
210[09:37:48] [Server thread/INFO]: Bamboo Growth Modifier: 100%
211[09:37:48] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
212[09:37:48] [Server thread/INFO]: Kelp Growth Modifier: 100%
213[09:37:48] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
214[09:37:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
215[09:37:48] [Server thread/INFO]: Max TNT Explosions: 100
216[09:37:48] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
217[09:37:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
218[09:37:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
219[09:37:48] [Server thread/INFO]: Item Merge Radius: 4.0
220[09:37:48] [Server thread/INFO]: Item Despawn Rate: 3000
221[09:37:48] [Server thread/INFO]: View Distance: 6
222[09:37:48] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
223[09:37:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
224[09:37:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
225[09:37:48] [Server thread/INFO]: Mob Spawn Range: 6
226[09:37:48] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
227[09:37:49] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
228[09:37:49] [Server thread/INFO]: Loaded 0 spawn chunks for world spawn
229[09:37:49] [Server thread/INFO]: Preparing spawn area: 0%
230[09:37:49] [Server thread/INFO]: Preparing spawn area: 23%
231[09:37:49] [Server thread/INFO]: Time elapsed: 503 ms
232[09:37:49] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
233[09:37:49] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
234[09:37:49] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v1.0.3-backward
235[09:37:49] [Server thread/INFO]: [BlueMap] Enabling BlueMap v1.2.0-snap
236[09:37:49] [Server thread/INFO]: [BlueMap] Saving all worlds once, to make sure the level.dat is present...
237[09:37:49] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
238[09:37:49] [Server thread/INFO]: [SD] Enabling StreamingDrops v3.5*
239[09:37:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: streamingdrops
240[09:37:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: streamingdrops
241[09:37:49] [Server thread/INFO]: [SD] Version 3.5 is enabled!
242[09:37:49] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.1.1*
243[09:37:49] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
244[09:37:49] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
245[09:37:49] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.29.0*
246[09:37:50] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
247[09:37:50] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.29.0
248[09:37:50] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-06
249[09:37:50] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
250[09:37:50] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
251[09:37:50] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
252[09:37:50] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
253[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
254[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
255[09:37:50] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
256[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
257[09:37:50] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
258[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
259[09:37:50] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
260[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
261[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading messages ...
262[09:37:50] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
263[09:37:51] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
264[09:37:51] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
265[09:37:51] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
266[09:37:51] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
267[09:37:51] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
268[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
269[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
270[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
271[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
272[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
273[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
274[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
275[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
276[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
277[09:37:52] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
278[09:37:53] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
279[09:37:53] [Server thread/INFO]: [FeatherBoard] Loaded 5731 of the 5731 placholders
280[09:37:53] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
281[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
282[09:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
283[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
284[09:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
285[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
286[09:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
287[09:37:53] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
288[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'flat' ...
289[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'spawn' ...
290[09:37:53] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'island_normal_world' ...
291[09:37:53] [Server thread/INFO]: [FeatherBoard] Added 'WORLD' as the default scoreboard assign method
292[09:37:53] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
293[09:37:53] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
294[09:37:53] [Server thread/WARN]: [FeatherBoard] Initializing database for the first time ...
295[09:37:53] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'players'
296[09:37:53] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE `players` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `player` VARCHAR , `toggled` BOOLEAN , `uuidSupport` BOOLEAN )
297[09:37:53] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
298[09:37:53] [Server thread/INFO]: [zDiscordApi] Enabling zDiscordApi v0.0.0.1*
299[09:37:53] [Server thread/INFO]: [zDiscordApi v0.0.0.1] Plugin created by Maxlego08
300[09:37:53] [Server thread/INFO]: [zDiscordApi v0.0.0.1] For any questions please come on the discord
301[09:37:53] [Server thread/INFO]: [AdminGUI-Premium] Enabling AdminGUI-Premium v5.0.2
302[09:37:54] [Server thread/INFO]:
303[09:37:54] [Server thread/INFO]: []=====[Enabling AdminGUI-Premium]=====[]
304[09:37:54] [Server thread/INFO]: |
305[09:37:54] [Server thread/INFO]: | Information:
306[09:37:54] [Server thread/INFO]: |
307[09:37:54] [Server thread/INFO]: | Name: AdminGUI-Premium
308[09:37:54] [Server thread/INFO]: | Developer: Black1_TV
309[09:37:54] [Server thread/INFO]: | Plugin owner: titidelaff
310[09:37:54] [Server thread/INFO]: | Version: 5.0.2
311[09:37:54] [Server thread/INFO]: |
312[09:37:54] [Server thread/INFO]: | Support:
313[09:37:54] [Server thread/INFO]: |
314[09:37:54] [Server thread/INFO]: | Discord: Crazy Rabbit#0001
315[09:37:54] [Server thread/INFO]: | Mail: ziga.zajc007@gmail.com
316[09:37:54] [Server thread/INFO]: | Discord: https://discord.gg/hUNymXX
317[09:37:54] [Server thread/INFO]: |
318[09:37:54] [Server thread/INFO]: []=====================================[]
319[09:37:54] [Server thread/INFO]:
320[09:37:54] [Server thread/INFO]: [Pointz] Enabling Pointz v2.1.1
321[09:37:54] [Server thread/INFO]: =============================
322[09:37:54] [Server thread/INFO]: Pointz v2.1.1
323[09:37:54] [Server thread/INFO]: Website URL: https://fdqgaming.fr !
324[09:37:54] [Server thread/INFO]: Plugin-Pointz: Okay !
325[09:37:54] [Server thread/INFO]: Public Key: Okay !
326[09:37:54] [Server thread/INFO]:
327[09:37:54] [Server thread/INFO]: Plugin Enabled !
328[09:37:54] [Server thread/INFO]: =============================
329[09:37:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pointz
330[09:37:54] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2100)
331[09:37:54] [Server thread/INFO]: [zAuctionHouseV2] Enabling zAuctionHouseV2 v2.2.3.5
332[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] === ENABLE START ===
333[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] Plugin Version V2.2.3.5
334[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] Loading 10 inventories
335[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] Using storage JSON
336[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] /var/opt/minecraft/server/newskyblock/plugins/zAuctionHouseV2/transactions.json loaded successfully !
337[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] /var/opt/minecraft/server/newskyblock/plugins/zAuctionHouseV2/config.json loaded successfully !
338[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] /var/opt/minecraft/server/newskyblock/plugins/zAuctionHouseV2/messages.json loaded successfully !
339[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] /var/opt/minecraft/server/newskyblock/plugins/zAuctionHouseV2/items.json loaded successfully !
340[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] /var/opt/minecraft/server/newskyblock/plugins/zAuctionHouseV2/claimmoney.json loaded successfully !
341[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] Loading 1 commands
342[09:37:54] [Server thread/INFO]: [zAuctionHouseV2 v2.2.3.5] === ENABLE DONE (62ms) ===
343[09:37:54] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
344[09:37:54] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
345[09:37:54] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
346[09:37:54] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
347[09:37:54] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
348[09:37:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
349[09:37:54] [Server thread/INFO]: [WorldGuard] Loading region data...
350[09:37:55] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://localhost/worldguard?useSSL=false (MySQL 8.0)
351[09:37:55] [Server thread/INFO]: [WorldGuard] Current version of schema `worldguard`: 2
352[09:37:55] [Server thread/INFO]: [WorldGuard] Schema `worldguard` is up to date. No migration necessary.
353[09:37:55] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.26
354[09:37:55] [Server thread/INFO]: [BigDoors] Power Block Types:
355[09:37:55] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
356[09:37:55] [Server thread/INFO]: [BigDoors] No materials Blacklisted!
357[09:37:55] [Server thread/INFO]: [BigDoors] No materials Whitelisted!
358[09:37:55] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
359[09:37:55] [Server thread/INFO]: [CitizensGUI] Enabling CitizensGUI v1.5
360[09:37:55] [Server thread/INFO]: [WG-GUI] Enabling WG-GUI v1.5.3
361[09:37:55] [Server thread/INFO]: [WG-GUI] Loading WG-GUI version 1.5.3
362[09:37:55] [Server thread/INFO]: [WG-GUI] Ready to use!
363[09:37:55] [Server thread/INFO]: [Dungeons] Enabling Dungeons v3.6
364[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
365java.lang.IllegalArgumentException: unknown world
366 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
367 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
368 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
369 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
370 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
371 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
372 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
373 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
374 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
375 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
376 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
377 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
378 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
379 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
380 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
381 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
382 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
383 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
384 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
385 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
386 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
387 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
388 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
389 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
390 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
391 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
392 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
393 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
394 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
395 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
396 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
397 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
398 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
399 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
400 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
401 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
402 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
403 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
404 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
405 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
406 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
407 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
408 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
409 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
410 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
411 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
412 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
413 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
414 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
415 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
416 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
417 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
418 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
419 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
420 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
421 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
422 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
423 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
424 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
425 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
426[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
427java.lang.IllegalArgumentException: unknown world
428 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
429 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
430 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
431 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
432 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
433 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
434 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
435 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
436 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
437 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
438 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
439 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
440 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
441 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
442 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
443 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
444 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
445 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
446 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
447 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
448 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
449 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
450 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
451 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
452 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
453 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
454 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
455 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
456 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
457 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
458 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
459 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
460 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
461 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
462 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
463 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
464 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
465 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
466 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
467 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
468 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
469 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
470 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
471 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
472 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
473 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
474 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
475 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
476 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
477 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
478 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
479 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
480 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
481 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
482 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
483 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
484 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
485 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
486 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
487 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
488[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
489java.lang.IllegalArgumentException: unknown world
490 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
491 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
492 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
493 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
494 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
495 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
496 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
497 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
498 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
499 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
500 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
501 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
502 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
503 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
504 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
505 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
506 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
507 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
508 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
509 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
510 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
511 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
512 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
513 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
514 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
515 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
516 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
517 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
518 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
519 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
520 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
521 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
522 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
523 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
524 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
525 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
526 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
527 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
528 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
529 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
530 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
531 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
532 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
533 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
534 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
535 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
536 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
537 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
538 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
539 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
540 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
541 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
542 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
543 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
544 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
545 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
546 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
547 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
548 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
549 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
550[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
551java.lang.IllegalArgumentException: unknown world
552 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
553 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
554 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
555 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
556 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
557 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
558 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
559 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
560 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
561 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
562 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
563 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
564 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
565 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
566 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
567 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
568 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
569 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
570 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
571 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
572 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
573 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
574 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
575 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
576 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
577 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
578 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
579 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
580 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
581 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
582 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
583 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
584 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
585 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
586 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
587 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
588 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
589 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
590 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
591 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
592 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
593 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
594 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
595 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
596 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
597 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
598 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
599 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
600 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
601 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
602 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
603 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
604 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
605 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
606 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
607 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
608 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
609 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
610 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
611 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
612 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
613 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
614 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
615 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
616 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
617 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
618 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
619[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
620java.lang.IllegalArgumentException: unknown world
621 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
622 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
623 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
624 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
625 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
626 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
627 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
628 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
629 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
630 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
631 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
632 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
633 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
634 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
635 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
636 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
637 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
638 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
639 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
640 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
641 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
642 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
643 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
644 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
645 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
646 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
647 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
648 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
649 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
650 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
651 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
652 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
653 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
654 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
655 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
656 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
657 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
658 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
659 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
660 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
661 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
662 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
663 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
664 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
665 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
666 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
667 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
668 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
669 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
670 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
671 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
672 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
673 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
674 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
675 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
676 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
677 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
678 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
679 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
680 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
681 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
682 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
683 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
684 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
685 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
686 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
687 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
688 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
689 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
690 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
691 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
692 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
693 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
694 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
695[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
696java.lang.IllegalArgumentException: unknown world
697 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
698 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
699 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
700 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
701 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
702 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
703 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
704 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
705 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
706 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
707 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
708 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
709 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
710 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
711 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
712 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
713 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
714 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
715 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
716 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
717 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
718 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
719 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
720 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
721 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
722 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
723 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
724 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
725 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
726 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
727 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
728 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
729 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
730 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
731 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
732 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
733 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
734 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
735 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
736 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
737 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
738 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
739 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
740 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
741 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
742 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
743 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
744 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
745 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
746 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
747 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
748 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
749 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
750 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
751 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
752 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
753 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
754 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
755 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
756 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
757 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
758 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
759 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
760 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
761 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
762 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
763 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
764 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
765 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
766 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
767 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
768 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
769 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
770 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
771[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
772java.lang.IllegalArgumentException: unknown world
773 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
774 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
775 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
776 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
777 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
778 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
779 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
780 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
781 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
782 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
783 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
784 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
785 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
786 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
787 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
788 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
789 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
790 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
791 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
792 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
793 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
794 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
795 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
796 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
797 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
798 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
799 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
800 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
801 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
802 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
803 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
804 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
805 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
806 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
807 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
808 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
809 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
810 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
811 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
812 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
813 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
814 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
815 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
816 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
817 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
818 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
819 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
820 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
821 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
822 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
823 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
824 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
825 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
826 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
827 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
828 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
829 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
830 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
831 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
832 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
833 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
834 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
835 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
836 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
837 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
838 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
839 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
840[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
841java.lang.IllegalArgumentException: unknown world
842 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
843 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
844 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
845 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
846 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
847 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
848 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
849 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
850 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
851 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
852 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
853 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
854 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
855 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
856 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
857 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
858 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
859 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
860 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
861 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
862 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
863 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
864 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
865 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
866 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
867 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
868 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
869 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
870 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
871 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
872 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
873 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
874 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
875 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
876 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
877 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
878 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
879 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
880 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
881 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
882 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
883 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
884 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
885 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
886 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
887 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
888 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
889 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
890 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
891 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
892 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
893 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
894 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
895 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
896 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
897 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
898 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
899 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
900 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
901 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
902 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
903 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
904 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
905 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
906 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
907 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
908 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
909 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
910 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
911 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
912 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
913 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
914 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
915 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
916[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
917java.lang.IllegalArgumentException: unknown world
918 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
919 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
920 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
921 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
922 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
923 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
924 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
925 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
926 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
927 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
928 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
929 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
930 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
931 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
932 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
933 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
934 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
935 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
936 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
937 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
938 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
939 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
940 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
941 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
942 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
943 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
944 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
945 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
946 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
947 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
948 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
949 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
950 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
951 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
952 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
953 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
954 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
955 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
956 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
957 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
958 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
959 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
960 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
961 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
962 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
963 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
964 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
965 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
966 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
967 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
968 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
969 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
970 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
971 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
972 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
973 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
974 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
975 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
976 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
977 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
978 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
979 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
980 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
981 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
982 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
983 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
984 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
985 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
986 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
987 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
988 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
989 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
990 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
991 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
992[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
993java.lang.IllegalArgumentException: unknown world
994 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
995 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
996 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
997 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
998 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
999 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1000 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1001 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1002 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1003 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1004 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1005 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1006 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1007 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1008 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1009 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1010 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1011 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1012 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1013 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1014 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1015 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1016 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1017 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1018 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1019 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1020 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1021 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1022 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1023 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1024 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1025 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1026 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1027 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1028 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1029 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1030 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1031 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1032 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1033 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1034 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1035 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1036 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1037 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1038 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1039 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1040 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1041 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1042 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1043 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1044 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1045 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1046 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1047 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1048 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1049 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1050 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1051 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1052 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1053 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1054 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1055 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1056 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1057 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1058 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1059 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1060 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1061 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1062 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1063 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1064 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1065 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1066 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1067 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1068 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1069 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1070 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1071 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1072 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1073 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1074 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1075[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1076java.lang.IllegalArgumentException: unknown world
1077 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1078 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1079 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1080 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1081 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1082 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1083 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1084 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1085 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1086 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1087 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1088 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1089 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1090 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1091 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1092 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1093 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1094 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1095 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1096 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1097 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1098 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1099 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1100 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1101 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1102 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1103 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1104 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1105 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1106 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1107 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1108 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1109 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1110 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1111 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1112 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1113 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1114 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1115 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1116 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1117 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1118 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1119 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1120 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1121 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1122 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1123 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1124 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1125 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1126 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1127 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1128 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1129 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1130 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1131 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1132 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1133 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1134 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1135 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1136 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1137 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1138 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1139 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1140 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1141 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1142 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1143 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1144 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1145 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1146 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1147 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1148 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1149 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1150 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1151 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1152 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1153 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1154 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1155 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1156 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1157 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1158[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1159java.lang.IllegalArgumentException: unknown world
1160 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1161 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1162 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1163 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1164 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1165 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1166 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1167 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1168 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1169 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1170 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1171 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1172 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1173 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1174 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1175 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1176 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1177 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1178 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1179 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1180 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1181 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1182 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1183 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1184 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1185 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1186 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1187 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1188 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1189 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1190 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1191 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1192 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1193 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1194 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1195 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1196 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1197 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1198 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1199 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1200 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1201 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1202 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1203 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1204 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1205 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1206 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1207 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1208 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1209 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1210 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1211 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1212 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1213 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1214 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1215 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1216 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1217 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1218 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1219 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1220 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1221 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1222 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1223 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1224 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1225 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1226 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1227 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1228 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1229 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1230 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1231 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1232 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1233 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1234 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1235 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1236 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1237 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1238 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1239 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1240 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1241[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1242java.lang.IllegalArgumentException: unknown world
1243 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1244 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1245 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1246 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1247 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1248 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1249 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1250 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1251 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1252 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1253 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1254 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1255 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1256 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1257 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1258 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1259 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1260 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1261 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1262 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1263 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1264 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1265 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1266 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1267 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1268 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1269 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1270 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1271 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1272 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1273 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1274 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1275 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1276 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1277 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1278 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1279 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1280 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1281 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1282 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1283 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1284 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1285 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1286 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1287 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1288 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1289 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1290 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1291 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1292 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1293 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1294 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1295 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1296 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1297 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1298 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1299 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1300 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1301 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1302 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1303 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1304 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1305 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1306 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1307 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1308 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1309 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1310 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1311 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1312 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1313 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1314 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1315 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1316 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1317 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1318 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1319 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1320 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1321 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1322 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1323 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1324[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1325java.lang.IllegalArgumentException: unknown world
1326 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1327 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1328 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1329 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1330 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1331 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1332 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1333 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1334 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1335 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1336 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1337 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1338 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1339 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1340 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1341 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1342 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1343 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1344 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1345 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1346 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1347 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1348 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1349 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1350 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1351 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1352 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1353 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1354 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1355 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1356 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1357 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1358 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1359 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1360 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1361 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1362 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1363 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1364 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1365 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1366 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1367 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1368 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1369 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1370 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1371 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1372 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1373 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1374 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1375 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1376 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1377 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1378 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1379 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1380 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1381 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1382 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1383 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1384 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1385 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1386 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1387 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1388 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1389 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1390 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1391 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1392 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1393 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1394 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1395 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1396 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1397 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1398 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1399 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1400 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1401 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1402 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1403 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1404 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1405 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1406 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1407[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1408java.lang.IllegalArgumentException: unknown world
1409 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1410 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1411 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1412 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1413 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1414 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1415 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1416 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1417 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1418 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1419 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1420 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1421 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1422 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1423 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1424 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1425 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1426 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1427 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1428 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1429 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1430 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1431 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1432 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1433 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1434 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1435 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1436 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1437 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1438 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1439 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1440 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1441 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1442 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1443 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1444 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1445 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1446 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1447 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1448 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1449 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1450 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1451 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1452 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1453 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1454 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1455 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1456 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1457 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1458 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1459 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1460 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1461 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1462 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1463 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1464 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1465 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1466 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1467 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1468 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1469 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1470 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1471 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1472 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1473 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1474 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1475 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1476 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1477 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1478 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1479 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1480 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1481 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1482 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1483 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1484 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1485 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1486 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1487 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1488 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1489 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1490[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1491java.lang.IllegalArgumentException: unknown world
1492 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1493 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265]
1494 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265]
1495 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1496 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1497 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1498 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1499 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1500 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1501 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1502 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1503 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1504 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1505 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1506 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1507 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1508 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1509 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1510 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1511 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1512 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1513 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1514 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1515 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1516 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1517 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1518 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1519 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1520 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1521 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1522 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1523 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1524 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1525 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1526 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1527 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1528 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1529 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1530 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1531 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1532 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1533 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1534 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1535 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1536 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1537 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1538 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1539 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1540 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1541 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1542 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1543 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1544 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1545 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1546 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1547 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1548 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1549 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1550 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1551 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1552 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1553 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1554 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1555 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1556 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1557 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1558 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1559 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1560 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1561 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1562 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1563 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1564 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1565 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1566 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1567 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1568 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1569 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1570 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1571 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1572 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1573[09:37:55] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
1574java.lang.IllegalArgumentException: unknown world
1575 at org.bukkit.Location.deserialize(Location.java:1123) ~[patched_1.16.2.jar:git-Paper-186]
1576 at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source) ~[?:?]
1577 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265]
1578 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265]
1579 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.2.jar:git-Paper-186]
1580 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.2.jar:git-Paper-186]
1581 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.2.jar:git-Paper-186]
1582 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.2.jar:git-Paper-186]
1583 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1584 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1585 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1586 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1587 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1588 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1589 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1590 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1591 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1592 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1593 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1594 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1595 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1596 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1597 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1598 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1599 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1600 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1601 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1602 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1603 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1604 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1605 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1606 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1607 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1608 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1609 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1610 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1611 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1612 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1613 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1614 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1615 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1616 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1617 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1618 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1619 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1620 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1621 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1622 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1623 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1624 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1625 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1626 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1627 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.2.jar:git-Paper-186]
1628 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.2.jar:git-Paper-186]
1629 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.2.jar:git-Paper-186]
1630 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.2.jar:git-Paper-186]
1631 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.2.jar:git-Paper-186]
1632 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:230) ~[patched_1.16.2.jar:git-Paper-186]
1633 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.2.jar:git-Paper-186]
1634 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.2.jar:git-Paper-186]
1635 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.2.jar:git-Paper-186]
1636 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472) ~[patched_1.16.2.jar:git-Paper-186]
1637 at org.yaml.snakeyaml.Yaml.load(Yaml.java:398) ~[patched_1.16.2.jar:git-Paper-186]
1638 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.2.jar:git-Paper-186]
1639 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.2.jar:git-Paper-186]
1640 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.2.jar:git-Paper-186]
1641 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:186) ~[patched_1.16.2.jar:git-Paper-186]
1642 at me.FearfulDenizen.Dungeons.FileCreator.setup(FileCreator.java:172) ~[?:?]
1643 at me.FearfulDenizen.Dungeons.Dungeons.loadFiles(Dungeons.java:404) ~[?:?]
1644 at me.FearfulDenizen.Dungeons.Dungeons.onEnable(Dungeons.java:200) ~[?:?]
1645 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
1646 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
1647 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
1648 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
1649 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
1650 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
1651 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
1652 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
1653 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
1654 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
1655[09:37:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dungeons
1656[09:37:55] [Server thread/INFO]: Dungeons >> PlaceholdersAPI found
1657[09:37:55] [Server thread/INFO]: Dungeons has been enabled
1658[09:37:55] [Server thread/INFO]: [LampControl] Enabling LampControl v4.0.0-SNAPSHOT
1659[09:37:55] [Server thread/INFO]: MainEnvironment()
1660[09:37:55] [Server thread/INFO]: [LampControl] Successfully loaded messages for plugin LampControl!
1661[09:37:55] [Server thread/INFO]: [LampControl] Selected language: English
1662[09:37:55] [Server thread/INFO]: [LampControl] has been loaded! WorldEdit is: true
1663[09:37:55] [Server thread/INFO]: [VoidTeleportPlus] Enabling VoidTeleportPlus v3.1.0
1664[09:37:55] [Server thread/INFO]: [VoidTeleport+] Developed by EndlessGames.
1665[09:37:55] [Server thread/INFO]:
1666
1667 ===================================================
1668 VoidTeleport+
1669 ===================================================
1670
1671 Current version: 3.1.0
1672 You are running the latest version!
1673
1674 ===================================================
1675
1676[09:37:55] [Server thread/INFO]: [GCore] Enabling GCore v8.1.1
1677[09:37:55] [Server thread/INFO]: [GCore-main] Found no legacy files to migrate
1678[09:37:56] [Server thread/INFO]: [GCore-main] Loading materials...
1679[09:37:57] [Server thread/INFO]: [GCore-main] Loading sounds...
1680[09:37:58] [Server thread/INFO]: [GCore-main] Loading particles...
1681[09:37:58] [Server thread/INFO]: [GCore-main] Enabled currency VAULT
1682[09:37:58] [Server thread/INFO]: [GCore-main] Loading texts...
1683[09:37:58] [Server thread/INFO]: [GCore-main] Enabled integration for Citizens
1684[09:37:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gcore
1685[09:37:58] [Server thread/INFO]: [GCore-main] Enabled integration for PlaceholderAPI
1686[09:37:58] [Server thread/INFO]: [GCore-main] Connected to MySQL
1687[09:37:58] [Server thread/INFO]: [GCore-main] Found empty value for key 'npcs' at line 7 in file npcs.yml, it's most likely a configuration mistake
1688[09:37:58] [Server thread/INFO]: [GCore-main] Enabled NPC manager with ProtocolLib
1689[09:37:58] [Server thread/INFO]: [GCore-main] Successfully enabled
1690[09:37:58] [Server thread/INFO]: [QuestCreator] Enabling QuestCreator v6.1.2
1691[09:37:58] [Server thread/INFO]: [QuestCreator-main] Found no legacy files to migrate
1692[09:37:58] [Server thread/INFO]: [QuestCreator-main] Enabled integration for Citizens
1693[09:37:58] [Server thread/INFO]: [QuestCreator-main] Enabled integration for FeatherBoard
1694[09:37:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: questcreator
1695[09:37:58] [Server thread/INFO]: [QuestCreator-main] Enabled integration for PlaceholderAPI
1696[09:37:59] [Server thread/INFO]: [QuestCreator-main] Enabled integration for ProtocolLib
1697[09:37:59] [Server thread/INFO]: [QuestCreator-main] Successfully loaded 24 global branchs : fail_block_break, fail_block_interact, fail_block_place, fail_chat, fail_commands, fail_die, fail_disconnect, fail_entities_damage, fail_entities_get_damaged, fail_entities_interact, fail_item_drop, fail_item_pickup, fail_move, prevent_block_break, prevent_block_interact, prevent_block_place, prevent_chat, prevent_commands, prevent_entities_damage, prevent_entities_get_damaged, prevent_entities_interact, prevent_item_drop, prevent_item_pickup, prevent_move
1698[09:37:59] [Server thread/INFO]: [QuestCreator-main] Successfully loaded 2 global quest objects : isscoreboard, qcscoreboard
1699[09:37:59] [Server thread/INFO]: [QuestCreator-main] Successfully loaded 2 quest models : farm_quest, toit
1700[09:37:59] [Server thread/INFO]: [QuestCreator-main] Successfully loaded 2 quest activators : npc_forgeron, npc_marchand
1701[09:37:59] [Server thread/INFO]: [QuestCreator-main] Successfully loaded 1 GUI : main
1702[09:37:59] [Server thread/INFO]: [QuestCreator-main] Loading texts...
1703[09:37:59] [Server thread/INFO]: [QuestCreator-main] Loaded 5 missing texts from default lang fr_FR for questcreator.yml
1704[09:38:00] [Server thread/INFO]: [QuestCreator-main] Loaded 6 missing texts from default lang fr_FR for questcreator_editor.yml
1705[09:38:00] [Server thread/INFO]: [QuestCreator-main] Successfully enabled
1706[09:38:00] [Server thread/INFO]: [MMOLib] Enabling MMOLib v1.3.7.1
1707[09:38:00] [Server thread/INFO]: [MMOInventory] Enabling MMOInventory v1.3.3.2
1708[09:38:00] [Server thread/INFO]: [MMOInventory] Detected Bukkit Version: v1_16_R2
1709[09:38:00] [Server thread/INFO]: [MMOInventory] Successfully registered 13 inventory slots.
1710[09:38:00] [Server thread/INFO]: [MMOInventory] Hooked onto MMOItems
1711[09:38:00] [Server thread/INFO]: [SpecializedCrates] Enabling SpecializedCrates v2.12.7
1712[09:38:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: specializedcrates
1713[09:38:00] [Server thread/INFO]:
1714[09:38:00] [Server thread/INFO]:
1715[09:38:00] [Server thread/INFO]: Rare
1716[09:38:00] [Server thread/INFO]: + Success: there were no issues.
1717[09:38:00] [Server thread/INFO]:
1718[09:38:00] [Server thread/INFO]: Commun
1719[09:38:00] [Server thread/INFO]: Rewards
1720[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1721[09:38:00] [Server thread/INFO]: CAUSE: The 'Miner_Minion.display-item.material' value does not exist.
1722[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1723[09:38:00] [Server thread/INFO]: CAUSE: The 'Farmer_Minion.display-item.material' value does not exist.
1724[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1725[09:38:00] [Server thread/INFO]: CAUSE: The 'Slayer_Minion.display-item.material' value does not exist.
1726[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1727[09:38:00] [Server thread/INFO]: CAUSE: The 'Seller_Minion.display-item.material' value does not exist.
1728[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1729[09:38:00] [Server thread/INFO]: CAUSE: The 'Lumberjack_Minion.display-item.material' value does not exist.
1730[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1731[09:38:00] [Server thread/INFO]: CAUSE: The 'Fisher_Minion.display-item.material' value does not exist.
1732[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1733[09:38:00] [Server thread/INFO]: CAUSE: The 'Collector_Minion.display-item.material' value does not exist.
1734[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1735[09:38:00] [Server thread/INFO]: CAUSE: The 'Feeder_Minion.display-item.material' value does not exist.
1736[09:38:00] [Server thread/INFO]:
1737[09:38:00] [Server thread/INFO]: Legendaire
1738[09:38:00] [Server thread/INFO]: + Success: there were no issues.
1739[09:38:00] [Server thread/INFO]:
1740[09:38:00] [Server thread/INFO]: Vote
1741[09:38:00] [Server thread/INFO]: + Success: there were no issues.
1742[09:38:00] [Server thread/INFO]:
1743[09:38:00] [Server thread/INFO]: MineChestExample
1744[09:38:00] [Server thread/INFO]: Lucky Chest
1745[09:38:00] [Server thread/INFO]: - island_normal_world is not a valid world for the lucky chests to spawn in.
1746[09:38:00] [Server thread/INFO]: - island_end_world is not a valid world for the lucky chests to spawn in.
1747[09:38:00] [Server thread/INFO]: - island_nether_world is not a valid world for the lucky chests to spawn in.
1748[09:38:00] [Server thread/INFO]:
1749[09:38:00] [Server thread/INFO]: Boutique
1750[09:38:00] [Server thread/INFO]: Rewards
1751[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1752[09:38:00] [Server thread/INFO]: CAUSE: The 'Miner_Minion.display-item.material' value does not exist.
1753[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1754[09:38:00] [Server thread/INFO]: CAUSE: The 'Farmer_Minion.display-item.material' value does not exist.
1755[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1756[09:38:00] [Server thread/INFO]: CAUSE: The 'Slayer_Minion.display-item.material' value does not exist.
1757[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1758[09:38:00] [Server thread/INFO]: CAUSE: The 'Seller_Minion.display-item.material' value does not exist.
1759[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1760[09:38:00] [Server thread/INFO]: CAUSE: The 'Lumberjack_Minion.display-item.material' value does not exist.
1761[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1762[09:38:00] [Server thread/INFO]: CAUSE: The 'Fisher_Minion.display-item.material' value does not exist.
1763[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1764[09:38:00] [Server thread/INFO]: CAUSE: The 'Collector_Minion.display-item.material' value does not exist.
1765[09:38:00] [Server thread/INFO]: - Failed to load a reward menu item.
1766[09:38:00] [Server thread/INFO]: CAUSE: The 'Feeder_Minion.display-item.material' value does not exist.
1767[09:38:00] [Server thread/INFO]:
1768[09:38:00] [Server thread/INFO]: Epique
1769[09:38:00] [Server thread/INFO]: + Success: there were no issues.
1770[09:38:00] [Server thread/INFO]:
1771[09:38:00] [Server thread/INFO]:
1772[09:38:01] [Server thread/INFO]: [CMI] Enabling CMI v8.7.8.3
1773[09:38:01] [Server thread/INFO]: [CMIPaperLib] Enabling CMIPaperLib v1.0.0
1774[09:38:01] [SpecializedCrates-HTML/INFO]: Failed to authenticate via the Specialized Crates authentication DB. Authenticating anyways.
1775[09:38:02] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
1776[09:38:02] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
1777[09:38:02] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃ ┃┃
1778[09:38:02] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃ ┃┃
1779[09:38:02] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
1780[09:38:02] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
1781[09:38:02] [Server thread/INFO]: _______________________________________________________
1782[09:38:02] [Server thread/INFO]: Integrating PaperSpigot async methods
1783[09:38:03] [Server thread/INFO]: Citizens found.
1784[09:38:03] [Server thread/INFO]: 50 Enabled and 1 Disabled modules
1785[09:38:03] [Server thread/INFO]: Loaded (16) portals into memory. Took 20ms
1786[09:38:03] [Server thread/INFO]: Permission plugin: LuckPerms5.1.93
1787[09:38:03] [Server thread/INFO]: Initialized Cipher256 AES
1788[09:38:03] [Server thread/INFO]: Loaded (52) regular alias into memory. Took 21ms
1789[09:38:03] [Server thread/INFO]: Loaded (1) custom text's into memory. Took 1ms
1790[09:38:03] [Server thread/INFO]: 8.0.21 data base type detected
1791[09:38:04] [Server thread/INFO]: Started MySQL data base. Took 127ms
1792[09:38:04] [Server thread/INFO]: Vault was found - Enabling capabilities. Economy: CMIEconomy
1793[09:38:04] [Server thread/INFO]: Loaded (2) holograms into memory. Took 13ms
1794[09:38:04] [Server thread/INFO]: Loaded (5) warning categories into memory. Took 1ms
1795[09:38:04] [Server thread/INFO]: Loaded (3) warning commands into memory. Took 0ms
1796[09:38:04] [Server thread/INFO]: Loaded (131) custom mob heads into memory. Took 10ms
1797[09:38:04] [Server thread/INFO]: Loaded (0) cooldowns into memory. Took 15ms
1798[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (island_nether_world) name
1799[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (island_normal_world) name
1800[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (island_end_world) name
1801[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (mine) name
1802[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (flat) name
1803[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (wow) name
1804[09:38:04] [Server thread/INFO]: (RandomTeleportation) Can't find world with (quete) name
1805[09:38:04] [Server thread/INFO]: Enabling BungeeCord Support
1806[09:38:04] [Server thread/INFO]: Initializing BungeeCord
1807[09:38:04] [Server thread/INFO]: Loaded (12) kits into memory. Took 12ms
1808[09:38:04] [Server thread/INFO]: Loaded (21) ranks into memory. Took 11ms
1809[09:38:04] [Server thread/INFO]: Loaded (8) playtime rewards into memory. Took 1ms
1810[09:38:04] [Server thread/INFO]:
1811Attention! Found 3 duplicates in database. Same name, different UUID. This can cause some minor issues. Please remove one of them from database with /cmi removeuser [uuid] or /cmi removeuser duplicates
1812Titidelaff 10c87551-f8ad-4d24-b84d-d99b46a2ba09 last seen: 5 min 10 sec
1813Titidelaff 4cd08edd-bca7-3a79-b711-f36f9b12484e last seen: Unknown
1814JeSuisMoii a922d142-7d7a-421b-acfa-7afa401a8720 last seen: 2 days 11 hours 23 min 56 sec
1815JeSuisMoii cc7b1594-1843-3d37-866a-af8852021dfc last seen: Unknown
1816BLACK_PURPLE 50f904c9-6414-4e9e-82bd-76f9c10a3eb3 last seen: 5 hours 6 min 19 sec
1817BLACK_PURPLE 3c1d1ef6-39c9-3f17-8687-bcd961fd7bfc last seen: Unknown
1818[09:38:04] [Server thread/INFO]: Loaded (74) player data into memory. Took 47ms
1819[09:38:04] [Server thread/INFO]: Loaded (0) playtime records into memory. Took 0ms
1820[09:38:04] [Server thread/INFO]: Loaded (31) playtime reward records into memory. Took 3ms
1821[09:38:04] [Server thread/INFO]: Loaded (1) custom alias into memory. Took 2ms
1822[09:38:04] [Server thread/INFO]: Loaded (2) interactive commands into memory. Took 1ms
1823[09:38:04] [Server thread/INFO]: Registered events. Took 326ms
1824[09:38:04] [Server thread/INFO]: Loaded (1) event action commands into memory. Took 3ms
1825[09:38:04] [Server thread/INFO]: Updated (EN) language file. Took 118ms
1826[09:38:04] [Server thread/INFO]: Updated (FR) language file. Took 82ms
1827[09:38:04] [Server thread/INFO]: Loaded (245) worth values into memory. Took 8ms
1828[09:38:04] [Server thread/INFO]: Loaded (4) warps into memory. Took 2ms
1829[09:38:04] [Server thread/INFO]: Vault permissions was found - Enabling capabilities.
1830[09:38:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi
1831[09:38:04] [Server thread/INFO]: PlaceholderAPI hooked.
1832[09:38:04] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
1833[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_left}
1834[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_max}
1835[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_time}
1836[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_charges_cooldown}
1837[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_display_name}
1838[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nickname}
1839[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name}
1840[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_deathloc}
1841[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_cuffed}
1842[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_muted}
1843[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_inpvp}
1844[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_god}
1845[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_mail_count}
1846[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_warning_count}
1847[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_warning_points}
1848[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk}
1849[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_symbol}
1850[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_msg}
1851[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_for}
1852[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_afk_in}
1853[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_joinedcounter}
1854[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_banned}
1855[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxhomes}
1856[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_exp}
1857[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_totalexp}
1858[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_level}
1859[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_ping}
1860[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_gamemode}
1861[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_op}
1862[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canfly}
1863[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flying}
1864[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_homeamount}
1865[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_vanished_symbol}
1866[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formated}
1867[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance_formatted}
1868[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_balance}
1869[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_prefix}
1870[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_suffix}
1871[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_prefix}
1872[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nameplate_suffix}
1873[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_group}
1874[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly}
1875[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formated}
1876[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tfly_formatted}
1877[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_flightcharge}
1878[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod}
1879[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formated}
1880[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_tgod_formatted}
1881[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_votecount}
1882[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_dailyvotecount}
1883[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank}
1884[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextranks}
1885[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextrankpercent}
1886[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_nextvalidranks}
1887[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_canrankup}
1888[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country}
1889[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_country_code}
1890[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_city}
1891[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_name_colorcode}
1892[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_code}
1893[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_glow_name}
1894[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailname}
1895[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailcell}
1896[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailtime}
1897[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_jailreason}
1898[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_bungeeserver}
1899[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_formatted}
1900[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_days}
1901[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_dayst}
1902[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hours}
1903[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hoursf}
1904[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_hourst}
1905[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutes}
1906[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_minutest}
1907[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_seconds}
1908[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_playtime_secondst}
1909[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_itemcount_*}
1910[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_maxperm_*_*}
1911[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equation_*}
1912[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_equationint_*}
1913[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_color_*}
1914[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_displayname}
1915[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_realname}
1916[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_type}
1917[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_itemdata}
1918[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_amount}
1919[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth}
1920[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_iteminhand_worth_one}
1921[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_nextin_*}
1922[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_schedule_endat_*}
1923[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_name_*}
1924[09:38:04] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_money_*}
1925[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_baltop_shortmoney_*}
1926[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_playtimetop_name_*}
1927[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_playtimetop_time_*}
1928[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetop_*}
1929[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_votetopcount_*}
1930[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_buy_*}
1931[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_worth_sell_*}
1932[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_total_*}
1933[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_current_*}
1934[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_motd_*}
1935[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_bungee_onlinestatus_*}
1936[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_1}
1937[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_60}
1938[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_300}
1939[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_tps_*_colored}
1940[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_player_name}
1941[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_random_*_*}
1942[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_lastrandom_*}
1943[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_rank_percent_*}
1944[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_meta_*}
1945[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_metaint_*}
1946[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kitcd_*}
1947[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kit_available_*}
1948[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_user_kit_hasaccess_*}
1949[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_time_*_*}
1950[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_username_*_*}
1951[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_jail_reason_*_*}
1952[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_world}
1953[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_x}
1954[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_y}
1955[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_z}
1956[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {player_biome}
1957[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {vault_eco_balance_formatted}
1958[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_online}
1959[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online}
1960[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {cmi_server_online_*}
1961[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_online_*}
1962[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_max_players}
1963[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_unique_joins}
1964[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_names}
1965[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {onlineplayers_displaynames}
1966[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*_*}
1967[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {server_time_*}
1968[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time12_*}
1969[09:38:05] [Server thread/INFO]: [MVdWPlaceholderAPI] CMI added custom placeholder {world_time24_*}
1970[09:38:05] [Server thread/INFO]: MVdWPlaceholderAPI support enabled
1971[09:38:05] [Server thread/INFO]: MVdWPlaceholderAPI hooked.
1972[09:38:05] [Server thread/INFO]: PlaceholderMVdWAPI was found - Enabling capabilities.
1973[09:38:05] [Server thread/INFO]: Starting world timer.
1974[09:38:05] [Server thread/INFO]: Initializing world manager.
1975[09:38:05] [Server thread/INFO]: Loaded (5) schedules into memory. Took 5ms
1976[09:38:05] [Server thread/INFO]: Loaded GeoLiteCity
1977[09:38:05] [Server thread/INFO]: Loaded (0) skin cache entries into memory. Took 0ms
1978[09:38:05] [Server thread/INFO]: Found DiscordSRV
1979[09:38:05] [Server thread/INFO]: [DiscordSRV] API listener com.Zrips.CMI.Modules.DiscordSRV.DiscordSRVListener subscribed (4 methods)
1980[09:38:05] [Server thread/INFO]: Version 8.7.8.3 has been enabled
1981[09:38:05] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
1982[09:38:05] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
1983[09:38:05] [Server thread/INFO]: [TrMenu] Enabling TrMenu v2.06-DEV
1984[09:38:05] [Server thread/INFO]: ___________ _____ ________
1985[09:38:05] [Server thread/INFO]: \__ ___/______ / \ ____ ____ __ __ \_____ \
1986[09:38:05] [Server thread/INFO]: | | \_ __ \/ \ / \_/ __ \ / \| | \ / ____/
1987[09:38:05] [Server thread/INFO]: | | | | \/ Y \ ___/| | \ | / / \
1988[09:38:05] [Server thread/INFO]: |____| |__| \____|__ /\___ >___| /____/ \_______ \
1989[09:38:05] [Server thread/INFO]: \/ \/ \/ \/
1990[09:38:05] [Server thread/INFO]:
1991[09:38:05] [Server thread/INFO]: Notfound: PLUGIN.LOADING
1992[09:38:05] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
1993[09:38:05] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
1994[09:38:05] [Server thread/INFO]: [TrMenu][INFO] Plugin TabooLib registered connection: jdbc:sqlite:plugins/TabooLib/playerdata/v2/data.db
1995[09:38:05] [TConfigWatcherService-1/INFO]: [TabooLib][ERROR] Error occureed when loading language for TrMenu: java.util.ConcurrentModificationException
1996java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1633)
1997[09:38:05] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.10.0-SNAPSHOT-SNAPSHOT
1998[09:38:05] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
1999[09:38:05] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.2)...[0m
2000[09:38:05] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality[0m
2001[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 42 ms to scan 1 urls, producing 3 keys and 21 values
2002[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 3 keys and 24 values
2003[09:38:05] [Server thread/WARN]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] could not create Vfs.Dir from url. ignoring the exception and continuing
2004io.lumine.xikage.mythicmobs.util.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/libatk-wrapper.so]
2005either use fromURL(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
2006 at io.lumine.xikage.mythicmobs.util.reflections.vfs.Vfs.fromURL(Vfs.java:109) ~[?:?]
2007 at io.lumine.xikage.mythicmobs.util.reflections.vfs.Vfs.fromURL(Vfs.java:91) ~[?:?]
2008 at io.lumine.xikage.mythicmobs.util.reflections.Reflections.scan(Reflections.java:240) ~[?:?]
2009 at io.lumine.xikage.mythicmobs.util.reflections.Reflections.scan(Reflections.java:202) ~[?:?]
2010 at io.lumine.xikage.mythicmobs.util.reflections.Reflections.<init>(Reflections.java:123) ~[?:?]
2011 at io.lumine.xikage.mythicmobs.util.reflections.Reflections.<init>(Reflections.java:168) ~[?:?]
2012 at io.lumine.xikage.mythicmobs.util.reflections.Reflections.<init>(Reflections.java:141) ~[?:?]
2013 at io.lumine.xikage.mythicmobs.util.reflections.VersionCompliantReflections.<init>(VersionCompliantReflections.java:19) ~[?:?]
2014 at io.lumine.xikage.mythicmobs.volatilecode.v1_16_R2.VolatileAIHandler_v1_16_R2.<init>(VolatileAIHandler_v1_16_R2.java:117) ~[?:?]
2015 at io.lumine.xikage.mythicmobs.volatilecode.VolatileCodeEnabled_v1_16_R2.<init>(VolatileCodeEnabled_v1_16_R2.java:40) ~[?:?]
2016 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_265]
2017 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_265]
2018 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265]
2019 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265]
2020 at io.lumine.xikage.mythicmobs.MythicMobs.getVolatileCodeHandler(MythicMobs.java:248) ~[?:?]
2021 at io.lumine.xikage.mythicmobs.MythicMobs.enable(MythicMobs.java:116) ~[?:?]
2022 at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:61) ~[?:?]
2023 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.2.jar:git-Paper-186]
2024 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.2.jar:git-Paper-186]
2025 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.2.jar:git-Paper-186]
2026 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:499) ~[patched_1.16.2.jar:git-Paper-186]
2027 at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:413) ~[patched_1.16.2.jar:git-Paper-186]
2028 at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.2.jar:git-Paper-186]
2029 at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.2.jar:git-Paper-186]
2030 at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.2.jar:git-Paper-186]
2031 at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-186]
2032 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
2033[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 54 ms to scan 25 urls, producing 0 keys and 0 values
2034[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 3 keys and 9 values
2035[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs CMI Support has been enabled![0m
2036[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled![0m
2037[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled![0m
2038[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled![0m
2039[09:38:05] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers[0m
2040[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled![0m
2041[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled![0m
2042[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled![0m
2043[09:38:05] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...[0m
2044[09:38:05] [Server thread/INFO]: [MythicMobs] Base directory /var/opt/minecraft/server/newskyblock/plugins/MythicMobs/SavedData
2045[09:38:05] [Server thread/INFO]: [MythicMobs] Module directory /var/opt/minecraft/server/newskyblock/plugins/MythicMobs/SavedData/worlds
2046[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 16 ms to scan 1 urls, producing 10 keys and 293 values
2047[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 23 ms to scan 1 urls, producing 23 keys and 593 values
2048[09:38:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 9 ms to scan 1 urls, producing 6 keys and 77 values
2049[09:38:05] [Server thread/INFO]: [MythicMobs] [36mLOADED[0m
2050[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 5 mobs.[0m
2051[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 vanilla mob overrides.[0m
2052[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
2053[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 skills.[0m
2054[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 random spawns.[0m
2055[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 3 mythic items.[0m
2056[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 2 drop tables.[0m
2057[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 1 mob spawners.[0m
2058[09:38:05] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
2059[09:38:05] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
2060[09:38:05] [Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs Premium v4.10.0 (build SNAPSHOT) has been successfully loaded![0m[0m
2061[09:38:05] [Server thread/INFO]: [GCore-main] Enabled integration for MythicMobs
2062[09:38:05] [Server thread/INFO]: [QuestCreator-main] Enabled integration for MythicMobs
2063[09:38:05] [Server thread/INFO]: [MythicMobsSpawnerGUI] Enabling MythicMobsSpawnerGUI v1.7
2064[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Enabling BigDoorsOpener v2.2.3
2065[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Config is up to date.
2066[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Config loaded!
2067[09:38:05] [Server thread/INFO]: [BigDoorsOpener] nashorn script engine started.
2068[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Locale messages_de_DE.properties is up to date.
2069[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Locale messages_en_US.properties is up to date.
2070[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Metrics enabled. Thank you very much!
2071[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Hooked into Big Doors successfully.
2072[09:38:05] [Server thread/INFO]: [BigDoorsOpener] World Guard found. Trying to get a hook.
2073[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Hooked into world guard successfully.
2074[09:38:05] [Server thread/INFO]: [BigDoorsOpener] Placeholder API found. Enabling placeholder usage.
2075[09:38:05] [Server thread/INFO]: [BigDoorsOpener] MythicMobs found. Enabling mythic mobs listener.
2076[09:38:06] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.4.9.1
2077[09:38:06] [Server thread/INFO]: [net.mmogroup.mmolib.sql.HikariDataSource] HikariPool-1 - Starting...
2078[09:38:06] [Server thread/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2079[09:38:06] [Server thread/INFO]: [net.mmogroup.mmolib.sql.HikariDataSource] HikariPool-1 - Start completed.
2080[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto Vault
2081[09:38:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmocore
2082[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
2083[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
2084[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
2085[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto CMI Holograms
2086[09:38:06] [Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
2087[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2088[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2089[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2090[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2091[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2092[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2093[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2094[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2095[09:38:06] [HikariPool-1 connection adder/WARN]: Mon Oct 12 09:38:06 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2096[09:38:06] [Server thread/INFO]: [QuestCreator-main] Enabled integration for MMOCore
2097[09:38:06] [Server thread/INFO]: [MMOItems] Enabling MMOItems v6.2.3
2098[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
2099[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto MMOInventory
2100[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
2101[09:38:06] [Server thread/INFO]: [MMOItems] Loading template modifiers, please wait..
2102[09:38:06] [Server thread/INFO]: [MMOItems] Loading item templates, please wait..
2103[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto Vault
2104[09:38:06] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
2105[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto CMI Holograms
2106[09:38:06] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
2107[09:38:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mmoitems
2108[09:38:06] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
2109[09:38:06] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.44.3
2110[09:38:06] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v6.4.9
2111[09:38:06] [Server thread/INFO]:
2112[09:38:06] [Server thread/INFO]: =============================
2113[09:38:06] [Server thread/INFO]: EpicSpawners 6.4.9 by Songoda <3!
2114[09:38:06] [Server thread/INFO]: Action: Enabling...
2115[09:38:06] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US"
2116[09:38:06] [Server thread/INFO]: [SongodaCore] Hooked EpicSpawners.
2117[09:38:06] [Server thread/INFO]: [EpicSpawners] Loaded locale "fr_FR"
2118[09:38:07] [Server thread/INFO]: [ShopGUIPlus] Registered spawners support for EpicSpawners.
2119[09:38:07] [Server thread/INFO]: [EpicSpawners] Data handler connected using SQLite.
2120[09:38:07] [Server thread/INFO]: =============================
2121[09:38:07] [Server thread/INFO]:
2122[09:38:07] [Server thread/INFO]: [JetsMinions] Enabling JetsMinions v6.5.7
2123[09:38:07] [Server thread/INFO]: [JetsMinions] Initialising Plugin..
2124[09:38:07] [Server thread/INFO]: [JetsMinions] hooks.yml found, loading!
2125[09:38:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jetsminions
2126[09:38:07] [Server thread/INFO]: [JetsMinions] skins.yml found, loading!
2127[09:38:07] [Server thread/INFO]: [JetsMinions] config.yml found, loading!
2128[09:38:07] [Server thread/INFO]: [JetsMinions] messages.yml found, loading!
2129[09:38:07] [Server thread/INFO]: [JetsMinions] controlpanel.yml found, loading!
2130[09:38:07] [Server thread/INFO]: [JetsMinions] players.yml found, loading!
2131[09:38:07] [Server thread/INFO]: [JetsMinions] store.yml found, loading!
2132[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Miner Made by Jet315
2133[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Slayer Made by Jet315
2134[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Collector Made by Jet315
2135[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Feeder Made by Jet315
2136[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Lumberjack Made by Jet315
2137[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Farmer Made by Jet315
2138[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Fisher Made by Jet315
2139[09:38:07] [Server thread/INFO]: [JetsMinions] Loaded Minion: Seller Made by Jet315
2140[09:38:07] [Server thread/INFO]: [JetsMinions] Initialising Complete in 99ms
2141[09:38:07] [Server thread/INFO]: [EpicHoppers] Enabling EpicHoppers v4.6.14
2142[09:38:07] [Server thread/INFO]:
2143[09:38:07] [Server thread/INFO]: =============================
2144[09:38:07] [Server thread/INFO]: EpicHoppers 4.6.14 by Songoda <3!
2145[09:38:07] [Server thread/INFO]: Action: Enabling...
2146[09:38:07] [Server thread/INFO]: [EpicHoppers] Loaded locale "en_US"
2147[09:38:07] [Server thread/INFO]: [SongodaCore] Hooked EpicHoppers.
2148[09:38:07] [Server thread/INFO]: [EpicHoppers] Loaded locale "fr_FR"
2149[09:38:07] [Server thread/INFO]: [EpicHoppers] Data handler connected using SQLite.
2150[09:38:07] [Server thread/INFO]: =============================
2151[09:38:07] [Server thread/INFO]:
2152[09:38:07] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.4
2153[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
2154[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
2155[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
2156[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
2157[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
2158[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
2159[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
2160[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
2161[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
2162[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
2163[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
2164[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
2165[09:38:07] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
2166[09:38:07] [Server thread/INFO]: [SelectionVisualizer] Enabling SelectionVisualizer v3.0.2.3
2167[09:38:07] [Server thread/INFO]: [SV] CMI plugin was found!
2168[09:38:07] [Server thread/INFO]: [SV] WorldEdit plugin was found!
2169[09:38:07] [Server thread/INFO]: [SV] WorldGuard plugin was found!
2170[09:38:07] [Server thread/INFO]: SelectionVisualizer Version 3.0.2.3 has been enabled
2171[09:38:07] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.16.3-v1
2172[09:38:07] [Server thread/INFO]: [LightCleaner] LightCleaner version 1.16.3-v1 enabled! (0.057s)
2173[09:38:07] [Server thread/INFO]: [FabledSkyBlock] Enabling FabledSkyBlock v2.3.12
2174[09:38:07] [Server thread/INFO]:
2175[09:38:07] [Server thread/INFO]: =============================
2176[09:38:07] [Server thread/INFO]: FabledSkyBlock 2.3.12 by Songoda <3!
2177[09:38:07] [Server thread/INFO]: Action: Enabling...
2178[09:38:07] [Server thread/INFO]: [FabledSkyBlock] Enabling Paper hooks
2179[09:38:07] [Server thread/INFO]: [SongodaCore] Hooked FabledSkyBlock.
2180[09:38:08] [Server thread/INFO]: Could not set generator for world 'island_normal_world': Plugin 'default' does not exist
2181[09:38:08] [Server thread/INFO]: Could not set generator for world 'island_nether_world': Plugin 'default' does not exist
2182[09:38:08] [Server thread/INFO]: Could not set generator for world 'island_end_world': Plugin 'default' does not exist
2183[09:38:08] [Server thread/INFO]: SkyBlock | Info: Generating Normal World 'island_normal_world'.
2184[09:38:08] [Server thread/INFO]: -------- World Settings For [island_normal_world] --------
2185[09:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2186[09:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
2187[09:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
2188[09:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
2189[09:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
2190[09:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2191[09:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2192[09:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
2193[09:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2194[09:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
2195[09:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
2196[09:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
2197[09:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2198[09:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
2199[09:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2200[09:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2201[09:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2202[09:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
2203[09:38:08] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
2204[09:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
2205[09:38:08] [Server thread/INFO]: Max TNT Explosions: 100
2206[09:38:08] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
2207[09:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2208[09:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2209[09:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
2210[09:38:08] [Server thread/INFO]: Item Despawn Rate: 3000
2211[09:38:08] [Server thread/INFO]: View Distance: 6
2212[09:38:08] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
2213[09:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
2214[09:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2215[09:38:08] [Server thread/INFO]: Mob Spawn Range: 6
2216[09:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:island_normal_world
2217[09:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world island_normal_world
2218[09:38:08] [Server thread/INFO]: Preparing spawn area: 0%
2219[09:38:08] [Server thread/INFO]: Time elapsed: 228 ms
2220[09:38:08] [Server thread/INFO]: [WorldGuard] (island_normal_world) TNT ignition is PERMITTED.
2221[09:38:08] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lighters are PERMITTED.
2222[09:38:08] [Server thread/INFO]: [WorldGuard] (island_normal_world) Lava fire is PERMITTED.
2223[09:38:08] [Server thread/INFO]: [WorldGuard] (island_normal_world) Fire spread is UNRESTRICTED.
2224[09:38:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_normal_world'
2225[09:38:08] [Server thread/INFO]: SkyBlock | Info: Generating Nether World 'island_nether_world'.
2226[09:38:08] [Server thread/INFO]: -------- World Settings For [island_nether_world] --------
2227[09:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2228[09:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
2229[09:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
2230[09:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
2231[09:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
2232[09:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2233[09:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2234[09:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
2235[09:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2236[09:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
2237[09:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
2238[09:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
2239[09:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2240[09:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
2241[09:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2242[09:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2243[09:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2244[09:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
2245[09:38:08] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
2246[09:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
2247[09:38:08] [Server thread/INFO]: Max TNT Explosions: 100
2248[09:38:08] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
2249[09:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2250[09:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2251[09:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
2252[09:38:08] [Server thread/INFO]: Item Despawn Rate: 3000
2253[09:38:08] [Server thread/INFO]: View Distance: 6
2254[09:38:08] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
2255[09:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
2256[09:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2257[09:38:08] [Server thread/INFO]: Mob Spawn Range: 6
2258[09:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:island_nether_world
2259[09:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world island_nether_world
2260[09:38:08] [Server thread/INFO]: Preparing spawn area: 0%
2261[09:38:08] [Server thread/INFO]: Time elapsed: 157 ms
2262[09:38:08] [Server thread/INFO]: [WorldGuard] (island_nether_world) TNT ignition is PERMITTED.
2263[09:38:08] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lighters are PERMITTED.
2264[09:38:08] [Server thread/INFO]: [WorldGuard] (island_nether_world) Lava fire is PERMITTED.
2265[09:38:08] [Server thread/INFO]: [WorldGuard] (island_nether_world) Fire spread is UNRESTRICTED.
2266[09:38:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_nether_world'
2267[09:38:08] [Server thread/INFO]: SkyBlock | Info: Generating Void World 'island_end_world'.
2268[09:38:08] [Server thread/INFO]: -------- World Settings For [island_end_world] --------
2269[09:38:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2270[09:38:08] [Server thread/INFO]: Experience Merge Radius: 6.0
2271[09:38:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
2272[09:38:08] [Server thread/INFO]: Cane Growth Modifier: 100%
2273[09:38:08] [Server thread/INFO]: Melon Growth Modifier: 100%
2274[09:38:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2275[09:38:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2276[09:38:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
2277[09:38:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2278[09:38:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
2279[09:38:08] [Server thread/INFO]: Potato Growth Modifier: 100%
2280[09:38:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
2281[09:38:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2282[09:38:08] [Server thread/INFO]: Vine Growth Modifier: 100%
2283[09:38:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2284[09:38:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2285[09:38:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2286[09:38:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
2287[09:38:08] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
2288[09:38:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
2289[09:38:08] [Server thread/INFO]: Max TNT Explosions: 100
2290[09:38:08] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
2291[09:38:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2292[09:38:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2293[09:38:08] [Server thread/INFO]: Item Merge Radius: 4.0
2294[09:38:08] [Server thread/INFO]: Item Despawn Rate: 3000
2295[09:38:08] [Server thread/INFO]: View Distance: 6
2296[09:38:08] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
2297[09:38:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
2298[09:38:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2299[09:38:08] [Server thread/INFO]: Mob Spawn Range: 6
2300[09:38:08] [Server thread/INFO]: Preparing start region for dimension minecraft:island_end_world
2301[09:38:08] [Server thread/INFO]: Loaded 0 spawn chunks for world island_end_world
2302[09:38:08] [Server thread/INFO]: Preparing spawn area: 0%
2303[09:38:08] [Server thread/INFO]: Time elapsed: 149 ms
2304[09:38:08] [Server thread/INFO]: [WorldGuard] (island_end_world) TNT ignition is PERMITTED.
2305[09:38:08] [Server thread/INFO]: [WorldGuard] (island_end_world) Lighters are PERMITTED.
2306[09:38:08] [Server thread/INFO]: [WorldGuard] (island_end_world) Lava fire is PERMITTED.
2307[09:38:08] [Server thread/INFO]: [WorldGuard] (island_end_world) Fire spread is UNRESTRICTED.
2308[09:38:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island_end_world'
2309[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Débutant loaded with 9 challenges
2310[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Survivant loaded with 9 challenges
2311[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Champion loaded with 9 challenges
2312[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Sorcier loaded with 9 challenges
2313[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Alchimiste loaded with 9 challenges
2314[09:38:09] [Server thread/INFO]: [FabledSkyBlock] Category Builders loaded with 9 challenges
2315[09:38:09] [Server thread/INFO]: [FabledSkyBlock] challenges loaded with 6 categories
2316[09:38:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: fabledskyblock
2317[09:38:09] [Server thread/INFO]: =============================
2318[09:38:09] [Server thread/INFO]:
2319[09:38:09] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.1-SNAPSHOT-b777
2320[09:38:09] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.1-SNAPSHOT-b777" 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 [Rigby, fernferret, lithium3141, main--, dumptruckman].
2321[09:38:09] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
2322[09:38:09] [Server thread/INFO]: -------- World Settings For [flat] --------
2323[09:38:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2324[09:38:09] [Server thread/INFO]: Experience Merge Radius: 6.0
2325[09:38:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
2326[09:38:09] [Server thread/INFO]: Cane Growth Modifier: 100%
2327[09:38:09] [Server thread/INFO]: Melon Growth Modifier: 100%
2328[09:38:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2329[09:38:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2330[09:38:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
2331[09:38:09] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2332[09:38:09] [Server thread/INFO]: Carrot Growth Modifier: 100%
2333[09:38:09] [Server thread/INFO]: Potato Growth Modifier: 100%
2334[09:38:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
2335[09:38:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2336[09:38:09] [Server thread/INFO]: Vine Growth Modifier: 100%
2337[09:38:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2338[09:38:09] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2339[09:38:09] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2340[09:38:09] [Server thread/INFO]: Kelp Growth Modifier: 100%
2341[09:38:09] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
2342[09:38:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
2343[09:38:09] [Server thread/INFO]: Max TNT Explosions: 100
2344[09:38:09] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
2345[09:38:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2346[09:38:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2347[09:38:09] [Server thread/INFO]: Item Merge Radius: 4.0
2348[09:38:09] [Server thread/INFO]: Item Despawn Rate: 3000
2349[09:38:09] [Server thread/INFO]: View Distance: 6
2350[09:38:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
2351[09:38:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
2352[09:38:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2353[09:38:09] [Server thread/INFO]: Mob Spawn Range: 6
2354[09:38:09] [Server thread/INFO]: Preparing start region for dimension minecraft:flat
2355[09:38:09] [Server thread/INFO]: Loaded 0 spawn chunks for world flat
2356[09:38:09] [Server thread/INFO]: Preparing spawn area: 0%
2357[09:38:09] [Server thread/INFO]: Time elapsed: 77 ms
2358[09:38:09] [Server thread/INFO]: [WorldGuard] (flat) TNT ignition is PERMITTED.
2359[09:38:09] [Server thread/INFO]: [WorldGuard] (flat) Lighters are PERMITTED.
2360[09:38:09] [Server thread/INFO]: [WorldGuard] (flat) Lava fire is PERMITTED.
2361[09:38:09] [Server thread/INFO]: [WorldGuard] (flat) Fire spread is UNRESTRICTED.
2362[09:38:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flat'
2363[09:38:10] [Server thread/INFO]: -------- World Settings For [quete] --------
2364[09:38:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2365[09:38:10] [Server thread/INFO]: Experience Merge Radius: 6.0
2366[09:38:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
2367[09:38:10] [Server thread/INFO]: Cane Growth Modifier: 100%
2368[09:38:10] [Server thread/INFO]: Melon Growth Modifier: 100%
2369[09:38:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2370[09:38:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2371[09:38:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
2372[09:38:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2373[09:38:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
2374[09:38:10] [Server thread/INFO]: Potato Growth Modifier: 100%
2375[09:38:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
2376[09:38:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2377[09:38:10] [Server thread/INFO]: Vine Growth Modifier: 100%
2378[09:38:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2379[09:38:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2380[09:38:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2381[09:38:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
2382[09:38:10] [Server thread/INFO]: Entity Activation Range: An 8 / Mo 20 / Ra 48 / Mi 2 / Tiv true
2383[09:38:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
2384[09:38:10] [Server thread/INFO]: Max TNT Explosions: 100
2385[09:38:10] [Server thread/INFO]: Tile Max Tick Time: 25ms Entity max Tick Time: 25ms
2386[09:38:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2387[09:38:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2388[09:38:10] [Server thread/INFO]: Item Merge Radius: 4.0
2389[09:38:10] [Server thread/INFO]: Item Despawn Rate: 3000
2390[09:38:10] [Server thread/INFO]: View Distance: 6
2391[09:38:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
2392[09:38:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
2393[09:38:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2394[09:38:10] [Server thread/INFO]: Mob Spawn Range: 6
2395[09:38:10] [Server thread/INFO]: Preparing start region for dimension minecraft:quete
2396[09:38:10] [Server thread/INFO]: Loaded 0 spawn chunks for world quete
2397[09:38:10] [Server thread/INFO]: Preparing spawn area: 0%
2398[09:38:10] [Server thread/INFO]: Time elapsed: 374 ms
2399[09:38:10] [Server thread/INFO]: [WorldGuard] (quete) TNT ignition is PERMITTED.
2400[09:38:10] [Server thread/INFO]: [WorldGuard] (quete) Lighters are PERMITTED.
2401[09:38:10] [Server thread/INFO]: [WorldGuard] (quete) Lava fire is PERMITTED.
2402[09:38:10] [Server thread/INFO]: [WorldGuard] (quete) Fire spread is UNRESTRICTED.
2403[09:38:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'quete'
2404[09:38:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: wow
2405[09:38:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
2406[09:38:10] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
2407[09:38:10] [Server thread/INFO]: [Multiverse-Core] Version 4.1.1-SNAPSHOT-b777 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
2408[09:38:10] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.18
2409[09:38:10] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.18-Free.jar
2410[09:38:10] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R2
2411[09:38:10] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #763
2412[09:38:10] [Server thread/INFO]: [LibsDisguises] Build Date: 08/10/2020 22:57
2413[09:38:10] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
2414[09:38:10] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
2415[09:38:11] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
2416[09:38:11] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
2417[09:38:11] [Server thread/INFO]: [LibsDisguises] Config is up to date!
2418[09:38:11] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.20.0
2419[09:38:11] [Server thread/INFO]: [EpicFurnaces] Enabling EpicFurnaces v4.5.13
2420[09:38:11] [Server thread/INFO]:
2421[09:38:11] [Server thread/INFO]: =============================
2422[09:38:11] [Server thread/INFO]: EpicFurnaces 4.5.13 by Songoda <3!
2423[09:38:11] [Server thread/INFO]: Action: Enabling...
2424[09:38:11] [Server thread/INFO]: [EpicFurnaces] Loaded locale "en_US"
2425[09:38:11] [Server thread/INFO]: [SongodaCore] Hooked EpicFurnaces.
2426[09:38:11] [Server thread/INFO]: [EpicFurnaces] Loaded locale "fr_FR"
2427[09:38:11] [Server thread/INFO]: =============================
2428[09:38:11] [Server thread/INFO]:
2429[09:38:11] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.1.0-RELEASE-b545
2430[09:38:11] [Server thread/INFO]: [ItemJoin] Hooked into { Multiverse-Core, WorldGuard, PlaceholderAPI, Vault }
2431[09:38:11] [Server thread/INFO]: [ItemJoin] 1 Custom item(s) loaded!
2432[09:38:11] [Server thread/INFO]: [ItemJoin] has been Enabled.
2433[09:38:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (2beb615ff51fc9e03edf79a2e06b88aca973e9ea)
2434[09:38:11] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
2435[09:38:11] [Server thread/INFO]: Running delayed init tasks
2436[09:38:11] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loading...
2437[09:38:11] [Craft Scheduler Thread - 29/INFO]: [zAuctionHouseV2 v2.2.3.5] There is not a new update available.
2438[09:38:11] [Server thread/INFO]: [BigDoors] Checking for updates...
2439[09:38:11] [Craft Scheduler Thread - 12/INFO]: SkyBlock | Info: Fetching user information from island data. This may take a while...
2440[09:38:12] [Craft Scheduler Thread - 32/INFO]: [Vault] Checking for Updates ...
2441[09:38:12] [Craft Scheduler Thread - 37/INFO]: [ItemJoin] Checking for updates...
2442[09:38:12] [Craft Scheduler Thread - 12/INFO]: SkyBlock | Info: Finished fetching user information from island data. No users were ignored.
2443[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: trmenu
2444[09:38:12] [ForkJoinPool.commonPool-worker-2/INFO]: [BigDoors] No new updates available.
2445[09:38:12] [Server thread/INFO]: [TrMenu] HOOK | Soft-Dependencies detected! Hooking into LuckPerms.
2446[09:38:12] [Server thread/INFO]: [TrMenu] HOOK | Soft-Dependencies detected! Hooking into CMI.
2447[09:38:12] [Server thread/INFO]: [TrMenu] INFO | Plugin loaded! Currently running version 2.06-DEV.
2448[09:38:12] [Craft Scheduler Thread - 37/INFO]: [ItemJoin] You are up to date!
2449[09:38:12] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loading resources...
2450[09:38:12] [Server thread/INFO]: [TrMenu] SUCCESS | 6 menus were loaded (237 ms)
2451[09:38:12] [Server thread/INFO]: Multiverse already knows about 'island_normal_world'!
2452[09:38:12] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
2453[09:38:12] [Server thread/INFO]: Multiverse already knows about 'island_nether_world'!
2454[09:38:12] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
2455[09:38:12] [Server thread/INFO]: Multiverse already knows about 'island_end_world'!
2456[09:38:12] [Server thread/INFO]: Success! Property generator was set to FabledSkyBlock
2457[09:38:12] [Craft Scheduler Thread - 32/INFO]: [Vault] No new version available
2458[09:38:12] [Craft Scheduler Thread - 23/INFO]: [net.dv8tion.jda.core.JDA] Login Successful!
2459[09:38:12] [Craft Scheduler Thread - 23/INFO]: [zAuctionHouseV2 v2.2.3.5] Bot discord connected!
2460[09:38:12] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
2461[09:38:12] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.44.3 ]================================
2462[09:38:12] [Server thread/INFO]: [ShopGUIPlus]
2463[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
2464[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
2465[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
2466[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for MMOItems.
2467[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Using EpicSpawners for spawners support.
2468[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded 12 main menu items.
2469[09:38:12] [Log4j2-TF-1-AsyncLogger[AsyncContext@74a14482]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
2470[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'spawner' with 7 items.
2471[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
2472[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'cle' with 5 items.
2473[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'minion' with 8 items.
2474[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 21 items.
2475[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 23 items.
2476[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
2477[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
2478[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 36 items.
2479[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
2480[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 22 items.
2481[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
2482[09:38:12] [Server thread/INFO]: [ShopGUIPlus] Loaded 12 shops with total of 189 items.
2483[09:38:12] [Server thread/INFO]: [ShopGUIPlus]
2484[09:38:12] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
2485[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: Animations
2486[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
2487[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard
2488[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
2489[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress
2490[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
2491[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
2492[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
2493[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
2494[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
2495[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
2496[09:38:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
2497[09:38:12] [Server thread/INFO]: 12 placeholder hooks successfully registered!
2498[09:38:12] [Server thread/INFO]: Done (47.257s)! For help, type "help"
2499[09:38:12] [Server thread/INFO]: Timings Reset
2500[09:38:13] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.core.requests.WebSocketClient] Connected to WebSocket
2501[09:38:13] [Log4j2-TF-1-AsyncLogger[AsyncContext@74a14482]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
2502[09:38:13] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loading bluemap assets (1/3)...
2503[09:38:13] [JDA MainWS-ReadThread/INFO]: [net.dv8tion.jda.core.JDA] Finished Loading!
2504[09:38:13] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loading realms assets (2/3)...
2505[09:38:13] [Server thread/INFO]: Loaded Multiverse Fix
2506[09:38:13] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loading minecraft assets (3/3)...
2507[09:38:13] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
2508[09:38:14] [Craft Scheduler Thread - 8/INFO]: [BlueMap] Loaded!
2509[09:38:18] [Log4j2-TF-1-AsyncLogger[AsyncContext@74a14482]-1/WARN]: [DiscordSRV] [JDA] Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
2510[09:38:25] [Log4j2-TF-1-AsyncLogger[AsyncContext@74a14482]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
2511[09:38:26] [Log4j2-TF-1-AsyncLogger[AsyncContext@74a14482]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
2512[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:La Française des queues (Minecraft)(701440084729266247)
2513[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bienvenue(701440085383446528)
2514[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:verification(701497953013072013)
2515[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:lien-discord(701441781325103124)
2516[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:reglement-du-serveur(701440085383446531)
2517[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:annonces(701440085383446532)
2518[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:recap-stream(701440085383446533)
2519[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube(701440085383446535)
2520[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:a-faire(762701105858871346)
2521[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-authentification(701498303652560948)
2522[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(701524747363549185)
2523[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:privee-staff(701440085383446537)
2524[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:builder-global(701440085765390360)
2525[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:builder-staff(701440085765390361)
2526[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:demande-items(762416137370599435)
2527[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:demande-bloc(762416191984762901)
2528[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestion-ou-ameliorations(762416331730583572)
2529[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:report-de-bug(762724210736496661)
2530[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:informations(763074293520138250)
2531[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discussions(701440086050340891)
2532[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hotel-de-vente(701526322442272829)
2533[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:recrutement(701440086243409947)
2534[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:image(701440086050340890)
2535[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Fdq minecraft(640641719511154728)
2536[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bienvenue(640662621082877962)
2537[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:reglement-du-serveur(640644191222890508)
2538[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:annonces(640647433319350282)
2539[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube(640647501711540277)
2540[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discussion-global(640648629261959179)
2541[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discussion-serveur(640648677257510932)
2542[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:propositions-de-plugins(640649177679790122)
2543[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:probleme-en-jeu(640649243022983188)
2544[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:probleme-boutique(640649311322898442)
2545[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-serveur(640665636649041941)
2546[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:privee-staff(640666840112169000)
2547[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:hdv(698972526306656379)
2548[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 701524747363549185
2549[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
2550[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
2551[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
2552[09:38:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
2553[09:38:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv
2554[09:41:59] [User Authenticator #1/INFO]: UUID of player Titidelaff is 10c87551-f8ad-4d24-b84d-d99b46a2ba09
2555[09:41:59] [Server thread/INFO]: [DiscordSRV] Player Titidelaff joined with silent joining permission, not sending a join message
2556[09:42:00] [Server thread/INFO]: Titidelaff[/78.223.111.143:53329] logged in with entity id 294 at ([spawn]-5.032176580693809, 169.0, -17.12028967622698)
2557[09:42:00] [Server thread/INFO]: [CMI] CMIB proxy plugin detected
2558[09:42:00] [Craft Scheduler Thread - 24/INFO]: [SpecializedCrates] Connection to the SQL database was completed successfuly.
2559[09:42:28] [Server thread/INFO]: Titidelaff issued server command: /fb debug
2560[09:44:01] [Server thread/INFO]: Titidelaff issued server command: /fb on
2561[09:44:07] [Server thread/INFO]: Titidelaff issued server command: /spawn
2562[09:44:13] [Server thread/INFO]: Titidelaff issued server command: /is tpo
2563[09:44:15] [Server thread/INFO]: Titidelaff issued server command: /is tp
2564[09:44:46] [Server thread/INFO]: Titidelaff issued server command: /fb reload
2565[09:44:46] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
2566[09:44:46] [Server thread/INFO]: [FeatherBoard] Loading messages ...
2567[09:44:46] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
2568[09:44:46] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
2569[09:44:46] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
2570[09:44:46] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
2571[09:44:46] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
2572[09:44:46] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
2573[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
2574[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
2575[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
2576[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
2577[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
2578[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
2579[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
2580[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
2581[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
2582[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
2583[09:44:48] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
2584[09:44:48] [Server thread/INFO]: [FeatherBoard] Loaded 6401 of the 6401 placholders
2585[09:44:48] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin again: FeatherBoard
2586[09:44:48] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
2587[09:44:48] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
2588[09:44:48] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
2589[09:44:48] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
2590[09:44:48] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
2591[09:44:48] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
2592[09:44:48] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
2593[09:44:48] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'flat' ...
2594[09:44:49] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'spawn' ...
2595[09:44:49] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'island_normal_world' ...
2596[09:44:49] [Server thread/INFO]: [FeatherBoard] Added 'WORLD' as the default scoreboard assign method
2597[09:44:54] [Server thread/INFO]: Titidelaff issued server command: /spawn
2598[09:44:58] [Server thread/INFO]: Titidelaff issued server command: /fb on
2599[09:45:01] [Server thread/INFO]: Titidelaff issued server command: /fb on
2600[09:45:05] [Server thread/INFO]: Titidelaff issued server command: /is tp
2601[09:45:09] [Server thread/INFO]: Titidelaff issued server command: /dungeons
2602[09:45:15] [Server thread/INFO]: Titidelaff issued server command: /spawn
2603