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