· 9 years ago · Nov 23, 2016, 06:40 PM
1[12:36:16] [Server thread/INFO]: Starting minecraft server version 1.10
2[12:36:16] [Server thread/INFO]: Loading properties
3[12:36:16] [Server thread/WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
4[12:36:16] [Server thread/INFO]: Default game type: SURVIVAL
5[12:36:16] [Server thread/INFO]: Generating keypair
6[12:36:16] [Server thread/INFO]: Starting Minecraft server on 198.20.68.3:25586
7[12:36:16] [Server thread/INFO]: Using default channel type
8[12:36:16] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1953f52 (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT)
9[12:36:17] [Server thread/ERROR]: Could not load 'plugins/BarAPI.jar' in folder 'plugins'
10org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
11 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
12 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
13 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:294) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
14 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.<init>(CraftServer.java:256) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
15 at net.minecraft.server.v1_10_R1.PlayerList.<init>(PlayerList.java:70) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
16 at net.minecraft.server.v1_10_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
17 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:183) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
18 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
19 at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
20Caused by: java.util.zip.ZipException: error in opening zip file
21 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_77]
22 at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_77]
23 at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_77]
24 at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_77]
25 at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_77]
26 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
27 ... 8 more
28[12:36:17] [Server thread/ERROR]: Could not load 'plugins/Itemizer (1).jar' in folder 'plugins'
29org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/NBTBase
30 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
31 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
32 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
33 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugins(CraftServer.java:294) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
34 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.<init>(CraftServer.java:256) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
35 at net.minecraft.server.v1_10_R1.PlayerList.<init>(PlayerList.java:70) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
36 at net.minecraft.server.v1_10_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
37 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:183) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
38 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
39 at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
40Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/NBTBase
41 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_77]
42 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_77]
43 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
44 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
45 ... 9 more
46Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.NBTBase
47 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
48 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
49 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
50 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
51 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_77]
52 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_77]
53 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
54 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
55 ... 9 more
56[12:36:17] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
57[12:36:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
58[12:36:17] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
59[12:36:17] [Server thread/INFO]: [AdminFun] Loading AdminFun v2.4.7
60[12:36:17] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
61[12:36:17] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
62[12:36:17] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.10.5
63[12:36:17] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
64[12:36:17] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
65[12:36:17] [Server thread/INFO]: [Warn] Loading Warn v3.0
66[12:36:17] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v1.1
67[12:36:17] [Server thread/INFO]: [NametagHide] Loading NametagHide v1.4
68[12:36:17] [Server thread/INFO]: [ListChatColors] Loading ListChatColors v1.5
69[12:36:17] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
70[12:36:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
71[12:36:17] [Server thread/INFO]: [Chatclear] Loading Chatclear v0.2
72[12:36:17] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
73[12:36:17] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
74[12:36:17] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
75[12:36:17] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
76[12:36:17] [Server thread/INFO]: [AdminNotes] Loading AdminNotes v0.12.4
77[12:36:17] [Server thread/INFO]: [TreeFeller] Loading TreeFeller v1.2
78[12:36:17] [Server thread/INFO]: [Event] Loading Event v1.0
79[12:36:17] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.0.11
80[12:36:17] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
81[12:36:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
82[12:36:17] [Server thread/INFO]: [Backpacks] Loading Backpacks v0.1.3
83[12:36:17] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.5
84[12:36:17] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
85[12:36:17] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.8-bukkit
86[12:36:17] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
87[12:36:17] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.26
88[12:36:17] [Server thread/INFO]: [Factions] Loading Factions v2.8.5
89[12:36:17] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v2.9.8.1
90[12:36:17] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
91[12:36:17] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
92[12:36:17] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.80
93[12:36:17] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
94[12:36:17] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
95[12:36:17] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.3.2
96[12:36:17] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b675
97[12:36:17] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
98[12:36:17] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
99[12:36:17] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
100[12:36:17] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
101[12:36:17] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
102[12:36:17] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
103[12:36:17] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
104[12:36:17] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.5
105[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] === ENABLE START ===
106[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Cachefile datas...
107[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Onlineplayer datas...
108[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §eLoading Registry datas...
109[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §eSaving Cachefile...
110[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §eSetup of IdUtil took §d12§ems.
111[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] §aActivated §eintegration with §dVault
112[12:36:17] [Server thread/INFO]: [MassiveCore 2.8.5] === ENABLE §aCOMPLETE §e(Took §d193ms§e) ===
113[12:36:17] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
114[12:36:17] [Server thread/INFO]: [LWC] Connecting to SQLite
115[12:36:18] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v2.9.8.1
116[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
117[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
118[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
119[12:36:18] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
120[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
121[12:36:18] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
122[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
123[12:36:18] [Server thread/ERROR]: [ASkyBlock] Could not parse biome FLOWER_FOREST using default instead.
124[12:36:18] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
125[12:36:18] [Server thread/INFO]: [ASkyBlock] No NMS Handler found for v1_10_R1, falling back to Bukkit API.
126[12:36:18] [Server thread/ERROR]: [ASkyBlock] Could not parse biome COLD_TAIGA using default instead.
127[12:36:18] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
128[12:36:18] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
129[12:36:18] [Server thread/INFO]: Preparing level "world"
130[12:36:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7430881156225028508)
131[12:36:19] [Server thread/INFO]: Preparing start region for level 3 (Seed: -9034880659499393016)
132[12:36:19] [Server thread/INFO]: Creating ASkyBlock's Nether...
133[12:36:19] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8613107478123724274)
134[12:36:19] [Server thread/INFO]: Preparing spawn area: 25%
135[12:36:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7430881156225028508)
136[12:36:20] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7430881156225028508)
137[12:36:20] [Server thread/INFO]: Preparing start region for level 3 (Seed: -9034880659499393016)
138[12:36:20] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8613107478123724274)
139[12:36:20] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
140[12:36:21] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
141[12:36:21] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
142[12:36:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
143[12:36:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
144[12:36:21] [Server thread/WARN]: [WorldEdit]
145**********************************************
146** This WorldEdit version does not fully support your version of Bukkit.
147**
148** When working with blocks or undoing, chests will be empty, signs
149** will be blank, and so on. There will be no support for entity
150** and biome-related functions.
151**
152** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
153**********************************************
154
155[12:36:21] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
156[12:36:21] [Server thread/INFO]: [Tim] Unused enchantments: MENDING(70) DEPTH_STRIDER(8) FROST_WALKER(9) LUCK(61) LURE(62)
157[12:36:21] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
158[12:36:21] [Server thread/INFO]: [AdminFun] Enabling AdminFun v2.4.7
159[12:36:22] [Server thread/INFO]: [AdminFun] ============================================
160[12:36:22] [Server thread/INFO]: [AdminFun] AdminFun
161[12:36:22] [Server thread/INFO]: [AdminFun] ============================================
162[12:36:22] [Server thread/INFO]: [AdminFun] A new version is available: AdminFun v2.5.0
163[12:36:22] [Server thread/INFO]: [AdminFun] Your current version: AdminFun v2.4.7
164[12:36:22] [Server thread/INFO]: [AdminFun] Download it from: http://servermods.cursecdn.com/files/935/180/AdminFun.jar
165[12:36:22] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
166[12:36:22] [Server thread/ERROR]: Error occurred while enabling HealthBar v1.8.2 (Is it up to date?)
167java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
168 at com.gmail.filoghost.healthbar.MiscListeners.loadConfiguration(MiscListeners.java:324) ~[?:?]
169 at com.gmail.filoghost.healthbar.Main.reloadConfigFromDisk(Main.java:123) ~[?:?]
170 at com.gmail.filoghost.healthbar.Main.onEnable(Main.java:68) ~[?:?]
171 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
172 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
173 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
174 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:347) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
175 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:319) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
176 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:407) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
177 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
178 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
179 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:242) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
180 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
181 at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
182[12:36:22] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
183[12:36:22] [Server thread/INFO]: Bukkit version format changed. Version not checked.
184[12:36:22] [Server thread/INFO]: git-Bukkit-1953f52 (MC: 1.10)
185[12:36:22] [Server thread/INFO]: 1.10-R0.1-SNAPSHOT
186[12:36:22] [Server thread/INFO]: Using locale en_US
187[12:36:22] [Server thread/INFO]: Using locale en_US
188[12:36:22] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
189[12:36:22] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
190[12:36:22] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
191[12:36:22] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.10.5
192[12:36:22] [Server thread/INFO]: [VeinMiner] Registering events
193[12:36:22] [Server thread/INFO]: [VeinMiner] Registering commands
194[12:36:22] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
195[12:36:22] [Server thread/INFO]: [VeinMiner] Thank you for enabling Metrics! I greatly appreciate the use of plugin statistics
196[12:36:22] [Server thread/INFO]: [VeinMiner] Running last minute blocklist modifications
197[12:36:22] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
198[12:36:22] [Server thread/INFO]: [VeinMiner] Unknown world found... "WorldName". Ignoring...
199[12:36:22] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
200[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: world
201[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: ASkyBlock
202[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: survival
203[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: Survival
204[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: askyblock nether
205[12:36:22] [Server thread/INFO]: GroupManager - INFO - World Found: survival nether
206[12:36:22] [Server thread/ERROR]: Error occurred while enabling GroupManager vPre2.14.1.3 FINAL (Phoenix) (Is it up to date?)
207java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
208 at org.anjocaido.groupmanager.permissions.BukkitPermissions.updateAllPlayers(BukkitPermissions.java:383) ~[?:?]
209 at org.anjocaido.groupmanager.permissions.BukkitPermissions.reset(BukkitPermissions.java:110) ~[?:?]
210 at org.anjocaido.groupmanager.permissions.BukkitPermissions.<init>(BukkitPermissions.java:96) ~[?:?]
211 at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:209) ~[?:?]
212 at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:103) ~[?:?]
213 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
214 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
215 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
216 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:347) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
217 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:319) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
218 at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:407) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
219 at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:372) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
220 at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:327) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
221 at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:242) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
222 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
223 at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
224[12:36:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
225[12:36:22] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
226[12:36:22] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
227[12:36:22] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
228[12:36:22] [Server thread/INFO]: [Warn] Enabling Warn v3.0
229[12:36:22] [Server thread/INFO]: [Metrics] loading Metrics
230[12:36:22] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v1.1
231[12:36:22] [Server thread/INFO]: AutoBroadcast Version 1.1 Has Been Enabled!
232[12:36:22] [Server thread/INFO]: [NametagHide] Enabling NametagHide v1.4
233[12:36:22] [Server thread/INFO]: [ListChatColors] Enabling ListChatColors v1.5
234[12:36:22] [Server thread/INFO]: [ListChatColors] v1.5 Has Successfully Been Enabled!
235[12:36:22] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
236[12:36:22] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
237[12:36:22] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
238[12:36:22] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Survival" has border radius 2000 at X: 21.4 Z: -71.8
239[12:36:22] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -124.0 Y: 64.0 Z: -40.0
240[12:36:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
241[12:36:22] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
242[12:36:22] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
243[12:36:22] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
244[12:36:22] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
245[12:36:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
246[12:36:22] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
247[12:36:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
248[12:36:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
249[12:36:22] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
250[12:36:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
251[12:36:22] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
252[12:36:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
253[12:36:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
254[12:36:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
255[12:36:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
256[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
257[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
258[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
259[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
260[12:36:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
261[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
262[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
263[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
264[12:36:22] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
265[12:36:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
266[12:36:22] [Server thread/INFO]: [WorldGuard] Loading region data...
267[12:36:22] [Server thread/INFO]: [Chatclear] Enabling Chatclear v0.2
268[12:36:22] [Server thread/INFO]: Chatclear v.1.0 activated
269[12:36:22] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
270[12:36:22] [Server thread/WARN]: config broken for xmpp
271[12:36:22] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
272[12:36:22] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
273[12:36:22] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
274[12:36:22] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
275[12:36:22] [Server thread/INFO]: [AdminNotes] Enabling AdminNotes v0.12.4
276[12:36:22] [Server thread/INFO]: [AdminNotes] v0.12.4: enabled.
277[12:36:22] [Server thread/INFO]: [TreeFeller] Enabling TreeFeller v1.2
278[12:36:22] [Server thread/INFO]: [Event] Enabling Event v1.0
279[12:36:22] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.0.11
280[12:36:22] [Server thread/INFO]: Tablist> Tablist v1.3.0.11 enabled!!
281[12:36:22] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
282[12:36:22] [Server thread/INFO]: [Backpacks] Enabling Backpacks v0.1.3
283[12:36:22] [Server thread/ERROR]: [Backpacks] Plugin Backpacks v0.1.3 has failed to register events for class drew6017.main.Backpack because org/bukkit/event/player/PlayerItemDamageEvent does not exist.
284[12:36:22] [Server thread/INFO]: [Backpacks] Loading backpacks. Please wait...
285[12:36:22] [Server thread/INFO]: [Backpacks] 0 backpack(s) have been loaded.
286[12:36:22] [Server thread/INFO]: [Backpacks] Backpacks has been enabled!
287[12:36:22] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.8-bukkit
288[12:36:22] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
289[12:36:22] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
290[12:36:22] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
291[12:36:22] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
292[12:36:22] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.26
293[12:36:22] [Server thread/INFO]: [CrateReloaded] org.bukkit.craftbukkit.v1_10_R1
294[12:36:22] [Server thread/INFO]: [Factions] Enabling Factions v2.8.5
295[12:36:22] [Server thread/INFO]: [Factions 2.8.5] === ENABLE START ===
296[12:36:23] [Server thread/INFO]: [Factions 2.8.5] Activated integration with LWC
297[12:36:23] [Server thread/INFO]: [Factions 2.8.5] Activated integration with WorldGuard
298[12:36:23] [Server thread/INFO]: [Factions 2.8.5] === ENABLE COMPLETE (Took 205ms) ===
299[12:36:23] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
300[12:36:23] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
301[12:36:23] [Server thread/INFO]: creating table 'items'
302[12:36:23] [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`))
303[12:36:23] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
304[12:36:23] [Server thread/INFO]: creating table 'accounts'
305[12:36:23] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
306[12:36:23] [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`) )
307[12:36:23] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
308[12:36:23] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
309[12:36:23] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
310[12:36:23] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
311[12:36:23] [Server thread/INFO]: Preparing start region for level 5 (Seed: 1979073021022543319)
312[12:36:24] [Server thread/INFO]: [WorldGuard] (Survival_Nether) TNT ignition is PERMITTED.
313[12:36:24] [Server thread/INFO]: [WorldGuard] (Survival_Nether) Lighters are PERMITTED.
314[12:36:24] [Server thread/INFO]: [WorldGuard] (Survival_Nether) Lava fire is blocked.
315[12:36:24] [Server thread/INFO]: [WorldGuard] (Survival_Nether) Fire spread is UNRESTRICTED.
316[12:36:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_Nether'
317[12:36:24] [Server thread/INFO]: Preparing start region for level 6 (Seed: 4541459083774730516)
318[12:36:25] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
319[12:36:25] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
320[12:36:25] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
321[12:36:25] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
322[12:36:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
323[12:36:25] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
324[12:36:25] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b717 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
325[12:36:25] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.80
326[12:36:25] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
327[12:36:25] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
328[12:36:25] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
329[12:36:25] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
330[12:36:25] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
331[12:36:25] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
332[12:36:25] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.3.2
333[12:36:25] [Server thread/INFO]: [CommandSigns] No signs found.
334[12:36:25] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.5-b675
335[12:36:25] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 2.5-b675 Enabled - By Rigby and fernferret
336[12:36:25] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
337[12:36:25] [Server thread/INFO]: Done (7.288s)! For help, type "help" or "?"
338[12:36:25] [pool-3-thread-3/WARN]: Exception in thread "pool-3-thread-3"
339[12:36:25] [pool-3-thread-3/WARN]: org.apache.commons.lang.UnhandledException: Plugin Chatclear v0.2 generated an exception while executing task 34
340 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
341 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
342 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
343 at java.lang.Thread.run(Unknown Source)
344Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
345 at me.ArikLP.Chatclear.Metrics.postPlugin(Metrics.java:567)
346 at me.ArikLP.Chatclear.Metrics.access$3(Metrics.java:546)
347 at me.ArikLP.Chatclear.Metrics$1.run(Metrics.java:231)
348 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:53)
349 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
350 ... 3 more
351
352[12:36:25] [pool-3-thread-6/WARN]: Exception in thread "pool-3-thread-6"
353[12:36:25] [pool-3-thread-6/WARN]: org.apache.commons.lang.UnhandledException: Plugin ChestShop v3.8.12 generated an exception while executing task 48
354 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
355 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
356 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
357 at java.lang.Thread.run(Unknown Source)
358Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
359 at com.Acrobot.ChestShop.Metrics.postPlugin(Metrics.java:335)
360 at com.Acrobot.ChestShop.Metrics.access$400(Metrics.java:57)
361 at com.Acrobot.ChestShop.Metrics$1.run(Metrics.java:223)
362 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:53)
363 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
364 ... 3 more
365
366[12:36:25] [pool-3-thread-4/WARN]: Exception in thread "pool-3-thread-4"
367[12:36:25] [pool-3-thread-4/WARN]: org.apache.commons.lang.UnhandledException: Plugin Warn v3.0 generated an exception while executing task 26
368 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
369 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
370 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
371 at java.lang.Thread.run(Unknown Source)
372Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
373 at me.GPSforLEGENDS.Warn.Metrics.postPlugin(Metrics.java:336)
374 at me.GPSforLEGENDS.Warn.Metrics.access$4(Metrics.java:329)
375 at me.GPSforLEGENDS.Warn.Metrics$1.run(Metrics.java:224)
376 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:53)
377 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
378 ... 3 more
379
380[12:36:25] [pool-3-thread-8/WARN]: Exception in thread "pool-3-thread-8"
381[12:36:25] [pool-3-thread-8/WARN]: org.apache.commons.lang.UnhandledException: Plugin ListChatColors v1.5 generated an exception while executing task 29
382 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
383 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
384 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
385 at java.lang.Thread.run(Unknown Source)
386Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
387 at me.dogwarrior1.ListChatColors.Metrics.postPlugin(Metrics.java:378)
388 at me.dogwarrior1.ListChatColors.Metrics.access$4(Metrics.java:371)
389 at me.dogwarrior1.ListChatColors.Metrics$1.run(Metrics.java:256)
390 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:53)
391 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
392 ... 3 more
393
394[12:36:25] [pool-3-thread-16/WARN]: Exception in thread "pool-3-thread-16"
395[12:36:25] [pool-3-thread-16/WARN]: org.apache.commons.lang.UnhandledException: Plugin GroupManager vPre2.14.1.3 FINAL (Phoenix) generated an exception while executing task 25
396 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
397 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
398 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
399 at java.lang.Thread.run(Unknown Source)
400Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
401 at org.anjocaido.groupmanager.metrics.Metrics.postPlugin(Metrics.java:335)
402 at org.anjocaido.groupmanager.metrics.Metrics.access$400(Metrics.java:57)
403 at org.anjocaido.groupmanager.metrics.Metrics$1.run(Metrics.java:223)
404 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:53)
405 at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
406 ... 3 more
407
408[12:36:25] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
409[12:36:25] [pool-3-thread-20/INFO]: [Vault] Checking for Updates ...
410[12:36:25] [Server thread/INFO]: [ASkyBlock] Loading island grid...
411[12:36:25] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
412[12:36:25] [Server thread/INFO]: [ASkyBlock] Loading warps...
413[12:36:25] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
414[12:36:26] [pool-3-thread-20/INFO]: [Vault] No new version available
415[12:36:27] [Server thread/INFO]: [ASkyBlock] ASkyBlock V3.0.4.1 is available! You are running 2.9.8.1
416[12:36:27] [Server thread/INFO]: [ASkyBlock] Update at: http://dev.bukkit.org/bukkit-plugins/skyblock
417[12:37:07] [Server thread/INFO]: Saving...
418[12:37:07] [Server thread/INFO]: Saved the world
419[12:37:07] [Server thread/INFO]: Stopping the server
420[12:37:07] [Server thread/INFO]: Stopping server
421[12:37:07] [Server thread/INFO]: [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v2.5-b675
422[12:37:07] [Server thread/INFO]: [Multiverse-NetherPortals] - Disabled
423[12:37:07] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.9.3.2
424[12:37:07] [Server thread/INFO]: [CommandSigns] 0 signs saved
425[12:37:07] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5-b725
426[12:37:07] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b335
427[12:37:07] [Server thread/ERROR]: Error occurred while disabling Multiverse-Inventories v2.5-b335 (Is it up to date?)
428java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
429 at com.onarandombox.multiverseinventories.MultiverseInventories.onDisable(MultiverseInventories.java:76) ~[?:?]
430 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
431 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:356) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
432 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:423) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
433 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:416) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
434 at org.bukkit.craftbukkit.v1_10_R1.CraftServer.disablePlugins(CraftServer.java:335) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
435 at net.minecraft.server.v1_10_R1.MinecraftServer.stop(MinecraftServer.java:450) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
436 at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:582) [craftbukkit_1.10_latest.jar:git-Bukkit-1953f52]
437 at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
438[12:37:07] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.80
439[12:37:07] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b717
440[12:37:07] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
441[12:37:07] [Server thread/INFO]: [ASkyBlock] Disabling ASkyBlock v2.9.8.1
442[12:37:07] [Server thread/INFO]: [ASkyBlock] Saving offline messages...
443[12:37:07] [Server thread/INFO]: [ASkyBlock] Saving top ten list
444[12:37:07] [Server thread/INFO]: [ASkyBlock] Saved top ten list
445[12:37:07] [Server thread/INFO]: [ASkyBlock] Saved name database
446[12:37:07] [Server thread/INFO]: [Factions] Disabling Factions v2.8.5
447[12:37:07] [Server thread/INFO]: [Factions 2.8.5] Disabled
448[12:37:07] [Server thread/INFO]: [CrateReloaded] Disabling CrateReloaded v1.3.26
449[12:37:07] [Server thread/INFO]: [LWC] Disabling LWC v4.5.0-SNAPSHOT
450[12:37:07] [Server thread/INFO]: [LWC] Flushing protection updates (0)
451[12:37:07] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v2.7.8-bukkit
452[12:37:08] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.5
453[12:37:08] [Server thread/INFO]: [MassiveCore 2.8.5] Disabled
454[12:37:08] [Server thread/INFO]: [Backpacks] Disabling Backpacks v0.1.3
455[12:37:08] [Server thread/INFO]: [Backpacks] Saving 0 backpack(s)...
456[12:37:08] [Server thread/INFO]: [Backpacks] Backpacks have been saved.
457[12:37:08] [Server thread/INFO]: [Backpacks] Backpacks has been disabled!
458[12:37:08] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
459[12:37:08] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
460[12:37:08] [Server thread/INFO]: [Tablist] Disabling Tablist v1.3.0.11
461[12:37:08] [Server thread/INFO]: Tablist> Tablist v1.3.0.11 disabled!!
462[12:37:08] [Server thread/INFO]: [Event] Disabling Event v1.0
463[12:37:08] [Server thread/INFO]: [Event] Any ongoing event has been closed and cleared!
464[12:37:08] [Server thread/INFO]: [TreeFeller] Disabling TreeFeller v1.2
465[12:37:08] [Server thread/INFO]: [AdminNotes] Disabling AdminNotes v0.12.4
466[12:37:08] [Server thread/INFO]: [AdminNotes] v0.12.4: disabled.
467[12:37:08] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
468[12:37:08] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
469[12:37:08] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
470[12:37:08] [Server thread/INFO]: [EssentialsXMPP] Disabling EssentialsXMPP vTeamCity
471[12:37:08] [Server thread/INFO]: [Chatclear] Disabling Chatclear v0.2
472[12:37:08] [Server thread/INFO]: Chatclear v.1.0 deactivated
473[12:37:08] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
474[12:37:08] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
475[12:37:08] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.4
476[12:37:08] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
477[12:37:08] [Server thread/INFO]: [ListChatColors] Disabling ListChatColors v1.5
478[12:37:08] [Server thread/INFO]: [ListChatColors] Plugin Successfully Disabled!
479[12:37:08] [Server thread/INFO]: [NametagHide] Disabling NametagHide v1.4
480[12:37:08] [Server thread/INFO]: [AutoBroadcast] Disabling AutoBroadcast v1.1
481[12:37:08] [Server thread/INFO]: AutoBroadcast is now Disabled.
482[12:37:08] [Server thread/INFO]: [Warn] Disabling Warn v3.0
483[12:37:08] [Server thread/INFO]: [GroupManager] Disabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
484[12:37:08] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
485[12:37:08] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is disabled!
486[12:37:08] [Server thread/INFO]: [VoidWorld] Disabling VoidWorld v1.0
487[12:37:08] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
488[12:37:08] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
489[12:37:08] [Server thread/INFO]: [VeinMiner] Disabling VeinMiner v1.10.5
490[12:37:08] [Server thread/INFO]: [VeinMiner] Clearing localized data
491[12:37:08] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
492[12:37:08] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.8.2
493[12:37:08] [Server thread/INFO]: HealthBar disabled, all the health bars have been removed.
494[12:37:08] [Server thread/INFO]: [AdminFun] Disabling AdminFun v2.4.7
495[12:37:08] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
496[12:37:08] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
497[12:37:08] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
498[12:37:08] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
499[12:37:08] [Server thread/INFO]: Saving players
500[12:37:08] [Server thread/INFO]: Saving worlds
501[12:37:08] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
502[12:37:09] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
503[12:37:09] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
504[12:37:09] [Server thread/INFO]: Saving chunks for level 'ASkyBlock'/Overworld
505[12:37:09] [Server thread/INFO]: Saving chunks for level 'ASkyBlock_nether'/Nether
506[12:37:09] [Server thread/INFO]: Saving chunks for level 'Survival_Nether'/Nether
507[12:37:09] [Server thread/INFO]: Saving chunks for level 'Survival'/Overworld