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