· 6 years ago · Mar 07, 2020, 07:24 PM
1[20:15:11] [Server thread/INFO]: Starting minecraft server version 1.15
2[20:15:11] [Server thread/INFO]: Loading properties
3[20:15:12] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f39a89e-4633e6c (MC: 1.15) (Implementing API version 1.15-R0.1-SNAPSHOT)
4[20:15:13] [Server thread/INFO]: Server Ping Player Sample Count: 12
5[20:15:13] [Server thread/INFO]: Using 4 threads for Netty based IO
6[20:15:13] [Server thread/INFO]: Debug logging is disabled
7[20:15:13] [Server thread/INFO]: Default game type: SURVIVAL
8[20:15:13] [Server thread/INFO]: Generating keypair
9[20:15:13] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:27565
10[20:15:13] [Server thread/INFO]: Using epoll channel type
11[20:15:14] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib v1.6.2.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:138) [spigot.jar:git-Spigot-f39a89e-4633e6c]
15 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [spigot.jar:git-Spigot-f39a89e-4633e6c]
16 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-Spigot-f39a89e-4633e6c]
17 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
18 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
19Caused by: java.util.zip.ZipException: zip file is empty
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_242]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_242]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_242]
23 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_242]
24 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_242]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
26 ... 5 more
27[20:15:21] [Server thread/WARN]: Plugin AdvancedMonthlyCrates v1.9.23 does not specify an api-version.
28[20:15:22] [Server thread/WARN]: Plugin Promotions v1.1 does not specify an api-version.
29[20:15:22] [Server thread/WARN]: Plugin Playtime v1.4.5 does not specify an api-version.
30[20:15:22] [Server thread/WARN]: Plugin VoidWorld v1.0 does not specify an api-version.
31[20:15:22] [Server thread/WARN]: Plugin AutoBroadcast v2.1-SNAPSHOT does not specify an api-version.
32[20:15:23] [Server thread/WARN]: Plugin MVdWPlaceholderAPI v3.0.1 does not specify an api-version.
33[20:15:23] [Server thread/WARN]: Plugin FeatherBoard v4.25.0 does not specify an api-version.
34[20:15:23] [Server thread/WARN]: Plugin ViaVersion v2.2.3 does not specify an api-version.
35[20:15:23] [Server thread/WARN]: Plugin SimpleVoteListener v2.6 does not specify an api-version.
36[20:15:23] [Server thread/WARN]: Plugin ViaBackwards v2.4.0-SNAPSHOT does not specify an api-version.
37[20:15:23] [Server thread/WARN]: Plugin ChatItem v1.3.6.4 does not specify an api-version.
38[20:15:23] [Server thread/WARN]: Plugin SpawnerShop v1.0-SNAPSHOT does not specify an api-version.
39[20:15:23] [Server thread/WARN]: java.lang.IllegalAccessException: Class me.jantuck.spawnershop.shop.EntityTypes can not access a member of class me.jantuck.spawnershop.shop.EntityTypeAbstractReflection with modifiers "private"
40[20:15:23] [Server thread/WARN]: at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:102)
41[20:15:23] [Server thread/WARN]: at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(AccessibleObject.java:296)
42[20:15:23] [Server thread/WARN]: at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:288)
43[20:15:23] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:491)
44[20:15:23] [Server thread/WARN]: at me.jantuck.spawnershop.shop.EntityTypes.<init>(EntityTypes.java:48)
45[20:15:23] [Server thread/WARN]: at me.jantuck.spawnershop.SpawnerShop.<init>(SpawnerShop.java:24)
46[20:15:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
47[20:15:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
48[20:15:23] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
49[20:15:23] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
50[20:15:23] [Server thread/WARN]: at java.lang.Class.newInstance(Class.java:442)
51[20:15:23] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71)
52[20:15:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
53[20:15:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334)
54[20:15:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253)
55[20:15:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351)
56[20:15:23] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202)
57[20:15:23] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783)
58[20:15:23] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
59[20:15:23] [Server thread/ERROR]: Could not load 'plugins/SpawnerShop-1.0-SNAPSHOT.jar' in folder 'plugins'
60org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
61 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
62 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
63 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot.jar:git-Spigot-f39a89e-4633e6c]
64 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [spigot.jar:git-Spigot-f39a89e-4633e6c]
65 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-Spigot-f39a89e-4633e6c]
66 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
67 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
68Caused by: java.lang.NullPointerException
69 at me.jantuck.spawnershop.shop.EntityTypes.<init>(EntityTypes.java:52) ~[?:?]
70 at me.jantuck.spawnershop.SpawnerShop.<init>(SpawnerShop.java:24) ~[?:?]
71 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
72 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_242]
73 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_242]
74 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_242]
75 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_242]
76 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
77 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
78 ... 6 more
79[20:15:24] [Server thread/INFO]: [AdvancedMonthlyCrates] Loading AdvancedMonthlyCrates v1.9.23
80[20:15:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
81[20:15:25] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@26e55a9f]
82[20:15:25] [Server thread/INFO]: [Promotions] Loading Promotions v1.1
83[20:15:25] [Server thread/INFO]: [EggCatcher] Loading EggCatcher v4.2
84[20:15:25] [Server thread/INFO]: [PlayTime] Loading Playtime v1.4.5
85[20:15:25] [Server thread/INFO]: [PlayTime] Loading Configuration mananger...
86[20:15:25] [Server thread/INFO]: [PlayTime] Loading language manager...
87[20:15:25] [Server thread/ERROR]: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration; initializing Playtime v1.4.5 (Is it up to date?)
88java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
89 at com.rogue.playtime.lang.Cipher.getFromGithub(Cipher.java:199) ~[?:?]
90 at com.rogue.playtime.lang.Cipher.<init>(Cipher.java:74) ~[?:?]
91 at com.rogue.playtime.Playtime.onLoad(Playtime.java:86) ~[?:?]
92 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:356) [spigot.jar:git-Spigot-f39a89e-4633e6c]
93 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-Spigot-f39a89e-4633e6c]
94 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
95 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
96[20:15:25] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.8
97[20:15:25] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
98[20:15:25] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
99[20:15:25] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
100[20:15:25] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v2.1-SNAPSHOT
101[20:15:25] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
102[20:15:25] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.6
103[20:15:25] [Server thread/INFO]: [Votifier] Loading Votifier v2.6.0-SNAPSHOT
104[20:15:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
105[20:15:25] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
106[20:15:25] [Server thread/INFO]: [SkyGrid] Loading SkyGrid v1.4
107[20:15:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
108[20:15:25] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.8.4-RELEASE
109[20:15:25] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.15.2
110[20:15:25] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.3-Release
111[20:15:25] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
112[20:15:25] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.25.0
113[20:15:25] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
114[20:15:26] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
115[20:15:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
116[20:15:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
117[20:15:26] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
118[20:15:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
119[20:15:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
120[20:15:26] [Server thread/INFO]: [ViaVersion] Loading translation mapping
121[20:15:26] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
122[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
123[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
124[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
125[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
126[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
127[20:15:27] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
128[20:15:29] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
129[20:15:29] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
130[20:15:29] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
131[20:15:29] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.6.2-SNAPSHOT
132[20:15:29] [Server thread/INFO]: [AntiCraft] Loading AntiCraft v1.4
133[20:15:29] [Server thread/INFO]: [SimpleVoteListener] Loading SimpleVoteListener v2.6
134[20:15:29] [Server thread/INFO]: [UltraPermissions] Loading UltraPermissions v4.4.6
135[20:15:29] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.4.0-SNAPSHOT
136[20:15:29] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
137[20:15:29] [Server thread/INFO]: [ChatItem] Loading ChatItem v1.3.6.4
138[20:15:29] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
139[20:15:29] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.3
140[20:15:29] [Server thread/INFO]: [Rankup] Loading Rankup v3.6.1
141[20:15:29] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
142[20:15:29] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.4.7
143[20:15:29] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.9.10
144[20:15:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.3
145[20:15:29] [Server thread/INFO]: [TAB] Loading TAB v2.6.5
146[20:15:29] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
147[20:15:29] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.6.9
148[20:15:29] [Server thread/INFO]: [BeastWithdraw] Loading BeastWithdraw v2.8.1
149[20:15:29] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.3
150[20:15:29] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.19.7
151[20:15:29] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v6.2.3
152[20:15:29] [Server thread/INFO]: [WildTools] Loading WildTools v2.7.2
153[20:15:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
154[20:15:29] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
155[20:15:30] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R1 as the Bukkit adapter
156[20:15:30] [Server thread/WARN]: [WorldEdit] ====================================================
157[20:15:30] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
158[20:15:30] [Server thread/WARN]: [WorldEdit] as your server software.
159[20:15:30] [Server thread/WARN]: [WorldEdit]
160[20:15:30] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
161[20:15:30] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
162[20:15:30] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
163[20:15:30] [Server thread/WARN]: [WorldEdit]
164[20:15:30] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
165[20:15:30] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
166[20:15:30] [Server thread/WARN]: [WorldEdit]
167[20:15:30] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
168[20:15:30] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
169[20:15:30] [Server thread/WARN]: [WorldEdit]
170[20:15:30] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
171[20:15:30] [Server thread/WARN]: [WorldEdit] ====================================================
172[20:15:30] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
173[20:15:30] [Server thread/INFO]: [SkyGrid] Enabling SkyGrid v1.4
174[20:15:31] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.6.2-SNAPSHOT
175[20:15:32] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.4.0-SNAPSHOT
176[20:15:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
177[20:15:32] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
178[20:15:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
179[20:15:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
180[20:15:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
181[20:15:32] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
182[20:15:32] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
183[20:15:32] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
184[20:15:32] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
185[20:15:32] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
186[20:15:32] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
187[20:15:32] [Server thread/INFO]: Preparing level "world"
188[20:15:32] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
189[20:15:33] [Server thread/INFO]: Loaded 6 recipes
190[20:15:33] [Server thread/INFO]: -------- World Settings For [world] --------
191[20:15:33] [Server thread/INFO]: Mob Spawn Range: 6
192[20:15:33] [Server thread/INFO]: Experience Merge Radius: 3.0
193[20:15:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
194[20:15:33] [Server thread/INFO]: Cane Growth Modifier: 100%
195[20:15:33] [Server thread/INFO]: Melon Growth Modifier: 100%
196[20:15:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
197[20:15:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
198[20:15:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
199[20:15:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
200[20:15:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
201[20:15:33] [Server thread/INFO]: Potato Growth Modifier: 100%
202[20:15:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
203[20:15:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
204[20:15:33] [Server thread/INFO]: Vine Growth Modifier: 100%
205[20:15:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
206[20:15:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
207[20:15:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
208[20:15:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
209[20:15:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
210[20:15:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
211[20:15:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
212[20:15:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
213[20:15:33] [Server thread/INFO]: Max TNT Explosions: 100
214[20:15:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
215[20:15:33] [Server thread/INFO]: View Distance: 10
216[20:15:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
217[20:15:33] [Server thread/INFO]: Item Despawn Rate: 6000
218[20:15:33] [Server thread/INFO]: Item Merge Radius: 2.5
219[20:15:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
220[20:15:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
221[20:15:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
222[20:15:33] [Server thread/INFO]: getDefaultPopulators
223[20:15:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
224[20:15:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
225[20:15:34] [Server thread/INFO]: Mob Spawn Range: 6
226[20:15:34] [Server thread/INFO]: Experience Merge Radius: 3.0
227[20:15:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
228[20:15:34] [Server thread/INFO]: Cane Growth Modifier: 100%
229[20:15:34] [Server thread/INFO]: Melon Growth Modifier: 100%
230[20:15:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
231[20:15:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
232[20:15:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
233[20:15:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
234[20:15:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
235[20:15:34] [Server thread/INFO]: Potato Growth Modifier: 100%
236[20:15:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
237[20:15:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
238[20:15:34] [Server thread/INFO]: Vine Growth Modifier: 100%
239[20:15:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
240[20:15:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
241[20:15:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
242[20:15:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
243[20:15:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
244[20:15:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
245[20:15:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
246[20:15:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
247[20:15:34] [Server thread/INFO]: Max TNT Explosions: 100
248[20:15:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
249[20:15:34] [Server thread/INFO]: View Distance: 10
250[20:15:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
251[20:15:34] [Server thread/INFO]: Item Despawn Rate: 6000
252[20:15:34] [Server thread/INFO]: Item Merge Radius: 2.5
253[20:15:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
254[20:15:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
255[20:15:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
256[20:15:34] [Server thread/INFO]: getDefaultPopulators
257[20:15:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
258[20:15:34] [Server thread/INFO]: Mob Spawn Range: 6
259[20:15:34] [Server thread/INFO]: Experience Merge Radius: 3.0
260[20:15:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
261[20:15:34] [Server thread/INFO]: Cane Growth Modifier: 100%
262[20:15:34] [Server thread/INFO]: Melon Growth Modifier: 100%
263[20:15:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
264[20:15:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
265[20:15:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
266[20:15:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
267[20:15:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
268[20:15:34] [Server thread/INFO]: Potato Growth Modifier: 100%
269[20:15:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
270[20:15:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
271[20:15:34] [Server thread/INFO]: Vine Growth Modifier: 100%
272[20:15:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
273[20:15:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
274[20:15:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
275[20:15:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
276[20:15:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
277[20:15:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
278[20:15:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
279[20:15:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
280[20:15:34] [Server thread/INFO]: Max TNT Explosions: 100
281[20:15:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
282[20:15:34] [Server thread/INFO]: View Distance: 10
283[20:15:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
284[20:15:34] [Server thread/INFO]: Item Despawn Rate: 6000
285[20:15:34] [Server thread/INFO]: Item Merge Radius: 2.5
286[20:15:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
287[20:15:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
288[20:15:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
289[20:15:34] [Server thread/INFO]: getDefaultPopulators
290[20:15:34] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
291[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
292[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
293[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
294[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
295[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
296[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
297[20:15:37] [Server thread/INFO]: Preparing spawn area: 0%
298[20:15:37] [Server thread/INFO]: Time elapsed: 3530 ms
299[20:15:37] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
300[20:15:38] [Server thread/INFO]: Preparing spawn area: 0%
301[20:15:38] [Server thread/INFO]: Preparing spawn area: 0%
302[20:15:38] [Server thread/INFO]: Preparing spawn area: 0%
303[20:15:38] [Server-Worker-5/INFO]: Initialising new SkyGridGenerator instance for world world_nether (NETHER)
304[20:15:38] [Server-Worker-5/INFO]: [SkyGrid] replacing blocks for default layer 60 :
305BEDROCK: 1
306[20:15:38] [Server-Worker-5/INFO]: [SkyGrid] replacing blocks for default layer 0 :
307BEDROCK: 1
308[20:15:39] [Server-Worker-9/INFO]: Preparing spawn area: 91%
309[20:15:39] [Server-Worker-5/INFO]: Preparing spawn area: 95%
310[20:15:39] [Server thread/INFO]: Time elapsed: 2130 ms
311[20:15:39] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
312[20:15:40] [Server thread/INFO]: Preparing spawn area: 0%
313[20:15:40] [Server thread/INFO]: Preparing spawn area: 11%
314[20:15:40] [Server-Worker-9/INFO]: Initialising new SkyGridGenerator instance for world world_the_end (THE_END)
315[20:15:40] [Server thread/INFO]: Time elapsed: 754 ms
316[20:15:40] [Server thread/INFO]: [AdvancedMonthlyCrates] Enabling AdvancedMonthlyCrates v1.9.23
317[20:15:42] [Server thread/INFO]: [Promotions] Enabling Promotions v1.1
318[20:15:42] [Server thread/INFO]: [Promotions] Enabled Promotions
319[20:15:42] [Server thread/INFO]: [EggCatcher] Enabling EggCatcher v4.2
320[20:15:42] [Server thread/INFO]: [PlayTime] Enabling Playtime v1.4.5
321[20:15:42] [Server thread/ERROR]: Error occurred while enabling Playtime v1.4.5 (Is it up to date?)
322java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
323 at com.rogue.playtime.Playtime.onEnable(Playtime.java:102) ~[?:?]
324 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
325 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot.jar:git-Spigot-f39a89e-4633e6c]
326 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-f39a89e-4633e6c]
327 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot.jar:git-Spigot-f39a89e-4633e6c]
328 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot.jar:git-Spigot-f39a89e-4633e6c]
329 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [spigot.jar:git-Spigot-f39a89e-4633e6c]
330 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot.jar:git-Spigot-f39a89e-4633e6c]
331 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
332 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
333[20:15:42] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.8
334[20:15:42] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
335[20:15:42] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
336[20:15:42] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
337[20:15:42] [Server thread/INFO]: [ClearLag] Loading modules...
338[20:15:42] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
339[20:15:42] [Server thread/INFO]: [ClearLag] Modules have been loaded!
340[20:15:42] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
341[20:15:42] [Thread-20/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
342[20:15:42] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v2.1-SNAPSHOT
343[20:15:42] [Server thread/INFO]: [AutoBroadcast] Created by NickTheDev, http://nikdev.net/
344[20:15:42] [Server thread/INFO]: [AutoBroadcast] 1 Broadcast(s) loaded successfully!
345[20:15:42] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
346[20:15:42] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.6
347[20:15:42] [Server thread/INFO]: [BuycraftX] Validating your server key...
348[20:15:43] [Thread-20/INFO]: [ClearLag] No updates found!
349[20:15:43] [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.
350[20:15:43] [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.
351[20:15:44] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
352[20:15:45] [Server thread/INFO]: [Votifier] Enabling Votifier v2.6.0-SNAPSHOT
353[20:15:45] [Server thread/INFO]: [Votifier] Loaded token for website: default
354[20:15:45] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
355[20:15:45] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
356[20:15:45] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
357[20:15:45] [Votifier NIO boss/ERROR]: [Votifier] Votifier was not able to bind to /0.0.0.0:8762
358[20:15:45] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
359[20:15:45] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
360[20:15:46] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
361[20:15:46] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
362[20:15:46] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
363[20:15:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
364[20:15:46] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
365[20:15:46] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
366[20:15:46] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
367[20:15:46] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
368[20:15:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
369[20:15:46] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
370[20:15:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
371[20:15:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
372[20:15:46] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
373[20:15:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
374[20:15:46] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
375[20:15:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
376[20:15:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
377[20:15:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
378[20:15:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
379[20:15:46] [Server thread/INFO]: [WorldGuard] Loading region data...
380[20:15:46] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1
381[20:15:46] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
382[20:15:46] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
383[20:15:46] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.8.4-RELEASE
384[20:15:46] [Server thread/INFO]: [Vouchers] Loading the Config.yml
385[20:15:46] [Server thread/INFO]: [Vouchers] Successfully loaded Config.yml
386[20:15:46] [Server thread/INFO]: [Vouchers] Loading the Data.yml
387[20:15:46] [Server thread/INFO]: [Vouchers] Successfully loaded Data.yml
388[20:15:46] [Server thread/INFO]: [Vouchers] Loading the Messages.yml
389[20:15:46] [Server thread/INFO]: [Vouchers] Successfully loaded Messages.yml
390[20:15:46] [Server thread/INFO]: [Vouchers] Loading the VoucherCodes.yml
391[20:15:46] [Server thread/INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
392[20:15:47] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
393[20:15:47] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.3.3-Release
394[20:15:47] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
395[20:15:47] [Server thread/INFO]: [Minepacks] [32mConfig file successfully loaded.[0m
396[20:15:47] [Server thread/INFO]: [Minepacks] [32mLanguage file successfully loaded. Language: english Author: GeorgH93[0m
397[20:15:47] [Server thread/INFO]: Minepacks-Connection-Pool - Starting...
398[20:15:47] [Server thread/INFO]: Minepacks-Connection-Pool - Start completed.
399[20:15:47] [Server thread/INFO]: [Minepacks] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
400[20:15:47] [Server thread/INFO]: [Minepacks] Loading item translations ...
401[20:15:47] [Server thread/INFO]: [Minepacks] Finished loading item translations for 830 items.
402[20:15:47] [Server thread/INFO]: [Minepacks] [32m Minepacks has been enabled! [33m :) [0m
403[20:15:47] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.25.0
404[20:15:47] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
405[20:15:47] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.25.0
406[20:15:47] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-01
407[20:15:47] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
408[20:15:47] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
409[20:15:47] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
410[20:15:47] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
411[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
412[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
413[20:15:47] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
414[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
415[20:15:47] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
416[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
417[20:15:47] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
418[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
419[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading messages ...
420[20:15:47] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
421[20:15:49] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
422[20:15:49] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
423[20:15:49] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
424[20:15:49] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
425[20:15:49] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
426[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
427[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
428[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
429[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
430[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
431[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
432[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
433[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
434[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
435[20:15:51] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
436[20:15:52] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
437[20:15:52] [Server thread/INFO]: [FeatherBoard] Loaded 5700 of the 5700 placholders
438[20:15:52] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
439[20:15:52] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
440[20:15:52] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
441[20:15:52] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
442[20:15:52] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
443[20:15:52] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
444[20:15:52] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
445[20:15:53] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
446[20:15:53] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
447[20:15:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
448[20:15:54] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
449[20:15:54] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;32;1mYour version is up to date![m
450[20:15:54] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
451[20:15:54] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
452[20:15:54] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3
453[20:15:54] [Server thread/INFO]: [AntiCraft] Enabling AntiCraft v1.4
454[20:15:54] [Server thread/INFO]: [SimpleVoteListener] Enabling SimpleVoteListener v2.6
455[20:15:54] [Server thread/INFO]: [SimpleVoteListener] Config file found. Using it!
456[20:15:54] [Server thread/INFO]: [SimpleVoteListener] SimpleVoteListener 2.6 successfully enabled.
457[20:15:54] [Server thread/INFO]: [UltraPermissions] Enabling UltraPermissions v4.4.6
458[20:15:54] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mLoading Plugin...[m
459[20:15:54] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mLoaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24[m
460[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_prefixes}
461[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_prefix}
462[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_secondaryprefix}
463[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_suffixes}
464[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_suffix}
465[20:15:54] [Server thread/INFO]: [MVdWPlaceholderAPI] UltraPermissions added custom placeholder {uperms_rank}
466[20:15:54] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mHooked into MVdWPlaceholderAPI[m
467[20:15:54] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mHooked into Vault[m
468[20:15:55] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mHooked into PlaceholderAPI[m
469[20:15:55] [Server thread/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mSuccessfully loaded in 337 ms[m
470[20:15:55] [Server thread/INFO]: [ChatItem] Enabling ChatItem v1.3.6.4
471[20:15:55] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.3
472[20:15:55] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
473[20:15:55] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
474[20:15:55] [Server thread/INFO]: No kits found to migrate.
475[20:15:55] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
476[20:15:55] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
477[20:15:55] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
478[20:15:55] [Server thread/INFO]: Loaded 21019 items from items.json.
479[20:15:55] [Server thread/INFO]: Using locale en_US
480[20:15:55] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
481[20:15:55] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
482[20:15:55] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
483[20:15:55] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
484[20:15:55] [Server thread/INFO]: [Rankup] Enabling Rankup v3.6.1
485[20:15:55] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
486[20:15:55] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
487[20:15:55] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.4.7
488[20:15:55] [Server thread/INFO]: [LiteBans] Using default database drivers.
489[20:15:55] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
490[20:15:55] [Server thread/INFO]: [LiteBans] Connecting to database...
491[20:15:56] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///root/Galactic/Skygrid/plugins/LiteBans/litebans] (352.3 ms).
492[20:15:56] [Server thread/INFO]: [LiteBans] Database connection fully initialized (360.9 ms).
493[20:15:56] [Server thread/INFO]: [LiteBans] v2.4.7 enabled. Startup took 595 ms.
494[20:15:56] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.9.10
495[20:15:56] [Server thread/WARN]: [LockettePro] ===================================
496[20:15:56] [Server thread/WARN]: [LockettePro] SPAWNERS is not a block!
497[20:15:56] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.3
498[20:15:56] [Server thread/INFO]: [TAB] Enabling TAB v2.6.5
499[20:15:56] [Server thread/INFO]: [0;37;22m[TAB] Server version: 1.15 (v1_15_R1)[m
500[20:15:56] [Server thread/INFO]: [0;32;1m[TAB] Enabled in 177ms[m
501[20:15:56] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
502[20:15:56] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
503[20:15:56] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_isvanished}
504[20:15:56] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_vanishedplayers}
505[20:15:56] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_playercount}
506[20:15:56] [Server thread/INFO]: [SuperVanish] Hooked into MVdWPlaceholderAPI
507[20:15:56] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
508[20:15:56] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.6.9
509[20:15:56] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
510[20:15:56] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
511[20:15:56] [Server thread/INFO]: PlaceholderAPI support enabled!
512[20:15:58] [Server thread/INFO]: Protection Stone Blocks:
513[20:15:58] [Server thread/INFO]: - EMERALD_ORE (64)
514[20:15:58] [Server thread/INFO]: Building region cache...[m
515[20:15:58] [Server thread/INFO]: Building UUID cache... (if slow change async-load-uuid-cache in the config to true)[m
516[20:15:58] [Server thread/INFO]: Checking if PS regions have been updated to UUIDs...[m
517[20:15:58] [Server thread/INFO]: [0;37;1mProtectionStones has successfully started![m
518[20:15:58] [Server thread/INFO]: [BeastWithdraw] Enabling BeastWithdraw v2.8.1
519[20:15:58] [Server thread/INFO]: [0;31;22m[BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are regitered[m
520[20:15:58] [Server thread/INFO]: [0;31;22m[BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are regitered[m
521[20:15:58] [Server thread/INFO]: [0;37;22m[[0;31;22mBeast[0;36;1mWithdraw[0;37;22m] [0;32;22mVersion 2.8.1 : has been enabled![m
522[20:15:58] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.3
523[20:15:58] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.19.7
524[20:15:58] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
525[20:15:58] [Server thread/INFO]: [ShopGUIPlus] EpicSpawners support enabled.
526[20:15:58] [Server thread/ERROR]: Error occurred while enabling ShopGUIPlus v1.19.7 (Is it up to date?)
527java.lang.IllegalArgumentException: Material cannot be null
528 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
529 at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:70) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
530 at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:58) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
531 at net.brcdev.shopgui.util.ItemUtils.loadItemStackFromConfig(ItemUtils.java:125) ~[?:?]
532 at net.brcdev.shopgui.settings.MenuSettings.load(MenuSettings.java:71) ~[?:?]
533 at net.brcdev.shopgui.settings.MenuSettings.<init>(MenuSettings.java:22) ~[?:?]
534 at net.brcdev.shopgui.settings.MenuWithItemSettings.<init>(MenuWithItemSettings.java:14) ~[?:?]
535 at net.brcdev.shopgui.config.Settings.load(Settings.java:371) ~[?:?]
536 at net.brcdev.shopgui.config.Settings.setConfig(Settings.java:149) ~[?:?]
537 at net.brcdev.shopgui.ShopGuiPlugin.load(ShopGuiPlugin.java:192) ~[?:?]
538 at net.brcdev.shopgui.ShopGuiPlugin.onEnable(ShopGuiPlugin.java:150) ~[?:?]
539 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
540 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot.jar:git-Spigot-f39a89e-4633e6c]
541 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-f39a89e-4633e6c]
542 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot.jar:git-Spigot-f39a89e-4633e6c]
543 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot.jar:git-Spigot-f39a89e-4633e6c]
544 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [spigot.jar:git-Spigot-f39a89e-4633e6c]
545 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot.jar:git-Spigot-f39a89e-4633e6c]
546 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
547 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
548[20:15:59] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v6.2.3
549[20:15:59] [Server thread/INFO]: [m
550[20:15:59] [Server thread/INFO]: [0;32;1m=============================[m
551[20:15:59] [Server thread/INFO]: [0;37;22mEpicSpawners 6.2.3 by [0;35;22mSongoda <3![m
552[20:15:59] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
553[20:15:59] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US"
554[20:15:59] [Server thread/INFO]: [SongodaCore] Hooked EpicSpawners.
555[20:16:00] [Server thread/ERROR]: Unexpected error while loading EpicSpawners v6.2.3 c2.3.4: Disabling plugin!
556java.lang.NoClassDefFoundError: net/brcdev/shopgui/spawner/external/provider/ExternalSpawnerProvider
557 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_242]
558 at java.lang.ClassLoader.defineClass(ClassLoader.java:757) ~[?:1.8.0_242]
559 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_242]
560 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:131) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
561 at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:202) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
562 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
563 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
564 at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
565 at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
566 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
567 at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
568 at com.songoda.epicspawners.EpicSpawners.onPluginEnable(EpicSpawners.java:158) ~[epicspawners-6.2.3.jar:?]
569 at com.songoda.epicspawners.core.SongodaPlugin.onEnable(SongodaPlugin.java:97) [epicspawners-6.2.3.jar:?]
570 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot.jar:git-Spigot-f39a89e-4633e6c]
571 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot.jar:git-Spigot-f39a89e-4633e6c]
572 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot.jar:git-Spigot-f39a89e-4633e6c]
573 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot.jar:git-Spigot-f39a89e-4633e6c]
574 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot.jar:git-Spigot-f39a89e-4633e6c]
575 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [spigot.jar:git-Spigot-f39a89e-4633e6c]
576 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot.jar:git-Spigot-f39a89e-4633e6c]
577 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot.jar:git-Spigot-f39a89e-4633e6c]
578 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
579Caused by: java.lang.ClassNotFoundException: net.brcdev.shopgui.spawner.external.provider.ExternalSpawnerProvider
580 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_242]
581 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
582 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
583 at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
584 at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
585 ... 22 more
586[20:16:00] [Server thread/INFO]: [EpicSpawners] Disabling EpicSpawners v6.2.3
587[20:16:00] [Server thread/INFO]: [0;31;1m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m
588[20:16:00] [Server thread/INFO]: [m
589[20:16:00] [Server thread/INFO]: [WildTools] Enabling WildTools v2.7.2
590[20:16:00] [Server thread/INFO]: [WildTools] ******** ENABLE START ********
591[20:16:00] [Server thread/INFO]: [WildTools] Loading configuration started...
592[20:16:01] [Server thread/INFO]: [WildTools] Couldn't find a valid type for tool crowbar_tool, skipping
593[20:16:01] [Server thread/INFO]: [WildTools] - Found 14 tools in config.yml.
594[20:16:01] [Server thread/INFO]: [WildTools] Loading configuration done (Took 817ms)
595[20:16:01] [Server thread/INFO]: [WildTools] Loading messages started...
596[20:16:01] [Server thread/INFO]: [WildTools] - Found 0 messages in lang.yml.
597[20:16:01] [Server thread/INFO]: [WildTools] Loading messages done (Took 5ms)
598[20:16:01] [Server thread/INFO]: [WildTools] Couldn't find valid recipe for crafting_wand, skipping...
599[20:16:01] [Server thread/INFO]: [WildTools] ******** ENABLE DONE ********
600[20:16:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
601[20:16:03] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
602[20:16:03] [Server thread/INFO]: Done (30.677s)! For help, type "help"
603[20:16:03] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15(573)
604[20:16:03] [Craft Scheduler Thread - 17/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mLoading Translations from the Web...[m
605[20:16:03] [Server thread/INFO]: [WildTools] Loading providers started...
606[20:16:03] [Server thread/INFO]: [WildTools] - Using v1_15_R1 adapter.
607[20:16:03] [Server thread/INFO]: [WildTools] - Using ShopGUIPlus as PricesProvider.
608[20:16:03] [Server thread/INFO]: [WildTools] - Couldn't find any factions providers, using default one.
609[20:16:03] [Server thread/INFO]: [WildTools] Loading providers done (Took 11ms)
610[20:16:03] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
611[20:16:03] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
612[20:16:03] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
613[20:16:03] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
614[20:16:03] [Craft Scheduler Thread - 4/INFO]: [0;37;22m[[0;31;22mBeast[0;36;1mWithdraw[0;37;22m] [0;33;22mThere is not a new update available.[m
615[20:16:04] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
616[20:16:04] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetching all due players...
617[20:16:04] [Craft Scheduler Thread - 17/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [mLoading Permission Database...[m
618[20:16:04] [Craft Scheduler Thread - 17/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [m- 725 Permissions extracted from .jars[m
619[20:16:04] [Craft Scheduler Thread - 17/INFO]: [0;36;1m[[0;37;22mUltraPermissions[0;36;1m] [m- 6114 Permissions downloaded from the Cloud[m
620[20:16:04] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetched due players (0 found).
621[20:16:05] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 168 placeholder expansions are available on the cloud.
622[20:16:10] [User Authenticator #1/INFO]: UUID of player iGasv is 7d657f2b-9833-3201-8587-ea9e5b8b41f0
623[20:16:12] [Server thread/INFO]: iGasv[/207.180.234.87:40446] logged in with entity id 88 at ([world]8479.897054807792, 129.85535711555232, 5363.157943123089)
624[20:16:16] [Server thread/INFO]: iGasv issued server command: /spawnershop
625[20:16:16] [Server thread/ERROR]: null
626org.bukkit.command.CommandException: Cannot execute command 'spawnershop' in plugin EpicSpawners v6.2.3 - plugin is disabled.
627 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
628 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
629 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
630 at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
631 at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
632 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
633 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
634 at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
635 at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-f39a89e-4633e6c]
636 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-f39a89e-4633e6c]
637 at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-f39a89e-4633e6c]
638 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-f39a89e-4633e6c]
639 at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [spigot.jar:git-Spigot-f39a89e-4633e6c]
640 at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [spigot.jar:git-Spigot-f39a89e-4633e6c]
641 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot.jar:git-Spigot-f39a89e-4633e6c]
642 at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:893) [spigot.jar:git-Spigot-f39a89e-4633e6c]
643 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [spigot.jar:git-Spigot-f39a89e-4633e6c]
644 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
645[20:16:22] [Server thread/INFO]: iGasv issued server command: /spawnershop
646[20:16:22] [Server thread/ERROR]: null
647org.bukkit.command.CommandException: Cannot execute command 'spawnershop' in plugin EpicSpawners v6.2.3 - plugin is disabled.
648 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
649 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
650 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
651 at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
652 at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
653 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
654 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
655 at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
656 at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-f39a89e-4633e6c]
657 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-f39a89e-4633e6c]
658 at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-f39a89e-4633e6c]
659 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-f39a89e-4633e6c]
660 at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [spigot.jar:git-Spigot-f39a89e-4633e6c]
661 at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [spigot.jar:git-Spigot-f39a89e-4633e6c]
662 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot.jar:git-Spigot-f39a89e-4633e6c]
663 at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:893) [spigot.jar:git-Spigot-f39a89e-4633e6c]
664 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [spigot.jar:git-Spigot-f39a89e-4633e6c]
665 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
666[20:16:23] [Server thread/INFO]: iGasv issued server command: /es
667[20:16:23] [Server thread/ERROR]: null
668org.bukkit.command.CommandException: Cannot execute command 'es' in plugin EpicSpawners v6.2.3 - plugin is disabled.
669 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
670 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
671 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
672 at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
673 at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
674 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
675 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
676 at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
677 at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-f39a89e-4633e6c]
678 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-f39a89e-4633e6c]
679 at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-f39a89e-4633e6c]
680 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-f39a89e-4633e6c]
681 at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [spigot.jar:git-Spigot-f39a89e-4633e6c]
682 at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [spigot.jar:git-Spigot-f39a89e-4633e6c]
683 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeAll(SourceFile:103) [spigot.jar:git-Spigot-f39a89e-4633e6c]
684 at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:893) [spigot.jar:git-Spigot-f39a89e-4633e6c]
685 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [spigot.jar:git-Spigot-f39a89e-4633e6c]
686 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
687[20:16:53] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
688[20:16:53] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
689[20:16:53] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
690[20:17:03] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Sending 1 analytic events
691[20:17:09] [User Authenticator #2/INFO]: UUID of player Tamed_Wolfy is 884cd154-d270-3db4-aafe-133dcd1a33cb
692[20:17:11] [Server thread/INFO]: Tamed_Wolfy[/207.180.234.87:57021] logged in with entity id 261 at ([world]8553.364803211027, 125.0, 5310.2448978427565)
693[20:17:30] [Server thread/INFO]: iGasv issued server command: /tp tam
694[20:17:43] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
695[20:17:43] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
696[20:17:43] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
697[20:17:56] [Server thread/INFO]: iGasv issued server command: /es
698[20:17:56] [Server thread/ERROR]: null
699org.bukkit.command.CommandException: Cannot execute command 'es' in plugin EpicSpawners v6.2.3 - plugin is disabled.
700 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
701 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
702 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
703 at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
704 at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
705 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
706 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
707 at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
708 at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-f39a89e-4633e6c]
709 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-f39a89e-4633e6c]
710 at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-f39a89e-4633e6c]
711 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-f39a89e-4633e6c]
712 at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [spigot.jar:git-Spigot-f39a89e-4633e6c]
713 at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [spigot.jar:git-Spigot-f39a89e-4633e6c]
714 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-f39a89e-4633e6c]
715 at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:894) [spigot.jar:git-Spigot-f39a89e-4633e6c]
716 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [spigot.jar:git-Spigot-f39a89e-4633e6c]
717 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
718[20:18:03] [Craft Scheduler Thread - 12/INFO]: [BuycraftX] Sending 1 analytic events
719[20:18:04] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetching all due players...
720[20:18:04] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetched due players (0 found).
721[20:18:33] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
722[20:18:33] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
723[20:18:33] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
724[20:19:00] [Server thread/INFO]: iGasv issued server command: /es
725[20:19:00] [Server thread/ERROR]: null
726org.bukkit.command.CommandException: Cannot execute command 'es' in plugin EpicSpawners v6.2.3 - plugin is disabled.
727 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
728 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
729 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:711) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
730 at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1657) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
731 at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1497) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
732 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
733 at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
734 at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot.jar:git-Spigot-f39a89e-4633e6c]
735 at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) [spigot.jar:git-Spigot-f39a89e-4633e6c]
736 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot.jar:git-Spigot-f39a89e-4633e6c]
737 at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot.jar:git-Spigot-f39a89e-4633e6c]
738 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot.jar:git-Spigot-f39a89e-4633e6c]
739 at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:917) [spigot.jar:git-Spigot-f39a89e-4633e6c]
740 at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:910) [spigot.jar:git-Spigot-f39a89e-4633e6c]
741 at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot.jar:git-Spigot-f39a89e-4633e6c]
742 at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:894) [spigot.jar:git-Spigot-f39a89e-4633e6c]
743 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:827) [spigot.jar:git-Spigot-f39a89e-4633e6c]
744 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
745[20:19:23] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
746[20:19:23] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
747[20:19:23] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
748[20:20:04] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetching all due players...
749[20:20:04] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetched due players (0 found).
750[20:20:05] [Server thread/INFO]: Tamed_Wolfy issued server command: /home
751[20:20:06] [User Authenticator #3/INFO]: UUID of player Comprom1sed is 6c573996-7958-37d6-be33-ed5612a2562a
752[20:20:06] [Server thread/INFO]: [SkyGrid] 0, 0 @ -4, 0
753[20:20:06] [Server thread/INFO]: Comprom1sed[/207.180.234.87:42377] logged in with entity id 572 at ([world]-3.5, 125.0, 0.5)
754[20:20:06] [Server thread/WARN]: §4That kit does not exist.
755[20:20:09] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m [0;37;22m[21m<[0;32;1mGomora[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m hello[m
756[20:20:10] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=1, y=124, z=7}
757[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=1, y=124, z=8}
758[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=2, y=124, z=8}
759[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=2, y=124, z=10}
760[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=10}
761[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=11}
762[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=10}
763[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=11}
764[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=4, y=124, z=11}
765[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=11}
766[20:20:11] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=4, y=124, z=11}
767[20:20:12] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=11}
768[20:20:12] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=4, y=124, z=11}
769[20:20:12] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=3, y=124, z=11}
770[20:20:12] [Server thread/WARN]: Mismatch in destroy block pos: BlockPosition{x=0, y=0, z=0} BlockPosition{x=4, y=124, z=11}
771[20:20:13] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
772[20:20:13] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
773[20:20:13] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
774[20:20:16] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m dont focus on ranks[m
775[20:20:20] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m they dont count here[m
776[20:20:23] [Server thread/INFO]: iGasv issued server command: /uperms
777[20:20:24] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m [0;37;22m[21m<[0;32;1mGomora[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m Alr[m
778[20:20:26] [Server thread/INFO]: Tamed_Wolfy issued server command: /invsee comp
779[20:20:26] [Server thread/INFO]: Comprom1sed issued server command: /fly
780[20:20:26] [Server thread/INFO]: §cComprom1sed §4was denied access to command.
781[20:20:27] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m and hi[m
782[20:20:30] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m Hi[m
783[20:20:42] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m How do i play?[m
784[20:20:46] [Server thread/INFO]: Tamed_Wolfy issued server command: /spawn
785[20:20:47] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m are u both ina call?[m
786[20:20:50] [Server thread/INFO]: Tamed_Wolfy issued server command: /day
787[20:20:51] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m no[m
788[20:21:00] [Server thread/INFO]: Tamed_Wolfy issued server command: /day
789[20:21:02] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m How do i play tho?[m
790[20:21:03] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Sending 1 analytic events
791[20:21:05] [Server thread/INFO]: Tamed_Wolfy issued server command: /invsee com
792[20:21:05] [Server thread/WARN]: Comprom1sed moved too quickly! -10.227616675308383,1.1661092609382138,0.28619782927085424
793[20:21:05] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
794[20:21:05] [Server thread/INFO]: [0;35;22m[21mJoin are discord [0;37;1m[21m» [0;35;1mhttps://discord.io/GalacticPvP![m
795[20:21:05] [Server thread/INFO]: [0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[0;35;22m[21m[9m-----------[0;35;22m[21m<[0;35;1m[21m+[0;35;22m[21m>[m
796[20:21:11] [Server thread/INFO]: Comprom1sed fell from a high place
797[20:21:12] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m you walk far away[m
798[20:21:14] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m make a base[m
799[20:21:21] [Server thread/INFO]: Tamed_Wolfy issued server command: /feed
800[20:21:21] [Server thread/INFO]: Comprom1sed issued server command: /kit
801[20:21:21] [Server thread/INFO]: §cComprom1sed §4was denied access to command.
802[20:21:23] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m dont hit me[m
803[20:21:25] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;34;22mRabbit[0;37;22m[21m> [0;37;1m Comprom1sed [0;37;1m[21m» [0;37;1m but what bout kits[m
804[20:21:29] [Async Chat Thread - #0/INFO]: [0;37;22m[21m<[0;31;22mOwner[0;37;22m[21m> [0;31;22m Tamed_Wolfy [0;37;1m[21m» [0;31;22m no kits[m