· 9 years ago · Oct 09, 2016, 12:04 PM
1[14:02:07] [Server thread/INFO]: Starting minecraft server version 1.10.2
2[14:02:07] [Server thread/INFO]: Loading properties
3[14:02:07] [Server thread/INFO]: Default game type: SURVIVAL
4[14:02:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-570526c-c1b529e (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
5[14:02:07] [Server thread/WARN]: Couldn't load server icon
6java.lang.IllegalArgumentException: Must be 64 pixels wide
7 at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
8 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadServerIcon0(CraftServer.java:1690) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
9 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadServerIcon0(CraftServer.java:1678) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
10 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadIcon(CraftServer.java:755) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
11 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.<init>(CraftServer.java:256) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
12 at net.minecraft.server.v1_10_R1.PlayerList.<init>(PlayerList.java:72) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
13 at net.minecraft.server.v1_10_R1.DedicatedPlayerList.<init>(SourceFile:14) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
14 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:181) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
15 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
16 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
17[14:02:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
18[14:02:07] [Server thread/INFO]: Using 4 threads for Netty based IO
19[14:02:07] [Server thread/INFO]: Debug logging is disabled
20[14:02:07] [Server thread/INFO]: Generating keypair
21[14:02:07] [Server thread/INFO]: Starting Minecraft server on 51.254.181.152:25565
22[14:02:07] [Server thread/INFO]: Using epoll channel type
23[14:02:08] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib v1.5.9.jar' in folder 'plugins'
24org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
26 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
27 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
28 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
29 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
30 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
31Caused by: java.util.zip.ZipException: error in opening zip file
32 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_92]
33 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_92]
34 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_92]
35 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_92]
36 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_92]
37 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
38 ... 5 more
39[14:02:08] [Server thread/WARN]: Plugin `ProjectNova_Chat_Logger v1.1' uses the space-character (0x20) in its name `ProjectNova Chat Logger' - this is discouraged
40[14:02:08] [Server thread/ERROR]: Could not load 'plugins/ClickEdit.jar' in folder 'plugins'
41org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
42 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
43 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
44 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
45 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
46 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
47 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
48Caused by: java.util.zip.ZipException: error in opening zip file
49 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_92]
50 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_92]
51 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_92]
52 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_92]
53 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_92]
54 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
55 ... 5 more
56[14:02:08] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-API.jar' in folder 'plugins'
57org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
58 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
59 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
60 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
61 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
62 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
63 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
64Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
65 ... 6 more
66[14:02:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable
67[14:02:08] [Server thread/ERROR]: Could not load 'plugins/FastAsyncVoxelSniper-favs-16.08.22-f538fc5-226.jar' in folder 'plugins'
68org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/boydti/fawe/object/FaweCommand
69 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
70 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
71 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
72 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
73 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
74 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
75 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
76Caused by: java.lang.NoClassDefFoundError: com/boydti/fawe/object/FaweCommand
77 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_92]
78 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_92]
79 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
80 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
81 ... 6 more
82Caused by: java.lang.ClassNotFoundException: com.boydti.fawe.object.FaweCommand
83 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_92]
84 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
85 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
86 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_92]
87 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_92]
88 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_92]
89 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_92]
90 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
91 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
92 ... 6 more
93[14:02:08] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins'
94org.bukkit.plugin.UnknownDependencyException: dynmap
95 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
96 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
97 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
98 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
99 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
100[14:02:08] [Server thread/ERROR]: Could not load 'plugins/MarioKart.jar' in folder 'plugins'
101org.bukkit.plugin.UnknownDependencyException: uCars
102 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
103 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:298) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
104 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
105 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
106 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
107[14:02:09] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
108[14:02:09] [Server thread/INFO]: [PlotGen] Loading PlotGen v1.2
109[14:02:09] [Server thread/INFO]: [TitleOnJoin] Loading TitleOnJoin v1.0
110[14:02:09] [Server thread/INFO]: [Fountains] Loading Fountains v1.0
111[14:02:09] [Server thread/INFO]: [ClearChat] Loading ClearChat v2.0
112[14:02:09] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
113[14:02:09] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.5.1
114[14:02:09] [Server thread/INFO]: [PlaceholderAPI] This server is running Spigot
115[14:02:09] [Server thread/INFO]: [PlaceholderAPI] Detected NMS version: v1_10_R1
116[14:02:09] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
117[14:02:09] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
118[14:02:09] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
119[14:02:09] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.0
120[14:02:09] [Server thread/INFO]: [DeathSpawnR] Loading DeathSpawnR v1.5
121[14:02:09] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.23
122[14:02:09] [Server thread/INFO]: [OreGenerator] Loading OreGenerator v2.0
123[14:02:09] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.5.5
124[14:02:09] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
125[14:02:09] [Server thread/INFO]: [ProjectNova_Chat_Logger] Loading ProjectNova_Chat_Logger v1.1
126[14:02:09] [Server thread/INFO]: [EditableSign] Loading EditableSign v2.4.0
127[14:02:09] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
128[14:02:09] [Server thread/INFO]: [AutoRespawn] Loading AutoRespawn v1.0.0
129[14:02:09] [Server thread/INFO]: [NoPluginList] Loading NoPluginList v1.1
130[14:02:09] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.0.2
131[14:02:09] [Server thread/INFO]: [ChatColor] Loading ChatColor v2.1
132[14:02:09] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
133[14:02:09] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
134[14:02:09] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
135[14:02:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
136[14:02:09] [Server thread/INFO]: [SuperMuteChat] Loading SuperMuteChat v1.1
137[14:02:09] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
138[14:02:09] [Server thread/INFO]: [RCM2] Loading RCM2 v1.50a
139[14:02:09] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.3.2
140[14:02:09] [Server thread/INFO]: [SimpleAutoBroadcaster] Loading SimpleAutoBroadcaster v1.0
141[14:02:09] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.3
142[14:02:09] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
143[14:02:09] [Server thread/INFO]: [OpMe] Loading OpMe v2.0
144[14:02:09] [Server thread/INFO]: [BukkitPhones] Loading BukkitPhones v1.0
145[14:02:09] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.0.2
146[14:02:09] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.0.9
147[14:02:09] [Server thread/INFO]: [RaceGames] Loading RaceGames v5.0
148[14:02:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
149[14:02:09] [Server thread/INFO]: [HPS] Loading HarryPotterSpells v1.1.5 BETA
150[14:02:09] [Server thread/INFO]: [CustomBanMessage] Loading CustomBanMessage v1.0.1
151[14:02:09] [Server thread/INFO]: [Whitelist] Loading Whitelist v1.2
152[14:02:09] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
153[14:02:09] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.2
154[14:02:09] [Server thread/INFO]: [CR] Loading CubeRunner v2.5.2
155[14:02:09] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
156[14:02:09] [Server thread/INFO]: [Warnings] Loading Warnings v1.1.1
157[14:02:09] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.20
158[14:02:09] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
159[14:02:09] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
160[14:02:09] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.59-SNAPSHOT
161[14:02:09] [Server thread/INFO]: [Exams] Loading Exams v0.2.5
162[14:02:09] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v1.8.2
163[14:02:09] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.8.19
164[14:02:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
165[14:02:09] [Server thread/INFO]: [SkyWars] Loading SkyWars v2.2.0
166[14:02:09] [Server thread/INFO]: [AAC] Loading AAC v1.9.9
167[14:02:09] [Server thread/INFO]: [Punishmental] Loading Punishmental v5.1
168[14:02:09] [Server thread/INFO]: [Factions] Loading Factions v2.8.20
169[14:02:09] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.3.2
170[14:02:09] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
171[14:02:09] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
172[14:02:09] [Server thread/INFO]: [BusinessCore] Loading BusinessCore v1.6.0-Beta
173[14:02:09] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
174[14:02:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
175[14:02:09] [Server thread/INFO]: [COM_Zombies] Loading COM_Zombies v1.2.6
176[14:02:09] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
177[14:02:09] [Server thread/INFO]: [ClickWarp] Loading ClickWarp v1.3.5
178[14:02:09] [Server thread/INFO]: [SpawnerShop] Loading SpawnerShop v3.2
179[14:02:09] [Server thread/INFO]: [EZRanksLite] Loading EZRanksLite vv1.6
180[14:02:09] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
181[14:02:09] [Server thread/INFO]: [LiftSign] Loading LiftSign v0.4.1
182[14:02:09] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.7.3
183[14:02:09] [Server thread/INFO]: [CashFlow] Loading CashFlow v1.19
184[14:02:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.19-SNAPSHOT (build 1374)
185[14:02:09] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
186[14:02:09] [Server thread/INFO]: [BuySpawners] Loading BuySpawners v3.1
187[14:02:09] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
188[14:02:09] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
189[14:02:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
190[14:02:09] [Server thread/INFO]: [ColorShuffle] Loading ColorShuffle v1.5
191[14:02:09] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.77
192[14:02:09] [Server thread/INFO]: [SuperBuildBattle] Loading SuperBuildBattle v11.0
193[14:02:09] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
194[14:02:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
195[14:02:09] [Server thread/INFO]: [CityScape] Loading CityScape v0.1.3.0 [CB 1.6.2-R0.1]
196[14:02:09] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.2.1
197[14:02:09] [Server thread/INFO]: [MyPet] Loading MyPet v2.1.9
198[14:02:09] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.3.2#CUSTOM
199[14:02:09] [Server thread/INFO]: [MultiWorldMoney] Loading MultiWorldMoney v2.2
200[14:02:09] [Server thread/INFO]: [Paintball] Loading Paintball v1.3.7
201[14:02:09] [Server thread/INFO]: [TNTRun] Loading TNTRun vAlpha-1.0.5
202[14:02:09] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
203[14:02:09] [Server thread/INFO]: [BetterShops] Loading BetterShops v2.1.2
204[14:02:09] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
205[14:02:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CleanroomGenerator v1.0.0
206[14:02:09] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
207[14:02:09] [Server thread/INFO]: [PlotGen] Enabling PlotGen v1.2
208[14:02:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlotGen v1.2
209[14:02:09] [Server thread/INFO]: This server is using PlotGen v 1.2
210[14:02:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.0.2
211[14:02:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ProtocolLib v4.0.2
212[14:02:09] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
213[14:02:09] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
214[14:02:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Vault v1.5.6-b49
215[14:02:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
216[14:02:09] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
217[14:02:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
218[14:02:09] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
219[14:02:09] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
220[14:02:09] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.20
221[14:02:09] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MassiveCore v2.8.20
222[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] === ENABLE START ===
223[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] Loading Cachefile datas...
224[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] Loading Onlineplayer datas...
225[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] Loading Registry datas...
226[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] Saving Cachefile...
227[14:02:09] [Server thread/INFO]: [MassiveCore 2.8.20] Setup of IdUtil took 54ms.
228[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsBasics set to Minecraft 1.7.10+ [1_7_R4+]
229[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsBoard set to Minecraft 1.9.0+ [1_9_R1+]
230[14:02:10] [User Authenticator #1/INFO]: UUID of player Craftymatt2 is baf34481-8c0f-4b7e-b110-56a5cc2fd28c
231[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsChat set to Minecraft 1.8.3+ [1_8_R2+]
232[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsEntityDamageEvent set to Minecraft 1.7.10+ [1_7_R4+]
233[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsEntityGet set to Minecraft 1.8.0+ [1_8_R1+]
234[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsItemStackCreate set to Minecraft 1.7.10+ [1_7_R4+]
235[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsItemStackTooltip set to Minecraft 1.8.0+ [1_8_R1+]
236[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsPermissions set to Minecraft 1.7.10+ [1_7_R4+]
237[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsPlayerInventoryCreate set to Minecraft 1.7.10+ [1_7_R4+]
238[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin NmsSkullMeta set to Minecraft 1.8.0+ [1_8_R1+]
239[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Integration Activated IntegrationVault
240[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinEvent set to Default
241[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinActionbar set to Default
242[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinActual set to Default
243[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinCommand set to Default
244[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinDisplayName set to Default
245[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinGamemode set to Default
246[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinInventory set to Default
247[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinKick set to Default
248[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinMessage set to Default
249[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinModification set to Default
250[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinPlayed set to Default
251[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinSenderPs set to Default
252[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinTeleport set to Default
253[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinTitle set to Default
254[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinVisibility set to Default
255[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] Mixin MixinWorld set to Default
256[14:02:10] [Server thread/INFO]: [MassiveCore 2.8.20] === ENABLE COMPLETE (Took 818ms) ===
257[14:02:10] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.59-SNAPSHOT
258[14:02:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BKCommonLib v1.59-SNAPSHOT
259[14:02:10] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: Spigot (git-Spigot-570526c-c1b529e) : v1_10_R1 (Minecraft 1.10.2)
260[14:02:10] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_7_R4
261[14:02:10] [Server thread/ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible:
262[14:02:10] [Server thread/ERROR]: [BKCommonLib] http://dev.bukkit.org/server-mods/bkcommonlib/
263[14:02:10] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
264[14:02:10] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.59-SNAPSHOT
265[14:02:10] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.3.2
266[14:02:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ASkyBlock v3.0.3.2
267[14:02:10] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
268[14:02:10] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
269[14:02:10] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
270[14:02:10] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
271[14:02:10] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
272[14:02:10] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
273[14:02:10] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
274[14:02:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlotMe v0.16.3
275[14:02:10] [Server thread/WARN]: [PlotMe] This MC version is not supported yet, trying latest version!
276[14:02:10] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
277[14:02:10] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlotMe-DefaultGenerator v0.16.1
278[14:02:10] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
279[14:02:10] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
280[14:02:10] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
281[14:02:10] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
282[14:02:10] [Server thread/INFO]: Preparing level "world"
283[14:02:10] [Server thread/INFO]: -------- World Settings For [world] --------
284[14:02:10] [Server thread/INFO]: Mob Spawn Range: 4
285[14:02:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
286[14:02:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
287[14:02:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
288[14:02:10] [Server thread/INFO]: Random Lighting Updates: false
289[14:02:10] [Server thread/INFO]: Structure Info Saving: true
290[14:02:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
291[14:02:10] [Server thread/INFO]: Cane Growth Modifier: 100%
292[14:02:10] [Server thread/INFO]: Melon Growth Modifier: 100%
293[14:02:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
294[14:02:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
295[14:02:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
296[14:02:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
297[14:02:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
298[14:02:10] [Server thread/INFO]: Vine Growth Modifier: 100%
299[14:02:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
300[14:02:10] [Server thread/INFO]: Max Entity Collisions: 8
301[14:02:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
302[14:02:10] [Server thread/INFO]: Max TNT Explosions: 100
303[14:02:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
304[14:02:10] [Server thread/INFO]: Item Despawn Rate: 6000
305[14:02:10] [Server thread/INFO]: Item Merge Radius: 2.5
306[14:02:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
307[14:02:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
308[14:02:10] [Server thread/INFO]: View Distance: 10
309[14:02:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
310[14:02:10] [Server thread/INFO]: Experience Merge Radius: 3.0
311[14:02:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
312[14:02:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
313[14:02:10] [Server thread/INFO]: Mob Spawn Range: 4
314[14:02:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
315[14:02:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
316[14:02:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
317[14:02:10] [Server thread/INFO]: Random Lighting Updates: false
318[14:02:10] [Server thread/INFO]: Structure Info Saving: true
319[14:02:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
320[14:02:10] [Server thread/INFO]: Cane Growth Modifier: 100%
321[14:02:10] [Server thread/INFO]: Melon Growth Modifier: 100%
322[14:02:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
323[14:02:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
324[14:02:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
325[14:02:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
326[14:02:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
327[14:02:10] [Server thread/INFO]: Vine Growth Modifier: 100%
328[14:02:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
329[14:02:10] [Server thread/INFO]: Max Entity Collisions: 8
330[14:02:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
331[14:02:10] [Server thread/INFO]: Max TNT Explosions: 100
332[14:02:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
333[14:02:10] [Server thread/INFO]: Item Despawn Rate: 6000
334[14:02:10] [Server thread/INFO]: Item Merge Radius: 2.5
335[14:02:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
336[14:02:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
337[14:02:10] [Server thread/INFO]: View Distance: 10
338[14:02:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
339[14:02:10] [Server thread/INFO]: Experience Merge Radius: 3.0
340[14:02:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
341[14:02:11] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
342[14:02:11] [Server thread/INFO]: Mob Spawn Range: 4
343[14:02:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
344[14:02:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
345[14:02:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
346[14:02:11] [Server thread/INFO]: Random Lighting Updates: false
347[14:02:11] [Server thread/INFO]: Structure Info Saving: true
348[14:02:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
349[14:02:11] [Server thread/INFO]: Cane Growth Modifier: 100%
350[14:02:11] [Server thread/INFO]: Melon Growth Modifier: 100%
351[14:02:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
352[14:02:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
353[14:02:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
354[14:02:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
355[14:02:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
356[14:02:11] [Server thread/INFO]: Vine Growth Modifier: 100%
357[14:02:11] [Server thread/INFO]: Cocoa Growth Modifier: 100%
358[14:02:11] [Server thread/INFO]: Max Entity Collisions: 8
359[14:02:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
360[14:02:11] [Server thread/INFO]: Max TNT Explosions: 100
361[14:02:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
362[14:02:11] [Server thread/INFO]: Item Despawn Rate: 6000
363[14:02:11] [Server thread/INFO]: Item Merge Radius: 2.5
364[14:02:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
365[14:02:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
366[14:02:11] [Server thread/INFO]: View Distance: 10
367[14:02:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
368[14:02:11] [Server thread/INFO]: Experience Merge Radius: 3.0
369[14:02:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
370[14:02:11] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5194173074356979245)
371[14:02:12] [Server thread/INFO]: Preparing spawn area: 54%
372[14:02:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -5194173074356979245)
373[14:02:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5194173074356979245)
374[14:02:13] [Server thread/INFO]: [TitleOnJoin] Enabling TitleOnJoin v1.0
375[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader TitleOnJoin v1.0
376[14:02:13] [Server thread/INFO]: =========================
377[14:02:13] [Server thread/INFO]: TitleOnJoin Enabled!
378[14:02:13] [Server thread/INFO]: By: Joshinator117
379[14:02:13] [Server thread/INFO]: =========================
380[14:02:13] [Server thread/INFO]: [Fountains] Enabling Fountains v1.0
381[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Fountains v1.0
382[14:02:13] [Server thread/ERROR]: Permission node 'plugin.cc.cc' in plugin description file for ClearChat v2.0 is invalid
383java.lang.IllegalArgumentException: Data cannot be null
384 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
385 at org.bukkit.permissions.Permission.loadPermission(Permission.java:284) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
386 at org.bukkit.permissions.Permission.loadPermissions(Permission.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
387 at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:789) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
388 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:363) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
389 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
390 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
391 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
392 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
393 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
394 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
395 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
396[14:02:13] [Server thread/ERROR]: Permission node 'plugin.cc.clearchat' in plugin description file for ClearChat v2.0 is invalid
397java.lang.IllegalArgumentException: Data cannot be null
398 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
399 at org.bukkit.permissions.Permission.loadPermission(Permission.java:284) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
400 at org.bukkit.permissions.Permission.loadPermissions(Permission.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
401 at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:789) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
402 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:363) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
403 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
404 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
405 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
406 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
407 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
408 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
409 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
410[14:02:13] [Server thread/INFO]: [ClearChat] Enabling ClearChat v2.0
411[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ClearChat v2.0
412[14:02:13] [Server thread/INFO]: [ClearChat] [CC 3.0] <<<
413[14:02:13] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
414[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GroupManager v2.0.1-b332
415[14:02:13] [Server thread/INFO]: GroupManager - INFO - World Found: world
416[14:02:13] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
417[14:02:13] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
418[14:02:13] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
419[14:02:13] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
420[14:02:13] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
421[14:02:13] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
422[14:02:13] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.5.1
423[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlaceholderAPI v2.5.1
424[14:02:13] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
425[14:02:13] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
426[14:02:13] [Server thread/INFO]: [PlaceholderAPI] Fetching available injector list from extendedclip.com...
427[14:02:13] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
428[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PerWorldPlugins v1.3.0
429[14:02:13] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
430[14:02:13] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
431[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlugMan v2.1.1
432[14:02:13] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.0
433[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PlayTime v1.0
434[14:02:13] [Server thread/INFO]: [DeathSpawnR] Enabling DeathSpawnR v1.5
435[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader DeathSpawnR v1.5
436[14:02:13] [Server thread/INFO]: DeathSpawnR Version 1.5 is enabled!
437[14:02:13] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.23
438[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Lockette v1.8.23
439[14:02:13] [Server thread/INFO]: [Lockette] Version 1.8.23 is being enabled! Yay! (Core version 1.3.5)
440[14:02:13] [Server thread/INFO]: minor >
441[14:02:13] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_10_R1] ok.
442[14:02:13] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
443[14:02:13] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
444[14:02:13] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
445[14:02:13] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0.1-b332
446[14:02:13] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
447[14:02:13] [Server thread/INFO]: [Lockette] Ready to protect your containers.
448[14:02:13] [Server thread/INFO]: [OreGenerator] Enabling OreGenerator v2.0
449[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader OreGenerator v2.0
450[14:02:13] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.5.5
451[14:02:13] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SuperTrails v9.5.5
452[14:02:14] [Server thread/INFO]:
453[14:02:14] [Server thread/INFO]: === Super Trails ===
454[14:02:14] [Server thread/INFO]: SuperTrails 9.5.5 for MC 1.10 enabled
455[14:02:14] [Server thread/INFO]: Thank you for using !
456[14:02:14] [Server thread/INFO]: =====================
457[14:02:14] [Server thread/INFO]:
458[14:02:14] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
459[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader VoxelSniper v5.171.0-SNAPSHOT
460[14:02:14] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
461[14:02:14] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
462[14:02:14] [Server thread/INFO]: [ProjectNova_Chat_Logger] Enabling ProjectNova_Chat_Logger v1.1
463[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ProjectNova_Chat_Logger v1.1
464[14:02:14] [Server thread/INFO]: [ProjectNova] Chat Logger starting up!
465[14:02:14] [Server thread/WARN]: [ProjectNova_Chat_Logger] Could not save config.yml to plugins/ProjectNova_Chat_Logger/config.yml because config.yml already exists.
466[14:02:14] [Server thread/INFO]: [EditableSign] Enabling EditableSign v2.4.0
467[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EditableSign v2.4.0
468[14:02:14] [Server thread/INFO]: [EditableSign] EditableSign version 2.4.0 is Enabled
469[14:02:14] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3
470[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ColoredChat v0.3
471[14:02:14] [Server thread/INFO]: ColoredChat v0.3 enabled!
472[14:02:14] [Server thread/INFO]: [AutoRespawn] Enabling AutoRespawn v1.0.0
473[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AutoRespawn v1.0.0
474[14:02:14] [Server thread/INFO]: [NoPluginList] Enabling NoPluginList v1.1
475[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader NoPluginList v1.1
476[14:02:14] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.0.2
477[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Tablist v1.3.0.2
478[14:02:14] [Server thread/INFO]: Tablist> Tablist v1.3.0.2 enabled!!
479[14:02:14] [Server thread/INFO]: [ChatColor] Enabling ChatColor v2.1
480[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ChatColor v2.1
481[14:02:14] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
482[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CoreProtect v2.12.0
483[14:02:14] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
484[14:02:14] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
485[14:02:14] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
486[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldEdit v6.1.3;7a097ca
487[14:02:14] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
488[14:02:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_10_R1 as the Bukkit adapter
489[14:02:14] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
490[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader TimTheEnchanter v3.0
491[14:02:14] [Server thread/INFO]: [Tim] Unused enchantments: MENDING(70) DEPTH_STRIDER(8) FROST_WALKER(9) Glow(111) LUCK(61) LURE(62)
492[14:02:14] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
493[14:02:14] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
494[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Essentials v2.13.1
495[14:02:14] [Server thread/INFO]: Bukkit version format changed. Version not checked.
496[14:02:14] [Server thread/INFO]: git-Spigot-570526c-c1b529e (MC: 1.10.2)
497[14:02:14] [Server thread/INFO]: 1.10.2-R0.1-SNAPSHOT
498[14:02:14] [Server thread/INFO]: Creating config from template: /home/mch/multicraft/servers/server21873/plugins/Essentials/config.yml
499[14:02:14] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
500[14:02:14] [pool-11-thread-1/INFO]: Creating empty config: /home/mch/multicraft/servers/server21873/plugins/Essentials/upgrades-done.yml
501[14:02:14] [Server thread/ERROR]: Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
502java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
503 at com.earth2me.essentials.Essentials.handleCrash(Essentials.java:698) ~[?:?]
504 at com.earth2me.essentials.Essentials.onEnable(Essentials.java:256) ~[?:?]
505 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
506 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
507 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
508 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
509 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
510 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
511 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
512 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
513 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
514 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
515 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
516 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
517[14:02:14] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
518[14:02:14] [Server thread/INFO]: [SuperMuteChat] Enabling SuperMuteChat v1.1
519[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SuperMuteChat v1.1
520[14:02:14] [Server thread/INFO]: 2016/10/09 14:02:14
521[14:02:14] [Server thread/INFO]: 2016/10/09 14:02:14
522[14:02:14] [Server thread/INFO]: [ClashOfClans] <INFO> Plugin Enabled
523[14:02:14] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
524[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ClearLag v2.9.3
525[14:02:14] [Server thread/INFO]: [ClearLag] Loading modules...
526[14:02:14] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
527[14:02:14] [Server thread/INFO]: [ClearLag] Modules have been loaded!
528[14:02:14] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
529[14:02:14] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.10]...
530[14:02:14] [Server thread/INFO]: [RCM2] Enabling RCM2 v1.50a
531[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader RCM2 v1.50a
532[14:02:14] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.3.2
533[14:02:14] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ChatControl v5.3.2
534[14:02:15] [Server thread/INFO]: Hooked into: Essentials
535[14:02:15] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
536[14:02:15] [Server thread/INFO]: Hooked into: ProtocolLib (Packet Features)
537[14:02:15] [Server thread/INFO]: Hooked into: Vault
538[14:02:15] [Server thread/INFO]: Hooked into: Factions
539[14:02:15] [Server thread/INFO]: Hooked into: Factions
540[14:02:15] [Server thread/INFO]: [SimpleAutoBroadcaster] Enabling SimpleAutoBroadcaster v1.0
541[14:02:15] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SimpleAutoBroadcaster v1.0
542[14:02:15] [Server thread/WARN]: [SimpleAutoBroadcaster] Could not save config.yml to plugins/SimpleAutoBroadcaster/config.yml because config.yml already exists.
543[14:02:15] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.3
544[14:02:15] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BuycraftX v10.1.3
545[14:02:15] [Server thread/INFO]: [BuycraftX] Validating your server key...
546[14:02:15] [Thread-22/INFO]: [ClearLag] No updates found!
547[14:02:16] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
548[14:02:16] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
549[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Votifier v1.9
550[14:02:16] [Server thread/INFO]: [Votifier] Votifier enabled.
551[14:02:16] [Server thread/INFO]: [OpMe] Enabling OpMe v2.0
552[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader OpMe v2.0
553[14:02:16] [Server thread/INFO]: [OPME] SUCCESSFULLY ENABLED
554[14:02:16] [Server thread/INFO]: [BukkitPhones] Enabling BukkitPhones v1.0
555[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BukkitPhones v1.0
556[14:02:16] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.0.9
557[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader LibsDisguises v9.0.9
558[14:02:16] [Server thread/WARN]: [LibsDisguises] Lib's Disguises failed to startup, outdated ProtocolLib!
559[14:02:16] [Server thread/WARN]: [LibsDisguises] You need to update ProtocolLib, please try this build http://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/modules/ProtocolLib/target/ProtocolLib.jar
560[14:02:16] [Server thread/INFO]: [RaceGames] Enabling RaceGames v5.0
561[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader RaceGames v5.0
562[14:02:16] [Server thread/INFO]: [RaceGames] has been enabled!
563[14:02:16] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
564[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsChat v2.13.1
565[14:02:16] [Server thread/INFO]: [HPS] Enabling HarryPotterSpells v1.1.5 BETA
566[14:02:16] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HarryPotterSpells v1.1.5 BETA
567[14:02:16] [Server thread/ERROR]: [HPS] Could not generate language file /home/mch/multicraft/servers/server21873/plugins/HarryPotterSpells/Locale/nl-dutch.properties Ignore this message if you arent using this language
568[14:02:17] [Server thread/INFO]: [HPS] Plugin enabled.
569[14:02:17] [Server thread/INFO]: [CustomBanMessage] Enabling CustomBanMessage v1.0.1
570[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CustomBanMessage v1.0.1
571[14:02:17] [Server thread/INFO]: [Whitelist] Enabling Whitelist v1.2
572[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Whitelist v1.2
573[14:02:17] [Server thread/INFO]: Whitelist v1.2 has been enabled!
574[14:02:17] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.2
575[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader GAListener v1.3.2
576[14:02:17] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Enabled
577[14:02:17] [Thread-18/INFO]: --------------------
578[14:02:17] [Thread-18/INFO]: [CoreProtect] Version 2.13.1 now available.
579[14:02:17] [Thread-18/INFO]: [CoreProtect] Download: Type "/co version" in-game.
580[14:02:17] [Thread-18/INFO]: --------------------
581[14:02:17] [Thread-18/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
582[14:02:17] [Thread-18/INFO]: --------------------
583[14:02:17] [Server thread/INFO]: [CR] Enabling CubeRunner v2.5.2
584[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CubeRunner v2.5.2
585[14:02:17] [Server thread/INFO]: [CR] CubeRunner has been enabled (v2.5.2)
586[14:02:17] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
587[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ChairStairs v1.1
588[14:02:17] [Server thread/INFO]: [Warnings] Enabling Warnings v1.1.1
589[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Warnings v1.1.1
590[14:02:17] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
591[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EnjinMinecraftPlugin v2.7.7
592[14:02:17] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
593[14:02:17] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
594[14:02:17] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
595[14:02:17] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
596[14:02:17] [Server thread/ERROR]: [EnjinMinecraftPlugin] This version of GroupManager doesn't support UUID! Please update to the latest version here: http://tiny.cc/EssentialsGMZip
597[14:02:17] [Server thread/ERROR]: [EnjinMinecraftPlugin] Disabling GroupManager integration until GroupManager is updated.
598[14:02:17] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
599[14:02:17] [Server thread/INFO]: [Exams] Enabling Exams v0.2.5
600[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Exams v0.2.5
601[14:02:17] [Server thread/INFO]: [Exams v0.2.5] Vault found, exam prices enabled.
602[14:02:17] [Server thread/INFO]: [Exams v0.2.5] Using GroupManager
603[14:02:17] [Server thread/INFO]: [Exams v0.2.5] Loaded 2 exams.
604[14:02:17] [Server thread/INFO]: [Exams v0.2.5] Loaded 5 students.
605[14:02:17] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v1.8.2
606[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader PerWorldInventory v1.8.2
607[14:02:17] [Server thread/INFO]: [PerWorldInventory] Registering listeners...
608[14:02:17] [Server thread/INFO]: [PerWorldInventory] Listeners registered!
609[14:02:17] [Server thread/INFO]: [PerWorldInventory] Registering commands...
610[14:02:17] [Server thread/INFO]: [PerWorldInventory] Commands registered!
611[14:02:17] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
612[14:02:17] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
613[14:02:17] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.8.19
614[14:02:17] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CreativeGates v2.8.19
615[14:02:17] [Server thread/INFO]: [CreativeGates 2.8.19] === ENABLE START ===
616[14:02:17] [Server thread/INFO]: [CreativeGates 2.8.19] WARNING: You are using CreativeGates 2.8.19 and MassiveCore 2.8.20!
617[14:02:17] [Server thread/INFO]: [CreativeGates 2.8.19] WARNING: They must be the exact same version to work properly!
618[14:02:17] [Server thread/INFO]: [CreativeGates 2.8.19] WARNING: Remember to always update all plugins at the same time!
619[14:02:17] [Server thread/INFO]: [CreativeGates 2.8.19] WARNING: You should stop your server and properly update.
620[14:02:17] [Thread-25/INFO]: [BukkitPhones] About to download a new update: BukkitPhones v1.1
621[14:02:17] [Thread-25/INFO]: [BukkitPhones] Downloading update: 100% of 182 bytes.
622[14:02:17] [Thread-25/INFO]: [BukkitPhones] Finished updating.
623[14:02:27] [Server thread/INFO]: [CreativeGates 2.8.19] === ENABLE COMPLETE (Took 10041ms) ===
624[14:02:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
625[14:02:27] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WorldGuard v6.1.2;e38d98d
626[14:02:27] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
627[14:02:27] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
628[14:02:27] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
629[14:02:27] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
630[14:02:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
631[14:02:27] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
632[14:02:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
633[14:02:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
634[14:02:27] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
635[14:02:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
636[14:02:27] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
637[14:02:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
638[14:02:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
639[14:02:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
640[14:02:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
641[14:02:27] [Server thread/INFO]: [WorldGuard] Loading region data...
642[14:02:27] [Server thread/INFO]: [SkyWars] Enabling SkyWars v2.2.0
643[14:02:27] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SkyWars v2.2.0
644[14:02:27] [Server thread/INFO]: [SkyWars] [Translations] Loading locale en.
645[14:02:27] [Server thread/INFO]: [SkyWars] Using WorldEdit backend for arena creation.
646[14:02:27] [Server thread/INFO]: [SkyWars] [Score] Using JSON backend
647[14:02:27] [Server thread/INFO]: [AAC] Enabling AAC v1.9.9
648[14:02:27] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AAC v1.9.9
649[14:02:27] [Thread-34/INFO]: [AAC] Checking for updates...
650[14:02:27] [Server thread/INFO]: [Punishmental] Enabling Punishmental v5.1
651[14:02:27] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Punishmental v5.1
652[14:02:27] [Server thread/INFO]: 5.1
653[14:02:27] [Server thread/WARN]: §a[Punishmental] Starting lag checker
654[14:02:27] [Server thread/WARN]: §a[Punishmental] Lag cheker running
655[14:02:27] [Server thread/INFO]: [Punishmental]: Connecting to WorldEdit
656[14:02:27] [Server thread/INFO]: [Punishmental]: WorldEdit found and loaded, loading punishable areas
657[14:02:27] [Server thread/INFO]: [Punishmental]: Commands READY
658[14:02:27] [Server thread/INFO]: [Factions] Enabling Factions v2.8.20
659[14:02:27] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Factions v2.8.20
660[14:02:27] [Server thread/INFO]: [Factions 2.8.20] === ENABLE START ===
661[14:02:28] [Thread-34/INFO]: <----------------------------------->
662[14:02:28] [Thread-34/INFO]: [AAC] Redistribution detected. Contact konsolas on Spigot.
663[14:02:28] [Thread-34/INFO]: <----------------------------------->
664[14:02:28] [Thread-34/ERROR]: [AAC] ERROR: Disabled due to piracy.
665[14:02:28] [Thread-34/ERROR]: [AAC] AAC has been disabled
666[14:02:28] [Thread-34/INFO]: [AAC] Disabling AAC v1.9.9
667[14:02:28] [Thread-34/ERROR]: Error occurred while disabling AAC v1.9.9 (Is it up to date?)
668java.lang.NullPointerException
669 at me.konsolas.aac.AAC.onDisable(AAC.java) ~[?:?]
670 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
671 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
672 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.disablePlugin(PerWorldPluginLoader.java:136) [PerWorldPlugins.jar:?]
673 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
674 at me.konsolas.aac.e.a.a.a(Unknown Source) [AAC_BY_ILARIO42.jar:1.9.9]
675 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
676 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
677 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
678 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
679 at java.lang.invoke.MethodHandleImpl$BindCaller$T/1600282820.invoke_V(MethodHandleImpl.java:1258) [AAC_BY_ILARIO42.jar:1.8.0_92]
680 at me.konsolas.aac.i.b.z.run(Unknown Source) [AAC_BY_ILARIO42.jar:1.9.9]
681[14:02:29] [Server thread/INFO]: [Factions 2.8.20] Integration Activated IntegrationWorldGuard
682[14:02:29] [Server thread/INFO]: [Factions 2.8.20] Integration Activated IntegrationSpigot
683[14:02:29] [Server thread/INFO]: [Factions 2.8.20] === ENABLE COMPLETE (Took 1051ms) ===
684[14:02:29] [Server thread/INFO]: [Lockette] Enabled link to plugin Factions for Groups, version 2.8.20
685[14:02:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
686[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsProtect v2.13.1
687[14:02:29] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
688[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsAntiBuild v2.13.1
689[14:02:29] [Server thread/ERROR]: §4Unknown item 10 in protect.alert.on-placement list.
690[14:02:29] [Server thread/ERROR]: §4Unknown item 11 in protect.alert.on-placement list.
691[14:02:29] [Server thread/ERROR]: §4Unknown item 46 in protect.alert.on-placement list.
692[14:02:29] [Server thread/ERROR]: §4Unknown item 327 in protect.alert.on-placement list.
693[14:02:29] [Server thread/ERROR]: §4Unknown item 327 in protect.alert.on-use list.
694[14:02:29] [Server thread/ERROR]: §4Unknown item 10 in protect.blacklist.placement list.
695[14:02:29] [Server thread/ERROR]: §4Unknown item 11 in protect.blacklist.placement list.
696[14:02:29] [Server thread/ERROR]: §4Unknown item 46 in protect.blacklist.placement list.
697[14:02:29] [Server thread/ERROR]: §4Unknown item 327 in protect.blacklist.placement list.
698[14:02:29] [Server thread/ERROR]: §4Unknown item 327 in protect.blacklist.usage list.
699[14:02:29] [Server thread/INFO]: [BusinessCore] Enabling BusinessCore v1.6.0-Beta
700[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BusinessCore v1.6.0-Beta
701[14:02:29] [Server thread/INFO]: [BusinessCore] Loaded Economy: true
702[14:02:29] [Server thread/INFO]: [BusinessCore] Loaded Chat: true
703[14:02:29] [Server thread/INFO]: McDonald's
704[14:02:29] [Server thread/INFO]: McDonald's.name
705[14:02:29] [Server thread/INFO]: McDonald's.ownerUUID
706[14:02:29] [Server thread/INFO]: McDonald's.id
707[14:02:29] [Server thread/INFO]: McDonald's.balance
708[14:02:29] [Server thread/INFO]: Apple
709[14:02:29] [Server thread/INFO]: Apple.ownerUUID
710[14:02:29] [Server thread/INFO]: Apple.id
711[14:02:29] [Server thread/INFO]: Apple.balance
712[14:02:29] [Server thread/INFO]: Apple.name
713[14:02:29] [Server thread/INFO]: SoulCollectorsInc
714[14:02:29] [Server thread/INFO]: SoulCollectorsInc.balance
715[14:02:29] [Server thread/INFO]: SoulCollectorsInc.id
716[14:02:29] [Server thread/INFO]: SoulCollectorsInc.ownerUUID
717[14:02:29] [Server thread/INFO]: SoulCollectorsInc.name
718[14:02:29] [Server thread/INFO]: Mast3rCube
719[14:02:29] [Server thread/INFO]: Mast3rCube.id
720[14:02:29] [Server thread/INFO]: Mast3rCube.name
721[14:02:29] [Server thread/INFO]: Mast3rCube.ownerUUID
722[14:02:29] [Server thread/INFO]: Mast3rCube.balance
723[14:02:29] [Server thread/INFO]: [BusinessCore] Do /businesscore for information about this plugin
724[14:02:29] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
725[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Skins v1.8.3
726[14:02:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
727[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EssentialsSpawn v2.13.1
728[14:02:29] [Server thread/INFO]: [COM_Zombies] Enabling COM_Zombies v1.2.6
729[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader COM_Zombies v1.2.6
730[14:02:29] [Server thread/INFO]: [COM_Zombies] has been enabled!
731[14:02:29] [Server thread/INFO]: §c[Zombies] §4§lYou currently have version: 1.2.6 and the current version fro COM:Z is verion: 1.2.7
732[14:02:29] [Server thread/INFO]: §c[Zombies] §4§lGet the latest version of COM:Z here: http://servermods.cursecdn.com/files/915/311/comz.jar
733[14:02:29] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
734[14:02:29] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MyCommand v5.3.4
735[14:02:29] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
736[14:02:29] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
737[14:02:29] [Server thread/INFO]: | Command file(s) found : 1
738[14:02:29] [Server thread/INFO]: | Config : Ready.
739[14:02:29] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
740[14:02:29] [Server thread/INFO]: | Custom commands loaded : 42
741[14:02:29] [Server thread/INFO]: | Version: 5.3.4
742[14:02:29] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
743[14:02:30] [Server thread/INFO]: | You are running the latest version of MyCommand.
744[14:02:30] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
745[14:02:30] [Server thread/INFO]: [ClickWarp] Enabling ClickWarp v1.3.5
746[14:02:30] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ClickWarp v1.3.5
747[14:02:30] [Server thread/INFO]: [ClickWarp] Metrics started!
748[14:02:30] [Server thread/INFO]: [ClickWarp] Plugin v1.3.5 by comniemeer enabled.
749[14:02:30] [Server thread/INFO]: [SpawnerShop] Enabling SpawnerShop v3.2
750[14:02:30] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SpawnerShop v3.2
751[14:02:30] [Server thread/INFO]: [EZRanksLite] Enabling EZRanksLite vv1.6
752[14:02:30] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader EZRanksLite vv1.6
753[14:02:30] [Server thread/ERROR]: [EZRanksLite] EZRanksLite hooked into Essentials!!
754[14:02:30] [Server thread/INFO]: [EZRanksLite] Loading EZRanksLite messages.yml
755[14:02:30] [Server thread/INFO]: [EZRanksLite] 27 Ranks loaded with 27 unique RankUps!
756[14:02:30] [Server thread/INFO]: [EZRanksLite] 1 rankup cost discounts loaded!
757[14:02:30] [Server thread/INFO]: [EZRanksLite] 1 rankup cost multipliers loaded!
758[14:02:30] [Server thread/INFO]: [LiftSign] Enabling LiftSign v0.4.1
759[14:02:30] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader LiftSign v0.4.1
760[14:02:31] [Server thread/INFO]: [LiftSign] Loaded 6 locale strings (0 overrides)
761[14:02:31] [Server thread/INFO]: [LiftSign] using VAULT:GroupManager for permissions
762[14:02:31] [Server thread/INFO]: [LiftSign] version 0.4.1, build 252 is enabled
763[14:02:31] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.7.3
764[14:02:31] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SilkSpawners v3.7.3
765[14:02:31] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
766[14:02:31] [Server thread/INFO]: [SilkSpawners] Loading support for v1_10_R1
767[14:02:31] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
768[14:02:32] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
769[14:02:32] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
770[14:02:32] [Server thread/INFO]: [CashFlow] Enabling CashFlow v1.19
771[14:02:32] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CashFlow v1.19
772[14:02:32] [Server thread/INFO]: [CashFlow] v1.19 has been enabled.
773[14:02:32] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.19-SNAPSHOT (build 1374)
774[14:02:32] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Citizens v2.0.19-SNAPSHOT (build 1374)
775[14:02:32] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
776[14:02:32] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ColoredTags v2.1.3
777[14:02:32] [Server thread/INFO]: [BuySpawners] Enabling BuySpawners v3.1
778[14:02:32] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BuySpawners v3.1
779[14:02:32] [Server thread/ERROR]: Error occurred while enabling BuySpawners v3.1 (Is it up to date?)
780java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
781 at me.pureplugins.buyspawners.Main.onEnable(Main.java:50) ~[?:?]
782 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
783 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
784 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
785 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
786 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
787 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
788 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
789 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
790 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
791 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
792 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
793 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
794Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
795 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
796 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
797 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_92]
798 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_92]
799 ... 13 more
800[14:02:32] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
801[14:02:32] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ChestShop v3.8.12
802[14:02:32] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
803[14:02:32] [Server thread/INFO]: creating table 'items'
804[14:02:32] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
805[14:02:32] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
806[14:02:32] [Server thread/INFO]: creating table 'accounts'
807[14:02:32] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
808[14:02:32] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
809[14:02:32] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
810[14:02:32] [Server thread/INFO]: [ChestShop] Lockette version 1.8.23 loaded.
811[14:02:32] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
812[14:02:33] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
813[14:02:33] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Multiverse-Core v2.4-b527
814[14:02:33] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
815[14:02:33] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
816[14:02:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -5194173074356979245
817[14:02:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -5194173074356979245
818[14:02:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -5194173074356979245
819[14:02:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock' - Env: NORMAL - Type: FLAT & seed: -1147699501604834537 & generator: ASkyBlock
820[14:02:33] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
821[14:02:33] [Server thread/INFO]: Mob Spawn Range: 4
822[14:02:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
823[14:02:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
824[14:02:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
825[14:02:33] [Server thread/INFO]: Random Lighting Updates: false
826[14:02:33] [Server thread/INFO]: Structure Info Saving: true
827[14:02:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
828[14:02:33] [Server thread/INFO]: Cane Growth Modifier: 100%
829[14:02:33] [Server thread/INFO]: Melon Growth Modifier: 100%
830[14:02:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
831[14:02:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
832[14:02:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
833[14:02:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
834[14:02:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
835[14:02:33] [Server thread/INFO]: Vine Growth Modifier: 100%
836[14:02:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
837[14:02:33] [Server thread/INFO]: Max Entity Collisions: 8
838[14:02:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
839[14:02:33] [Server thread/INFO]: Max TNT Explosions: 100
840[14:02:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
841[14:02:33] [Server thread/INFO]: Item Despawn Rate: 6000
842[14:02:33] [Server thread/INFO]: Item Merge Radius: 2.5
843[14:02:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
844[14:02:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
845[14:02:33] [Server thread/INFO]: View Distance: 10
846[14:02:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
847[14:02:33] [Server thread/INFO]: Experience Merge Radius: 3.0
848[14:02:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
849[14:02:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1147699501604834537)
850[14:02:33] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
851[14:02:33] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
852[14:02:33] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is PERMITTED.
853[14:02:33] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
854[14:02:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
855[14:02:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ASkyBlock_nether' - Env: NETHER - Type: FLAT & seed: 5800036560888521863 & generator: ASkyBlock
856[14:02:33] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
857[14:02:33] [Server thread/INFO]: Mob Spawn Range: 4
858[14:02:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
859[14:02:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
860[14:02:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
861[14:02:33] [Server thread/INFO]: Random Lighting Updates: false
862[14:02:33] [Server thread/INFO]: Structure Info Saving: true
863[14:02:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
864[14:02:33] [Server thread/INFO]: Cane Growth Modifier: 100%
865[14:02:33] [Server thread/INFO]: Melon Growth Modifier: 100%
866[14:02:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
867[14:02:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
868[14:02:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
869[14:02:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
870[14:02:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
871[14:02:33] [Server thread/INFO]: Vine Growth Modifier: 100%
872[14:02:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
873[14:02:33] [Server thread/INFO]: Max Entity Collisions: 8
874[14:02:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
875[14:02:33] [Server thread/INFO]: Max TNT Explosions: 100
876[14:02:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
877[14:02:33] [Server thread/INFO]: Item Despawn Rate: 6000
878[14:02:33] [Server thread/INFO]: Item Merge Radius: 2.5
879[14:02:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
880[14:02:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
881[14:02:33] [Server thread/INFO]: View Distance: 10
882[14:02:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
883[14:02:33] [Server thread/INFO]: Experience Merge Radius: 3.0
884[14:02:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
885[14:02:33] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5800036560888521863)
886[14:02:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
887[14:02:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
888[14:02:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is PERMITTED.
889[14:02:34] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
890[14:02:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
891[14:02:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Factions2' - Env: NORMAL - Type: NORMAL & seed: 3678818651801863512
892[14:02:34] [Server thread/INFO]: -------- World Settings For [Factions2] --------
893[14:02:34] [Server thread/INFO]: Mob Spawn Range: 4
894[14:02:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
895[14:02:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
896[14:02:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
897[14:02:34] [Server thread/INFO]: Random Lighting Updates: false
898[14:02:34] [Server thread/INFO]: Structure Info Saving: true
899[14:02:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
900[14:02:34] [Server thread/INFO]: Cane Growth Modifier: 100%
901[14:02:34] [Server thread/INFO]: Melon Growth Modifier: 100%
902[14:02:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
903[14:02:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
904[14:02:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
905[14:02:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
906[14:02:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
907[14:02:34] [Server thread/INFO]: Vine Growth Modifier: 100%
908[14:02:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
909[14:02:34] [Server thread/INFO]: Max Entity Collisions: 8
910[14:02:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
911[14:02:34] [Server thread/INFO]: Max TNT Explosions: 100
912[14:02:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
913[14:02:34] [Server thread/INFO]: Item Despawn Rate: 6000
914[14:02:34] [Server thread/INFO]: Item Merge Radius: 2.5
915[14:02:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
916[14:02:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
917[14:02:34] [Server thread/INFO]: View Distance: 10
918[14:02:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
919[14:02:34] [Server thread/INFO]: Experience Merge Radius: 3.0
920[14:02:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
921[14:02:34] [Server thread/INFO]: Preparing start region for level 5 (Seed: 3678818651801863512)
922[14:02:35] [Server thread/INFO]: [WorldGuard] (Factions2) TNT ignition is PERMITTED.
923[14:02:35] [Server thread/INFO]: [WorldGuard] (Factions2) Lighters are PERMITTED.
924[14:02:35] [Server thread/INFO]: [WorldGuard] (Factions2) Lava fire is PERMITTED.
925[14:02:35] [Server thread/INFO]: [WorldGuard] (Factions2) Fire spread is UNRESTRICTED.
926[14:02:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Factions2'
927[14:02:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn' - Env: NORMAL - Type: FLAT & seed: 5345621560803368543
928[14:02:35] [Server thread/INFO]: -------- World Settings For [Spawn] --------
929[14:02:35] [Server thread/INFO]: Mob Spawn Range: 4
930[14:02:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
931[14:02:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
932[14:02:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
933[14:02:35] [Server thread/INFO]: Random Lighting Updates: false
934[14:02:35] [Server thread/INFO]: Structure Info Saving: true
935[14:02:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
936[14:02:35] [Server thread/INFO]: Cane Growth Modifier: 100%
937[14:02:35] [Server thread/INFO]: Melon Growth Modifier: 100%
938[14:02:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
939[14:02:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
940[14:02:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
941[14:02:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
942[14:02:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
943[14:02:35] [Server thread/INFO]: Vine Growth Modifier: 100%
944[14:02:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
945[14:02:35] [Server thread/INFO]: Max Entity Collisions: 8
946[14:02:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
947[14:02:35] [Server thread/INFO]: Max TNT Explosions: 100
948[14:02:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
949[14:02:35] [Server thread/INFO]: Item Despawn Rate: 6000
950[14:02:35] [Server thread/INFO]: Item Merge Radius: 2.5
951[14:02:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
952[14:02:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
953[14:02:35] [Server thread/INFO]: View Distance: 10
954[14:02:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
955[14:02:35] [Server thread/INFO]: Experience Merge Radius: 3.0
956[14:02:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
957[14:02:35] [Server thread/INFO]: Preparing start region for level 6 (Seed: 5345621560803368543)
958[14:02:35] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
959[14:02:35] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
960[14:02:35] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
961[14:02:35] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
962[14:02:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
963[14:02:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'build_battle' - Env: NORMAL - Type: FLAT & seed: 3291405711433969045
964[14:02:35] [Server thread/INFO]: -------- World Settings For [build_battle] --------
965[14:02:35] [Server thread/INFO]: Mob Spawn Range: 4
966[14:02:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
967[14:02:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
968[14:02:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
969[14:02:35] [Server thread/INFO]: Random Lighting Updates: false
970[14:02:35] [Server thread/INFO]: Structure Info Saving: true
971[14:02:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
972[14:02:35] [Server thread/INFO]: Cane Growth Modifier: 100%
973[14:02:35] [Server thread/INFO]: Melon Growth Modifier: 100%
974[14:02:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
975[14:02:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
976[14:02:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
977[14:02:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
978[14:02:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
979[14:02:35] [Server thread/INFO]: Vine Growth Modifier: 100%
980[14:02:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
981[14:02:35] [Server thread/INFO]: Max Entity Collisions: 8
982[14:02:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
983[14:02:35] [Server thread/INFO]: Max TNT Explosions: 100
984[14:02:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
985[14:02:35] [Server thread/INFO]: Item Despawn Rate: 6000
986[14:02:35] [Server thread/INFO]: Item Merge Radius: 2.5
987[14:02:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
988[14:02:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
989[14:02:35] [Server thread/INFO]: View Distance: 10
990[14:02:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
991[14:02:35] [Server thread/INFO]: Experience Merge Radius: 3.0
992[14:02:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
993[14:02:35] [Server thread/INFO]: Preparing start region for level 7 (Seed: 3291405711433969045)
994[14:02:35] [Server thread/INFO]: [WorldGuard] (build_battle) TNT ignition is PERMITTED.
995[14:02:35] [Server thread/INFO]: [WorldGuard] (build_battle) Lighters are PERMITTED.
996[14:02:35] [Server thread/INFO]: [WorldGuard] (build_battle) Lava fire is PERMITTED.
997[14:02:35] [Server thread/INFO]: [WorldGuard] (build_battle) Fire spread is UNRESTRICTED.
998[14:02:35] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build_battle'
999[14:02:35] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'TheemPark' - Env: NORMAL - Type: FLAT & seed: -2947946458322363339
1000[14:02:35] [Server thread/INFO]: -------- World Settings For [TheemPark] --------
1001[14:02:35] [Server thread/INFO]: Mob Spawn Range: 4
1002[14:02:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1003[14:02:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1004[14:02:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1005[14:02:35] [Server thread/INFO]: Random Lighting Updates: false
1006[14:02:35] [Server thread/INFO]: Structure Info Saving: true
1007[14:02:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
1008[14:02:35] [Server thread/INFO]: Cane Growth Modifier: 100%
1009[14:02:35] [Server thread/INFO]: Melon Growth Modifier: 100%
1010[14:02:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1011[14:02:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1012[14:02:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
1013[14:02:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
1014[14:02:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1015[14:02:35] [Server thread/INFO]: Vine Growth Modifier: 100%
1016[14:02:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1017[14:02:35] [Server thread/INFO]: Max Entity Collisions: 8
1018[14:02:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1019[14:02:35] [Server thread/INFO]: Max TNT Explosions: 100
1020[14:02:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1021[14:02:35] [Server thread/INFO]: Item Despawn Rate: 6000
1022[14:02:35] [Server thread/INFO]: Item Merge Radius: 2.5
1023[14:02:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
1024[14:02:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1025[14:02:35] [Server thread/INFO]: View Distance: 10
1026[14:02:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1027[14:02:35] [Server thread/INFO]: Experience Merge Radius: 3.0
1028[14:02:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1029[14:02:35] [Server thread/INFO]: Preparing start region for level 8 (Seed: -2947946458322363339)
1030[14:02:36] [Server thread/INFO]: [WorldGuard] (TheemPark) TNT ignition is PERMITTED.
1031[14:02:36] [Server thread/INFO]: [WorldGuard] (TheemPark) Lighters are PERMITTED.
1032[14:02:36] [Server thread/INFO]: [WorldGuard] (TheemPark) Lava fire is PERMITTED.
1033[14:02:36] [Server thread/INFO]: [WorldGuard] (TheemPark) Fire spread is UNRESTRICTED.
1034[14:02:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TheemPark'
1035[14:02:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PBLobby' - Env: NORMAL - Type: NORMAL & seed: 8117335304582745252
1036[14:02:36] [Server thread/INFO]: -------- World Settings For [PBLobby] --------
1037[14:02:36] [Server thread/INFO]: Mob Spawn Range: 4
1038[14:02:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1039[14:02:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1040[14:02:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1041[14:02:36] [Server thread/INFO]: Random Lighting Updates: false
1042[14:02:36] [Server thread/INFO]: Structure Info Saving: true
1043[14:02:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
1044[14:02:36] [Server thread/INFO]: Cane Growth Modifier: 100%
1045[14:02:36] [Server thread/INFO]: Melon Growth Modifier: 100%
1046[14:02:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1047[14:02:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1048[14:02:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
1049[14:02:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
1050[14:02:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1051[14:02:36] [Server thread/INFO]: Vine Growth Modifier: 100%
1052[14:02:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1053[14:02:36] [Server thread/INFO]: Max Entity Collisions: 8
1054[14:02:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1055[14:02:36] [Server thread/INFO]: Max TNT Explosions: 100
1056[14:02:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1057[14:02:36] [Server thread/INFO]: Item Despawn Rate: 6000
1058[14:02:36] [Server thread/INFO]: Item Merge Radius: 2.5
1059[14:02:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
1060[14:02:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1061[14:02:36] [Server thread/INFO]: View Distance: 10
1062[14:02:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1063[14:02:36] [Server thread/INFO]: Experience Merge Radius: 3.0
1064[14:02:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1065[14:02:36] [Server thread/INFO]: Preparing start region for level 9 (Seed: 8117335304582745252)
1066[14:02:36] [Server thread/INFO]: [WorldGuard] (PBLobby) TNT ignition is PERMITTED.
1067[14:02:36] [Server thread/INFO]: [WorldGuard] (PBLobby) Lighters are PERMITTED.
1068[14:02:36] [Server thread/INFO]: [WorldGuard] (PBLobby) Lava fire is PERMITTED.
1069[14:02:36] [Server thread/INFO]: [WorldGuard] (PBLobby) Fire spread is UNRESTRICTED.
1070[14:02:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PBLobby'
1071[14:02:36] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'CityLife' - Env: NORMAL - Type: FLAT & seed: 9054382002372822506
1072[14:02:36] [Server thread/INFO]: -------- World Settings For [CityLife] --------
1073[14:02:36] [Server thread/INFO]: Mob Spawn Range: 4
1074[14:02:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1075[14:02:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1076[14:02:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1077[14:02:36] [Server thread/INFO]: Random Lighting Updates: false
1078[14:02:36] [Server thread/INFO]: Structure Info Saving: true
1079[14:02:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
1080[14:02:36] [Server thread/INFO]: Cane Growth Modifier: 100%
1081[14:02:36] [Server thread/INFO]: Melon Growth Modifier: 100%
1082[14:02:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1083[14:02:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1084[14:02:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
1085[14:02:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
1086[14:02:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1087[14:02:36] [Server thread/INFO]: Vine Growth Modifier: 100%
1088[14:02:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1089[14:02:36] [Server thread/INFO]: Max Entity Collisions: 8
1090[14:02:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1091[14:02:36] [Server thread/INFO]: Max TNT Explosions: 100
1092[14:02:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1093[14:02:36] [Server thread/INFO]: Item Despawn Rate: 6000
1094[14:02:36] [Server thread/INFO]: Item Merge Radius: 2.5
1095[14:02:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
1096[14:02:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1097[14:02:36] [Server thread/INFO]: View Distance: 10
1098[14:02:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1099[14:02:36] [Server thread/INFO]: Experience Merge Radius: 3.0
1100[14:02:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1101[14:02:36] [Server thread/INFO]: Preparing start region for level 10 (Seed: 9054382002372822506)
1102[14:02:37] [Server thread/INFO]: [WorldGuard] (CityLife) TNT ignition is PERMITTED.
1103[14:02:37] [Server thread/INFO]: [WorldGuard] (CityLife) Lighters are PERMITTED.
1104[14:02:37] [Server thread/INFO]: [WorldGuard] (CityLife) Lava fire is PERMITTED.
1105[14:02:37] [Server thread/INFO]: [WorldGuard] (CityLife) Fire spread is UNRESTRICTED.
1106[14:02:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CityLife'
1107[14:02:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Creative' - Env: NORMAL - Type: NORMAL & seed: -3982170945678652852
1108[14:02:37] [Server thread/INFO]: -------- World Settings For [Creative] --------
1109[14:02:37] [Server thread/INFO]: Mob Spawn Range: 4
1110[14:02:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1111[14:02:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1112[14:02:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1113[14:02:37] [Server thread/INFO]: Random Lighting Updates: false
1114[14:02:37] [Server thread/INFO]: Structure Info Saving: true
1115[14:02:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
1116[14:02:37] [Server thread/INFO]: Cane Growth Modifier: 100%
1117[14:02:37] [Server thread/INFO]: Melon Growth Modifier: 100%
1118[14:02:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1119[14:02:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1120[14:02:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
1121[14:02:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
1122[14:02:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1123[14:02:37] [Server thread/INFO]: Vine Growth Modifier: 100%
1124[14:02:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1125[14:02:37] [Server thread/INFO]: Max Entity Collisions: 8
1126[14:02:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1127[14:02:37] [Server thread/INFO]: Max TNT Explosions: 100
1128[14:02:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1129[14:02:37] [Server thread/INFO]: Item Despawn Rate: 6000
1130[14:02:37] [Server thread/INFO]: Item Merge Radius: 2.5
1131[14:02:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
1132[14:02:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1133[14:02:37] [Server thread/INFO]: View Distance: 10
1134[14:02:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1135[14:02:37] [Server thread/INFO]: Experience Merge Radius: 3.0
1136[14:02:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1137[14:02:37] [Server thread/INFO]: Preparing start region for level 11 (Seed: -3982170945678652852)
1138[14:02:37] [Server thread/INFO]: [WorldGuard] (Creative) TNT ignition is PERMITTED.
1139[14:02:37] [Server thread/INFO]: [WorldGuard] (Creative) Lighters are PERMITTED.
1140[14:02:37] [Server thread/INFO]: [WorldGuard] (Creative) Lava fire is PERMITTED.
1141[14:02:37] [Server thread/INFO]: [WorldGuard] (Creative) Fire spread is UNRESTRICTED.
1142[14:02:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Creative'
1143[14:02:37] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PaintballMap' - Env: NORMAL - Type: FLAT & seed: 0
1144[14:02:37] [Server thread/INFO]: -------- World Settings For [PaintballMap] --------
1145[14:02:37] [Server thread/INFO]: Mob Spawn Range: 4
1146[14:02:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1147[14:02:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1148[14:02:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1149[14:02:37] [Server thread/INFO]: Random Lighting Updates: false
1150[14:02:37] [Server thread/INFO]: Structure Info Saving: true
1151[14:02:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
1152[14:02:37] [Server thread/INFO]: Cane Growth Modifier: 100%
1153[14:02:37] [Server thread/INFO]: Melon Growth Modifier: 100%
1154[14:02:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1155[14:02:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1156[14:02:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
1157[14:02:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
1158[14:02:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1159[14:02:37] [Server thread/INFO]: Vine Growth Modifier: 100%
1160[14:02:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1161[14:02:37] [Server thread/INFO]: Max Entity Collisions: 8
1162[14:02:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1163[14:02:37] [Server thread/INFO]: Max TNT Explosions: 100
1164[14:02:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1165[14:02:37] [Server thread/INFO]: Item Despawn Rate: 6000
1166[14:02:37] [Server thread/INFO]: Item Merge Radius: 2.5
1167[14:02:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
1168[14:02:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1169[14:02:37] [Server thread/INFO]: View Distance: 10
1170[14:02:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1171[14:02:37] [Server thread/INFO]: Experience Merge Radius: 3.0
1172[14:02:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1173[14:02:37] [Server thread/INFO]: Preparing start region for level 12 (Seed: 0)
1174[14:02:38] [Server thread/INFO]: [WorldGuard] (PaintballMap) TNT ignition is PERMITTED.
1175[14:02:38] [Server thread/INFO]: [WorldGuard] (PaintballMap) Lighters are PERMITTED.
1176[14:02:38] [Server thread/INFO]: [WorldGuard] (PaintballMap) Lava fire is PERMITTED.
1177[14:02:38] [Server thread/INFO]: [WorldGuard] (PaintballMap) Fire spread is UNRESTRICTED.
1178[14:02:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PaintballMap'
1179[14:02:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Parkour' - Env: NORMAL - Type: FLAT & seed: 7398001812362885546
1180[14:02:38] [Server thread/INFO]: -------- World Settings For [Parkour] --------
1181[14:02:38] [Server thread/INFO]: Mob Spawn Range: 4
1182[14:02:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1183[14:02:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1184[14:02:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1185[14:02:38] [Server thread/INFO]: Random Lighting Updates: false
1186[14:02:38] [Server thread/INFO]: Structure Info Saving: true
1187[14:02:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
1188[14:02:38] [Server thread/INFO]: Cane Growth Modifier: 100%
1189[14:02:38] [Server thread/INFO]: Melon Growth Modifier: 100%
1190[14:02:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1191[14:02:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1192[14:02:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
1193[14:02:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
1194[14:02:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1195[14:02:38] [Server thread/INFO]: Vine Growth Modifier: 100%
1196[14:02:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1197[14:02:38] [Server thread/INFO]: Max Entity Collisions: 8
1198[14:02:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1199[14:02:38] [Server thread/INFO]: Max TNT Explosions: 100
1200[14:02:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1201[14:02:38] [Server thread/INFO]: Item Despawn Rate: 6000
1202[14:02:38] [Server thread/INFO]: Item Merge Radius: 2.5
1203[14:02:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
1204[14:02:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1205[14:02:38] [Server thread/INFO]: View Distance: 10
1206[14:02:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1207[14:02:38] [Server thread/INFO]: Experience Merge Radius: 3.0
1208[14:02:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1209[14:02:38] [Server thread/INFO]: Preparing start region for level 13 (Seed: 7398001812362885546)
1210[14:02:38] [Server thread/INFO]: [WorldGuard] (Parkour) TNT ignition is PERMITTED.
1211[14:02:38] [Server thread/INFO]: [WorldGuard] (Parkour) Lighters are PERMITTED.
1212[14:02:38] [Server thread/INFO]: [WorldGuard] (Parkour) Lava fire is PERMITTED.
1213[14:02:38] [Server thread/INFO]: [WorldGuard] (Parkour) Fire spread is UNRESTRICTED.
1214[14:02:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parkour'
1215[14:02:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Pvp' - Env: NORMAL - Type: FLAT & seed: -7239165361458451185
1216[14:02:38] [Server thread/INFO]: -------- World Settings For [Pvp] --------
1217[14:02:38] [Server thread/INFO]: Mob Spawn Range: 4
1218[14:02:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1219[14:02:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1220[14:02:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1221[14:02:38] [Server thread/INFO]: Random Lighting Updates: false
1222[14:02:38] [Server thread/INFO]: Structure Info Saving: true
1223[14:02:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
1224[14:02:38] [Server thread/INFO]: Cane Growth Modifier: 100%
1225[14:02:38] [Server thread/INFO]: Melon Growth Modifier: 100%
1226[14:02:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1227[14:02:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1228[14:02:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
1229[14:02:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
1230[14:02:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1231[14:02:38] [Server thread/INFO]: Vine Growth Modifier: 100%
1232[14:02:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1233[14:02:38] [Server thread/INFO]: Max Entity Collisions: 8
1234[14:02:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1235[14:02:38] [Server thread/INFO]: Max TNT Explosions: 100
1236[14:02:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1237[14:02:38] [Server thread/INFO]: Item Despawn Rate: 6000
1238[14:02:38] [Server thread/INFO]: Item Merge Radius: 2.5
1239[14:02:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
1240[14:02:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1241[14:02:38] [Server thread/INFO]: View Distance: 10
1242[14:02:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1243[14:02:38] [Server thread/INFO]: Experience Merge Radius: 3.0
1244[14:02:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1245[14:02:38] [Server thread/INFO]: Preparing start region for level 14 (Seed: -7239165361458451185)
1246[14:02:38] [Server thread/INFO]: [WorldGuard] (Pvp) TNT ignition is PERMITTED.
1247[14:02:38] [Server thread/INFO]: [WorldGuard] (Pvp) Lighters are PERMITTED.
1248[14:02:38] [Server thread/INFO]: [WorldGuard] (Pvp) Lava fire is PERMITTED.
1249[14:02:38] [Server thread/INFO]: [WorldGuard] (Pvp) Fire spread is UNRESTRICTED.
1250[14:02:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Pvp'
1251[14:02:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'CubeRunner' - Env: NORMAL - Type: FLAT & seed: -7564331626933159029
1252[14:02:38] [Server thread/INFO]: -------- World Settings For [CubeRunner] --------
1253[14:02:38] [Server thread/INFO]: Mob Spawn Range: 4
1254[14:02:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1255[14:02:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1256[14:02:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1257[14:02:38] [Server thread/INFO]: Random Lighting Updates: false
1258[14:02:38] [Server thread/INFO]: Structure Info Saving: true
1259[14:02:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
1260[14:02:38] [Server thread/INFO]: Cane Growth Modifier: 100%
1261[14:02:38] [Server thread/INFO]: Melon Growth Modifier: 100%
1262[14:02:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1263[14:02:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1264[14:02:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
1265[14:02:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
1266[14:02:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1267[14:02:38] [Server thread/INFO]: Vine Growth Modifier: 100%
1268[14:02:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1269[14:02:38] [Server thread/INFO]: Max Entity Collisions: 8
1270[14:02:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1271[14:02:38] [Server thread/INFO]: Max TNT Explosions: 100
1272[14:02:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1273[14:02:38] [Server thread/INFO]: Item Despawn Rate: 6000
1274[14:02:38] [Server thread/INFO]: Item Merge Radius: 2.5
1275[14:02:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
1276[14:02:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1277[14:02:38] [Server thread/INFO]: View Distance: 10
1278[14:02:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1279[14:02:38] [Server thread/INFO]: Experience Merge Radius: 3.0
1280[14:02:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1281[14:02:38] [Server thread/INFO]: Preparing start region for level 15 (Seed: -7564331626933159029)
1282[14:02:38] [Server thread/INFO]: [WorldGuard] (CubeRunner) TNT ignition is PERMITTED.
1283[14:02:38] [Server thread/INFO]: [WorldGuard] (CubeRunner) Lighters are PERMITTED.
1284[14:02:38] [Server thread/INFO]: [WorldGuard] (CubeRunner) Lava fire is PERMITTED.
1285[14:02:38] [Server thread/INFO]: [WorldGuard] (CubeRunner) Fire spread is UNRESTRICTED.
1286[14:02:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CubeRunner'
1287[14:02:38] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'AM' - Env: NORMAL - Type: NORMAL & seed: -6408925602675538084
1288[14:02:38] [Server thread/INFO]: -------- World Settings For [AM] --------
1289[14:02:38] [Server thread/INFO]: Mob Spawn Range: 4
1290[14:02:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1291[14:02:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1292[14:02:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1293[14:02:38] [Server thread/INFO]: Random Lighting Updates: false
1294[14:02:38] [Server thread/INFO]: Structure Info Saving: true
1295[14:02:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
1296[14:02:38] [Server thread/INFO]: Cane Growth Modifier: 100%
1297[14:02:38] [Server thread/INFO]: Melon Growth Modifier: 100%
1298[14:02:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1299[14:02:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1300[14:02:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
1301[14:02:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
1302[14:02:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1303[14:02:38] [Server thread/INFO]: Vine Growth Modifier: 100%
1304[14:02:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1305[14:02:38] [Server thread/INFO]: Max Entity Collisions: 8
1306[14:02:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1307[14:02:38] [Server thread/INFO]: Max TNT Explosions: 100
1308[14:02:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1309[14:02:38] [Server thread/INFO]: Item Despawn Rate: 6000
1310[14:02:38] [Server thread/INFO]: Item Merge Radius: 2.5
1311[14:02:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
1312[14:02:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1313[14:02:38] [Server thread/INFO]: View Distance: 10
1314[14:02:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1315[14:02:38] [Server thread/INFO]: Experience Merge Radius: 3.0
1316[14:02:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1317[14:02:38] [Server thread/INFO]: Preparing start region for level 16 (Seed: -6408925602675538084)
1318[14:02:39] [Server thread/INFO]: [WorldGuard] (AM) TNT ignition is PERMITTED.
1319[14:02:39] [Server thread/INFO]: [WorldGuard] (AM) Lighters are PERMITTED.
1320[14:02:39] [Server thread/INFO]: [WorldGuard] (AM) Lava fire is PERMITTED.
1321[14:02:39] [Server thread/INFO]: [WorldGuard] (AM) Fire spread is UNRESTRICTED.
1322[14:02:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'AM'
1323[14:02:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'TheamPark' - Env: NORMAL - Type: FLAT & seed: -8418345009097830932
1324[14:02:39] [Server thread/INFO]: -------- World Settings For [TheamPark] --------
1325[14:02:39] [Server thread/INFO]: Mob Spawn Range: 4
1326[14:02:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1327[14:02:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1328[14:02:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1329[14:02:39] [Server thread/INFO]: Random Lighting Updates: false
1330[14:02:39] [Server thread/INFO]: Structure Info Saving: true
1331[14:02:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
1332[14:02:39] [Server thread/INFO]: Cane Growth Modifier: 100%
1333[14:02:39] [Server thread/INFO]: Melon Growth Modifier: 100%
1334[14:02:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1335[14:02:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1336[14:02:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
1337[14:02:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
1338[14:02:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1339[14:02:39] [Server thread/INFO]: Vine Growth Modifier: 100%
1340[14:02:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1341[14:02:39] [Server thread/INFO]: Max Entity Collisions: 8
1342[14:02:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1343[14:02:39] [Server thread/INFO]: Max TNT Explosions: 100
1344[14:02:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1345[14:02:39] [Server thread/INFO]: Item Despawn Rate: 6000
1346[14:02:39] [Server thread/INFO]: Item Merge Radius: 2.5
1347[14:02:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
1348[14:02:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1349[14:02:39] [Server thread/INFO]: View Distance: 10
1350[14:02:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1351[14:02:39] [Server thread/INFO]: Experience Merge Radius: 3.0
1352[14:02:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1353[14:02:39] [Server thread/INFO]: Preparing start region for level 17 (Seed: -8418345009097830932)
1354[14:02:39] [Server thread/INFO]: [WorldGuard] (TheamPark) TNT ignition is PERMITTED.
1355[14:02:39] [Server thread/INFO]: [WorldGuard] (TheamPark) Lighters are PERMITTED.
1356[14:02:39] [Server thread/INFO]: [WorldGuard] (TheamPark) Lava fire is PERMITTED.
1357[14:02:39] [Server thread/INFO]: [WorldGuard] (TheamPark) Fire spread is UNRESTRICTED.
1358[14:02:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TheamPark'
1359[14:02:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ThemePark' - Env: NORMAL - Type: FLAT & seed: 8876265770183740125
1360[14:02:39] [Server thread/INFO]: -------- World Settings For [ThemePark] --------
1361[14:02:39] [Server thread/INFO]: Mob Spawn Range: 4
1362[14:02:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1363[14:02:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1364[14:02:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1365[14:02:39] [Server thread/INFO]: Random Lighting Updates: false
1366[14:02:39] [Server thread/INFO]: Structure Info Saving: true
1367[14:02:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
1368[14:02:39] [Server thread/INFO]: Cane Growth Modifier: 100%
1369[14:02:39] [Server thread/INFO]: Melon Growth Modifier: 100%
1370[14:02:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1371[14:02:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1372[14:02:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
1373[14:02:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
1374[14:02:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1375[14:02:39] [Server thread/INFO]: Vine Growth Modifier: 100%
1376[14:02:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1377[14:02:39] [Server thread/INFO]: Max Entity Collisions: 8
1378[14:02:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1379[14:02:39] [Server thread/INFO]: Max TNT Explosions: 100
1380[14:02:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1381[14:02:39] [Server thread/INFO]: Item Despawn Rate: 6000
1382[14:02:39] [Server thread/INFO]: Item Merge Radius: 2.5
1383[14:02:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
1384[14:02:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1385[14:02:39] [Server thread/INFO]: View Distance: 10
1386[14:02:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1387[14:02:39] [Server thread/INFO]: Experience Merge Radius: 3.0
1388[14:02:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1389[14:02:39] [Server thread/INFO]: Preparing start region for level 18 (Seed: 8876265770183740125)
1390[14:02:39] [Server thread/INFO]: [WorldGuard] (ThemePark) TNT ignition is PERMITTED.
1391[14:02:39] [Server thread/INFO]: [WorldGuard] (ThemePark) Lighters are PERMITTED.
1392[14:02:39] [Server thread/INFO]: [WorldGuard] (ThemePark) Lava fire is PERMITTED.
1393[14:02:39] [Server thread/INFO]: [WorldGuard] (ThemePark) Fire spread is UNRESTRICTED.
1394[14:02:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ThemePark'
1395[14:02:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival' - Env: NORMAL - Type: NORMAL & seed: -361161892543332823
1396[14:02:39] [Server thread/INFO]: -------- World Settings For [Survival] --------
1397[14:02:39] [Server thread/INFO]: Mob Spawn Range: 4
1398[14:02:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1399[14:02:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1400[14:02:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1401[14:02:39] [Server thread/INFO]: Random Lighting Updates: false
1402[14:02:39] [Server thread/INFO]: Structure Info Saving: true
1403[14:02:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
1404[14:02:39] [Server thread/INFO]: Cane Growth Modifier: 100%
1405[14:02:39] [Server thread/INFO]: Melon Growth Modifier: 100%
1406[14:02:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1407[14:02:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1408[14:02:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
1409[14:02:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
1410[14:02:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1411[14:02:39] [Server thread/INFO]: Vine Growth Modifier: 100%
1412[14:02:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1413[14:02:39] [Server thread/INFO]: Max Entity Collisions: 8
1414[14:02:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1415[14:02:39] [Server thread/INFO]: Max TNT Explosions: 100
1416[14:02:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1417[14:02:39] [Server thread/INFO]: Item Despawn Rate: 6000
1418[14:02:39] [Server thread/INFO]: Item Merge Radius: 2.5
1419[14:02:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
1420[14:02:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1421[14:02:39] [Server thread/INFO]: View Distance: 10
1422[14:02:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1423[14:02:39] [Server thread/INFO]: Experience Merge Radius: 3.0
1424[14:02:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1425[14:02:39] [Server thread/INFO]: Preparing start region for level 19 (Seed: -361161892543332823)
1426[14:02:40] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
1427[14:02:40] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
1428[14:02:40] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is PERMITTED.
1429[14:02:40] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
1430[14:02:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
1431[14:02:40] [Server thread/INFO]: [Multiverse-Core] 20 - World(s) loaded.
1432[14:02:40] [Server thread/INFO]: [ColorShuffle] Enabling ColorShuffle v1.5
1433[14:02:40] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader ColorShuffle v1.5
1434[14:02:40] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.77
1435[14:02:40] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Shopkeepers v1.77
1436[14:02:40] [Server thread/INFO]: [SuperBuildBattle] Enabling SuperBuildBattle v11.0
1437[14:02:40] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader SuperBuildBattle v11.0
1438[14:02:40] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
1439[14:02:40] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MineResetLite v0.3.7
1440[14:02:41] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MineC.mine.yml'...
1441[14:02:41] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
1442[14:02:41] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: Mines
1443[14:02:41] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, world_nether, world_the_end, ASkyBlock, ASkyBlock_nether, Factions2, Spawn, build_battle, TheemPark, PBLobby, CityLife, Creative, PaintballMap, Parkour, Pvp, CubeRunner, AM, TheamPark, ThemePark, Survival
1444[14:02:41] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
1445java.lang.IllegalArgumentException: World was null!
1446 at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:71) ~[?:?]
1447 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_92]
1448 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_92]
1449 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_92]
1450 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_92]
1451 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1452 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1453 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1454 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1455 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1456 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1457 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1458 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1459 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1460 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1461 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1462 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1463 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1464 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1465 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1466 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1467 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1468 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1469 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1470 at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:124) [MineResetLite.jar:?]
1471 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1472 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1473 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1474 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1475 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1476 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1477 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1478 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1479 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1480 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1481 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1482 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
1483[14:02:41] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
1484[14:02:41] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MineB.mine.yml'...
1485[14:02:41] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
1486[14:02:41] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: Mines
1487[14:02:41] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, world_nether, world_the_end, ASkyBlock, ASkyBlock_nether, Factions2, Spawn, build_battle, TheemPark, PBLobby, CityLife, Creative, PaintballMap, Parkour, Pvp, CubeRunner, AM, TheamPark, ThemePark, Survival
1488[14:02:41] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
1489java.lang.IllegalArgumentException: World was null!
1490 at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:71) ~[?:?]
1491 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_92]
1492 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_92]
1493 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_92]
1494 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_92]
1495 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1496 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1497 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1498 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1499 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1500 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1501 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1502 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1503 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1504 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1505 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1506 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1507 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1508 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1509 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1510 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1511 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1512 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1513 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1514 at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:124) [MineResetLite.jar:?]
1515 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1516 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1517 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1518 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1519 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1520 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1521 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1522 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1523 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1524 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1525 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1526 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
1527[14:02:41] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
1528[14:02:41] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MineA.mine.yml'...
1529[14:02:41] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
1530[14:02:41] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: Mines
1531[14:02:41] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, world_nether, world_the_end, ASkyBlock, ASkyBlock_nether, Factions2, Spawn, build_battle, TheemPark, PBLobby, CityLife, Creative, PaintballMap, Parkour, Pvp, CubeRunner, AM, TheamPark, ThemePark, Survival
1532[14:02:41] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
1533java.lang.IllegalArgumentException: World was null!
1534 at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:71) ~[?:?]
1535 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_92]
1536 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_92]
1537 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_92]
1538 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_92]
1539 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1540 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1541 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1542 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1543 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1544 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1545 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1546 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1547 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1548 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1549 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1550 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1551 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1552 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1553 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1554 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1555 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:184) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1556 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1557 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:179) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1558 at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:124) [MineResetLite.jar:?]
1559 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1560 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1561 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1562 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1563 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1564 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1565 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1566 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1567 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1568 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1569 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1570 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
1571[14:02:41] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
1572[14:02:41] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
1573[14:02:41] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
1574[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader HolographicDisplays v2.2
1575[14:02:41] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
1576[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'plots2' was in the world 'Plotworld' but it wasn't loaded.
1577[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'j2s' was in the world 'Factions' but it wasn't loaded.
1578[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'minecspawn' was in the world 'Mines' but it wasn't loaded.
1579[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'mobdrops' was in the world 'Factions' but it wasn't loaded.
1580[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'iaj' was in the world 'Factions' but it wasn't loaded.
1581[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'woods' was in the world 'Factions' but it wasn't loaded.
1582[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'potions' was in the world 'Factions' but it wasn't loaded.
1583[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'farming' was in the world 'Factions' but it wasn't loaded.
1584[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'food' was in the world 'Factions' but it wasn't loaded.
1585[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'citylife2welcome' was in the world 'CityLife2' but it wasn't loaded.
1586[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'houseroadwelcome' was in the world 'CityLife2' but it wasn't loaded.
1587[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'citylife2builtby' was in the world 'CityLife2' but it wasn't loaded.
1588[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'basichotel-1' was in the world 'CRP' but it wasn't loaded.
1589[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'firecitywelcomemsg' was in the world 'CRP' but it wasn't loaded.
1590[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'firecityreleasedatemsg' was in the world 'CRP' but it wasn't loaded.
1591[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'gov' was in the world 'CRP' but it wasn't loaded.
1592[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'govp' was in the world 'CRP' but it wasn't loaded.
1593[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'uni' was in the world 'CRP' but it wasn't loaded.
1594[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'cstudios' was in the world 'CRP' but it wasn't loaded.
1595[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'skellymall' was in the world 'BuildWorld' but it wasn't loaded.
1596[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'skellytowers' was in the world 'BuildWorld' but it wasn't loaded.
1597[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'mallfloor1sign' was in the world 'BuildWorld' but it wasn't loaded.
1598[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'floor2' was in the world 'BuildWorld' but it wasn't loaded.
1599[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'fac2' was in the world 'Factions' but it wasn't loaded.
1600[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'fac23' was in the world 'Factions' but it wasn't loaded.
1601[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'fac4' was in the world 'Factions' but it wasn't loaded.
1602[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'facshop' was in the world 'Factions' but it wasn't loaded.
1603[14:02:41] [Server thread/WARN]: [HolographicDisplays] Hologram 'gritt' was in the world 'Factions' but it wasn't loaded.
1604[14:02:41] [Server thread/INFO]: [CityScape] Enabling CityScape v0.1.3.0 [CB 1.6.2-R0.1]
1605[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CityScape v0.1.3.0 [CB 1.6.2-R0.1]
1606[14:02:41] [Server thread/INFO]: [CityScape] Loading Debuggers...
1607[14:02:41] [Server thread/INFO]: [CityScape] No Debuggers to load.
1608[14:02:41] [Server thread/INFO]: [CityScape] is enabled, version: 0.1.3.0 [CB 1.6.2-R0.1]
1609[14:02:41] [Server thread/INFO]: [CityScape] written by [Musaddict, FeedDante]
1610[14:02:41] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.2.1
1611[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader CratesPlus v4.2.1
1612[14:02:41] [Server thread/INFO]: CratesPlus Version 4.2.1
1613[14:02:41] [Server thread/INFO]: HolographicDisplays was found, hooking in!
1614[14:02:41] [Server thread/INFO]: [MyPet] Enabling MyPet v2.1.9
1615[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MyPet v2.1.9
1616[14:02:41] [Server thread/INFO]: Level: INFO
1617[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCitizens hook activated.[m
1618[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mFactions hook activated.[m
1619[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mProtocolLib hook activated.[m
1620[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mVault hook activated.[m
1621[14:02:41] [Server thread/WARN]: [[0;32;22mMyPet[m] [m141 is not a valid food item![m
1622[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCompat mode for v1_10_R1 loaded.[m
1623[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m[NBT] [0;33;1m2[m PetPlayer(s) loaded[m
1624[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m[NBT] [0;33;1m1[m pet(s) loaded[m
1625[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m--- Loading WorldGroups ---------------------------[m
1626[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'SkyWarsArenaWorld' to 'default'[m
1627[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world' to 'default'[m
1628[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world_nether' to 'default'[m
1629[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world_the_end' to 'default'[m
1630[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'TheemPark' to 'default'[m
1631[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'WoolSplit' to 'default'[m
1632[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Mines' to 'default'[m
1633[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Skywars' to 'default'[m
1634[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Formula' to 'default'[m
1635[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'hg2' to 'default'[m
1636[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Creative' to 'default'[m
1637[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'NewSpawn!' to 'default'[m
1638[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'CityLife2' to 'default'[m
1639[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'build_battle' to 'default'[m
1640[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Spawn' to 'default'[m
1641[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'flatroom' to 'default'[m
1642[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Factions' to 'default'[m
1643[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'ASkyBlock' to 'default'[m
1644[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'TheamPark' to 'default'[m
1645[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'MagicRP' to 'default'[m
1646[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'NSpawn' to 'default'[m
1647[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'BuildWorld' to 'default'[m
1648[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Shop' to 'default'[m
1649[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'CityLife' to 'default'[m
1650[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'CRP' to 'default'[m
1651[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'PixelSmasher456' to 'default'[m
1652[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'ThemePark' to 'default'[m
1653[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Spawn2' to 'default'[m
1654[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Prison' to 'default'[m
1655[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'TNTRun' to 'default'[m
1656[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'PaintballMap' to 'default'[m
1657[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'COD' to 'default'[m
1658[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'power' to 'default'[m
1659[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'prisonspawn' to 'default'[m
1660[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Factions2' to 'default'[m
1661[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'ASkyBlock_nether' to 'default'[m
1662[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'PBLobby' to 'default'[m
1663[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Parkour' to 'default'[m
1664[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'CubeRunner' to 'default'[m
1665[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'HungerGameees' to 'default'[m
1666[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Pvp' to 'default'[m
1667[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'War' to 'default'[m
1668[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'war' to 'default'[m
1669[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'AM' to 'default'[m
1670[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Survival' to 'default'[m
1671[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [m-------------------------------------------------[m
1672[14:02:41] [Server thread/INFO]: [[0;32;22mMyPet[m] [mversion 2.1.9-b1018[0;32;1m ENABLED[m
1673[14:02:41] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.3.2#CUSTOM
1674[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader AreaShop v2.3.2#CUSTOM
1675[14:02:41] [Server thread/INFO]: [MultiWorldMoney] Enabling MultiWorldMoney v2.2
1676[14:02:41] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader MultiWorldMoney v2.2
1677[14:02:41] [Server thread/INFO]: [MultiWorldMoney] Multiverse-Core found.
1678[14:02:41] [Server thread/INFO]: [MultiWorldMoney] Set up economy successfully
1679[14:02:41] [Server thread/INFO]: [MultiWorldMoney] Set up permissions successfully
1680[14:02:42] [Server thread/INFO]: [Paintball] Enabling Paintball v1.3.7
1681[14:02:42] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader Paintball v1.3.7
1682[14:02:42] [Server thread/INFO]: [Paintball] Loading the default language: enUS.txt
1683[14:02:42] [Server thread/INFO]: [Paintball] Scanned lines: 379 | Skipped lines: 0
1684[14:02:42] [Server thread/INFO]: [Paintball] Using the default language now: enUS.txt
1685[14:02:42] [Server thread/INFO]: [Paintball] Loading the specified melody now: win.txt
1686[14:02:42] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 20
1687[14:02:42] [Server thread/INFO]: [Paintball] Loading the specified melody now: defeat.txt
1688[14:02:42] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 43
1689[14:02:42] [Server thread/INFO]: [Paintball] Loading the specified melody now: draw.txt
1690[14:02:42] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 29
1691[14:02:42] [Server thread/INFO]: [Paintball] Loading ranks..
1692[14:02:42] [Server thread/INFO]: [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
1693[14:02:42] [Server thread/INFO]: [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
1694[14:02:42] [Server thread/INFO]: [Paintball] Plugin 'Votifier' found. Using it now.
1695[14:02:42] [Server thread/INFO]: [Paintball] By blablubbabc enabled.
1696[14:02:42] [Server thread/INFO]: [TNTRun] Enabling TNTRun vAlpha-1.0.5
1697[14:02:42] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader TNTRun vAlpha-1.0.5
1698[14:02:42] [Server thread/INFO]: [TNTRun] An error was occured while enabling! 'FastAsyncWorldEdit' is not installed! Disabling...
1699[14:02:42] [Server thread/INFO]: [TNTRun] Disabling TNTRun vAlpha-1.0.5
1700[14:02:42] [Server thread/ERROR]: Error occurred while disabling TNTRun vAlpha-1.0.5 (Is it up to date?)
1701java.lang.NullPointerException
1702 at me.tade.tntrun.utils.Messages.load(Messages.java:15) ~[?:?]
1703 at me.tade.tntrun.TNTRun.onDisable(TNTRun.java:173) ~[?:?]
1704 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
1705 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1706 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.disablePlugin(PerWorldPluginLoader.java:136) [PerWorldPlugins.jar:?]
1707 at me.tade.tntrun.TNTRun.onEnable(TNTRun.java:67) [TNTRun-Recoded%20(1).jar:?]
1708 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1709 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1710 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1711 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1712 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1713 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1714 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1715 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1716 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1717 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1718 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1719 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
1720[14:02:42] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
1721[14:02:42] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader WarpPortals v5.6.3
1722[14:02:42] [Server thread/INFO]: [WarpPortals] 16 Portals loaded!
1723[14:02:42] [Server thread/INFO]: [WarpPortals] 18 Destinations loaded!
1724[14:02:42] [Server thread/INFO]: [BetterShops] Enabling BetterShops v2.1.2
1725[14:02:42] [Server thread/WARN]: Enabled plugin with unregistered PluginClassLoader BetterShops v2.1.2
1726[14:02:42] [Server thread/INFO]: BetterShops - Enabling BetterShops 2.1.2
1727[14:02:42] [Server thread/INFO]: BetterShops - Could not find support for this CraftBukkit version. Currently Supports CB version 1.7.9 RO.3 - Spigot 1.8.R1, You are using v1_10_R1. Plugin Disabling!
1728[14:02:42] [Server thread/INFO]: BetterShops - Saving Shops..
1729[14:02:42] [Server thread/INFO]: BetterShops - Saved!
1730[14:02:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1731[14:02:42] [Server thread/INFO]: Done (31.902s)! For help, type "help" or "?"
1732[14:02:42] [Server thread/ERROR]: Couldn't load server icon
1733java.lang.IllegalStateException: Must be 64 pixels wide
1734 at org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
1735 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:633) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1736 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:541) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
1737 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
1738[14:02:42] [Server thread/INFO]: Trying to register generator with Multiverse
1739[14:02:42] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock'!
1740[14:02:42] [Server thread/INFO]: Sorry, You can't set: 'generator'
1741[14:02:42] [Server thread/INFO]: For a full list of thingys, see our wiki.
1742[14:02:42] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock_nether'!
1743[14:02:42] [Server thread/INFO]: Sorry, You can't set: 'generator'
1744[14:02:42] [Server thread/INFO]: For a full list of thingys, see our wiki.
1745[14:02:42] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
1746[14:02:42] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
1747[14:02:42] [Craft Scheduler Thread - 19/INFO]: [GAListener] Connection established!
1748[14:02:42] [Craft Scheduler Thread - 19/INFO]: [GAListener] Loading queued votes
1749[14:02:42] [Craft Scheduler Thread - 19/INFO]: [GAListener] Loaded 1 queued votes
1750[14:02:42] [Craft Scheduler Thread - 16/WARN]: Exception in thread "Craft Scheduler Thread - 16"
1751[14:02:42] [Craft Scheduler Thread - 16/WARN]: org.apache.commons.lang.UnhandledException: Plugin OpMe v2.0 generated an exception while executing task 51
1752 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1753 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1754 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1755 at java.lang.Thread.run(Thread.java:745)
1756Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1757 at me.bands.opme.Metrics.postPlugin(Metrics.java:335)
1758 at me.bands.opme.Metrics.access$4(Metrics.java:328)
1759 at me.bands.opme.Metrics$1.run(Metrics.java:223)
1760 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1761 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1762 ... 3 more
1763
1764[14:02:42] [Craft Scheduler Thread - 17/WARN]: Exception in thread "Craft Scheduler Thread - 17"
1765[14:02:42] [Craft Scheduler Thread - 17/WARN]: org.apache.commons.lang.UnhandledException: Plugin RaceGames v5.0 generated an exception while executing task 52
1766 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1767 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1768 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1769 at java.lang.Thread.run(Thread.java:745)
1770Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1771 at me.Bikkel007.RaceGames.Metrics.postPlugin(Metrics.java:337)
1772 at me.Bikkel007.RaceGames.Metrics.access$4(Metrics.java:330)
1773 at me.Bikkel007.RaceGames.Metrics$1.run(Metrics.java:225)
1774 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1775 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1776 ... 3 more
1777
1778[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] *---------------------------------------------*
1779[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] [!] ChatControl Update Notification [!]
1780[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] A manual upgrade is now available at
1781[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] https://spigotmc.org/resources/10258
1782[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] You can hide this warning in settings.yml
1783[14:02:42] [Craft Scheduler Thread - 14/INFO]: [ChatControl] *---------------------------------------------*
1784[14:02:42] [Server thread/INFO]: [SkyWars] Loading world 'SkyWarsArenaWorld'.
1785[14:02:42] [Server thread/INFO]: -------- World Settings For [SkyWarsArenaWorld] --------
1786[14:02:42] [Server thread/INFO]: Mob Spawn Range: 4
1787[14:02:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1788[14:02:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1789[14:02:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1790[14:02:42] [Server thread/INFO]: Random Lighting Updates: false
1791[14:02:42] [Server thread/INFO]: Structure Info Saving: true
1792[14:02:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
1793[14:02:42] [Server thread/INFO]: Cane Growth Modifier: 100%
1794[14:02:42] [Server thread/INFO]: Melon Growth Modifier: 100%
1795[14:02:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1796[14:02:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1797[14:02:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
1798[14:02:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
1799[14:02:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1800[14:02:42] [Server thread/INFO]: Vine Growth Modifier: 100%
1801[14:02:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1802[14:02:42] [Server thread/INFO]: Max Entity Collisions: 8
1803[14:02:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1804[14:02:42] [Server thread/INFO]: Max TNT Explosions: 100
1805[14:02:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1806[14:02:42] [Server thread/INFO]: Item Despawn Rate: 6000
1807[14:02:42] [Server thread/INFO]: Item Merge Radius: 2.5
1808[14:02:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
1809[14:02:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1810[14:02:42] [Server thread/INFO]: View Distance: 10
1811[14:02:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1812[14:02:42] [Server thread/INFO]: Experience Merge Radius: 3.0
1813[14:02:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1814[14:02:42] [Server thread/INFO]: Preparing start region for level 20 (Seed: 0)
1815[14:02:42] [Craft Scheduler Thread - 11/INFO]: [PlugMan] No update was found.
1816[14:02:43] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 4 placeholder injectors are available on the cloud.
1817[14:02:43] [Craft Scheduler Thread - 10/INFO]: [PlaceholderAPI] 0 injectors you use have updates.
1818[14:02:43] [Server thread/INFO]: [WorldGuard] (SkyWarsArenaWorld) TNT ignition is PERMITTED.
1819[14:02:43] [Server thread/INFO]: [WorldGuard] (SkyWarsArenaWorld) Lighters are PERMITTED.
1820[14:02:43] [Server thread/INFO]: [WorldGuard] (SkyWarsArenaWorld) Lava fire is PERMITTED.
1821[14:02:43] [Server thread/INFO]: [WorldGuard] (SkyWarsArenaWorld) Fire spread is UNRESTRICTED.
1822[14:02:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyWarsArenaWorld'
1823[14:02:43] [Server thread/INFO]: [SkyWars] Done loading world 'SkyWarsArenaWorld'.
1824[14:02:43] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 65 placeholder expansions are available on the cloud.
1825[14:02:43] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
1826[14:02:43] [Craft Scheduler Thread - 15/WARN]: Exception in thread "Craft Scheduler Thread - 15"
1827[14:02:43] [Craft Scheduler Thread - 15/WARN]: org.apache.commons.lang.UnhandledException: Plugin Punishmental v5.1 generated an exception while executing task 80
1828 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1829 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1830 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1831 at java.lang.Thread.run(Thread.java:745)
1832Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1833 at com.TheModerator.Fall.Metrics.postPlugin(Metrics.java:357)
1834 at com.TheModerator.Fall.Metrics.access$4(Metrics.java:350)
1835 at com.TheModerator.Fall.Metrics$1.run(Metrics.java:245)
1836 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1837 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1838 ... 3 more
1839
1840[14:02:43] [Craft Scheduler Thread - 18/WARN]: Exception in thread "Craft Scheduler Thread - 18"
1841[14:02:43] [Craft Scheduler Thread - 20/WARN]: Exception in thread "Craft Scheduler Thread - 20"
1842[14:02:43] [Craft Scheduler Thread - 20/WARN]: org.apache.commons.lang.UnhandledException: Plugin ClickWarp v1.3.5 generated an exception while executing task 98
1843 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1844 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1845 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1846 at java.lang.Thread.run(Thread.java:745)
1847Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1848 at de.comniemeer.ClickWarp.Metrics.postPlugin(Metrics.java:357)
1849 at de.comniemeer.ClickWarp.Metrics.access$4(Metrics.java:350)
1850 at de.comniemeer.ClickWarp.Metrics$1.run(Metrics.java:245)
1851 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1852 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1853 ... 3 more
1854
1855[14:02:43] [Craft Scheduler Thread - 18/WARN]: org.apache.commons.lang.UnhandledException: Plugin ClickWarp v1.3.5 generated an exception while executing task 99
1856 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1857 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1858 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1859 at java.lang.Thread.run(Thread.java:745)
1860Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1861 at de.comniemeer.ClickWarp.Metrics.postPlugin(Metrics.java:357)
1862 at de.comniemeer.ClickWarp.Metrics.access$4(Metrics.java:350)
1863 at de.comniemeer.ClickWarp.Metrics$1.run(Metrics.java:245)
1864 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1865 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1866 ... 3 more
1867
1868[14:02:43] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.1
1869[14:02:43] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
1870[14:02:43] [Craft Scheduler Thread - 22/WARN]: Exception in thread "Craft Scheduler Thread - 22"
1871[14:02:43] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
1872[14:02:43] [Craft Scheduler Thread - 13/WARN]: Exception in thread "Craft Scheduler Thread - 13"
1873[14:02:43] [Craft Scheduler Thread - 13/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 109
1874 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1875 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1876 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1877 at java.lang.Thread.run(Thread.java:745)
1878Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1879 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
1880 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
1881 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
1882 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1883 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1884 ... 3 more
1885
1886[14:02:43] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: skellypenthouse1
1887[14:02:43] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
1888[14:02:43] [Craft Scheduler Thread - 22/WARN]: org.apache.commons.lang.UnhandledException: Plugin Skins v1.8.3 generated an exception while executing task 95
1889 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1890 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1891 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1892 at java.lang.Thread.run(Thread.java:745)
1893Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1894 at com.instancedev.skins.utils.Metrics.postPlugin(Metrics.java:335)
1895 at com.instancedev.skins.utils.Metrics.access$4(Metrics.java:328)
1896 at com.instancedev.skins.utils.Metrics$1.run(Metrics.java:223)
1897 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1898 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1899 ... 3 more
1900
1901[14:02:43] [Craft Scheduler Thread - 1/WARN]: Exception in thread "Craft Scheduler Thread - 1"
1902[14:02:43] [Craft Scheduler Thread - 1/WARN]: org.apache.commons.lang.UnhandledException: Plugin WarpPortals v5.6.3 generated an exception while executing task 144
1903 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1904 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1905 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1906 at java.lang.Thread.run(Thread.java:745)
1907Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1908 at com.mccraftaholics.warpportals.MetricsLite.postPlugin(MetricsLite.java:287)
1909 at com.mccraftaholics.warpportals.MetricsLite.access$200(MetricsLite.java:53)
1910 at com.mccraftaholics.warpportals.MetricsLite$1.run(MetricsLite.java:175)
1911 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1912 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1913 ... 3 more
1914
1915[14:02:43] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
1916[14:02:43] [Craft Scheduler Thread - 28/WARN]: Exception in thread "Craft Scheduler Thread - 28"
1917[14:02:43] [Craft Scheduler Thread - 28/WARN]: org.apache.commons.lang.UnhandledException: Plugin Punishmental v5.1 generated an exception while executing task 81
1918 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1919 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1920 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1921 at java.lang.Thread.run(Thread.java:745)
1922Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1923 at com.TheModerator.Fall.Fall.activateFailsafe(Fall.java:2850)
1924 at com.TheModerator.Fall.Fall.CheckLag(Fall.java:186)
1925 at com.TheModerator.Fall.Fall$1.run(Fall.java:168)
1926 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1927 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1928 ... 3 more
1929
1930[14:02:43] [Server thread/INFO]: [Citizens] Loaded 71 NPCs.
1931[14:02:43] [Craft Scheduler Thread - 27/INFO]: [Vault] Checking for Updates ...
1932[14:02:43] [Server thread/INFO]: [ASkyBlock] Loading island grid...
1933[14:02:43] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
1934[14:02:43] [Server thread/INFO]: [ASkyBlock] Loading warps...
1935[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] --------- Serverlist ----------
1936[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] Wasn't able to post server: Server returned HTTP response code: 500 for URL: http://blablubbabc.de/paintball/serverlist/post.php
1937[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] Maybe the master server is down or has bad latency.
1938[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] --------- ---------------- ----------
1939[14:02:43] [Server thread/ERROR]: [ASkyBlock] Problem parsing shop item from minishop.yml so skipping it: LAVA_BUCKET
1940[14:02:43] [Server thread/ERROR]: [ASkyBlock] Error is : Essentials API is called before Essentials is loaded.
1941[14:02:43] [Server thread/WARN]: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
1942[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:395)
1943[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:382)
1944[14:02:43] [Server thread/WARN]: at net.milkbowl.vault.economy.plugins.Economy_Essentials.format(Economy_Essentials.java:207)
1945[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.MiniShopItem.<init>(MiniShopItem.java:192)
1946[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.loadShop(ControlPanel.java:125)
1947[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.<init>(ControlPanel.java:65)
1948[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock$1$1.run(ASkyBlock.java:429)
1949[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1950[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
1951[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
1952[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
1953[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
1954[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
1955[14:02:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1956[14:02:43] [Server thread/INFO]: [ASkyBlock] Potential potion types are:
1957[14:02:43] [Server thread/INFO]: [ASkyBlock] UNCRAFTABLE
1958[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER
1959[14:02:43] [Server thread/INFO]: [ASkyBlock] MUNDANE
1960[14:02:43] [Server thread/INFO]: [ASkyBlock] THICK
1961[14:02:43] [Server thread/INFO]: [ASkyBlock] AWKWARD
1962[14:02:43] [Server thread/INFO]: [ASkyBlock] NIGHT_VISION
1963[14:02:43] [Server thread/INFO]: [ASkyBlock] INVISIBILITY
1964[14:02:43] [Server thread/INFO]: [ASkyBlock] JUMP
1965[14:02:43] [Server thread/INFO]: [ASkyBlock] FIRE_RESISTANCE
1966[14:02:43] [Server thread/INFO]: [ASkyBlock] SPEED
1967[14:02:43] [Server thread/INFO]: [ASkyBlock] SLOWNESS
1968[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER_BREATHING
1969[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_HEAL
1970[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_DAMAGE
1971[14:02:43] [Server thread/INFO]: [ASkyBlock] POISON
1972[14:02:43] [Server thread/INFO]: [ASkyBlock] REGEN
1973[14:02:43] [Server thread/INFO]: [ASkyBlock] STRENGTH
1974[14:02:43] [Server thread/INFO]: [ASkyBlock] WEAKNESS
1975[14:02:43] [Server thread/INFO]: [ASkyBlock] LUCK
1976[14:02:43] [Server thread/INFO]: [ASkyBlock] Potions can also be EXTENDED, SPLASH or EXTENDEDSPLASH, example WATER_BREATHING:EXTENDED
1977[14:02:43] [Server thread/ERROR]: [ASkyBlock] Problem parsing shop item from minishop.yml so skipping it: DIRT
1978[14:02:43] [Server thread/ERROR]: [ASkyBlock] Error is : Essentials API is called before Essentials is loaded.
1979[14:02:43] [Server thread/WARN]: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
1980[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:395)
1981[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:382)
1982[14:02:43] [Server thread/WARN]: at net.milkbowl.vault.economy.plugins.Economy_Essentials.format(Economy_Essentials.java:207)
1983[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.MiniShopItem.<init>(MiniShopItem.java:192)
1984[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.loadShop(ControlPanel.java:125)
1985[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.<init>(ControlPanel.java:65)
1986[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock$1$1.run(ASkyBlock.java:429)
1987[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
1988[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
1989[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
1990[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
1991[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
1992[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
1993[14:02:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1994[14:02:43] [Server thread/INFO]: [ASkyBlock] Potential potion types are:
1995[14:02:43] [Server thread/INFO]: [ASkyBlock] UNCRAFTABLE
1996[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER
1997[14:02:43] [Server thread/INFO]: [ASkyBlock] MUNDANE
1998[14:02:43] [Server thread/INFO]: [ASkyBlock] THICK
1999[14:02:43] [Server thread/INFO]: [ASkyBlock] AWKWARD
2000[14:02:43] [Server thread/INFO]: [ASkyBlock] NIGHT_VISION
2001[14:02:43] [Server thread/INFO]: [ASkyBlock] INVISIBILITY
2002[14:02:43] [Server thread/INFO]: [ASkyBlock] JUMP
2003[14:02:43] [Server thread/INFO]: [ASkyBlock] FIRE_RESISTANCE
2004[14:02:43] [Server thread/INFO]: [ASkyBlock] SPEED
2005[14:02:43] [Server thread/INFO]: [ASkyBlock] SLOWNESS
2006[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER_BREATHING
2007[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_HEAL
2008[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_DAMAGE
2009[14:02:43] [Server thread/INFO]: [ASkyBlock] POISON
2010[14:02:43] [Server thread/INFO]: [ASkyBlock] REGEN
2011[14:02:43] [Server thread/INFO]: [ASkyBlock] STRENGTH
2012[14:02:43] [Server thread/INFO]: [ASkyBlock] WEAKNESS
2013[14:02:43] [Server thread/INFO]: [ASkyBlock] LUCK
2014[14:02:43] [Server thread/INFO]: [ASkyBlock] Potions can also be EXTENDED, SPLASH or EXTENDEDSPLASH, example WATER_BREATHING:EXTENDED
2015[14:02:43] [Server thread/ERROR]: [ASkyBlock] Problem parsing shop item from minishop.yml so skipping it: IRON_INGOT
2016[14:02:43] [Server thread/ERROR]: [ASkyBlock] Error is : Essentials API is called before Essentials is loaded.
2017[14:02:43] [Server thread/WARN]: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
2018[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:395)
2019[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:382)
2020[14:02:43] [Server thread/WARN]: at net.milkbowl.vault.economy.plugins.Economy_Essentials.format(Economy_Essentials.java:207)
2021[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.MiniShopItem.<init>(MiniShopItem.java:192)
2022[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.loadShop(ControlPanel.java:125)
2023[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.<init>(ControlPanel.java:65)
2024[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock$1$1.run(ASkyBlock.java:429)
2025[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
2026[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
2027[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
2028[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
2029[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
2030[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
2031[14:02:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2032[14:02:43] [Server thread/INFO]: [ASkyBlock] Potential potion types are:
2033[14:02:43] [Server thread/INFO]: [ASkyBlock] UNCRAFTABLE
2034[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER
2035[14:02:43] [Server thread/INFO]: [ASkyBlock] MUNDANE
2036[14:02:43] [Server thread/INFO]: [ASkyBlock] THICK
2037[14:02:43] [Server thread/INFO]: [ASkyBlock] AWKWARD
2038[14:02:43] [Server thread/INFO]: [ASkyBlock] NIGHT_VISION
2039[14:02:43] [Server thread/INFO]: [ASkyBlock] INVISIBILITY
2040[14:02:43] [Server thread/INFO]: [ASkyBlock] JUMP
2041[14:02:43] [Server thread/INFO]: [ASkyBlock] FIRE_RESISTANCE
2042[14:02:43] [Server thread/INFO]: [ASkyBlock] SPEED
2043[14:02:43] [Server thread/INFO]: [ASkyBlock] SLOWNESS
2044[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER_BREATHING
2045[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_HEAL
2046[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_DAMAGE
2047[14:02:43] [Server thread/INFO]: [ASkyBlock] POISON
2048[14:02:43] [Server thread/INFO]: [ASkyBlock] REGEN
2049[14:02:43] [Server thread/INFO]: [ASkyBlock] STRENGTH
2050[14:02:43] [Server thread/INFO]: [ASkyBlock] WEAKNESS
2051[14:02:43] [Server thread/INFO]: [ASkyBlock] LUCK
2052[14:02:43] [Server thread/INFO]: [ASkyBlock] Potions can also be EXTENDED, SPLASH or EXTENDEDSPLASH, example WATER_BREATHING:EXTENDED
2053[14:02:43] [Server thread/ERROR]: [ASkyBlock] Problem parsing shop item from minishop.yml so skipping it: SAPLING
2054[14:02:43] [Server thread/ERROR]: [ASkyBlock] Error is : Essentials API is called before Essentials is loaded.
2055[14:02:43] [Server thread/WARN]: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
2056[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:395)
2057[14:02:43] [Server thread/WARN]: at com.earth2me.essentials.api.Economy.format(Economy.java:382)
2058[14:02:43] [Server thread/WARN]: at net.milkbowl.vault.economy.plugins.Economy_Essentials.format(Economy_Essentials.java:207)
2059[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.MiniShopItem.<init>(MiniShopItem.java:192)
2060[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.loadShop(ControlPanel.java:125)
2061[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.panels.ControlPanel.<init>(ControlPanel.java:65)
2062[14:02:43] [Server thread/WARN]: at com.wasteofplastic.askyblock.ASkyBlock$1$1.run(ASkyBlock.java:429)
2063[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
2064[14:02:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
2065[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
2066[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
2067[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
2068[14:02:43] [Server thread/WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
2069[14:02:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2070[14:02:43] [Server thread/INFO]: [ASkyBlock] Potential potion types are:
2071[14:02:43] [Server thread/INFO]: [ASkyBlock] UNCRAFTABLE
2072[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER
2073[14:02:43] [Server thread/INFO]: [ASkyBlock] MUNDANE
2074[14:02:43] [Server thread/INFO]: [ASkyBlock] THICK
2075[14:02:43] [Server thread/INFO]: [ASkyBlock] AWKWARD
2076[14:02:43] [Server thread/INFO]: [ASkyBlock] NIGHT_VISION
2077[14:02:43] [Server thread/INFO]: [ASkyBlock] INVISIBILITY
2078[14:02:43] [Server thread/INFO]: [ASkyBlock] JUMP
2079[14:02:43] [Server thread/INFO]: [ASkyBlock] FIRE_RESISTANCE
2080[14:02:43] [Server thread/INFO]: [ASkyBlock] SPEED
2081[14:02:43] [Server thread/INFO]: [ASkyBlock] SLOWNESS
2082[14:02:43] [Server thread/INFO]: [ASkyBlock] WATER_BREATHING
2083[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_HEAL
2084[14:02:43] [Server thread/INFO]: [ASkyBlock] INSTANT_DAMAGE
2085[14:02:43] [Server thread/INFO]: [ASkyBlock] POISON
2086[14:02:43] [Server thread/INFO]: [ASkyBlock] REGEN
2087[14:02:43] [Server thread/INFO]: [ASkyBlock] STRENGTH
2088[14:02:43] [Server thread/INFO]: [ASkyBlock] WEAKNESS
2089[14:02:43] [Server thread/INFO]: [ASkyBlock] LUCK
2090[14:02:43] [Server thread/INFO]: [ASkyBlock] Potions can also be EXTENDED, SPLASH or EXTENDEDSPLASH, example WATER_BREATHING:EXTENDED
2091[14:02:43] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
2092[14:02:43] [Craft Scheduler Thread - 27/INFO]: [Vault] No new version available
2093[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] --------- Checking version ----------
2094[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] You are running the latest version (or a dev- or compat-build). :)
2095[14:02:43] [Craft Scheduler Thread - 2/INFO]: [Paintball] --------- ---------------- ----------
2096[14:02:44] [Craft Scheduler Thread - 14/INFO]: [ChatControl] ChatControl is updating! Downloading v5.3.7
2097[14:02:44] [User Authenticator #2/INFO]: UUID of player Craftymatt2 is baf34481-8c0f-4b7e-b110-56a5cc2fd28c
2098[14:02:44] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2099Could not pass event PlayerJoinEvent to BusinessCore v1.6.0-Beta
2100org.bukkit.event.EventException
2101 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2102 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2103 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2104 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2105 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2106 at net.minecraft.server.v1_10_R1.PlayerList.onPlayerJoin(PlayerList.java:333) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2107 at net.minecraft.server.v1_10_R1.PlayerList.a(PlayerList.java:159) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2108 at net.minecraft.server.v1_10_R1.LoginListener.b(LoginListener.java:144) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2109 at net.minecraft.server.v1_10_R1.LoginListener.E_(LoginListener.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2110 at net.minecraft.server.v1_10_R1.NetworkManager.a(NetworkManager.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2111 at net.minecraft.server.v1_10_R1.ServerConnection.c(ServerConnection.java:140) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2112 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:827) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2113 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2114 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2115 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2116 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2117Caused by: java.lang.NullPointerException
2118 at me.beastman3226.bc.listener.PlayerListener.onLogin(PlayerListener.java:74) ~[?:?]
2119 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2120 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2121 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2122 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2123 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2124 ... 15 more
2125[14:02:44] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2126Could not pass event PlayerJoinEvent to MultiWorldMoney v2.2
2127org.bukkit.event.EventException
2128 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2129 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2130 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2131 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2132 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2133 at net.minecraft.server.v1_10_R1.PlayerList.onPlayerJoin(PlayerList.java:333) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2134 at net.minecraft.server.v1_10_R1.PlayerList.a(PlayerList.java:159) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2135 at net.minecraft.server.v1_10_R1.LoginListener.b(LoginListener.java:144) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2136 at net.minecraft.server.v1_10_R1.LoginListener.E_(LoginListener.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2137 at net.minecraft.server.v1_10_R1.NetworkManager.a(NetworkManager.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2138 at net.minecraft.server.v1_10_R1.ServerConnection.c(ServerConnection.java:140) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2139 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:827) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2140 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2141 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2142 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2143 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2144Caused by: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
2145 at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:86) ~[?:?]
2146 at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:106) ~[?:?]
2147 at com.earth2me.essentials.api.Economy.getMoney(Economy.java:101) ~[?:?]
2148 at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?]
2149 at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:20) ~[?:?]
2150 at com.wasteofplastic.multiworldmoney.LogInOutListener.onPlayerJoin(LogInOutListener.java:28) ~[?:?]
2151 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2152 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2153 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2154 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2155 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2156 ... 15 more
2157[14:02:45] [Server thread/INFO]: Craftymatt2[/176.26.221.97:53842] logged in with entity id 1712 at ([ASkyBlock]17.916039778051154, 121.0, 1.6098586253458187)
2158[14:02:45] [Craft Scheduler Thread - 8/INFO]: [GAListener] Player: Craftymatt2 has 4 votes
2159[14:02:45] [Craft Scheduler Thread - 6/INFO]: Checking for updates via Spigot...
2160[14:02:45] [Craft Scheduler Thread - 6/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
2161[14:02:45] [Craft Scheduler Thread - 14/INFO]: [ChatControl] Got file of size: 173.442 kb
2162[14:02:45] [Craft Scheduler Thread - 6/INFO]: [PlotMe] Checking if conversion to UUID needed...
2163[14:02:45] [Craft Scheduler Thread - 26/INFO]: [BuycraftX] Fetching all due players...
2164[14:02:45] [Server thread/INFO]: [ASkyBlock] No updates available.
2165[14:02:45] [Server thread/INFO]:
2166[14:02:45] [Server thread/INFO]: **************************************************
2167[14:02:45] [Server thread/INFO]: ----------------- PAINTBALL INFO -----------------
2168[14:02:45] [Server thread/INFO]:
2169[14:02:45] [Server thread/INFO]: License stuff:
2170[14:02:45] [Server thread/INFO]: - Usage on own risk. I give no warranties for anything.
2171[14:02:45] [Server thread/INFO]: - Do not modify. Use it as it is!
2172[14:02:45] [Server thread/INFO]: - Do not redistribute/upload/use parts of it/copy/give away.
2173[14:02:45] [Server thread/INFO]: - Do not use for commercial purposes!
2174[14:02:45] [Server thread/INFO]: -> No benefits for paying players/donors!
2175[14:02:45] [Server thread/INFO]: -> This also applies to any kind of add-on you are using
2176[14:02:45] [Server thread/INFO]: related to this plugin!
2177[14:02:45] [Server thread/INFO]:
2178[14:02:45] [Server thread/INFO]: If you like this plugin: Give feedback and donate at
2179[14:02:45] [Server thread/INFO]: ->http://dev.bukkit.org/server-mods/paintball_pure_war/
2180[14:02:45] [Server thread/INFO]:
2181[14:02:45] [Server thread/INFO]: Thank you and good shooting!
2182[14:02:45] [Server thread/INFO]: - blablubbabc :)
2183[14:02:45] [Server thread/INFO]:
2184[14:02:45] [Server thread/INFO]: ---------------- Detected Problems ---------------
2185[14:02:45] [Server thread/INFO]:
2186[14:02:45] [Server thread/INFO]: No problems found. :)
2187[14:02:45] [Server thread/INFO]:
2188[14:02:45] [Server thread/INFO]: **************************************************
2189[14:02:45] [Server thread/INFO]:
2190[14:02:46] [Craft Scheduler Thread - 26/INFO]: [BuycraftX] Fetched due players (0 found).
2191[14:02:47] [Craft Scheduler Thread - 14/INFO]: [ChatControl] Downloaded! File uploaded into the update folder. Please copy it to the plugins folder.
2192[14:02:47] [Craft Scheduler Thread - 6/INFO]: [PlotMe] No plot conversion needed
2193[14:02:49] [Async Chat Thread - #0/WARN]: Essentials userMap not initialized
2194[14:02:53] [Async Chat Thread - #0/WARN]: Essentials userMap not initialized
2195[14:02:57] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'build_battle' have been background saved
2196[14:03:50] [Server thread/INFO]: Craftymatt2 issued server command: /manuload
2197[14:03:52] [Server thread/INFO]: Craftymatt2 issued server command: /manload
2198[14:03:52] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
2199[14:03:52] [Server thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
2200[14:03:52] [Server thread/INFO]: GroupManager - INFO - World Found: world
2201[14:03:52] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
2202[14:03:52] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
2203[14:03:52] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
2204[14:03:52] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
2205[14:03:55] [Async Chat Thread - #1/WARN]: Essentials userMap not initialized
2206[14:04:20] [Server thread/INFO]: Craftymatt2 issued server command: /rules
2207[14:04:20] [Server thread/ERROR]: null
2208org.bukkit.command.CommandException: Unhandled exception executing command 'rules' in plugin Essentials v2.13.1
2209 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2210 at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
2211 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:647) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2212 at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1358) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2213 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1193) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2214 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2215 at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2216 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2217 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2218 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2219 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2220 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2221 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2222 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2223 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2224 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2225Caused by: java.lang.NullPointerException
2226 at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:389) ~[?:?]
2227 at com.earth2me.essentials.Essentials.onCommand(Essentials.java:380) ~[?:?]
2228 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2229 ... 15 more
2230[14:04:42] [Server thread/INFO]: [Server Release] Monday 10/10/2016 Server Opens: Tomorrow!!!
2231[14:06:42] [Server thread/INFO]: [Hype!] HYPE IN CHAT FOR SERVER OPEINING TOMMOROW! :D
2232[14:07:47] [Craft Scheduler Thread - 32/INFO]: [BuycraftX] Fetching all due players...
2233[14:07:48] [Craft Scheduler Thread - 32/INFO]: [BuycraftX] Fetched due players (0 found).
2234[14:08:31] [User Authenticator #3/INFO]: UUID of player An1me_ is fa338ebc-2e4a-44fb-8e36-89ef11d67684
2235[14:08:32] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2236Could not pass event PlayerJoinEvent to BusinessCore v1.6.0-Beta
2237org.bukkit.event.EventException
2238 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2239 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2240 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2241 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2242 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2243 at net.minecraft.server.v1_10_R1.PlayerList.onPlayerJoin(PlayerList.java:333) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2244 at net.minecraft.server.v1_10_R1.PlayerList.a(PlayerList.java:159) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2245 at net.minecraft.server.v1_10_R1.LoginListener.b(LoginListener.java:144) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2246 at net.minecraft.server.v1_10_R1.LoginListener.E_(LoginListener.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2247 at net.minecraft.server.v1_10_R1.NetworkManager.a(NetworkManager.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2248 at net.minecraft.server.v1_10_R1.ServerConnection.c(ServerConnection.java:140) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2249 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:827) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2250 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2251 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2252 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2253 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2254Caused by: java.lang.NullPointerException
2255 at me.beastman3226.bc.listener.PlayerListener.onLogin(PlayerListener.java:74) ~[?:?]
2256 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2257 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2258 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2259 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2260 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2261 ... 15 more
2262[14:08:32] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2263Could not pass event PlayerJoinEvent to MultiWorldMoney v2.2
2264org.bukkit.event.EventException
2265 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2266 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2267 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2268 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2269 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2270 at net.minecraft.server.v1_10_R1.PlayerList.onPlayerJoin(PlayerList.java:333) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2271 at net.minecraft.server.v1_10_R1.PlayerList.a(PlayerList.java:159) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2272 at net.minecraft.server.v1_10_R1.LoginListener.b(LoginListener.java:144) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2273 at net.minecraft.server.v1_10_R1.LoginListener.E_(LoginListener.java:54) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2274 at net.minecraft.server.v1_10_R1.NetworkManager.a(NetworkManager.java:233) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2275 at net.minecraft.server.v1_10_R1.ServerConnection.c(ServerConnection.java:140) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2276 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:827) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2277 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2278 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2279 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2280 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2281Caused by: java.lang.RuntimeException: Essentials API is called before Essentials is loaded.
2282 at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:86) ~[?:?]
2283 at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:106) ~[?:?]
2284 at com.earth2me.essentials.api.Economy.getMoney(Economy.java:101) ~[?:?]
2285 at net.milkbowl.vault.economy.plugins.Economy_Essentials.getBalance(Economy_Essentials.java:78) ~[?:?]
2286 at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:20) ~[?:?]
2287 at com.wasteofplastic.multiworldmoney.LogInOutListener.onPlayerJoin(LogInOutListener.java:28) ~[?:?]
2288 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2289 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2290 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2291 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2292 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2293 ... 15 more
2294[14:08:32] [Server thread/INFO]: An1me_[/95.149.157.164:59694] logged in with entity id 2834 at ([Pvp]-1116.4886622940326, 4.0, 745.249527745315)
2295[14:08:32] [Craft Scheduler Thread - 33/INFO]: [GAListener] Player: An1me_ has 0 votes
2296[14:08:36] [Async Chat Thread - #2/WARN]: Essentials userMap not initialized
2297[14:08:41] [Server thread/INFO]: Craftymatt2 issued server command: /say its all broken
2298[14:08:41] [Server thread/INFO]: [§b[§cH-Dev§b] Craftymatt2] its all broken
2299[14:08:43] [Server thread/INFO]: WARNING: please use /say <message> To Communicate while the chat is broken.
2300[14:08:44] [Server thread/INFO]: An1me_ issued server command: /say rip
2301[14:08:44] [Server thread/INFO]: [§b[§cHelper§b] An1me_] rip
2302[14:08:54] [Server thread/INFO]: An1me_ issued server command: /say ummm
2303[14:08:54] [Server thread/INFO]: [§b[§cHelper§b] An1me_] ummm
2304[14:09:13] [Server thread/INFO]: An1me_ issued server command: /say can we not open the server tommorow?
2305[14:09:13] [Server thread/INFO]: [§b[§cHelper§b] An1me_] can we not open the server tommorow?
2306[14:09:21] [Server thread/INFO]: An1me_ issued server command: /say tommorrow
2307[14:09:21] [Server thread/INFO]: [§b[§cHelper§b] An1me_] tommorrow
2308[14:09:22] [Server thread/WARN]: Essentials userMap not initialized
2309[14:09:22] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2310Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2311org.bukkit.event.EventException
2312 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2313 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2314 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2315 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2316 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2317 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2318 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2319 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2320 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2321 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2322 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2323 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2324 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2325 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2326 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2327 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2328 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2329 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2330 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2331 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2332Caused by: java.lang.NullPointerException
2333 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2334 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2335 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2336 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2337 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2338 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2339 ... 19 more
2340[14:09:23] [Server thread/WARN]: Essentials userMap not initialized
2341[14:09:23] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2342Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2343org.bukkit.event.EventException
2344 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2345 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2346 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2347 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2348 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2349 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2350 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2351 at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:111) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2352 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:834) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2353 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2354 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2355 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2356 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2357 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2358 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2359 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2360 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2361 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2362 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2363 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2364Caused by: java.lang.NullPointerException
2365 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2366 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2367 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2368 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2369 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2370 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2371 ... 19 more
2372[14:09:24] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
2373[14:09:24] [Server thread/WARN]: Essentials userMap not initialized
2374[14:09:24] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2375Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2376org.bukkit.event.EventException
2377 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2378 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2379 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2380 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2381 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2382 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2383 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2384 at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:111) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2385 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:834) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2386 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2387 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2388 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2389 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2390 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2391 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2392 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2393 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2394 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2395 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2396 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2397Caused by: java.lang.NullPointerException
2398 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2399 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2400 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2401 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2402 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2403 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2404 ... 19 more
2405[14:09:24] [Server thread/WARN]: Essentials userMap not initialized
2406[14:09:24] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2407Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2408org.bukkit.event.EventException
2409 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2410 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2411 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2412 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2413 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2414 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2415 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2416 at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:111) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2417 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:834) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2418 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2419 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2420 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2421 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2422 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2423 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2424 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2425 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2426 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2427 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2428 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2429Caused by: java.lang.NullPointerException
2430 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2431 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2432 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2433 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2434 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2435 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2436 ... 19 more
2437[14:09:24] [Server thread/WARN]: Essentials userMap not initialized
2438[14:09:24] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2439Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2440org.bukkit.event.EventException
2441 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2442 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2443 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2444 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2445 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2446 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2447 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2448 at net.minecraft.server.v1_10_R1.PlayerInteractManager.a(PlayerInteractManager.java:111) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2449 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:834) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2450 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2451 at net.minecraft.server.v1_10_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2452 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2453 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2454 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2455 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2456 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2457 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2458 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2459 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2460 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2461Caused by: java.lang.NullPointerException
2462 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2463 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2464 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2465 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2466 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2467 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2468 ... 19 more
2469[14:09:24] [Server thread/INFO]: Craftymatt2 issued server command: /say yeah, we might have to
2470[14:09:24] [Server thread/INFO]: [§b[§cH-Dev§b] Craftymatt2] yeah, we might have to
2471[14:09:41] [Server thread/WARN]: Essentials userMap not initialized
2472[14:09:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2473Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2474org.bukkit.event.EventException
2475 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2476 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2477 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2478 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2479 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2480 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2481 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2482 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2483 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2484 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2485 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2486 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2487 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2488 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2489 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2490 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2491 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2492 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2493 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2494 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2495Caused by: java.lang.NullPointerException
2496 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2497 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2498 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2499 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2500 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2501 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2502 ... 19 more
2503[14:09:41] [Server thread/WARN]: Essentials userMap not initialized
2504[14:09:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2505Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2506org.bukkit.event.EventException
2507 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2508 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2509 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2510 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2511 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2512 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2513 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2514 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2515 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2516 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2517 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2518 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2519 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2520 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2521 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2522 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2523 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2524 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2525 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2526 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2527Caused by: java.lang.NullPointerException
2528 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2529 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2530 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2531 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2532 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2533 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2534 ... 19 more
2535[14:09:41] [Server thread/WARN]: Essentials userMap not initialized
2536[14:09:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2537Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2538org.bukkit.event.EventException
2539 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2540 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2541 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2542 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2543 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2544 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2545 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2546 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2547 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2548 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2549 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2550 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2551 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2552 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2553 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2554 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2555 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2556 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2557 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2558 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2559Caused by: java.lang.NullPointerException
2560 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2561 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2562 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2563 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2564 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2565 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2566 ... 19 more
2567[14:09:41] [Server thread/WARN]: Essentials userMap not initialized
2568[14:09:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2569Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2570org.bukkit.event.EventException
2571 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2572 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2573 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2574 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2575 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2576 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2577 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2578 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2579 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2580 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2581 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2582 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2583 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2584 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2585 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2586 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2587 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2588 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2589 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2590 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2591Caused by: java.lang.NullPointerException
2592 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2593 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2594 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2595 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2596 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2597 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2598 ... 19 more
2599[14:09:41] [Server thread/WARN]: Essentials userMap not initialized
2600[14:09:41] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2601Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2602org.bukkit.event.EventException
2603 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2604 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2605 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2606 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2607 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2608 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2609 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2610 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2611 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2612 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2613 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2614 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2615 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2616 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2617 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2618 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2619 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2620 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2621 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2622 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2623Caused by: java.lang.NullPointerException
2624 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2625 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2626 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2627 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2628 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2629 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2630 ... 19 more
2631[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2632[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2633Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2634org.bukkit.event.EventException
2635 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2636 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2637 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2638 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2639 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2640 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2641 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2642 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2643 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2644 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2645 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2646 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2647 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2648 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2649 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2650 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2651 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2652 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2653 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2654 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2655Caused by: java.lang.NullPointerException
2656 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2657 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2658 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2659 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2660 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2661 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2662 ... 19 more
2663[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2664[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2665Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2666org.bukkit.event.EventException
2667 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2668 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2669 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2670 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2671 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2672 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2673 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2674 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2675 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2676 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2677 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2678 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2679 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2680 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2681 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2682 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2683 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2684 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2685 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2686 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2687Caused by: java.lang.NullPointerException
2688 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2689 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2690 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2691 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2692 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2693 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2694 ... 19 more
2695[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2696[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2697Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2698org.bukkit.event.EventException
2699 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2700 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2701 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2702 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2703 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2704 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2705 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2706 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2707 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2708 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2709 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2710 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2711 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2712 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2713 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2714 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2715 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2716 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2717 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2718 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2719Caused by: java.lang.NullPointerException
2720 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2721 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2722 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2723 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2724 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2725 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2726 ... 19 more
2727[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2728[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2729Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2730org.bukkit.event.EventException
2731 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2732 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2733 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2734 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2735 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2736 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2737 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2738 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2739 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2740 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2741 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2742 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2743 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2744 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2745 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2746 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2747 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2748 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2749 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2750 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2751Caused by: java.lang.NullPointerException
2752 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2753 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2754 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2755 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2756 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2757 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2758 ... 19 more
2759[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2760[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2761Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2762org.bukkit.event.EventException
2763 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2764 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2765 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2766 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2767 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2768 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2769 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2770 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2771 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2772 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2773 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2774 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2775 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2776 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2777 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2778 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2779 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2780 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2781 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2782 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2783Caused by: java.lang.NullPointerException
2784 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2785 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2786 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2787 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2788 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2789 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2790 ... 19 more
2791[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2792[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2793Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2794org.bukkit.event.EventException
2795 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2796 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2797 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2798 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2799 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2800 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2801 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2802 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2803 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2804 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2805 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2806 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2807 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2808 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2809 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2810 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2811 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2812 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2813 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2814 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2815Caused by: java.lang.NullPointerException
2816 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2817 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
2818 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
2819 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2820 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2821 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2822 ... 19 more
2823[14:09:42] [Server thread/WARN]: Essentials userMap not initialized
2824[14:09:42] [Server thread/ERROR]: **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS ****
2825Could not pass event PlayerInteractEvent to EssentialsAntiBuild v2.13.1
2826org.bukkit.event.EventException
2827 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:118) ~[?:?]
2828 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-latest.jar:git-Spigot-570526c-c1b529e]
2829 at me.incomprehendable.dev.pwp.transparentlisteners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:28) [PerWorldPlugins.jar:?]
2830 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2831 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2832 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2833 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2834 at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2835 at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1396) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2836 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2837 at net.minecraft.server.v1_10_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2838 at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2839 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_92]
2840 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_92]
2841 at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2842 at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2843 at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2844 at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2845 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-latest.jar:git-Spigot-570526c-c1b529e]
2846 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
2847Caused by: java.lang.NullPointerException
2848 at com.earth2me.essentials.antibuild.EssentialsAntiBuildListener.onPlayerInteract(EssentialsAntiBuildListener.java:232) ~[?:?]
2849 at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source) ~[?:?]
2850 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
2851 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
2852 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:116) ~[?:?]
2853 ... 19 more
2854[14:09:43] [Server thread/INFO]: WARNING: please use /say <message> To Communicate while the chat is broken.
2855[14:09:54] [Server thread/INFO]: An1me_ issued server command: /say commands still broken|?
2856[14:09:54] [Server thread/INFO]: [§b[§cHelper§b] An1me_] commands still broken|?
2857[14:09:56] [Server thread/INFO]: An1me_ issued server command: /say commands still broken?
2858[14:09:56] [Server thread/INFO]: [§b[§cHelper§b] An1me_] commands still broken?
2859[14:10:04] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
2860[14:10:06] [Server thread/INFO]: Craftymatt2 issued server command: /say Alll the essentials ones, yet
2861[14:10:06] [Server thread/INFO]: [§b[§cH-Dev§b] Craftymatt2] Alll the essentials ones, yet
2862[14:10:09] [Server thread/INFO]: Craftymatt2 issued server command: /say Alll the essentials ones, yes
2863[14:10:09] [Server thread/INFO]: [§b[§cH-Dev§b] Craftymatt2] Alll the essentials ones, yes
2864[14:10:20] [Server thread/INFO]: An1me_ issued server command: /say alll
2865[14:10:20] [Server thread/INFO]: [§b[§cHelper§b] An1me_] alll