· 6 years ago · Nov 05, 2019, 07:56 PM
1[14:49:42] [main/INFO]: Loaded 0 recipes
2[14:49:42] [Server thread/INFO]: Starting minecraft server version 1.13.2
3[14:49:42] [Server thread/INFO]: Loading properties
4[14:49:42] [Server thread/INFO]: Default game type: SURVIVAL
5[14:49:43] [Server thread/INFO]: This server is running Paper version git-Paper-639 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
6[14:49:43] [Server thread/INFO]: Using 4 threads for Netty based IO
7[14:49:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[14:49:43] [Server thread/INFO]: Debug logging is disabled
9[14:49:43] [Server thread/INFO]: Generating keypair
10[14:49:44] [Server thread/INFO]: Starting Minecraft server on *:41041
11[14:49:44] [Server thread/INFO]: Using epoll channel type
12[14:49:44] [Server thread/ERROR]: Ambiguous plugin name `GriefPrevention' for files `plugins/GriefPrevention (1).jar' and `plugins/GriefPrevention.jar' in `plugins'
13[14:49:50] [Server thread/ERROR]: Could not load 'plugins/cbld.jar' in folder 'plugins'
14org.bukkit.plugin.UnknownDependencyException: MidnightLibrary
15 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) ~[patched_1.13.2.jar:git-Paper-639]
16 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-639]
17 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-639]
18 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
19 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
20[14:49:51] [Server thread/INFO]: Vault is used for persistent `/wea` toggles.
21[14:49:52] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@43d0952]
22[14:49:52] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
23[14:49:52] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
24[14:49:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
25[14:49:54] [Server thread/ERROR]: Could not load 'plugins/Multiverse-Portals-4.1.0.jar' in folder 'plugins'
26org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com.onarandombox.commandhandler.Command
27 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-639]
28 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-639]
29 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-639]
30 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-639]
31 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-639]
32 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
33 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
34Caused by: java.lang.NoClassDefFoundError: com.onarandombox.commandhandler.Command
35 at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_212]
36 at java.lang.Class.forName(Class.java:403) ~[?:1.8.0_212]
37 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-639]
38 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
39 ... 6 more
40Caused by: java.lang.ClassNotFoundException: com.onarandombox.commandhandler.Command
41 at java.net.URLClassLoader.findClass(URLClassLoader.java:591) ~[?:1.8.0_212]
42 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:140) ~[patched_1.13.2.jar:git-Paper-639]
43 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-639]
44 at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:946) ~[?:1.8.0_212]
45 at java.lang.ClassLoader.loadClass(ClassLoader.java:891) ~[?:1.8.0_212]
46 at java.lang.ClassLoader.loadClass(ClassLoader.java:874) ~[?:1.8.0_212]
47 at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_212]
48 at java.lang.Class.forName(Class.java:403) ~[?:1.8.0_212]
49 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-639]
50 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
51 ... 6 more
52[14:49:54] [Server thread/ERROR]: Could not load 'plugins/ProtocolSupport.jar' in folder 'plugins'
53org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.14
54 at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:226) ~[patched_1.13.2.jar:git-Paper-639]
55 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.13.2.jar:git-Paper-639]
56 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-639]
57 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-639]
58 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-639]
59 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-639]
60 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
61 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
62[14:49:55] [Server thread/ERROR]: Could not load 'plugins/FastAsyncVoxelSniper-favs-1.13.178 (1).jar' in folder 'plugins'
63org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
64 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-639]
65 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-639]
66 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-639]
67 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-639]
68 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-639]
69 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
70 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
71Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
72 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:172) ~[patched_1.13.2.jar:git-Paper-639]
73 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:54) ~[patched_1.13.2.jar:git-Paper-639]
74 at com.thevoxelbox.voxelsniper.VoxelSniper.<init>(VoxelSniper.java:25) ~[?:?]
75 at java.lang.J9VMInternals.newInstanceImpl(Native Method) ~[?:1.8.0_212]
76 at java.lang.Class.newInstance(Class.java:1848) ~[?:1.8.0_212]
77 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[patched_1.13.2.jar:git-Paper-639]
78 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
79 ... 6 more
80Caused by: java.lang.IllegalStateException: Initial initialization
81 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:175) ~[patched_1.13.2.jar:git-Paper-639]
82 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:54) ~[patched_1.13.2.jar:git-Paper-639]
83 at com.thevoxelbox.voxelsniper.VoxelSniper.<init>(VoxelSniper.java:25) ~[?:?]
84 at java.lang.J9VMInternals.newInstanceImpl(Native Method) ~[?:1.8.0_212]
85 at java.lang.Class.newInstance(Class.java:1848) ~[?:1.8.0_212]
86 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[patched_1.13.2.jar:git-Paper-639]
87 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
88 ... 6 more
89[14:49:55] [Server thread/ERROR]: Could not load 'plugins/Multiverse-NetherPortals-3.0.0.jar' in folder 'plugins'
90org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com.onarandombox.commandhandler.Command
91 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-639]
92 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-639]
93 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-639]
94 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-639]
95 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-639]
96 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
97 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
98Caused by: java.lang.NoClassDefFoundError: com.onarandombox.commandhandler.Command
99 at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_212]
100 at java.lang.Class.forName(Class.java:403) ~[?:1.8.0_212]
101 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-639]
102 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
103 ... 6 more
104Caused by: java.lang.ClassNotFoundException: com.onarandombox.commandhandler.Command
105 at java.net.URLClassLoader.findClass(URLClassLoader.java:591) ~[?:1.8.0_212]
106 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:140) ~[patched_1.13.2.jar:git-Paper-639]
107 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-639]
108 at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:946) ~[?:1.8.0_212]
109 at java.lang.ClassLoader.loadClass(ClassLoader.java:891) ~[?:1.8.0_212]
110 at java.lang.ClassLoader.loadClass(ClassLoader.java:874) ~[?:1.8.0_212]
111 at java.lang.Class.forNameImpl(Native Method) ~[?:1.8.0_212]
112 at java.lang.Class.forName(Class.java:403) ~[?:1.8.0_212]
113 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-639]
114 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-639]
115 ... 6 more
116[14:49:55] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
117[14:49:55] [Server thread/INFO]: [TradeShop] Loading TradeShop v2.0.2
118[14:49:55] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
119[14:49:55] [Server thread/INFO]: [OnePlayerSleep] Loading OnePlayerSleep v1.0-SNAPSHOT
120[14:49:55] [Server thread/INFO]: [UltraCustomizer] Loading UltraCustomizer v1.2.5
121[14:49:55] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
122[14:49:55] [Server thread/INFO]: [SignWarper] Loading SignWarper v2.0
123[14:49:55] [Server thread/INFO]: [GiantCaves] Loading GiantCaves v1.10.2-R0.1
124[14:49:55] [Server thread/INFO]: [CommandHook] Loading CommandHook v1.0.6
125[14:49:55] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
126[14:49:55] [Server thread/INFO]: [CustomEnchants] Loading CustomEnchants v1.13.3
127[14:49:55] [Server thread/INFO]: [SpawnerSilk] Loading SpawnerSilk v2.7
128[14:49:55] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
129[14:49:55] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.9.3
130[14:49:55] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.16.3
131[14:49:55] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218
132[14:49:55] [Server thread/INFO]: [dynmap] version=git-Paper-639 (MC: 1.13.2)
133[14:49:55] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
134[14:49:55] [Server thread/INFO]: [dynmap] Mod Support API available
135[14:49:55] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.13.178
136[14:49:55] [Server thread/INFO]: [DisplayItem] Loading DisplayItem v1.2.4
137[14:49:55] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
138[14:49:55] [Server thread/INFO]: [Skript] Loading Skript v2.3.7
139[14:49:55] [Server thread/INFO]: [GreatKits] Loading GreatKits v2.9
140[14:49:55] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.6
141[14:49:55] [Server thread/INFO]: [MysteryCrates] Loading MysteryCrates v1.2
142[14:49:55] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.3
143[14:49:55] [Server thread/INFO]: [WildernessTP] Loading WildernessTP v2.3
144[14:49:55] [Server thread/INFO]: [Scoreboard] Loading Scoreboard v1.0-SNAPSHOT
145[14:49:55] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
146[14:49:55] [Server thread/INFO]: [SleepDay] Loading SleepDay v0.1
147[14:49:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
148[14:49:55] [Server thread/INFO]: [InventoryRollback] Loading InventoryRollback v1.3.6
149[14:49:55] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.13-breaking
150[14:49:55] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2
151[14:49:55] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
152[14:49:55] [Server thread/INFO]: [UltraPermissions] Loading UltraPermissions v4.1.4
153[14:49:55] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.6
154[14:49:55] [Server thread/INFO]: [EnchantmentLootCrates] Loading EnchantmentLootCrates v0.1a
155[14:49:55] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.5.2
156[14:49:55] [Server thread/INFO]: [FactionsShop] Loading FactionsShop v1.3.1
157[14:49:55] [Server thread/INFO]: [Trading] Loading Trading v3.2
158[14:49:55] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
159[14:49:55] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
160[14:49:56] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
161[14:49:56] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
162[14:49:56] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
163[14:49:56] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
164[14:49:56] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
165[14:49:56] [Server thread/INFO]: [ViaVersion] Loading translation mappping
166[14:49:56] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
167[14:49:57] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
168[14:49:57] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
169[14:49:57] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
170[14:49:57] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
171[14:49:57] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
172[14:49:58] [Server thread/INFO]: [VoteLink] Loading VoteLink v5.1
173[14:49:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.0.0
174[14:49:58] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.0.18-Release
175[14:49:58] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
176[14:49:58] [Server thread/INFO]: [Jobs] Loading Jobs v4.13.0
177[14:49:58] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
178[14:49:58] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1732)
179[14:49:58] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.0
180[14:49:58] [Server thread/INFO]: [NPCAuctions] Loading NPCAuctions v1.0.62
181[14:49:58] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
182[14:49:58] [Server thread/INFO]: [Duels] Loading Duels v3.2.3
183[14:49:58] [Server thread/INFO]: [JupiterCore] Loading JupiterCore v1.2.4
184[14:49:58] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
185[14:49:58] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.0.0
186[14:49:58] [Server thread/INFO]: [Towny] Loading Towny v0.93.0.0
187[14:49:58] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.53
188[14:49:58] [Server thread/INFO]: [GoldenCrates] Loading GoldenCrates v3.3.2
189[14:49:58] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v2.0
190[14:49:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
191[14:49:58] [Server thread/INFO]: [GiantCaves] Enabling GiantCaves v1.10.2-R0.1*
192[14:49:58] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
193[14:49:58] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
194[14:49:58] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
195[14:49:58] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
196[14:49:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
197[14:49:58] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
198[14:49:58] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
199[14:49:58] [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.
200[14:49:58] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
201[14:49:58] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
202[14:49:58] [Server thread/INFO]: Preparing level "NiveisDomum"
203[14:49:58] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
204[14:49:59] [Server thread/INFO]: Loaded 524 recipes
205[14:50:00] [Server thread/INFO]: -------- World Settings For [NiveisDomum] --------
206[14:50:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
207[14:50:00] [Server thread/INFO]: Cane Growth Modifier: 100%
208[14:50:00] [Server thread/INFO]: Melon Growth Modifier: 100%
209[14:50:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
210[14:50:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
211[14:50:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
212[14:50:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
213[14:50:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
214[14:50:00] [Server thread/INFO]: Potato Growth Modifier: 100%
215[14:50:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
216[14:50:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
217[14:50:00] [Server thread/INFO]: Vine Growth Modifier: 100%
218[14:50:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
219[14:50:00] [Server thread/INFO]: Item Merge Radius: 2.5
220[14:50:00] [Server thread/INFO]: Experience Merge Radius: 3.0
221[14:50:00] [Server thread/INFO]: View Distance: 10
222[14:50:00] [Server thread/INFO]: Mob Spawn Range: 8
223[14:50:00] [Server thread/INFO]: Item Despawn Rate: 6000
224[14:50:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
225[14:50:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
226[14:50:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
227[14:50:00] [Server thread/INFO]: Random Lighting Updates: false
228[14:50:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
229[14:50:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
230[14:50:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
231[14:50:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
232[14:50:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
233[14:50:00] [Server thread/INFO]: Max TNT Explosions: 100
234[14:50:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
235[14:50:00] [Server thread/INFO]: -------- World Settings For [NiveisDomum_nether] --------
236[14:50:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
237[14:50:00] [Server thread/INFO]: Cane Growth Modifier: 100%
238[14:50:00] [Server thread/INFO]: Melon Growth Modifier: 100%
239[14:50:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
240[14:50:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
241[14:50:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
242[14:50:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
243[14:50:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
244[14:50:00] [Server thread/INFO]: Potato Growth Modifier: 100%
245[14:50:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
246[14:50:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
247[14:50:00] [Server thread/INFO]: Vine Growth Modifier: 100%
248[14:50:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
249[14:50:00] [Server thread/INFO]: Item Merge Radius: 2.5
250[14:50:00] [Server thread/INFO]: Experience Merge Radius: 3.0
251[14:50:00] [Server thread/INFO]: View Distance: 10
252[14:50:00] [Server thread/INFO]: Mob Spawn Range: 8
253[14:50:00] [Server thread/INFO]: Item Despawn Rate: 6000
254[14:50:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
255[14:50:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
256[14:50:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
257[14:50:00] [Server thread/INFO]: Random Lighting Updates: false
258[14:50:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
259[14:50:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
260[14:50:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
261[14:50:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
262[14:50:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
263[14:50:00] [Server thread/INFO]: Max TNT Explosions: 100
264[14:50:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
265[14:50:00] [Server thread/INFO]: -------- World Settings For [NiveisDomum_the_end] --------
266[14:50:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
267[14:50:00] [Server thread/INFO]: Cane Growth Modifier: 100%
268[14:50:00] [Server thread/INFO]: Melon Growth Modifier: 100%
269[14:50:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
270[14:50:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
271[14:50:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
272[14:50:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
273[14:50:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
274[14:50:00] [Server thread/INFO]: Potato Growth Modifier: 100%
275[14:50:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
276[14:50:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
277[14:50:00] [Server thread/INFO]: Vine Growth Modifier: 100%
278[14:50:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
279[14:50:00] [Server thread/INFO]: Item Merge Radius: 2.5
280[14:50:00] [Server thread/INFO]: Experience Merge Radius: 3.0
281[14:50:00] [Server thread/INFO]: View Distance: 10
282[14:50:00] [Server thread/INFO]: Mob Spawn Range: 8
283[14:50:00] [Server thread/INFO]: Item Despawn Rate: 6000
284[14:50:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
285[14:50:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
286[14:50:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
287[14:50:00] [Server thread/INFO]: Random Lighting Updates: false
288[14:50:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
289[14:50:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
290[14:50:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
291[14:50:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
292[14:50:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
293[14:50:00] [Server thread/INFO]: Max TNT Explosions: 100
294[14:50:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
295[14:50:00] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: -8262654277821049175)
296[14:50:00] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: -8262654277821049175)
297[14:50:00] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -8262654277821049175)
298[14:50:00] [Server thread/INFO]: Time elapsed: 39 ms
299[14:50:00] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
300[14:50:00] [Server thread/INFO]: [TradeShop] Enabling TradeShop v2.0.2
301[14:50:01] [Server thread/INFO]: [TradeShop] Metrics successfully initialized!
302[14:50:01] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
303[14:50:01] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
304[14:50:01] [Server thread/INFO]: [OnePlayerSleep] Enabling OnePlayerSleep v1.0-SNAPSHOT
305[14:50:01] [Server thread/INFO]: [OnePlayerSleep] One Player Sleep now started up!
306[14:50:01] [Server thread/INFO]: [OnePlayerSleep] Wake Message is: %player% &ehas fallen asleep and now its day
307[14:50:01] [Server thread/INFO]: [OnePlayerSleep] RightClickDay Message is: &eYou can only sleep during night
308[14:50:01] [Server thread/INFO]: [OnePlayerSleep] RightClickNight Message is: &eLeave your bed for day time
309[14:50:01] [Server thread/INFO]: [UltraCustomizer] Enabling UltraCustomizer v1.2.5
310[14:50:02] [Server thread/INFO]: [UltraCustomizer] Loading Plugin...
311[14:50:02] [Thread-20/WARN]: [TradeShop] [Updater] +------------------------------------------------+
312[14:50:02] [Thread-20/WARN]: [TradeShop] [Updater] You are running an outdated version of the plugin!
313[14:50:02] [Thread-20/WARN]: [TradeShop] [Updater] Most recent stable version: 2.1.0
314[14:50:02] [Thread-20/WARN]: [TradeShop] [Updater] Please update asap from: https://goo.gl/Qv2iVZ
315[14:50:02] [Thread-20/WARN]: [TradeShop] [Updater] +------------------------------------------------+
316[14:50:02] [Server thread/INFO]: [UltraCustomizer] Loaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24
317[14:50:03] [Server thread/INFO]: [UltraCustomizer] Registered 50 Elements
318[14:50:03] [Server thread/INFO]: [UltraCustomizer] Successfully loaded in 836 ms
319[14:50:03] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
320[14:50:03] [Server thread/INFO]: [SignWarper] Enabling SignWarper v2.0*
321[14:50:03] [Server thread/INFO]: [CommandHook] Enabling CommandHook v1.0.6
322[14:50:03] [Server thread/INFO]: NMS package found: v1_13_R2
323[14:50:03] [Server thread/INFO]: [MobStacker] Enabling MobStacker v2.0.0*
324[14:50:03] [Server thread/INFO]: [MobStacker] MobStacker is starting
325[14:50:03] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
326[14:50:03] [Server thread/INFO]: [MobStacker] WARNING - MobStacker no longer receives updates or support
327[14:50:03] [Server thread/INFO]: [MobStacker] Please upgrade to MobStacker2 if you wish to use a better plugin
328[14:50:03] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
329[14:50:03] [Server thread/INFO]: [MobStacker] Connected to metrics
330[14:50:03] [Server thread/INFO]: [MobStacker] Didn't hook in to WorldGuard
331[14:50:03] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
332[14:50:03] [Server thread/INFO]: [CustomEnchants] Enabling CustomEnchants v1.13.3
333[14:50:03] [Server thread/INFO]: [SpawnerSilk] Enabling SpawnerSilk v2.7
334[14:50:03] [Server thread/INFO]: [SpawnerSilk] is enabled !
335[14:50:03] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT*
336[14:50:03] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
337[14:50:03] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
338[14:50:03] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.9.3
339[14:50:03] [Server thread/INFO]: [APIManager] API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
340[14:50:03] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
341[14:50:03] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
342[14:50:04] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
343[14:50:04] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
344[14:50:04] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
345[14:50:04] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_13_R2'.
346[14:50:04] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 209ms.
347[14:50:04] [Server thread/INFO]: [Staff+] Plugin created by Shortninja.
348[14:50:04] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.16.3
349[14:50:04] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
350[14:50:04] [Server thread/INFO]: [CoreProtect] CoreProtect 2.17.0 or higher is required.
351[14:50:04] [Server thread/INFO]: [CoreProtect] CoreProtect was unable to start.
352[14:50:04] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.16.3
353[14:50:04] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218*
354[14:50:07] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
355[14:50:07] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
356[14:50:07] [Server thread/INFO]: [dynmap] Mod Support processing completed
357[14:50:09] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
358[14:50:09] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
359[14:50:09] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
360[14:50:09] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
361[14:50:09] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218
362[14:50:09] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
363[14:50:09] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
364[14:50:09] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'NiveisDomum'.
365[14:50:09] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'NiveisDomum_nether'.
366[14:50:09] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'NiveisDomum_the_end'.
367[14:50:09] [Server thread/INFO]: [dynmap] Enabled
368[14:50:09] [Server thread/INFO]: [DisplayItem] Enabling DisplayItem v1.2.4*
369[14:50:09] [Server thread/INFO]: [DisplayItem] Your server is running version v1_13_R2
370[14:50:09] [Server thread/ERROR]: [DisplayItem] *******************************!
371[14:50:09] [Server thread/ERROR]: [DisplayItem] Failed to setup DisplayItem!
372[14:50:09] [Server thread/ERROR]: [DisplayItem] Your server version is not compatible with this plugin!
373[14:50:09] [Server thread/ERROR]: [DisplayItem] DisplayItem is compatible with: v1_8_R1, v1_8_R2, v1_8_R3, v1_9_R1, v1_9_R2, v1_10_R1, v1_11_R1
374[14:50:09] [Server thread/ERROR]: [DisplayItem] *******************************!
375[14:50:09] [Server thread/INFO]: [DisplayItem] Disabling DisplayItem v1.2.4
376[14:50:09] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3*
377[14:50:09] [Server thread/INFO]: [Skript] Enabling Skript v2.3.7
378[14:50:09] [Server thread/ERROR]: Error occurred while enabling Skript v2.3.7 (Is it up to date?)
379java.lang.ExceptionInInitializerError: null
380 at java.lang.J9VMInternals.ensureError(J9VMInternals.java:148) ~[?:1.8.0_212]
381 at java.lang.J9VMInternals.recordInitializationFailure(J9VMInternals.java:137) ~[?:1.8.0_212]
382 at ch.njol.skript.aliases.Aliases.<clinit>(Aliases.java:143) ~[?:?]
383 at ch.njol.skript.Skript.onEnable(Skript.java:397) ~[?:?]
384 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.13.2.jar:git-Paper-639]
385 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:334) ~[patched_1.13.2.jar:git-Paper-639]
386 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) ~[patched_1.13.2.jar:git-Paper-639]
387 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:443) ~[patched_1.13.2.jar:git-Paper-639]
388 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:357) ~[patched_1.13.2.jar:git-Paper-639]
389 at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:608) ~[patched_1.13.2.jar:git-Paper-639]
390 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:570) ~[patched_1.13.2.jar:git-Paper-639]
391 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:431) ~[patched_1.13.2.jar:git-Paper-639]
392 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316) ~[patched_1.13.2.jar:git-Paper-639]
393 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-639]
394 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
395Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 15003 path $
396 at com.google.gson.Gson.assertFullConsumption(Gson.java:863) ~[patched_1.13.2.jar:git-Paper-639]
397 at com.google.gson.Gson.fromJson(Gson.java:853) ~[patched_1.13.2.jar:git-Paper-639]
398 at com.google.gson.Gson.fromJson(Gson.java:801) ~[patched_1.13.2.jar:git-Paper-639]
399 at com.google.gson.Gson.fromJson(Gson.java:773) ~[patched_1.13.2.jar:git-Paper-639]
400 at ch.njol.skript.aliases.ItemData.<clinit>(ItemData.java:102) ~[?:?]
401 ... 13 more
402Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 15003 path $
403 at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.13.2.jar:git-Paper-639]
404 at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.13.2.jar:git-Paper-639]
405 at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:542) ~[patched_1.13.2.jar:git-Paper-639]
406 at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[patched_1.13.2.jar:git-Paper-639]
407 at com.google.gson.Gson.assertFullConsumption(Gson.java:859) ~[patched_1.13.2.jar:git-Paper-639]
408 at com.google.gson.Gson.fromJson(Gson.java:853) ~[patched_1.13.2.jar:git-Paper-639]
409 at com.google.gson.Gson.fromJson(Gson.java:801) ~[patched_1.13.2.jar:git-Paper-639]
410 at com.google.gson.Gson.fromJson(Gson.java:773) ~[patched_1.13.2.jar:git-Paper-639]
411 at ch.njol.skript.aliases.ItemData.<clinit>(ItemData.java:102) ~[?:?]
412 ... 13 more
413[14:50:09] [Server thread/INFO]: [Skript] Disabling Skript v2.3.7
414[14:50:10] [Server thread/INFO]: [GreatKits] Enabling GreatKits v2.9*
415[14:50:10] [Server thread/INFO]: GreatKits 2.9.0 --> ON
416[14:50:10] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.6*
417[14:50:10] [Server thread/INFO]: [MysteryCrates] Enabling MysteryCrates v1.2*
418[14:50:10] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.3*
419[14:50:10] [Server thread/INFO]: [ArmorStandEditor] Loaded equipment slot locker for bukkit version v1_13_R2!
420[14:50:10] [Server thread/INFO]: [ArmorStandEditor] Loaded anvil gui class for bukkit version v1_13_R2!
421[14:50:10] [Server thread/INFO]: [ArmorStandEditor] Loaded invulnerability toggler for bukkit version v1_13_R2!
422[14:50:10] [Server thread/INFO]: [WildernessTP] Enabling WildernessTP v2.3*
423[14:50:10] [Server thread/INFO]: WildernessTP Version 2.3 Has Been Enabled!
424[14:50:10] [Server thread/INFO]: [Scoreboard] Enabling Scoreboard v1.0-SNAPSHOT
425[14:50:10] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
426[14:50:10] [Server thread/INFO]: [BuycraftX] Validating your server key...
427[14:50:10] [Server thread/WARN]: [BuycraftX] Your server and webstore online mode settings are mismatched. Unless you are using a proxy and server combination (such as BungeeCord/Spigot or LilyPad/Connect) that corrects UUIDs, then you may experience issues with packages not applying.
428[14:50:10] [Server thread/WARN]: [BuycraftX] If you have verified that your set up is correct, you can suppress this message by setting is-bungeecord=true in your BuycraftX config.properties.
429[14:50:10] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
430[14:50:11] [Server thread/INFO]: [SleepDay] Enabling SleepDay v0.1*
431[14:50:11] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727*
432[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Oceanic
433[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
434[14:50:11] [Server thread/INFO]: -------- World Settings For [Builds] --------
435[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
436[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
437[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
438[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
439[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
440[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
441[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
442[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
443[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
444[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
445[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
446[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
447[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
448[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
449[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
450[14:50:11] [Server thread/INFO]: View Distance: 10
451[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
452[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
453[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
454[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
455[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
456[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
457[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
458[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
459[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
460[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
461[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
462[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
463[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
464[14:50:11] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3799120668212013249)
465[14:50:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Builds'.
466[14:50:11] [Server thread/INFO]: -------- World Settings For [SpawnExtra] --------
467[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
468[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
469[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
470[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
471[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
472[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
473[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
474[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
475[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
476[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
477[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
478[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
479[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
480[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
481[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
482[14:50:11] [Server thread/INFO]: View Distance: 10
483[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
484[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
485[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
486[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
487[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
488[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
489[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
490[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
491[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
492[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
493[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
494[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
495[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
496[14:50:11] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1880991723004679626)
497[14:50:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'SpawnExtra'.
498[14:50:11] [Server thread/INFO]: -------- World Settings For [Main_nether] --------
499[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
500[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
501[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
502[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
503[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
504[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
505[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
506[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
507[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
508[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
509[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
510[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
511[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
512[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
513[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
514[14:50:11] [Server thread/INFO]: View Distance: 10
515[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
516[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
517[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
518[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
519[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
520[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
521[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
522[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
523[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
524[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
525[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
526[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
527[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
528[14:50:11] [Server thread/INFO]: Preparing start region for level 5 (Seed: 5448421941869425052)
529[14:50:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Main_nether'.
530[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Theia2
531[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
532[14:50:11] [Server thread/INFO]: -------- World Settings For [COPY] --------
533[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
534[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
535[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
536[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
537[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
538[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
539[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
540[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
541[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
542[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
543[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
544[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
545[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
546[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
547[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
548[14:50:11] [Server thread/INFO]: View Distance: 10
549[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
550[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
551[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
552[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
553[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
554[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
555[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
556[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
557[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
558[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
559[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
560[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
561[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
562[14:50:11] [Server thread/INFO]: Preparing start region for level 6 (Seed: -8018808678807431022)
563[14:50:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'COPY'.
564[14:50:11] [Server thread/INFO]: -------- World Settings For [Ocean_nether] --------
565[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
566[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
567[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
568[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
569[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
570[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
571[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
572[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
573[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
574[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
575[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
576[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
577[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
578[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
579[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
580[14:50:11] [Server thread/INFO]: View Distance: 10
581[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
582[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
583[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
584[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
585[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
586[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
587[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
588[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
589[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
590[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
591[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
592[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
593[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
594[14:50:11] [Server thread/INFO]: Preparing start region for level 7 (Seed: -8262654277821049175)
595[14:50:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Ocean_nether'.
596[14:50:11] [Server thread/INFO]: -------- World Settings For [main_end] --------
597[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
598[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
599[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
600[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
601[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
602[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
603[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
604[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
605[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
606[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
607[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
608[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
609[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
610[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
611[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
612[14:50:11] [Server thread/INFO]: View Distance: 10
613[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
614[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
615[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
616[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
617[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
618[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
619[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
620[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
621[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
622[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
623[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
624[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
625[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
626[14:50:11] [Server thread/INFO]: Preparing start region for level 8 (Seed: 7603568397541892954)
627[14:50:11] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'main_end'.
628[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
629[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
630[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
631[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
632[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Theia_nether
633[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
634[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: BuildInterview
635[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
636[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
637[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
638[14:50:11] [Server thread/INFO]: -------- World Settings For [Ocean] --------
639[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
640[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
641[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
642[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
643[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
644[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
645[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
646[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
647[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
648[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
649[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
650[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
651[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
652[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
653[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
654[14:50:11] [Server thread/INFO]: View Distance: 10
655[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
656[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
657[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
658[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
659[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
660[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
661[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
662[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
663[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
664[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
665[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
666[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
667[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
668[14:50:11] [Server thread/INFO]: Preparing start region for level 9 (Seed: -8262654277821049175)
669[14:50:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Ocean'.
670[14:50:11] [Server thread/INFO]: [dynmap] Loaded 13 pending tile renders for world 'Ocean'
671[14:50:11] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Theia
672[14:50:11] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
673[14:50:11] [Server thread/INFO]: -------- World Settings For [Niv] --------
674[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
675[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
676[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
677[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
678[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
679[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
680[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
681[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
682[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
683[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
684[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
685[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
686[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
687[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
688[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
689[14:50:11] [Server thread/INFO]: View Distance: 10
690[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
691[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
692[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
693[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
694[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
695[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
696[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
697[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
698[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
699[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
700[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
701[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
702[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
703[14:50:11] [Server thread/INFO]: Preparing start region for level 10 (Seed: 7374553281446336789)
704[14:50:11] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Niv'.
705[14:50:11] [Server thread/INFO]: -------- World Settings For [Main] --------
706[14:50:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
707[14:50:11] [Server thread/INFO]: Cane Growth Modifier: 100%
708[14:50:11] [Server thread/INFO]: Melon Growth Modifier: 100%
709[14:50:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
710[14:50:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
711[14:50:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
712[14:50:11] [Server thread/INFO]: Beetroot Growth Modifier: 100%
713[14:50:11] [Server thread/INFO]: Carrot Growth Modifier: 100%
714[14:50:11] [Server thread/INFO]: Potato Growth Modifier: 100%
715[14:50:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
716[14:50:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
717[14:50:11] [Server thread/INFO]: Vine Growth Modifier: 100%
718[14:50:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
719[14:50:11] [Server thread/INFO]: Item Merge Radius: 2.5
720[14:50:11] [Server thread/INFO]: Experience Merge Radius: 3.0
721[14:50:11] [Server thread/INFO]: View Distance: 10
722[14:50:11] [Server thread/INFO]: Mob Spawn Range: 8
723[14:50:11] [Server thread/INFO]: Item Despawn Rate: 6000
724[14:50:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
725[14:50:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
726[14:50:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
727[14:50:11] [Server thread/INFO]: Random Lighting Updates: false
728[14:50:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
729[14:50:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
730[14:50:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
731[14:50:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
732[14:50:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
733[14:50:11] [Server thread/INFO]: Max TNT Explosions: 100
734[14:50:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
735[14:50:12] [Server thread/INFO]: Preparing start region for level 11 (Seed: 339460181036491365)
736[14:50:12] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Main'.
737[14:50:12] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: CrownedTest
738[14:50:12] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
739[14:50:12] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
740[14:50:12] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
741[14:50:12] [Server thread/INFO]: [InventoryRollback] Enabling InventoryRollback v1.3.6
742[14:50:12] [Server thread/INFO]: Checking for updates...
743[14:50:12] [Server thread/INFO]: You are running the latest version.
744[14:50:12] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.13-breaking
745[14:50:12] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.8.2
746[14:50:12] [Server thread/INFO]: [iDisguise] iDisguise 5.8.2 enabled!
747[14:50:12] [Server thread/INFO]: [UltraPermissions] Enabling UltraPermissions v4.1.4
748[14:50:13] [Server thread/INFO]: [UltraPermissions] Loading Plugin...
749[14:50:13] [Server thread/INFO]: [UltraPermissions] [Hook] Hello Vault °_° Let me hook into you...
750[14:50:13] [Server thread/INFO]: [UltraPermissions] [Hook] Hello PlaceholderAPI °_° Let me hook into you...
751[14:50:13] [Server thread/INFO]: [UltraPermissions] Successfully loaded in 382 ms
752[14:50:13] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.6
753[14:50:13] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
754[14:50:13] [Server thread/INFO]: [GriefPrevention] 12 total claims loaded.
755[14:50:14] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
756[14:50:14] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
757[14:50:14] [Server thread/INFO]: [GriefPrevention] Boot finished.
758[14:50:14] [Server thread/INFO]: [EnchantmentLootCrates] Enabling EnchantmentLootCrates v0.1a*
759[14:50:14] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.5.2*
760[14:50:14] [Server thread/INFO]: [FactionsShop] Enabling FactionsShop v1.3.1
761[14:50:14] [Server thread/INFO]: [FactionsShop] FactionsShop from TheTealViper enabling!
762[14:50:14] [Server thread/INFO]: [Trading] Enabling Trading v3.2*
763[14:50:14] [Server thread/INFO]: [Trading] Trading has been enabled
764[14:50:14] [Server thread/INFO]: [Trading] Vault and Economy have been found!
765[14:50:14] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3*
766[14:50:14] [Server thread/INFO]: [VoteLink] Enabling VoteLink v5.1*
767[14:50:14] [Server thread/INFO]: [VoteLink] config.yml --> EnableVoteListener: false
768[14:50:14] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.0.0
769[14:50:14] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
770[14:50:14] [Server thread/INFO]: [Essentials] No kits found to migrate.
771[14:50:14] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
772[14:50:14] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
773[14:50:14] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
774[14:50:14] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
775[14:50:14] [Server thread/INFO]: [Essentials] Using locale c.u_US
776[14:50:14] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
777[14:50:14] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
778[14:50:14] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
779[14:50:14] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
780[14:50:14] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.0.18-Release
781[14:50:14] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
782[14:50:14] [Server thread/INFO]: [MarriageMaster] [32mConfig file successfully loaded.[0m
783[14:50:15] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
784[14:50:15] [Server thread/INFO]: [MarriageMaster] [32mLanguage file successfully loaded. Language: English Author: GeorgH93[0m
785[14:50:15] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
786[14:50:15] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
787[14:50:15] [Thread-45/INFO]: [MarriageMaster] Loading marriages ...
788[14:50:15] [Thread-45/INFO]: [MarriageMaster] Marriages loaded
789[14:50:15] [Thread-45/INFO]: [MarriageMaster] Loading priests ...
790[14:50:15] [Thread-45/INFO]: [MarriageMaster] Priests loaded
791[14:50:15] [Thread-45/INFO]: [MarriageMaster] Loading players ...
792[14:50:15] [Thread-45/INFO]: [MarriageMaster] Players loaded
793[14:50:15] [Thread-45/INFO]: [MarriageMaster] Writing marriages into cache ...
794[14:50:15] [Thread-45/INFO]: [MarriageMaster] Marriages loaded into cache
795[14:50:15] [Thread-45/INFO]: [MarriageMaster] Loading homes ...
796[14:50:15] [Thread-45/INFO]: [MarriageMaster] Homes loaded
797[14:50:15] [Server thread/INFO]: [MarriageMaster] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
798[14:50:15] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
799[14:50:15] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 835 items.
800[14:50:15] [Server thread/INFO]: [MarriageMaster] [32mPlaceholderAPI hook was successfully registered![0m
801[14:50:15] [Server thread/INFO]: [MarriageMaster] [32m Marriage Master has been enabled! [33m :) [0m
802[14:50:15] [Server thread/INFO]: [Jobs] Enabling Jobs v4.13.0
803[14:50:16] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
804[14:50:16] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
805[14:50:16] [Server thread/INFO]: [Jobs] Loaded 8 titles!
806[14:50:16] [Server thread/INFO]: [Jobs] Loaded 899 custom item names!
807[14:50:16] [Server thread/INFO]: [Jobs] Loaded 59 custom entity names!
808[14:50:16] [Server thread/INFO]: [Jobs] Loaded 34 custom enchant names!
809[14:50:16] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
810[14:50:16] [Server thread/INFO]: [Jobs] Loaded 35 custom potion names!
811[14:50:16] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
812[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
813[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
814[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
815[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
816[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
817[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
818[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
819[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
820[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
821[14:50:16] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
822[14:50:17] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
823[14:50:17] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
824[14:50:17] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
825[14:50:17] [Server thread/INFO]: [Jobs] Explorer job manager registered!
826[14:50:17] [Server thread/INFO]: [Jobs] Loaded 96 furnaces and 3 brewing stands for reassigning.
827[14:50:17] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
828[14:50:17] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
829[14:50:17] [Server thread/INFO]: [Jobs] Preloaded 92 players data in 0.01
830[14:50:17] [Server thread/INFO]: [Jobs] Loaded 40 block protection entries. 0
831[14:50:17] [Server thread/INFO]: [Jobs] Loading explorer data
832[14:50:17] [Server thread/INFO]: [Jobs] Loaded explorer data (14240)
833[14:50:17] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
834[14:50:17] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0*
835[14:50:17] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1732)
836[14:50:17] [Server thread/ERROR]: [Citizens] Missing preferred location bundle.
837[14:50:17] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.0
838[14:50:17] [Server thread/INFO]: [SuperVanish] Please install ProtocolLib to be able to use all SuperVanish features: https://www.spigotmc.org/resources/protocollib.1997/
839[14:50:17] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
840[14:50:17] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
841[14:50:17] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
842[14:50:17] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
843[14:50:17] [Server thread/INFO]: [NPCAuctions] Enabling NPCAuctions v1.0.62
844[14:50:17] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
845[14:50:17] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
846[14:50:17] [Server thread/INFO]: [CitizensCMD] Using English messages!
847[14:50:17] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
848[14:50:17] [Server thread/INFO]: [CitizensCMD] Using Vault!
849[14:50:17] [Server thread/INFO]: [Duels] Enabling Duels v3.2.3
850[14:50:18] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
851[14:50:18] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
852[14:50:18] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
853[14:50:18] [Server thread/INFO]: [Duels] ArenaManager: Loaded 0 arena(s).
854[14:50:18] [Server thread/INFO]: [Duels] KitManager: Loaded 0 kit(s).
855[14:50:18] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using NiveisDomum's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
856[14:50:18] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
857[14:50:18] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s).
858[14:50:18] [Server thread/INFO]: [JupiterCore] Enabling JupiterCore v1.2.4
859[14:50:18] [Server thread/INFO]:
860[14:50:18] [Server thread/INFO]:
861[14:50:18] [Server thread/INFO]:
862[14:50:18] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
863[14:50:18] [Server thread/INFO]: > Plugin: JupiterCore
864[14:50:18] [Server thread/INFO]: > Author: Fogus-M
865[14:50:18] [Server thread/INFO]: > Version: 1.2.4
866[14:50:18] [Server thread/INFO]: > Server version: V1_13_R2 / OK!
867[14:50:18] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
868[14:50:18] [Server thread/INFO]: > WorldGuard: Not found.
869[14:50:18] [Server thread/INFO]: > MythicMobs: Not found.
870[14:50:18] [Server thread/INFO]: > Vault: Success!
871[14:50:18] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 32 ms! ]-=-=-=-=-=-=-
872[14:50:18] [Server thread/INFO]:
873[14:50:18] [Server thread/INFO]:
874[14:50:18] [Server thread/INFO]:
875[14:50:18] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
876[14:50:18] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
877[14:50:18] [Server thread/INFO]: [CommandNPC] Initiating Database
878[14:50:18] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
879[14:50:18] [Thread-47/INFO]: [CommandNPC] Loading commands complete!
880[14:50:18] [Server thread/INFO]: [CommandNPC] Setting up BungeeCord
881[14:50:18] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
882[14:50:18] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.0.0
883[14:50:18] [Server thread/INFO]: [Towny] Enabling Towny v0.93.0.0*
884[14:50:18] [Server thread/INFO]: ==================== Towny ========================
885[14:50:18] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
886[14:50:48] [Server thread/INFO]: [Towny] Deleted 1 old files.
887[14:50:48] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Using: Vault v1.7.2-b107, Essentials Economy via Vault
888[14:50:48] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Time until a New Day: 21 hours, 9 minutes, 12 seconds
889[14:50:48] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
890[14:50:48] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Version: 0.93.0.0 - Mod Enabled
891[14:50:48] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
892[14:50:48] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.53*
893[14:50:48] [Server thread/INFO]: [GoldenCrates] Enabling GoldenCrates v3.3.2
894[14:50:48] [Server thread/INFO]:
895[14:50:48] [Server thread/INFO]:
896[14:50:48] [Server thread/INFO]:
897[14:50:48] [Server thread/INFO]: -=-=-=-=-=-=-[ Plugin Startup ]-=-=-=-=-=-=-
898[14:50:48] [Server thread/INFO]: > Plugin: GoldenCrates
899[14:50:48] [Server thread/INFO]: > Author: NightExpress
900[14:50:48] [Server thread/INFO]: > Version: 3.3.2
901[14:50:48] [Server thread/INFO]: > Powered by: Jupiter-Core
902[14:50:48] [Server thread/INFO]: -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
903[14:50:48] [Server thread/INFO]: > HolographicDisplays: Success!
904[14:50:48] [Server thread/INFO]: > Citizens: Success!
905[14:50:48] [Server thread/INFO]: -=-=-=-=-=-=-[ Loading Data ]-=-=-=-=-=-=-
906[14:50:48] [Server thread/INFO]: > Menus Loaded: 1
907[14:50:49] [Server thread/INFO]: > Crates Loaded: 3
908[14:50:49] [Server thread/INFO]: > Templates Loaded: 4
909[14:50:49] [Server thread/INFO]: [GoldenCrates/INFO] Storage type: SQLite
910[14:50:49] [Server thread/INFO]: -=-=-=-=-=-=-[ Done in 110 ms! ]-=-=-=-=-=-=-
911[14:50:49] [Server thread/INFO]:
912[14:50:49] [Server thread/INFO]:
913[14:50:49] [Server thread/INFO]:
914[14:50:49] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v2.0*
915[14:50:50] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
916[14:50:50] [Server thread/INFO]: Done (52.091s)! For help, type "help"
917[14:50:50] [Server thread/INFO]: Starting GS4 status listener
918[14:50:50] [Query Listener #1/INFO]: Query running on 0.0.0.0:41041
919[14:50:50] [Server thread/INFO]: Timings Reset
920[14:50:50] [Server thread/INFO]: (FAWE) Plugin 'Towny' found. Using it now.
921[14:50:50] [Server thread/INFO]: (FAWE) Plugin 'GriefPrevention' found. Using it now.
922[14:50:50] [Craft Scheduler Thread - 54/WARN]: [VoteLink] Plugin VoteLink v5.1 generated an exception while executing task 115
923java.lang.NoSuchMethodError: org/bukkit/Server.getOnlinePlayers()[Lorg/bukkit/entity/Player; (loaded from file:/home/gs-41041/cache/patched_1.13.2.jar by sun.misc.Launcher$AppClassLoader@6dce7098) called from class me.McServerExpertDe.VoteLink.Metrics (loaded from file:/home/gs-41041/plugins/VoteLink.jar by org.bukkit.plugin.java.PluginClassLoader@1813273e).
924 at me.McServerExpertDe.VoteLink.Metrics.postPlugin(Metrics.java:285) ~[?:?]
925 at me.McServerExpertDe.VoteLink.Metrics.access$3(Metrics.java:278) ~[?:?]
926 at me.McServerExpertDe.VoteLink.Metrics$1.run(Metrics.java:173) ~[?:?]
927 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-639]
928 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-639]
929 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-639]
930 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
931 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
932 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
933[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram '8t4' was in the world 'Theia' but it wasn't loaded.
934[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'skill' was in the world 'Theia' but it wasn't loaded.
935[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'demmy' was in the world 'Theia' but it wasn't loaded.
936[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'builders' was in the world 'Theia' but it wasn't loaded.
937[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'npc' was in the world 'Theia' but it wasn't loaded.
938[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'mods' was in the world 'Theia' but it wasn't loaded.
939[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'dungeonbeta' was in the world 'Theia' but it wasn't loaded.
940[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'duneswarp' was in the world 'Theia2' but it wasn't loaded.
941[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'highlanderwarp' was in the world 'Theia2' but it wasn't loaded.
942[14:50:51] [Server thread/WARN]: [HolographicDisplays] Hologram 'dwellerwarp' was in the world 'Theia2' but it wasn't loaded.
943[14:50:51] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.0
944[14:50:51] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
945[14:50:51] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
946[14:50:51] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.2(404)
947[14:50:51] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
948[14:50:51] [Server thread/INFO]: [Banknotes] Found economy provider Vault
949[14:50:51] [Craft Scheduler Thread - 58/INFO]: [Duels] ===============================================
950[14:50:51] [Craft Scheduler Thread - 58/INFO]: [Duels] An update for Duels is available!
951[14:50:51] [Craft Scheduler Thread - 58/INFO]: [Duels] Download Duels v3.3.0 here:
952[14:50:51] [Craft Scheduler Thread - 58/INFO]: [Duels] https://spigotmc.org/resources/duels.20171/download?version=286374
953[14:50:51] [Craft Scheduler Thread - 58/INFO]: [Duels] ===============================================
954[14:50:51] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 162 placeholder expansions are available on the cloud.
955[14:50:51] [Craft Scheduler Thread - 52/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@a286d7[id=85c1cda2-cc2a-4cef-a0a4-817414dab7fa,name=VampyLizard4999,properties={},legacy=false]
956com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
957 at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[patched_1.13.2.jar:git-Paper-639]
958 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[patched_1.13.2.jar:git-Paper-639]
959 at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.13.2.jar:git-Paper-639]
960 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.13.2.jar:git-Paper-639]
961 at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.13.2.jar:git-Paper-639]
962 at net.minecraft.server.v1_13_R2.TileEntitySkull$1.load(TileEntitySkull.java:78) ~[patched_1.13.2.jar:git-Paper-639]
963 at net.minecraft.server.v1_13_R2.TileEntitySkull$1.load(TileEntitySkull.java:45) ~[patched_1.13.2.jar:git-Paper-639]
964 at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[patched_1.13.2.jar:git-Paper-639]
965 at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[patched_1.13.2.jar:git-Paper-639]
966 at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[patched_1.13.2.jar:git-Paper-639]
967 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[patched_1.13.2.jar:git-Paper-639]
968 at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[patched_1.13.2.jar:git-Paper-639]
969 at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[patched_1.13.2.jar:git-Paper-639]
970 at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[patched_1.13.2.jar:git-Paper-639]
971 at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[patched_1.13.2.jar:git-Paper-639]
972 at net.minecraft.server.v1_13_R2.TileEntitySkull$3.call(TileEntitySkull.java:219) ~[patched_1.13.2.jar:git-Paper-639]
973 at net.minecraft.server.v1_13_R2.TileEntitySkull$3.call(TileEntitySkull.java:216) ~[patched_1.13.2.jar:git-Paper-639]
974 at net.minecraft.server.v1_13_R2.TileEntitySkull.b(TileEntitySkull.java:235) ~[patched_1.13.2.jar:git-Paper-639]
975 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:89) ~[patched_1.13.2.jar:git-Paper-639]
976 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:494) ~[patched_1.13.2.jar:git-Paper-639]
977 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:467) ~[patched_1.13.2.jar:git-Paper-639]
978 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.<init>(CraftItemStack.java:115) ~[patched_1.13.2.jar:git-Paper-639]
979 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.<init>(CraftItemStack.java:108) ~[patched_1.13.2.jar:git-Paper-639]
980 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.asCraftCopy(CraftItemStack.java:86) ~[patched_1.13.2.jar:git-Paper-639]
981 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftInventory.firstPartial(CraftInventory.java:261) ~[patched_1.13.2.jar:git-Paper-639]
982 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftInventory.addItem(CraftInventory.java:288) ~[patched_1.13.2.jar:git-Paper-639]
983 at me.TechsCode.UltraPermissions.HeadPreloader$1.lambda$run$0(HeadPreloader.java:71) ~[?:?]
984 at me.TechsCode.UltraPermissions.HeadPreloader$1$$Lambda$2128.00000000FC006B00.accept(Unknown Source) ~[?:?]
985 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_212]
986 at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:352) ~[?:1.8.0_212]
987 at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:358) ~[?:1.8.0_212]
988 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:498) ~[?:1.8.0_212]
989 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:487) ~[?:1.8.0_212]
990 at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_212]
991 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_212]
992 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:241) ~[?:1.8.0_212]
993 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_212]
994 at me.TechsCode.UltraPermissions.HeadPreloader$1.run(HeadPreloader.java:67) ~[?:?]
995 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-639]
996 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-639]
997 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-639]
998 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
999 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
1000 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
1001[14:50:51] [Server thread/INFO]: [Citizens] Loaded 25 NPCs.
1002[14:50:52] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
1003[14:50:52] [Server thread/INFO]: [ArmorStandEditor] You are running the latest version!
1004[14:50:52] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.1.3'; Currently: '6.1.0'
1005[14:50:54] [Craft Scheduler Thread - 28/INFO]: [Vault] Checking for Updates ...
1006[14:50:54] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
1007[14:50:54] [Craft Scheduler Thread - 28/INFO]: [Vault] No new version available
1008[14:50:56] [Server thread/INFO]: [GoldenCrates/INFO] Auto-save: Saved 0 online users | 0 offline users.
1009[14:50:56] [Craft Scheduler Thread - 20/INFO]: [UltraPermissions] Loading Permission Database...
1010[14:50:56] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetching all due players...
1011[14:50:56] [Craft Scheduler Thread - 20/INFO]: [UltraPermissions] - 1014 Permissions extracted from .jars
1012[14:50:56] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetched due players (0 found).
1013[14:50:56] [Craft Scheduler Thread - 20/INFO]: [UltraPermissions] - 5118 Permissions downloaded from the Cloud
1014[14:51:01] [Craft Scheduler Thread - 52/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@77381693[id=7d7bfd5c-3d0f-4385-8f8a-6639d2b638d2,name=Andr0_x,properties={},legacy=false]
1015com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
1016 at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[patched_1.13.2.jar:git-Paper-639]
1017 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[patched_1.13.2.jar:git-Paper-639]
1018 at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.13.2.jar:git-Paper-639]
1019 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.13.2.jar:git-Paper-639]
1020 at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.13.2.jar:git-Paper-639]
1021 at net.minecraft.server.v1_13_R2.TileEntitySkull$1.load(TileEntitySkull.java:78) ~[patched_1.13.2.jar:git-Paper-639]
1022 at net.minecraft.server.v1_13_R2.TileEntitySkull$1.load(TileEntitySkull.java:45) ~[patched_1.13.2.jar:git-Paper-639]
1023 at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[patched_1.13.2.jar:git-Paper-639]
1024 at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[patched_1.13.2.jar:git-Paper-639]
1025 at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[patched_1.13.2.jar:git-Paper-639]
1026 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[patched_1.13.2.jar:git-Paper-639]
1027 at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[patched_1.13.2.jar:git-Paper-639]
1028 at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) ~[patched_1.13.2.jar:git-Paper-639]
1029 at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) ~[patched_1.13.2.jar:git-Paper-639]
1030 at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) ~[patched_1.13.2.jar:git-Paper-639]
1031 at net.minecraft.server.v1_13_R2.TileEntitySkull$3.call(TileEntitySkull.java:219) ~[patched_1.13.2.jar:git-Paper-639]
1032 at net.minecraft.server.v1_13_R2.TileEntitySkull$3.call(TileEntitySkull.java:216) ~[patched_1.13.2.jar:git-Paper-639]
1033 at net.minecraft.server.v1_13_R2.TileEntitySkull.b(TileEntitySkull.java:235) ~[patched_1.13.2.jar:git-Paper-639]
1034 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftMetaSkull.applyToItem(CraftMetaSkull.java:89) ~[patched_1.13.2.jar:git-Paper-639]
1035 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:494) ~[patched_1.13.2.jar:git-Paper-639]
1036 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.setItemMeta(CraftItemStack.java:467) ~[patched_1.13.2.jar:git-Paper-639]
1037 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.<init>(CraftItemStack.java:115) ~[patched_1.13.2.jar:git-Paper-639]
1038 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.<init>(CraftItemStack.java:108) ~[patched_1.13.2.jar:git-Paper-639]
1039 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftItemStack.asCraftCopy(CraftItemStack.java:86) ~[patched_1.13.2.jar:git-Paper-639]
1040 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftInventory.firstPartial(CraftInventory.java:261) ~[patched_1.13.2.jar:git-Paper-639]
1041 at org.bukkit.craftbukkit.v1_13_R2.inventory.CraftInventory.addItem(CraftInventory.java:288) ~[patched_1.13.2.jar:git-Paper-639]
1042 at me.TechsCode.UltraPermissions.HeadPreloader$1.lambda$run$0(HeadPreloader.java:71) ~[?:?]
1043 at me.TechsCode.UltraPermissions.HeadPreloader$1$$Lambda$2128.00000000FC006B00.accept(Unknown Source) ~[?:?]
1044 at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_212]
1045 at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:352) ~[?:1.8.0_212]
1046 at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:358) ~[?:1.8.0_212]
1047 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:498) ~[?:1.8.0_212]
1048 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:487) ~[?:1.8.0_212]
1049 at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_212]
1050 at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_212]
1051 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:241) ~[?:1.8.0_212]
1052 at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_212]
1053 at me.TechsCode.UltraPermissions.HeadPreloader$1.run(HeadPreloader.java:67) ~[?:?]
1054 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-639]
1055 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-639]
1056 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-639]
1057 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
1058 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
1059 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
1060[14:51:46] [User Authenticator #1/INFO]: UUID of player Egafgo is 52f52797-d758-4c8e-b4ea-97e03e61be33
1061[14:51:48] [Server thread/INFO]: Egafgo[/86.101.194.111:51345] logged in with entity id 629 at ([Ocean]274.00432815147315, 72.90807031375053, -625.3626759749577)
1062[14:52:04] [User Authenticator #1/INFO]: UUID of player Goethal is 48e86d77-2b3d-4018-82cd-229b89e54b24
1063[14:52:05] [Server thread/INFO]: Goethal[/72.89.72.4:37113] logged in with entity id 708 at ([NiveisDomum]-257.5, 64.0, -151.5)
1064[14:52:09] [Server thread/WARN]: [HolographicDisplays] Unable to get a stack trace element, please inform the developer. You will only see this error once and a fallback method will be used.
1065java.lang.NoSuchMethodException: java.lang.Throwable.getStackTraceDepth()
1066 at java.lang.Class.newNoSuchMethodException(Class.java:562) ~[?:1.8.0_212]
1067 at java.lang.Class.throwExceptionOrReturnNull(Class.java:1195) ~[?:1.8.0_212]
1068 at java.lang.Class.getMethodHelper(Class.java:1259) ~[?:1.8.0_212]
1069 at java.lang.Class.getDeclaredMethod(Class.java:931) ~[?:1.8.0_212]
1070 at com.gmail.filoghost.holographicdisplays.util.reflection.ReflectMethod.init(ReflectMethod.java:36) ~[?:?]
1071 at com.gmail.filoghost.holographicdisplays.util.reflection.ReflectMethod.invoke(ReflectMethod.java:42) ~[?:?]
1072 at com.gmail.filoghost.holographicdisplays.util.reflection.ReflectionUtils.getStackTraceElement(ReflectionUtils.java:58) ~[?:?]
1073 at com.gmail.filoghost.holographicdisplays.nms.v1_13_R2.EntityNMSArmorStand.getId(EntityNMSArmorStand.java:157) ~[?:?]
1074 at net.minecraft.server.v1_13_R2.PacketPlayOutEntityTeleport.<init>(SourceFile:22) ~[patched_1.13.2.jar:git-Paper-639]
1075 at com.gmail.filoghost.holographicdisplays.nms.v1_13_R2.EntityNMSArmorStand.setLocationNMS(EntityNMSArmorStand.java:222) ~[?:?]
1076 at com.gmail.filoghost.holographicdisplays.nms.v1_13_R2.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:112) ~[?:?]
1077 at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:104) ~[?:?]
1078 at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:314) ~[?:?]
1079 at com.gmail.filoghost.holographicdisplays.object.NamedHologramManager.onChunkLoad(NamedHologramManager.java:63) ~[?:?]
1080 at com.gmail.filoghost.holographicdisplays.listener.MainListener.processChunkLoad(MainListener.java:101) ~[?:?]
1081 at com.gmail.filoghost.holographicdisplays.listener.MainListener.onChunkLoad(MainListener.java:87) ~[?:?]
1082 at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor44.execute(Unknown Source) ~[?:?]
1083 at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.13.2.jar:git-Paper-639]
1084 at org.bukkit.plugin.EventExecutor$$Lambda$1667.000000006C7BD3D0.execute(Unknown Source) ~[?:?]
1085 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.13.2.jar:git-Paper-639]
1086 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[patched_1.13.2.jar:git-Paper-639]
1087 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:520) ~[patched_1.13.2.jar:git-Paper-639]
1088 at net.minecraft.server.v1_13_R2.Chunk.addEntities(Chunk.java:984) ~[patched_1.13.2.jar:git-Paper-639]
1089 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider$PendingChunk.postChunk(PaperAsyncChunkProvider.java:535) ~[patched_1.13.2.jar:git-Paper-639]
1090 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider$PendingChunk$$Lambda$1910.000000002C00D240.run(Unknown Source) ~[?:?]
1091 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider.processMainThreadQueue(PaperAsyncChunkProvider.java:116) ~[patched_1.13.2.jar:git-Paper-639]
1092 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider.processMainThreadQueue(PaperAsyncChunkProvider.java:110) ~[patched_1.13.2.jar:git-Paper-639]
1093 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider.processMainThreadQueue(PaperAsyncChunkProvider.java:105) ~[patched_1.13.2.jar:git-Paper-639]
1094 at net.minecraft.server.v1_13_R2.PaperAsyncChunkProvider.processMainThreadQueue(PaperAsyncChunkProvider.java:98) ~[patched_1.13.2.jar:git-Paper-639]
1095 at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1020) ~[patched_1.13.2.jar:git-Paper-639]
1096 at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-639]
1097 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-639]
1098 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-639]
1099 at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
1100[14:52:10] [Async Chat Thread - #0/INFO]: Build Manager Egafgo hi
1101[14:52:10] [Server thread/INFO]: Goethal issued server command: /plugins
1102[14:52:13] [Async Chat Thread - #0/INFO]: Owner Goethal Admin hi
1103[14:52:26] [Async Chat Thread - #0/INFO]: Build Manager Egafgo so may i connect mez with spawn?
1104[14:52:45] [Async Chat Thread - #0/INFO]: Owner Goethal Admin yes
1105[14:52:50] [Server thread/INFO]: Goethal issued server command: /gmc
1106[14:52:57] [Async Chat Thread - #0/INFO]: Build Manager Egafgo okay