· 9 years ago · Nov 11, 2016, 12:12 AM
1[22:00:06] [Server thread/INFO]: Starting minecraft server version 1.8
2[22:00:06] [Server thread/INFO]: Loading properties
3[22:00:06] [Server thread/INFO]: Default game type: SURVIVAL
4[22:00:06] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-550ebac-7019900 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
5[22:00:06] [Server thread/INFO]: Debug logging is disabled
6[22:00:06] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[22:00:06] [Server thread/INFO]: Using 4 threads for Netty based IO
8[22:00:06] [Server thread/INFO]: Generating keypair
9[22:00:06] [Server thread/INFO]: Starting Minecraft server on 167.114.39.30:25590
10[22:00:06] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib_v1.3.1.jar' in folder 'plugins'
11org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
12 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
13 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
14 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
15 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
16 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
17 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
18Caused by: java.util.zip.ZipException: error in opening zip file
19 at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_80]
20 at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_80]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_80]
22 at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_80]
23 at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_80]
24 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
25 ... 5 more
26[22:00:07] [Server thread/INFO]: Set PluginClassLoader as parallel capable
27[22:00:07] [Server thread/ERROR]: Could not load 'plugins/MaintenanceMode.jar' in folder 'plugins'
28org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/ElieTGM/MaintenanceMode/bukkit/BukkitPlugin : Unsupported major.minor version 52.0
29 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
30 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
31 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
32 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
33 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
34 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
35 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
36Caused by: java.lang.UnsupportedClassVersionError: me/ElieTGM/MaintenanceMode/bukkit/BukkitPlugin : Unsupported major.minor version 52.0
37 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
38 at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
39 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
40 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
41 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
42 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
43 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
44 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
45 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
46 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
47 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
48 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
49 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
50 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
51 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
52 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
53 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
54 ... 6 more
55[22:00:07] [Server thread/ERROR]: Could not load 'plugins/PicoMoedas-1.0.5.jar' in folder 'plugins'
56org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/mrpowergamerbr/picomoedas/PicoMoedas : Unsupported major.minor version 52.0
57 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
58 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
59 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
60 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
61 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
62 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
63 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
64Caused by: java.lang.UnsupportedClassVersionError: com/mrpowergamerbr/picomoedas/PicoMoedas : Unsupported major.minor version 52.0
65 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
66 at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
67 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
68 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
69 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
70 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
71 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
72 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
73 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
74 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
75 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
76 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
77 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
78 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
79 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
80 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
81 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
82 ... 6 more
83[22:00:07] [Server thread/INFO]: [PermissionsEx] sql backend registered!
84[22:00:07] [Server thread/INFO]: [PermissionsEx] file backend registered!
85[22:00:07] [Server thread/INFO]: [Spawner] Loading Spawner v2.4-f70c1ce
86[22:00:07] [Server thread/INFO]: [CraftX1] Loading CraftX1 v1.0.0
87[22:00:07] [Server thread/INFO]: [TrollGUI] Loading TrollGUI v1.3
88[22:00:07] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v11.6.1
89[22:00:07] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
90[22:00:07] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v1.3
91[22:00:07] [Server thread/INFO]: [ArchonCrates] Loading ArchonCrates v17.3
92[22:00:07] [Server thread/INFO]: [SCReset] Loading SCReset v1.1.3
93[22:00:07] [Server thread/INFO]: [AntiAd] Loading AntiAd v2.2.1
94[22:00:07] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.2
95[22:00:07] [Server thread/INFO]: [TzSuporte] Loading TzSuporte v1.0
96[22:00:07] [Server thread/INFO]: [vISetLoja] Loading vISetLoja v1.1
97[22:00:07] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
98[22:00:07] [Server thread/INFO]: [frostRenamer] Loading frostRenamer v1.1
99[22:00:07] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
100[22:00:08] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
101[22:00:08] [Server thread/INFO]: [JoinMessagePlus] Loading JoinMessagePlus v2.0
102[22:00:08] [Server thread/INFO]: [LsMobsVsPlayers] Loading LsMobsVsPlayers v1.5
103[22:00:08] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
104[22:00:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6
105[22:00:08] [Server thread/INFO]: [CmdBlock] Loading CmdBlock v1.5.4
106[22:00:08] [Server thread/INFO]: [FarmProtect] Loading FarmProtect v1.8.2
107[22:00:08] [Server thread/INFO]: [LiteBans] Loading LiteBans v1.9.17
108[22:00:08] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
109[22:00:08] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
110[22:00:08] [Server thread/INFO]: [Legendchat] Loading Legendchat v1.1.2
111[22:00:08] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
112[22:00:08] [Server thread/INFO]: [PermissionsEx] Initializing file backend
113[22:00:08] [Server thread/INFO]: Permissions file successfully reloaded
114[22:00:08] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
115[22:00:08] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
116[22:00:08] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
117[22:00:08] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v1.71
118[22:00:08] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.1.0
119[22:00:08] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
120[22:00:08] [Server thread/INFO]: [CustomEnchantments] Loading CustomEnchantments v2.4c
121[22:00:08] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
122[22:00:08] [Server thread/INFO]: [PowerAntiProxy] Loading PowerAntiProxy v1.2.0
123[22:00:08] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.3.1
124[22:00:08] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
125[22:00:08] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.4.6-SNAPSHOT-f1d581a
126[22:00:08] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
127[22:00:08] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
128[22:00:08] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.4
129[22:00:08] [Server thread/INFO]: [SimpleClans] Loading SimpleClans v2.4.1
130[22:00:08] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
131[22:00:08] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
132[22:00:08] [Server thread/INFO]: [KitAdder] Loading KitAdder v1.0.1
133[22:00:08] [Server thread/INFO]: [Gladiador] Loading Gladiador v2.0
134[22:00:08] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b678
135[22:00:08] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.76
136[22:00:08] [Server thread/INFO]: [ItemStay] Loading ItemStay v1.5.5b
137[22:00:08] [Server thread/INFO]: [LogIt] Loading LogIt v0.10.0.1
138[22:00:08] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
139[22:00:08] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.6
140[22:00:08] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.0.6
141[22:00:08] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v11.6.1
142[22:00:08] [Server thread/INFO]: [SkinsRestorer] Loaded Skin Factory for v1_8_R1
143[22:00:08] [Server thread/INFO]: ==============================================
144[22:00:08] [Server thread/INFO]: SkinsRestorer Updater
145[22:00:08] [Server thread/INFO]:
146[22:00:08] [Server thread/INFO]: You are running v11.6.1
147[22:00:08] [Server thread/INFO]: The latest version of SkinsRestorer!
148[22:00:08] [Server thread/INFO]:
149[22:00:08] [Server thread/INFO]: ==============================================
150[22:00:08] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
151[22:00:08] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
152[22:00:08] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
153[22:00:08] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
154[22:00:08] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
155[22:00:08] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
156[22:00:08] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
157[22:00:08] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
158[22:00:08] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
159[22:00:08] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
160[22:00:08] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
161[22:00:08] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
162[22:00:08] [Server thread/INFO]: [Legendchat] Enabling Legendchat v1.1.2
163[22:00:08] [Server thread/INFO]: [Legendchat] Legendchat (V1.1.2) - Author: SubZero0
164[22:00:08] [Server thread/INFO]: [Legendchat] Checking for updates...
165[22:00:09] [Server thread/INFO]: [Legendchat] New update avaible: V1.1.3!
166[22:00:09] [Server thread/INFO]: [Legendchat] Download: http://dev.bukkit.org/bukkit-plugins/legendchat/
167[22:00:09] [Server thread/INFO]: [Legendchat] Hooked to Vault (Permissions).
168[22:00:09] [Server thread/INFO]: [Legendchat] Hooked to Vault (Economy).
169[22:00:09] [Server thread/INFO]: [Legendchat] Hooked to Vault (Chat).
170[22:00:09] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.4.6-SNAPSHOT-f1d581a
171[22:00:09] [Server thread/INFO]: &cYour version of java is outdated. It is highly recommended that you update to Java 8 as it increases performance and security. PlotSquared will require Java 9 in a future update.
172[22:00:09] [Server thread/INFO]: [P2] Metrics enabled.
173[22:00:09] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
174[22:00:09] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
175[22:00:09] [Server thread/INFO]: Incompatible version of WorldEdit, please upgrade: http://builds.enginehub.org/job/worldedit?branch=master
176[22:00:09] [Server thread/INFO]: [P2] Key: updater, Value: true
177[22:00:09] [Server thread/INFO]: [P2] Key: comment-notifier, Value: false
178[22:00:09] [Server thread/INFO]: [P2] Key: block-cache, Value: true
179[22:00:09] [Server thread/INFO]: [P2] Key: ban-deleter, Value: false
180[22:00:09] [Server thread/INFO]: [P2] Key: plot-expiry, Value: false
181[22:00:09] [Server thread/INFO]: [P2] Key: events, Value: true
182[22:00:09] [Server thread/INFO]: [P2] Key: commands, Value: true
183[22:00:09] [Server thread/INFO]: [P2] Key: economy, Value: true
184[22:00:09] [Server thread/INFO]: [P2] Key: kill-road-mobs, Value: false
185[22:00:09] [Server thread/INFO]: [P2] Key: rating-cache, Value: true
186[22:00:09] [Server thread/INFO]: [P2] Key: database, Value: true
187[22:00:09] [Server thread/INFO]: [P2] Key: kill-road-vehicles, Value: false
188[22:00:09] [Server thread/INFO]: [P2] Key: plotme-converter, Value: true
189[22:00:09] [Server thread/INFO]: [P2] Key: metrics, Value: true
190[22:00:09] [Server thread/INFO]: [P2] Key: persistent-meta, Value: true
191[22:00:09] [Server thread/INFO]: [P2] Key: worldedit-restrictions, Value: true
192[22:00:09] [Server thread/INFO]: [P2] Key: permission-cache, Value: true
193[22:00:09] [Server thread/INFO]: [P2] Key: uuid-cache, Value: true
194[22:00:09] [Server thread/INFO]: [P2] Key: chunk-processor, Value: false
195[22:00:09] [Server thread/INFO]: [P2] Key: database-purger, Value: false
196[22:00:09] [Server thread/INFO]: PlotSquared is now enabled
197[22:00:09] [Server thread/INFO]: [P2] Metrics enabled.
198[22:00:10] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
199[22:00:10] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
200[22:00:10] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
201[22:00:10] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
202[22:00:10] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
203[22:00:10] [Server thread/INFO]: Preparing level "world"
204[22:00:10] [Server thread/INFO]: -------- World Settings For [world] --------
205[22:00:10] [Server thread/INFO]: Anti X-Ray: true
206[22:00:10] [Server thread/INFO]: Engine Mode: 1
207[22:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
208[22:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
209[22:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
210[22:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
211[22:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
212[22:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
213[22:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
214[22:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
215[22:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
216[22:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
217[22:00:10] [Server thread/INFO]: Mob Spawn Range: 4
218[22:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
219[22:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
220[22:00:10] [Server thread/INFO]: Alternative Hopper Ticking: false
221[22:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
222[22:00:10] [Server thread/INFO]: Random Lighting Updates: false
223[22:00:10] [Server thread/INFO]: Structure Info Saving: true
224[22:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
225[22:00:10] [Server thread/INFO]: Max Entity Collisions: 8
226[22:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
227[22:00:10] [Server thread/INFO]: Max TNT Explosions: 100
228[22:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
229[22:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
230[22:00:10] [Server thread/INFO]: View Distance: 10
231[22:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
232[22:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
233[22:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
234[22:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
235[22:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
236[22:00:10] [Server thread/INFO]: Clear tick list: false
237[22:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
238[22:00:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
239[22:00:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
240[22:00:10] [Server thread/INFO]: Anti X-Ray: true
241[22:00:10] [Server thread/INFO]: Engine Mode: 1
242[22:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
243[22:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
244[22:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
245[22:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
246[22:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
247[22:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
248[22:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
249[22:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
250[22:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
251[22:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
252[22:00:10] [Server thread/INFO]: Mob Spawn Range: 4
253[22:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
254[22:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
255[22:00:10] [Server thread/INFO]: Alternative Hopper Ticking: false
256[22:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
257[22:00:10] [Server thread/INFO]: Random Lighting Updates: false
258[22:00:10] [Server thread/INFO]: Structure Info Saving: true
259[22:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
260[22:00:10] [Server thread/INFO]: Max Entity Collisions: 8
261[22:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
262[22:00:10] [Server thread/INFO]: Max TNT Explosions: 100
263[22:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
264[22:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
265[22:00:10] [Server thread/INFO]: View Distance: 10
266[22:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
267[22:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
268[22:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
269[22:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
270[22:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
271[22:00:10] [Server thread/INFO]: Clear tick list: false
272[22:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
273[22:00:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
274[22:00:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
275[22:00:10] [Server thread/INFO]: Anti X-Ray: true
276[22:00:10] [Server thread/INFO]: Engine Mode: 1
277[22:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
278[22:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
279[22:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
280[22:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
281[22:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
282[22:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
283[22:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
284[22:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
285[22:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
286[22:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
287[22:00:10] [Server thread/INFO]: Mob Spawn Range: 4
288[22:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
289[22:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
290[22:00:10] [Server thread/INFO]: Alternative Hopper Ticking: false
291[22:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
292[22:00:10] [Server thread/INFO]: Random Lighting Updates: false
293[22:00:10] [Server thread/INFO]: Structure Info Saving: true
294[22:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
295[22:00:10] [Server thread/INFO]: Max Entity Collisions: 8
296[22:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
297[22:00:10] [Server thread/INFO]: Max TNT Explosions: 100
298[22:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
299[22:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
300[22:00:10] [Server thread/INFO]: View Distance: 10
301[22:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
302[22:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
303[22:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
304[22:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
305[22:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
306[22:00:10] [Server thread/INFO]: Clear tick list: false
307[22:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
308[22:00:10] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
309[22:00:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3637893941499117032)
310[22:00:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3637893941499117032)
311[22:00:11] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3637893941499117032)
312[22:00:11] [Server thread/INFO]: [Spawner] Enabling Spawner v2.4-f70c1ce
313[22:00:11] [Server thread/INFO]: [CraftX1] Enabling CraftX1 v1.0.0
314[22:00:11] [Server thread/INFO]: [CraftX1] CraftX1 - Criado por BatemanBR
315[22:00:11] [Server thread/INFO]: [CraftX1] Hooked to SimpleClans 1!
316[22:00:11] [Server thread/INFO]: [TrollGUI] Enabling TrollGUI v1.3
317[22:00:11] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v1.3
318[22:00:11] [Server thread/INFO]: [AutoMessage] AutoMessage Enabled!
319[22:00:11] [Server thread/INFO]: [SC] >> Config has been reloaded!
320[22:00:11] [Server thread/INFO]: [ArchonCrates] Enabling ArchonCrates v17.3
321[22:00:11] [Server thread/INFO]: [==================================================================================================]
322[22:00:11] [Server thread/INFO]:
323[22:00:11] [Server thread/INFO]: [ArchonCrates] has been enabled!
324[22:00:11] [Server thread/INFO]:
325[22:00:11] [Server thread/INFO]: File Handling:
326[22:00:11] [Server thread/INFO]:
327[22:00:11] [Server thread/INFO]: Some files are missing!
328[22:00:11] [Server thread/INFO]: Creating missing files...
329[22:00:11] [Server thread/INFO]:
330[22:00:11] [Server thread/INFO]: Creation of files 0/17 complete...
331[22:00:11] [Server thread/INFO]: Creation of files 1/17 complete...
332[22:00:12] [Server thread/INFO]: Creation of files 2/17 complete...
333[22:00:12] [Server thread/INFO]: Creation of files 3/17 complete...
334[22:00:12] [Server thread/INFO]: Creation of files 4/17 complete...
335[22:00:12] [Server thread/INFO]: Creation of files 5/17 complete...
336[22:00:12] [Server thread/INFO]: Creation of files 6/17 complete...
337[22:00:12] [Server thread/INFO]: Creation of files 7/17 complete...
338[22:00:12] [Server thread/INFO]: Creation of files 8/17 complete...
339[22:00:12] [Server thread/INFO]: Creation of files 9/17 complete...
340[22:00:12] [Server thread/INFO]: Creation of files 10/17 complete...
341[22:00:12] [Server thread/INFO]: Creation of files 11/17 complete...
342[22:00:12] [Server thread/INFO]: Creation of files 12/17 complete...
343[22:00:12] [Server thread/INFO]: Creation of files 13/17 complete...
344[22:00:12] [Server thread/INFO]: Creation of files 14/17 complete...
345[22:00:12] [Server thread/INFO]: Creation of files 15/17 complete...
346[22:00:12] [Server thread/INFO]: Creation of files 16/17 complete...
347[22:00:12] [Server thread/INFO]: Creation of files 17/17 complete...
348[22:00:12] [Server thread/INFO]:
349[22:00:12] [Server thread/INFO]: Files where created successfully
350[22:00:12] [Server thread/INFO]:
351[22:00:12] [Server thread/INFO]: Update Check:
352[22:00:12] [Server thread/INFO]:
353[22:00:12] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
354
355[22:00:12] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
356[22:00:12] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
357[22:00:12] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
358[22:00:12] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
359[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
360[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Tasks.OnEnable.<init>(OnEnable.java:192)
361[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Main.onEnable(Main.java:11)
362[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
363[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
364[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
365[22:00:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
366[22:00:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
367[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
368[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
369[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
370[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
371[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
372[22:00:12] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
373[22:00:12] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
374
375[22:00:12] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
376[22:00:12] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
377[22:00:12] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
378[22:00:12] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
379[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
380[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Tasks.OnEnable.<init>(OnEnable.java:198)
381[22:00:12] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Main.onEnable(Main.java:11)
382[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
383[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
384[22:00:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
385[22:00:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
386[22:00:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
387[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
388[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
389[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
390[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
391[22:00:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
392[22:00:12] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
393[22:00:12] [Server thread/INFO]: You are running the newest version of ArchonCrates! (17.3)
394[22:00:12] [Server thread/INFO]:
395[22:00:12] [Server thread/INFO]: Data Logger:
396[22:00:12] [Server thread/INFO]:
397[22:00:12] [Server thread/INFO]: Logging data...
398[22:00:12] [Server thread/INFO]:
399[22:00:13] [Server thread/INFO]: There was a problem logging the data!
400[22:00:13] [Server thread/INFO]: JUST IGNORE, THIS IS FOR DEVELOPERS ONLY!
401[22:00:13] [Server thread/INFO]:
402[22:00:13] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'ArchonCratesAcc'@'167-114-39-30.hostload.com.br' (using password: YES)
403[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
404[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
405[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
406[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
407[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
408[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
409[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
410[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
411[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
412[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
413[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
414[22:00:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
415[22:00:13] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
416[22:00:13] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
417[22:00:13] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
418[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
419[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
420[22:00:13] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
421[22:00:13] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:571)
422[22:00:13] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:215)
423[22:00:13] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.DataLogger.log(DataLogger.java:63)
424[22:00:13] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Tasks.OnEnable.<init>(OnEnable.java:207)
425[22:00:13] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Main.onEnable(Main.java:11)
426[22:00:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
427[22:00:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
428[22:00:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
429[22:00:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
430[22:00:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
431[22:00:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
432[22:00:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
433[22:00:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
434[22:00:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
435[22:00:13] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
436[22:00:13] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
437[22:00:13] [Server thread/INFO]:
438[22:00:13] [Server thread/INFO]: Vault API:
439[22:00:13] [Server thread/INFO]:
440[22:00:13] [Server thread/INFO]: You have Vault installed this will allow ArchonCrates to use the Economy system for
441[22:00:13] [Server thread/INFO]: the buy signs and also use the sub commands feature for the crate loot!
442[22:00:13] [Server thread/INFO]:
443[22:00:13] [Server thread/INFO]: [==================================================================================================]
444[22:00:13] [Server thread/INFO]: [SCReset] Enabling SCReset v1.1.3
445[22:00:13] [Server thread/INFO]: [SCReset] Enabling plugin SCReset - Author: SubZero0
446[22:00:13] [Server thread/INFO]: [SCReset] Plugin Vault found!
447[22:00:13] [Server thread/INFO]: [SCReset] Hooked to SimpleClans!
448[22:00:13] [Server thread/INFO]: [AntiAd] Enabling AntiAd v2.2.1
449[22:00:13] [Server thread/INFO]: [AntiAd] AntiAd Version 2.2.1 is now Enabled.
450[22:00:13] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.2
451[22:00:13] [Server thread/ERROR]: Error occurred while enabling ChestCommands v3.1.2 (Is it up to date?)
452java.lang.ExceptionInInitializerError
453 at com.gmail.filoghost.chestcommands.serializer.IconSerializer.loadIconFromSection(IconSerializer.java:100) ~[?:?]
454 at com.gmail.filoghost.chestcommands.serializer.MenuSerializer.loadMenu(MenuSerializer.java:45) ~[?:?]
455 at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:199) ~[?:?]
456 at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122) ~[?:?]
457 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[hostload_spigot18.jar:git-Spigot-550ebac-7019900]
458 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
459 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
460 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
461 at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
462 at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
463 at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
464 at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
465 at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
466 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [hostload_spigot18.jar:git-Spigot-550ebac-7019900]
467 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
468Caused by: java.lang.NullPointerException
469 at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.formatLowercase(EnchantmentSerializer.java:49) ~[?:?]
470 at com.gmail.filoghost.chestcommands.serializer.EnchantmentSerializer.<clinit>(EnchantmentSerializer.java:43) ~[?:?]
471 ... 15 more
472[22:00:13] [Server thread/INFO]: [TzSuporte] Enabling TzSuporte v1.0
473[22:00:13] [Server thread/INFO]: [TzSuporte] Carregando plugin...
474[22:00:13] [Server thread/INFO]: [TzSuporte] Plugin carregado by TzMarcio!
475[22:00:13] [Server thread/INFO]: [vISetLoja] Enabling vISetLoja v1.1
476[22:00:13] [Server thread/INFO]: [vISetLoja] Habilitado com sucesso, v1.1
477[22:00:13] [Server thread/INFO]: [vISetLoja] Criado por Viiict0r
478[22:00:13] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
479[22:00:13] [Server thread/INFO]: [frostRenamer] Enabling frostRenamer v1.1
480[22:00:13] [Server thread/INFO]: [FrostRenamer] Plugin Enabled.
481[22:00:13] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
482[22:00:13] [Server thread/INFO]: [Tim] Unused enchantments: null(70) DEPTH_STRIDER(8) LURE(62) LUCK(61)
483[22:00:13] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
484[22:00:13] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v2.0
485[22:00:13] [Server thread/INFO]: [LsMobsVsPlayers] Enabling LsMobsVsPlayers v1.5
486[22:00:13] [Server thread/INFO]: --------==========[LsMobsVsPlayers]==========--------
487[22:00:13] [Server thread/INFO]: Status: habilitado
488[22:00:13] [Server thread/INFO]: Versao: 1.5
489[22:00:13] [Server thread/INFO]: Autor: DevLeeo
490[22:00:13] [Server thread/INFO]: Contato: devleeo@outlook.com
491[22:00:13] [Server thread/INFO]: Vault encontrado. Hooked (Economy)
492[22:00:13] [Server thread/INFO]: --------==========[LsMobsVsPlayers]==========--------
493[22:00:13] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
494[22:00:13] [Server thread/INFO]: [AlphaChest] loaded 0 chests
495[22:00:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6
496[22:00:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
497[22:00:13] [Server thread/INFO]: [CmdBlock] Enabling CmdBlock v1.5.4
498[22:00:13] [Server thread/INFO]: [FarmProtect] Enabling FarmProtect v1.8.2
499[22:00:13] [Server thread/INFO]: [FarmProtect] You are running the latest version of FarmProtect
500[22:00:13] [Server thread/INFO]: [FarmProtect] Version 1.8.2 by jacklin213 has been Enabled!
501[22:00:13] [Server thread/INFO]: [LiteBans] Enabling LiteBans v1.9.17
502[22:00:14] [Server thread/INFO]: [LiteBans] Loading SQL driver: sqlite (org.sqlite.JDBC)
503[22:00:14] [Server thread/INFO]: [LiteBans] Connected to [jdbc:sqlite:///home/minecraft/multicraft/servers/server370/plugins/LiteBans/litebans.sqlite] (1 ms).
504[22:00:14] [Server thread/INFO]: [LiteBans] Database connection fully initialized (3.1 ms).
505[22:00:14] [Server thread/INFO]: [LiteBans] v1.9.17 enabled. Startup took 90 ms.
506[22:00:14] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
507[22:00:15] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
508[22:00:15] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
509[22:00:15] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
510[22:00:15] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
511[22:00:15] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
512[22:00:15] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
513[22:00:15] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
514[22:00:15] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
515[22:00:15] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
516[22:00:15] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
517[22:00:15] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
518[22:00:15] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
519[22:00:15] [Server thread/INFO]: = Vault : Ok. Hooked MyCommand Vault 1.4.1-b436
520[22:00:15] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
521[22:00:15] [Server thread/INFO]: = Config : Ok
522[22:00:15] [Server thread/INFO]: = Custom commands loaded : 32
523[22:00:15] [Server thread/INFO]: = Version: 5.1.6
524[22:00:15] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
525[22:00:15] [Server thread/INFO]: = Status : Active
526[22:00:15] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
527[22:00:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
528[22:00:15] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
529[22:00:15] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
530[22:00:15] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
531[22:00:15] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
532[22:00:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
533[22:00:15] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
534[22:00:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
535[22:00:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
536[22:00:15] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
537[22:00:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
538[22:00:15] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
539[22:00:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
540[22:00:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
541[22:00:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
542[22:00:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
543[22:00:16] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
544[22:00:16] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
545[22:00:16] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
546[22:00:16] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v1.71
547[22:00:16] [Server thread/INFO]: [HeadDrops] UpdateChecker started
548[22:00:16] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.1.0
549[22:00:16] [Server thread/INFO]: [ClearChat] =================================
550[22:00:16] [Server thread/INFO]: [ClearChat] Author: kl21
551[22:00:16] [Server thread/INFO]: [ClearChat] Version: v1.1.0
552[22:00:16] [Server thread/INFO]: [ClearChat] Status: Enabled
553[22:00:16] [Server thread/INFO]: [ClearChat] Loading Messages.
554[22:00:16] [Server thread/INFO]: [ClearChat] 11 messages loaded!
555[22:00:16] [Server thread/INFO]: [ClearChat] Starting Metrics.
556[22:00:16] [Server thread/INFO]: [ClearChat] Metrics started.
557[22:00:16] [Server thread/INFO]: [ClearChat] =================================
558[22:00:16] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
559[22:00:16] [Server thread/INFO]: [iConomy - April Fools] Enabled (24 ms)
560[22:00:16] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
561[22:00:16] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
562[22:00:16] [Server thread/INFO]: [CustomEnchantments] Enabling CustomEnchantments v2.4c
563[22:00:16] [Thread-16/INFO]: [iConomy - April Fools] Purged accounts with default balance.
564[22:00:16] [Server thread/INFO]: [CE] Vault has been detected!
565[22:00:16] [Server thread/INFO]: [CE] WorldGuard has been detected!
566[22:00:16] [Server thread/INFO]: [CE] All Enchantments have been loaded.
567[22:00:17] [Server thread/INFO]: [CE] All Items have been loaded.
568[22:00:17] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
569[22:00:17] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
570[22:00:17] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
571[22:00:17] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
572[22:00:17] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
573[22:00:17] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
574[22:00:17] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
575[22:00:17] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
576[22:00:17] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
577[22:00:17] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
578[22:00:17] [Server thread/INFO]: [FeatherBoard] Loaded 697 of the 952 placholders
579[22:00:18] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
580[22:00:18] [Server thread/INFO]: [FeatherBoard] Loading messages ...
581[22:00:18] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
582[22:00:18] [Server thread/INFO]: [FeatherBoard] ERROR: Critical startup error. Please update your plugin!
583If the error persists after updating, contact Maximvdw through spigot PM
584[22:00:18] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
585[22:00:18] [Server thread/INFO]: [PowerAntiProxy] Enabling PowerAntiProxy v1.2.0
586[22:00:18] [Server thread/INFO]: [PowerAntiProxy] HATE. LET ME TELL YOU HOW MUCH I'VE COME TO HATE YOU SINCE I BEGAN TO LIVE.
587[22:00:20] [User Authenticator #1/INFO]: UUID of player Heitor_eu is a2c6ad38-d0e3-324e-9901-e739f6225310
588[22:00:27] [User Authenticator #2/INFO]: UUID of player Heitor_eu is a2c6ad38-d0e3-324e-9901-e739f6225310
589[22:00:29] [Server thread/INFO]: [PowerAntiProxy] Um problema ocorreu ao tentar carregar os IPs do site: http://plugins.mrpowergamerbr.com/files/hate.txt
590[22:00:29] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.3.1
591[22:00:29] [Thread-17/INFO]: [PowerAntiProxy] Um problema ocorreu ao tentar verificar updates.
592[22:00:29] [Server thread/INFO]: [ClearLag] Checking for a new update...
593[22:00:29] [Thread-18/WARN]: [ClearLag] Could not reach dev.bukkit.org for update checking. Is it offline?
594[22:00:29] [Server thread/INFO]: [ClearLag] Update found! Downloading...
595[22:00:29] [Server thread/INFO]: [ClearLag] New clearlag will be enabled on restart!
596[22:00:29] [Server thread/INFO]: [ClearLag] ClearLag is now enabled.
597[22:00:29] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
598[22:00:29] [Server thread/INFO]: Formato da versao do Bukkit alterada. Versao nao verificada.
599[22:00:29] [Server thread/INFO]: git-Spigot-550ebac-7019900 (MC: 1.8)
600[22:00:29] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
601[22:00:29] [Server thread/INFO]: Using locale en_US
602[22:00:29] [Server thread/INFO]: Using locale en_US
603[22:00:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
604[22:00:29] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
605[22:00:29] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
606[22:00:29] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
607[22:00:29] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
608[22:00:29] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
609[22:00:29] [Server thread/INFO]: creating table 'items'
610[22:00:29] [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`))
611[22:00:29] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
612[22:00:29] [Server thread/INFO]: creating table 'accounts'
613[22:00:29] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
614[22:00:29] [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`) )
615[22:00:29] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
616[22:00:29] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
617[22:00:29] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.4
618[22:00:29] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
619[22:00:29] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
620[22:00:30] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 152 classes.
621[22:00:30] [Server thread/INFO]: [skQuery] Beginning to process a total of 152 from SkQuery
622[22:00:30] [Server thread/INFO]: [skQuery] Out of 152 classes, 149 classes were loaded from SkQuery
623[22:00:30] [Server thread/INFO]: [SimpleClans] Enabling SimpleClans v2.4.1
624[22:00:30] [Server thread/INFO]: [SimpleClans] SQLite Connection successful
625[22:00:30] [Server thread/INFO]: [SimpleClans] Clans: 1
626[22:00:30] [Server thread/INFO]: [SimpleClans] Clan players: 3
627[22:00:30] [Server thread/INFO]: [SimpleClans] [AutoUpdate] v1.1 enabled!
628[22:00:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
629[22:00:30] [Server thread/INFO]: [MobStacker] Enabling MobStacker v2.0.0
630[22:00:30] [Server thread/INFO]: [MobStacker] MobStacker is starting
631[22:00:30] [Server thread/INFO]: [MobStacker] Connected to metrics
632[22:00:30] [Server thread/INFO]: [MobStacker] Successfully hooked in to WorldGuard!
633[22:00:30] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
634[22:00:30] [Server thread/INFO]: [KitAdder] Enabling KitAdder v1.0.1
635[22:00:30] [Server thread/INFO]: [KitAdder] KitAdder has been enabled!
636[22:00:30] [Server thread/INFO]: [Gladiador] Enabling Gladiador v2.0
637[22:00:30] [Server thread/INFO]: [Gladiador] Ativando Gladiador (V2.0) - Autor: SubZero0
638[22:00:30] [Server thread/INFO]: [Gladiador] Hooked to SimpleClans 1!
639[22:00:30] [Server thread/INFO]: [Gladiador] Hooked to Vault (Economia)!
640[22:00:30] [Server thread/INFO]: [Gladiador] Hooked to Legendchat.
641[22:00:30] [Server thread/INFO]: [Gladiador] <> Data automatica:
642[22:00:30] [Server thread/INFO]: [Gladiador] Dia = 7
643[22:00:30] [Server thread/INFO]: [Gladiador] Hora = 17:00
644[22:00:30] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b678
645[22:00:30] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b678
646[22:00:30] [Server thread/INFO]: -------- World Settings For [flatroom] --------
647[22:00:30] [Server thread/INFO]: Anti X-Ray: true
648[22:00:30] [Server thread/INFO]: Engine Mode: 1
649[22:00:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
650[22:00:30] [Server thread/INFO]: Replace Blocks: [1, 5]
651[22:00:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
652[22:00:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
653[22:00:30] [Server thread/INFO]: Cane Growth Modifier: 100%
654[22:00:30] [Server thread/INFO]: Melon Growth Modifier: 100%
655[22:00:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
656[22:00:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
657[22:00:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
658[22:00:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
659[22:00:30] [Server thread/INFO]: Mob Spawn Range: 4
660[22:00:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
661[22:00:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
662[22:00:30] [Server thread/INFO]: Alternative Hopper Ticking: false
663[22:00:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
664[22:00:30] [Server thread/INFO]: Random Lighting Updates: false
665[22:00:30] [Server thread/INFO]: Structure Info Saving: true
666[22:00:30] [Server thread/INFO]: Sending up to 10 chunks per packet
667[22:00:30] [Server thread/INFO]: Max Entity Collisions: 8
668[22:00:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
669[22:00:30] [Server thread/INFO]: Max TNT Explosions: 100
670[22:00:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
671[22:00:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
672[22:00:30] [Server thread/INFO]: View Distance: 10
673[22:00:30] [Server thread/INFO]: Item Despawn Rate: 6000
674[22:00:30] [Server thread/INFO]: Item Merge Radius: 2.5
675[22:00:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
676[22:00:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
677[22:00:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
678[22:00:30] [Server thread/INFO]: Clear tick list: false
679[22:00:30] [Server thread/INFO]: Experience Merge Radius: 3.0
680[22:00:30] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
681[22:00:30] [Server thread/INFO]: Preparing start region for level 3 (Seed: -7640286043626699922)
682[22:00:30] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
683[22:00:30] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
684[22:00:30] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
685[22:00:30] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
686[22:00:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
687[22:00:30] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
688[22:00:31] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b678 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
689[22:00:31] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.76
690[22:00:31] [Server thread/INFO]: [ItemStay] Enabling ItemStay v1.5.5b
691[22:00:31] [Server thread/INFO]: [LogIt] Enabling LogIt v0.10.0.1
692[22:00:31] [Server thread/WARN]: [LogIt] LogIt does not support this version of Bukkit. Some features may not work.
693[22:00:31] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
694[22:00:31] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
695[22:00:31] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.6
696[22:00:31] [Server thread/INFO]: [MineResetLite] Loading mine from file 'PvP.mine.yml'...
697[22:00:31] [Server thread/INFO]: [MineResetLite] Loading mine from file 'Lápis.mine.yml'...
698[22:00:31] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.6 enabled!
699[22:00:31] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.0.6
700[22:00:31] [Server thread/INFO]: [AncientGates] Loading conf from disk
701[22:00:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
702[22:00:32] [Server thread/INFO]: Done (22.037s)! For help, type "help" or "?"
703[22:00:32] [Craft Scheduler Thread - 9/INFO]: [FeatherBoard] Loaded '0' players from the database!
704[22:00:32] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.1
705[22:00:32] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
706[22:00:32] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
707[22:00:32] [Craft Scheduler Thread - 18/INFO]: [TitleManager] Searching for updates.
708[22:00:32] [Server thread/INFO]: [ChestCommands] Found a new version: v3.1.4 (yours: v3.1.2)
709[22:00:32] [Server thread/INFO]: [ChestCommands] Download it on Bukkit Dev:
710[22:00:32] [Server thread/INFO]: [ChestCommands] dev.bukkit.org/bukkit-plugins/chest-commands
711[22:00:32] [Craft Scheduler Thread - 31/INFO]: [Skript] Checking for the latest version of Skript...
712[22:00:32] [Craft Scheduler Thread - 18/INFO]: [TitleManager] An update was found!
713[22:00:32] [Server thread/INFO]: [Skript] All scripts loaded without errors.
714[22:00:32] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 141: databases:')
715[22:00:32] [Server thread/INFO]: [Skript] Finished loading.
716[22:00:32] [Server thread/INFO]: [AncientGates] Loading gates from disk
717[22:00:32] [Server thread/INFO]: [AncientGates] Loading gates into memory
718[22:00:32] [Skript update thread/INFO]: [Skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.
719[22:00:32] [Skript update thread/ERROR]: #!#!
720[22:00:32] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
721[22:00:32] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
722[22:00:32] [Skript update thread/ERROR]: #!#!
723[22:00:32] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
724[22:00:32] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
725[22:00:32] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
726[22:00:32] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
727[22:00:32] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
728[22:00:32] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
729[22:00:32] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
730[22:00:32] [Craft Scheduler Thread - 26/INFO]: PlotSquared is already up to date!
731[22:00:32] [Skript update thread/ERROR]: #!#!
732[22:00:32] [Skript update thread/ERROR]: #!#! Stack trace:
733[22:00:32] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
734Message: Premature end of file.
735[22:00:32] [Skript update thread/ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:598)
736[22:00:32] [Skript update thread/ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
737[22:00:32] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
738[22:00:32] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210)
739[22:00:32] [Skript update thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
740[22:00:32] [Skript update thread/ERROR]: #!#!
741[22:00:32] [Skript update thread/ERROR]: #!#! Version Information:
742[22:00:32] [Skript update thread/ERROR]: #!#! Skript: 2.1.2
743[22:00:32] [Skript update thread/ERROR]: #!#! Bukkit: 1.8-R0.1-SNAPSHOT
744[22:00:32] [Skript update thread/ERROR]: #!#! Minecraft: 1.8
745[22:00:32] [Skript update thread/ERROR]: #!#! Java: 1.7.0_80
746[22:00:32] [Skript update thread/ERROR]: #!#!
747[22:00:32] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
748[22:00:32] [Skript update thread/ERROR]: #!#!
749[22:00:32] [Skript update thread/ERROR]: #!#! Current node: databases: (config.sk, line 141)
750[22:00:32] [Skript update thread/ERROR]: #!#! Current item: null
751[22:00:32] [Skript update thread/ERROR]: #!#!
752[22:00:32] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
753[22:00:32] [Skript update thread/ERROR]: #!#!
754[22:00:32] [Skript update thread/ERROR]: #!#! End of Error.
755[22:00:32] [Skript update thread/ERROR]: #!#!
756[22:00:32] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
757[22:00:32] [Server thread/INFO]: [AncientGates] Enabled
758[22:00:32] [Server thread/INFO]: com.mojang.authlib.GameProfile@6c1762f8[id=a2c6ad38-d0e3-324e-9901-e739f6225310,name=Heitor_eu,properties={},legacy=false] (/187.14.171.192:1815) lost connection: Disconnected
759[22:00:32] [Server thread/INFO]: com.mojang.authlib.GameProfile@708edb6d[id=a2c6ad38-d0e3-324e-9901-e739f6225310,name=Heitor_eu,properties={},legacy=false] (/187.14.171.192:1824) lost connection: Disconnected
760[22:00:33] [Craft Scheduler Thread - 23/INFO]: [Vault] Checking for Updates:
761[22:00:33] [Craft Scheduler Thread - 23/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.4.1
762[22:00:33] [Craft Scheduler Thread - 23/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
763[22:00:33] [Server thread/INFO]: Starting UUID caching
764[22:00:33] [Craft Scheduler Thread - 26/INFO]: [P2] Starting player data caching for: world
765[22:00:33] [Craft Scheduler Thread - 26/INFO]: Fast mode UUID caching enabled!
766[22:00:33] [Craft Scheduler Thread - 26/INFO]: [P2] Cached a total of: 28 UUIDs
767[22:00:42] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
768
769[22:00:44] [User Authenticator #3/INFO]: UUID of player Packers227YT is bfa91b60-ff51-3d95-b0b7-89dde6f902cf
770[22:00:44] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
771
772[22:00:44] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
773[22:00:44] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
774[22:00:44] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
775[22:00:44] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
776[22:00:44] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
777[22:00:44] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Events.OnJoin.onJoin(OnJoin.java:36)
778[22:00:44] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
779[22:00:44] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
780[22:00:44] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
781[22:00:44] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
782[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
783[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
784[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
785[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
786[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:272)
787[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:156)
788[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:109)
789[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41)
790[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:159)
791[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.ServerConnection.c(ServerConnection.java:82)
792[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:800)
793[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
794[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
795[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
796[22:00:44] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
797[22:00:44] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
798
799[22:00:44] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
800[22:00:44] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
801[22:00:44] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
802[22:00:44] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
803[22:00:44] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
804[22:00:44] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Events.OnJoin.onJoin(OnJoin.java:42)
805[22:00:44] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
806[22:00:44] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
807[22:00:44] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
808[22:00:44] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
809[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
810[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
811[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
812[22:00:44] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
813[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:272)
814[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:156)
815[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:109)
816[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41)
817[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:159)
818[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.ServerConnection.c(ServerConnection.java:82)
819[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:800)
820[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
821[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
822[22:00:44] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
823[22:00:44] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
824[22:00:44] [Server thread/INFO]: [+] Packers227YT
825[22:00:44] [Server thread/INFO]: [WorldGuard] 3 regions loaded for 'flatroom'
826[22:00:44] [Server thread/INFO]: Packers227YT[179.179.18.142/179.179.18.142:64847] logged in with entity id 220 at ([flatroom] 1133.0853113349212, 6.11163305637576, 999.0109788648625)
827[22:00:47] [Craft Scheduler Thread - 30/INFO]: [CE] Checking for updates...
828[22:00:51] [Server thread/INFO]: com.mojang.authlib.GameProfile@53dfd9b4[id=a2c6ad38-d0e3-324e-9901-e739f6225310,name=Heitor_eu,properties={},legacy=false] (/187.14.171.192:1855) lost connection: Disconnected
829[22:00:52] [Craft Scheduler Thread - 30/INFO]: [CE] You are using the latest Version of CE!
830[22:00:57] [User Authenticator #4/INFO]: UUID of player Heitor_eu is a2c6ad38-d0e3-324e-9901-e739f6225310
831[22:00:57] [User Authenticator #5/INFO]: UUID of player Heitor_eu is a2c6ad38-d0e3-324e-9901-e739f6225310
832[22:00:57] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
833
834[22:00:57] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
835[22:00:57] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
836[22:00:57] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
837[22:00:57] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
838[22:00:57] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
839[22:00:57] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Events.OnJoin.onJoin(OnJoin.java:36)
840[22:00:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
841[22:00:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
842[22:00:57] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
843[22:00:57] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
844[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
845[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
846[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
847[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
848[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:272)
849[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:156)
850[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:109)
851[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41)
852[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:159)
853[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.ServerConnection.c(ServerConnection.java:82)
854[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:800)
855[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
856[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
857[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
858[22:00:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
859[22:00:57] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
860
861[22:00:57] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
862[22:00:57] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
863[22:00:57] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
864[22:00:57] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
865[22:00:57] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Util.UpdateChecker.needsUpdated(UpdateChecker.java:33)
866[22:00:57] [Server thread/WARN]: at com.HamiStudios.ArchonCrates.Events.OnJoin.onJoin(OnJoin.java:42)
867[22:00:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
868[22:00:57] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
869[22:00:57] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
870[22:00:57] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
871[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
872[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
873[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
874[22:00:57] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
875[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:272)
876[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:156)
877[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:109)
878[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41)
879[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:159)
880[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.ServerConnection.c(ServerConnection.java:82)
881[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:800)
882[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
883[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
884[22:00:57] [Server thread/WARN]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
885[22:00:57] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
886[22:00:57] [Server thread/INFO]: [+] Heitor_eu
887[22:00:57] [Server thread/INFO]: Heitor_eu[187-14-171-192.user.veloxzone.com.br/187.14.171.192:1864] logged in with entity id 222 at ([flatroom] 1134.1449298327216, 7.0, 1005.0365630282914)
888[22:01:03] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.