· 10 years ago · Sep 15, 2016, 10:16 PM
1[00:00:08] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[00:00:08] [Server thread/INFO]: Loading properties
3[00:00:08] [Server thread/INFO]: Default game type: SURVIVAL
4[00:00:08] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[00:00:09] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[00:00:09] [Server thread/INFO]: Using 4 threads for Netty based IO
7[00:00:09] [Server thread/INFO]: Debug logging is disabled
8[00:00:09] [Server thread/INFO]: Generating keypair
9[00:00:09] [Server thread/INFO]: Starting Minecraft server on 92.222.239.237:25565
10[00:00:09] [Server thread/INFO]: Using epoll channel type
11[00:00:09] [Server thread/ERROR]: Could not load 'plugins/CS-CoreLib v1.5.7.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
15 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
16 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
17 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
18 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
19Caused by: java.util.zip.ZipException: error in opening zip file
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_101]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_101]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_101]
23 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_101]
24 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_101]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
26 ... 5 more
27[00:00:09] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Portals' for files `plugins/Multiverse-Portals-2.4.jar' and `plugins/Multiverse-Portals.jar' in `plugins'
28[00:00:09] [Server thread/INFO]: Set PluginClassLoader as parallel capable
29[00:00:09] [Server thread/ERROR]: Could not load 'plugins/SimpleRegionMarket-3.6.3.jar' in folder 'plugins'
30org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/databases/ProtectionDatabaseException
31 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
32 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
33 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
34 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
35 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
36 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
37 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
38Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/databases/ProtectionDatabaseException
39 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
40 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
41 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
42 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
43 ... 6 more
44Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.databases.ProtectionDatabaseException
45 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_101]
46 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
47 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
48 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_101]
49 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_101]
50 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
51 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_101]
52 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
53 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
54 ... 6 more
55[00:00:10] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
56[00:00:10] [Server thread/INFO]: [Questioner] Loading Questioner v0.6
57[00:00:10] [Server thread/INFO]: [Lift] Loading Lift v52
58[00:00:10] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
59[00:00:10] [Server thread/INFO]: [CityGates] Loading CityGates v2.0.0
60[00:00:10] [Server thread/INFO]: [SmokingPipes] Loading SmokingPipes v1.1
61[00:00:10] [Server thread/INFO]: [ConsoleScheduler] Loading ConsoleScheduler v1.4.5.1
62[00:00:10] [Server thread/INFO]: [PorteCoulissante] Loading PorteCoulissante v1.4.3
63[00:00:10] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.21
64[00:00:10] [Server thread/INFO]: [MorePlayerModels2] Loading MorePlayerModels2 v1.8
65[00:00:10] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
66[00:00:10] [Server thread/INFO]: [WraithNBT] Loading WraithNBT v0.8
67[00:00:10] [Server thread/INFO]: [Annonce] Loading Annonce v1.0.1
68[00:00:10] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.0.2
69[00:00:10] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
70[00:00:10] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
71[00:00:10] [Server thread/INFO]: [AFK] Loading AFK v4.4
72[00:00:10] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
73[00:00:10] [Server thread/INFO]: [NBTEditor] Loading NBTEditor v2.0.1
74[00:00:10] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.5
75[00:00:10] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.7.6
76[00:00:10] [Server thread/INFO]: [BoilingWater] Loading BoilingWater v1.2
77[00:00:10] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
78[00:00:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
79[00:00:10] [Server thread/INFO]: [PirateCannon] Loading PirateCannon v1.0.7
80[00:00:10] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
81[00:00:10] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
82[00:00:10] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
83[00:00:10] [Server thread/INFO]: [RollTheDice] Loading RollTheDice v1.3
84[00:00:10] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
85[00:00:10] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
86[00:00:10] [Server thread/INFO]: [NameManager] Loading NameManager v2.1.4
87[00:00:10] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
88[00:00:10] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.3
89[00:00:10] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
90[00:00:10] [Server thread/INFO]: [CustomMobs] Loading CustomMobs v3.71
91[00:00:10] [Server thread/INFO]: [CustomMobs] WorldGuard found! Region support enabled.
92[00:00:10] [Server thread/INFO]: [CustomMobs] Patching success.
93[00:00:10] [Server thread/INFO]: [BossShopPro] Loading BossShopPro v1.3.0
94[00:00:10] [Server thread/INFO]: [Multiverse-SignPortals] Loading Multiverse-SignPortals v2.4-b523
95[00:00:10] [Server thread/INFO]: [PhatLoots] Loading PhatLoots v4.1.0
96[00:00:10] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.4-b530
97[00:00:10] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
98[00:00:10] [Server thread/INFO]: [Commandspy] Loading Commandspy v3.2.0
99[00:00:10] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.4
100[00:00:10] [Server thread/INFO]: [BannerMaker] Loading BannerMaker v1.4.4
101[00:00:10] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
102[00:00:10] [Server thread/INFO]: [Magic] Loading Magic vCB-1.3
103[00:00:10] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
104[00:00:10] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.76
105[00:00:10] [Server thread/INFO]: [Hotels] Loading Hotels v0.6.3
106[00:00:10] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.8-SNAPSHOT:3803-e037f90,master
107[00:00:10] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
108[00:00:10] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.4.5
109[00:00:10] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
110[00:00:10] [Server thread/INFO]: [Denizen] Loading Denizen v0.9.7-SNAPSHOT (build 1591)
111[00:00:10] [Server thread/INFO]: [Towny] Loading Towny v0.89.2.0
112[00:00:10] [Server thread/INFO]: [Furniture] Loading Furniture v1.8.8.1
113[00:00:10] [Server thread/INFO]: [Sentry] Loading Sentry v1.8.5
114[00:00:10] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.0
115[00:00:10] [Server thread/INFO]: [Quests] Loading Quests v2.5.5-b95
116[00:00:10] [Server thread/INFO]: [SignShopHotel] Loading SignShopHotel v1.2.0
117[00:00:10] [Server thread/INFO]: [MorePlayerModels2] Enabling MorePlayerModels2 v1.8
118[00:00:10] [Server thread/INFO]: [MorePlayerModels2] MorePlayerModels plugin has been enabled
119[00:00:10] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
120[00:00:10] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
121[00:00:10] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
122[00:00:10] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
123[00:00:10] [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.
124[00:00:10] [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!
125[00:00:10] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
126[00:00:10] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
127[00:00:10] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
128[00:00:10] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
129[00:00:10] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
130[00:00:10] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
131[00:00:10] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
132[00:00:10] [Server thread/INFO]: [LWC] Connecting to SQLite
133[00:00:10] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
134[00:00:10] [Server thread/INFO]: Preparing level "world"
135[00:00:10] [Server thread/INFO]: -------- World Settings For [world] --------
136[00:00:10] [Server thread/INFO]: Mob Spawn Range: 4
137[00:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
138[00:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
139[00:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
140[00:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
141[00:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
142[00:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
143[00:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
144[00:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
145[00:00:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
146[00:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
147[00:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
148[00:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
149[00:00:10] [Server thread/INFO]: Random Lighting Updates: false
150[00:00:10] [Server thread/INFO]: Anti X-Ray: true
151[00:00:10] [Server thread/INFO]: Engine Mode: 1
152[00:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
153[00:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
154[00:00:10] [Server thread/INFO]: Structure Info Saving: true
155[00:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
156[00:00:10] [Server thread/INFO]: Max Entity Collisions: 8
157[00:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
158[00:00:10] [Server thread/INFO]: Max TNT Explosions: 100
159[00:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
160[00:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
161[00:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
162[00:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
163[00:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
164[00:00:10] [Server thread/INFO]: View Distance: 10
165[00:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
166[00:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
167[00:00:10] [Server thread/INFO]: Clear tick list: false
168[00:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
169[00:00:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
170[00:00:10] [Server thread/INFO]: Mob Spawn Range: 4
171[00:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
172[00:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
173[00:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
174[00:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
175[00:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
176[00:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
177[00:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
178[00:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
179[00:00:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
180[00:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
181[00:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
182[00:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
183[00:00:10] [Server thread/INFO]: Random Lighting Updates: false
184[00:00:10] [Server thread/INFO]: Anti X-Ray: true
185[00:00:10] [Server thread/INFO]: Engine Mode: 1
186[00:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
187[00:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
188[00:00:10] [Server thread/INFO]: Structure Info Saving: true
189[00:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
190[00:00:10] [Server thread/INFO]: Max Entity Collisions: 8
191[00:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
192[00:00:10] [Server thread/INFO]: Max TNT Explosions: 100
193[00:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
194[00:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
195[00:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
196[00:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
197[00:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
198[00:00:10] [Server thread/INFO]: View Distance: 10
199[00:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
200[00:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
201[00:00:10] [Server thread/INFO]: Clear tick list: false
202[00:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
203[00:00:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
204[00:00:10] [Server thread/INFO]: Mob Spawn Range: 4
205[00:00:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
206[00:00:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
207[00:00:10] [Server thread/INFO]: Cane Growth Modifier: 100%
208[00:00:10] [Server thread/INFO]: Melon Growth Modifier: 100%
209[00:00:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
210[00:00:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
211[00:00:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
212[00:00:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
213[00:00:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
214[00:00:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
215[00:00:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
216[00:00:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
217[00:00:10] [Server thread/INFO]: Random Lighting Updates: false
218[00:00:10] [Server thread/INFO]: Anti X-Ray: true
219[00:00:10] [Server thread/INFO]: Engine Mode: 1
220[00:00:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
221[00:00:10] [Server thread/INFO]: Replace Blocks: [1, 5]
222[00:00:10] [Server thread/INFO]: Structure Info Saving: true
223[00:00:10] [Server thread/INFO]: Sending up to 10 chunks per packet
224[00:00:10] [Server thread/INFO]: Max Entity Collisions: 8
225[00:00:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
226[00:00:10] [Server thread/INFO]: Max TNT Explosions: 100
227[00:00:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
228[00:00:10] [Server thread/INFO]: Item Despawn Rate: 6000
229[00:00:10] [Server thread/INFO]: Item Merge Radius: 2.5
230[00:00:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
231[00:00:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
232[00:00:10] [Server thread/INFO]: View Distance: 10
233[00:00:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
234[00:00:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
235[00:00:10] [Server thread/INFO]: Clear tick list: false
236[00:00:10] [Server thread/INFO]: Experience Merge Radius: 3.0
237[00:00:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3191204195569364039)
238[00:00:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3191204195569364039)
239[00:00:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3191204195569364039)
240[00:00:12] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
241[00:00:12] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
242[00:00:12] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
243[00:00:12] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
244[00:00:12] [Server thread/INFO]: [Questioner] Enabling Questioner v0.6
245[00:00:12] [Server thread/INFO]: [Questioner] v0.6 - Enabled
246[00:00:12] [Server thread/INFO]: [Lift] Enabling Lift v52
247[00:00:12] [Server thread/INFO]: Lift v52 is now enabled!
248[00:00:12] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
249[00:00:12] [Server thread/INFO]: [CityGates] Enabling CityGates v2.0.0
250[00:00:12] [Server thread/INFO]: [CityGates] Succesfully loaded 85 gate(s) and 12 group(s)
251[00:00:12] [Server thread/INFO]: [SmokingPipes] Enabling SmokingPipes v1.1
252[00:00:12] [Server thread/INFO]: [SmokingPipes] Plugin Loading
253[00:00:12] [Server thread/INFO]: [SmokingPipes] Thanks for using BYTE Smoking Pipes plugin - www.byte.org.uk!
254[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating Smoking Pipe custom recipe
255[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating Golden Pipe custom recipe
256[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating PuffWeed custom recipeDried Smoking Grass
257[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating Lumnas Root custom recipe
258[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating FireWeed custom recipe
259[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating Badroot custom recipe
260[00:00:12] [Server thread/INFO]: [SmokingPipes] Creating DocWeed custom recipe Dried healing sugar tobacco
261[00:00:12] [Server thread/INFO]: [SmokingPipes] added DocWeed custom recipe
262[00:00:12] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.5.1
263[00:00:12] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
264[00:00:12] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR - v1.4.5.1 enabled.
265[00:00:12] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 5 seconds.
266[00:00:12] [Server thread/INFO]: [PorteCoulissante] Enabling PorteCoulissante v1.4.3
267[00:00:12] [Server thread/INFO]: [PorteCoulissante] SpoutPlugin not available; disabling sound effects
268[00:00:12] [Server thread/INFO]: [PorteCoulissante] Plugin version 1.4.3 by Captain_Chaos enabled
269[00:00:12] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
270[00:00:12] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
271[00:00:12] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
272[00:00:12] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
273[00:00:12] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
274[00:00:12] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
275[00:00:12] [Server thread/INFO]: [Lockette] Enabled link to plugin LWC for Zones, version 4.4.0 (b881) (July 11, 2013)
276[00:00:12] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
277[00:00:13] [Server thread/INFO]: [Lockette] Ready to protect your containers.
278[00:00:13] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
279[00:00:13] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
280[00:00:13] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
281[00:00:13] [Server thread/INFO]: [WraithNBT] Enabling WraithNBT v0.8
282[00:00:13] [Server thread/INFO]: [Annonce] Enabling Annonce v1.0.1
283[00:00:13] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.0.2
284[00:00:13] [Server thread/INFO]: Tablist> Tablist v1.3.0.2 enabled!!
285[00:00:13] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
286[00:00:13] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
287[00:00:13] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
288[00:00:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
289[00:00:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
290[00:00:13] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
291[00:00:13] [Server thread/INFO]: [AFK] Enabling AFK v4.4
292[00:00:13] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
293[00:00:13] [Server thread/INFO]: Bukkit version format changed. Version not checked.
294[00:00:13] [Server thread/INFO]: git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8)
295[00:00:13] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
296[00:00:13] [Server thread/INFO]: Using locale fr
297[00:00:13] [Server thread/INFO]: Using locale fr
298[00:00:13] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
299[00:00:13] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
300[00:00:13] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
301[00:00:13] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.6-b49)
302[00:00:13] [Server thread/INFO]: [NBTEditor] Enabling NBTEditor v2.0.1
303[00:00:13] [Server thread/ERROR]: [NBTEditor] Error preparing reflection objects
304java.lang.RuntimeException: Error while preparing NBT wrapper classes.
305 at com.goncalomb.bukkit.mylib.reflect.NBTBase.prepareReflection(NBTBase.java:53) ~[NBTEditor.jar:?]
306 at com.goncalomb.bukkit.nbteditor.NBTEditor.onEnable(NBTEditor.java:72) [NBTEditor.jar:?]
307 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
308 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
309 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
310 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
311 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
312 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
313 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
314 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
315 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
316 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
317 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
318Caused by: java.lang.NoSuchMethodException: net.minecraft.server.v1_8_R3.TileEntity.save(net.minecraft.server.v1_8_R3.NBTTagCompound)
319 at java.lang.Class.getMethod(Class.java:1786) ~[?:1.8.0_101]
320 at com.goncalomb.bukkit.mylib.reflect.NBTUtils.prepareReflection(NBTUtils.java:84) ~[NBTEditor.jar:?]
321 at com.goncalomb.bukkit.mylib.reflect.NBTBase.prepareReflection(NBTBase.java:51) ~[NBTEditor.jar:?]
322 ... 12 more
323[00:00:13] [Server thread/ERROR]: [NBTEditor] This version of NBTEditor is not compatible with this version of Bukkit
324[00:00:13] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.5
325[00:00:13] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
326[00:00:13] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.6
327[00:00:13] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
328[00:00:13] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
329[00:00:13] [Server thread/INFO]: For reference, the main world's spawn location is at X: 221.0 Y: 76.0 Z: -298.0
330[00:00:13] [Server thread/INFO]: [BoilingWater] Enabling BoilingWater v1.2
331[00:00:13] [Server thread/INFO]: [ParticleLib] Server major/minor version: 1.8
332[00:00:13] [Server thread/INFO]: [ParticleLib] Hooking into Netty NMS classes
333[00:00:13] [Server thread/INFO]: [ParticleLib] Version is >= 1.8 - using new packet constructor
334[00:00:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
335[00:00:13] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
336[00:00:13] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
337[00:00:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -3191204195569364039
338[00:00:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -3191204195569364039
339[00:00:13] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
340[00:00:13] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
341[00:00:13] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
342[00:00:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3191204195569364039
343[00:00:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Ressource' - Env: NORMAL - Type: FLAT & seed: 5018047498169716736
344[00:00:13] [Server thread/INFO]: -------- World Settings For [Ressource] --------
345[00:00:13] [Server thread/INFO]: Mob Spawn Range: 4
346[00:00:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
347[00:00:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
348[00:00:13] [Server thread/INFO]: Cane Growth Modifier: 100%
349[00:00:13] [Server thread/INFO]: Melon Growth Modifier: 100%
350[00:00:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
351[00:00:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
352[00:00:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
353[00:00:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
354[00:00:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
355[00:00:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
356[00:00:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
357[00:00:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
358[00:00:13] [Server thread/INFO]: Random Lighting Updates: false
359[00:00:13] [Server thread/INFO]: Anti X-Ray: true
360[00:00:13] [Server thread/INFO]: Engine Mode: 1
361[00:00:13] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
362[00:00:13] [Server thread/INFO]: Replace Blocks: [1, 5]
363[00:00:13] [Server thread/INFO]: Structure Info Saving: true
364[00:00:13] [Server thread/INFO]: Sending up to 10 chunks per packet
365[00:00:13] [Server thread/INFO]: Max Entity Collisions: 8
366[00:00:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
367[00:00:13] [Server thread/INFO]: Max TNT Explosions: 100
368[00:00:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
369[00:00:13] [Server thread/INFO]: Item Despawn Rate: 6000
370[00:00:13] [Server thread/INFO]: Item Merge Radius: 2.5
371[00:00:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
372[00:00:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
373[00:00:13] [Server thread/INFO]: View Distance: 10
374[00:00:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
375[00:00:13] [Server thread/INFO]: Chunks to Grow per Tick: 650
376[00:00:13] [Server thread/INFO]: Clear tick list: false
377[00:00:13] [Server thread/INFO]: Experience Merge Radius: 3.0
378[00:00:13] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5018047498169716736)
379[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'impc' - Env: NORMAL - Type: FLAT & seed: -5114104205659030882
380[00:00:14] [Server thread/INFO]: -------- World Settings For [impc] --------
381[00:00:14] [Server thread/INFO]: Mob Spawn Range: 4
382[00:00:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
383[00:00:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
384[00:00:14] [Server thread/INFO]: Cane Growth Modifier: 100%
385[00:00:14] [Server thread/INFO]: Melon Growth Modifier: 100%
386[00:00:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
387[00:00:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
388[00:00:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
389[00:00:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
390[00:00:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
391[00:00:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
392[00:00:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
393[00:00:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
394[00:00:14] [Server thread/INFO]: Random Lighting Updates: false
395[00:00:14] [Server thread/INFO]: Anti X-Ray: true
396[00:00:14] [Server thread/INFO]: Engine Mode: 1
397[00:00:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
398[00:00:14] [Server thread/INFO]: Replace Blocks: [1, 5]
399[00:00:14] [Server thread/INFO]: Structure Info Saving: true
400[00:00:14] [Server thread/INFO]: Sending up to 10 chunks per packet
401[00:00:14] [Server thread/INFO]: Max Entity Collisions: 8
402[00:00:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
403[00:00:14] [Server thread/INFO]: Max TNT Explosions: 100
404[00:00:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
405[00:00:14] [Server thread/INFO]: Item Despawn Rate: 6000
406[00:00:14] [Server thread/INFO]: Item Merge Radius: 2.5
407[00:00:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
408[00:00:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
409[00:00:14] [Server thread/INFO]: View Distance: 10
410[00:00:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
411[00:00:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
412[00:00:14] [Server thread/INFO]: Clear tick list: false
413[00:00:14] [Server thread/INFO]: Experience Merge Radius: 3.0
414[00:00:14] [Server thread/INFO]: Preparing start region for level 4 (Seed: -5114104205659030882)
415[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Heaven' - Env: NORMAL - Type: FLAT & seed: 27594263
416[00:00:14] [Server thread/INFO]: -------- World Settings For [Heaven] --------
417[00:00:14] [Server thread/INFO]: Mob Spawn Range: 4
418[00:00:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
419[00:00:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
420[00:00:14] [Server thread/INFO]: Cane Growth Modifier: 100%
421[00:00:14] [Server thread/INFO]: Melon Growth Modifier: 100%
422[00:00:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
423[00:00:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
424[00:00:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
425[00:00:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
426[00:00:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
427[00:00:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
428[00:00:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
429[00:00:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
430[00:00:14] [Server thread/INFO]: Random Lighting Updates: false
431[00:00:14] [Server thread/INFO]: Anti X-Ray: true
432[00:00:14] [Server thread/INFO]: Engine Mode: 1
433[00:00:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
434[00:00:14] [Server thread/INFO]: Replace Blocks: [1, 5]
435[00:00:14] [Server thread/INFO]: Structure Info Saving: true
436[00:00:14] [Server thread/INFO]: Sending up to 10 chunks per packet
437[00:00:14] [Server thread/INFO]: Max Entity Collisions: 8
438[00:00:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
439[00:00:14] [Server thread/INFO]: Max TNT Explosions: 100
440[00:00:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
441[00:00:14] [Server thread/INFO]: Item Despawn Rate: 6000
442[00:00:14] [Server thread/INFO]: Item Merge Radius: 2.5
443[00:00:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
444[00:00:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
445[00:00:14] [Server thread/INFO]: View Distance: 10
446[00:00:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
447[00:00:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
448[00:00:14] [Server thread/INFO]: Clear tick list: false
449[00:00:14] [Server thread/INFO]: Experience Merge Radius: 3.0
450[00:00:14] [Server thread/INFO]: Preparing start region for level 5 (Seed: 27594263)
451[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Eldoria' - Env: NORMAL - Type: LARGE_BIOMES & seed: 27594263
452[00:00:14] [Server thread/INFO]: -------- World Settings For [Eldoria] --------
453[00:00:14] [Server thread/INFO]: Mob Spawn Range: 4
454[00:00:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
455[00:00:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
456[00:00:14] [Server thread/INFO]: Cane Growth Modifier: 100%
457[00:00:14] [Server thread/INFO]: Melon Growth Modifier: 100%
458[00:00:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
459[00:00:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
460[00:00:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
461[00:00:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
462[00:00:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
463[00:00:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
464[00:00:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
465[00:00:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
466[00:00:14] [Server thread/INFO]: Random Lighting Updates: false
467[00:00:14] [Server thread/INFO]: Anti X-Ray: true
468[00:00:14] [Server thread/INFO]: Engine Mode: 1
469[00:00:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
470[00:00:14] [Server thread/INFO]: Replace Blocks: [1, 5]
471[00:00:14] [Server thread/INFO]: Structure Info Saving: true
472[00:00:14] [Server thread/INFO]: Sending up to 10 chunks per packet
473[00:00:14] [Server thread/INFO]: Max Entity Collisions: 8
474[00:00:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
475[00:00:14] [Server thread/INFO]: Max TNT Explosions: 100
476[00:00:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
477[00:00:14] [Server thread/INFO]: Item Despawn Rate: 6000
478[00:00:14] [Server thread/INFO]: Item Merge Radius: 2.5
479[00:00:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
480[00:00:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
481[00:00:14] [Server thread/INFO]: View Distance: 10
482[00:00:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
483[00:00:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
484[00:00:14] [Server thread/INFO]: Clear tick list: false
485[00:00:14] [Server thread/INFO]: Experience Merge Radius: 3.0
486[00:00:14] [Server thread/INFO]: Preparing start region for level 6 (Seed: 27594263)
487[00:00:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'staff' - Env: NORMAL - Type: NORMAL & seed: 5996147880662069838
488[00:00:15] [Server thread/INFO]: -------- World Settings For [staff] --------
489[00:00:15] [Server thread/INFO]: Mob Spawn Range: 4
490[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
491[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
492[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
493[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
494[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
495[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
496[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
497[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
498[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
499[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
500[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
501[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
502[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
503[00:00:15] [Server thread/INFO]: Anti X-Ray: true
504[00:00:15] [Server thread/INFO]: Engine Mode: 1
505[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
506[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
507[00:00:15] [Server thread/INFO]: Structure Info Saving: true
508[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
509[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
510[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
511[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
512[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
513[00:00:15] [Server thread/INFO]: Item Despawn Rate: 6000
514[00:00:15] [Server thread/INFO]: Item Merge Radius: 2.5
515[00:00:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
516[00:00:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
517[00:00:15] [Server thread/INFO]: View Distance: 10
518[00:00:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
519[00:00:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
520[00:00:15] [Server thread/INFO]: Clear tick list: false
521[00:00:15] [Server thread/INFO]: Experience Merge Radius: 3.0
522[00:00:15] [Server thread/INFO]: Preparing start region for level 7 (Seed: 5996147880662069838)
523[00:00:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'StructureInstant' - Env: NORMAL - Type: FLAT & seed: -1479736232569808656
524[00:00:15] [Server thread/INFO]: -------- World Settings For [StructureInstant] --------
525[00:00:15] [Server thread/INFO]: Mob Spawn Range: 4
526[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
527[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
528[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
529[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
530[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
531[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
532[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
533[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
534[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
535[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
536[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
537[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
538[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
539[00:00:15] [Server thread/INFO]: Anti X-Ray: true
540[00:00:15] [Server thread/INFO]: Engine Mode: 1
541[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
542[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
543[00:00:15] [Server thread/INFO]: Structure Info Saving: true
544[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
545[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
546[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
547[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
548[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
549[00:00:15] [Server thread/INFO]: Item Despawn Rate: 6000
550[00:00:15] [Server thread/INFO]: Item Merge Radius: 2.5
551[00:00:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
552[00:00:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
553[00:00:15] [Server thread/INFO]: View Distance: 10
554[00:00:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
555[00:00:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
556[00:00:15] [Server thread/INFO]: Clear tick list: false
557[00:00:15] [Server thread/INFO]: Experience Merge Radius: 3.0
558[00:00:15] [Server thread/INFO]: Preparing start region for level 8 (Seed: -1479736232569808656)
559[00:00:15] [Thread-11/INFO]: --------------------
560[00:00:15] [Thread-11/INFO]: [CoreProtect] Version 2.13.1 now available.
561[00:00:15] [Thread-11/INFO]: [CoreProtect] Download: Type "/co version" in-game.
562[00:00:15] [Thread-11/INFO]: --------------------
563[00:00:15] [Thread-11/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
564[00:00:15] [Thread-11/INFO]: --------------------
565[00:00:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'topcraft' - Env: NORMAL - Type: FLAT & seed: 0
566[00:00:15] [Server thread/INFO]: -------- World Settings For [topcraft] --------
567[00:00:15] [Server thread/INFO]: Mob Spawn Range: 4
568[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
569[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
570[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
571[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
572[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
573[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
574[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
575[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
576[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
577[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
578[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
579[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
580[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
581[00:00:15] [Server thread/INFO]: Anti X-Ray: true
582[00:00:15] [Server thread/INFO]: Engine Mode: 1
583[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
584[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
585[00:00:15] [Server thread/INFO]: Structure Info Saving: true
586[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
587[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
588[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
589[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
590[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
591[00:00:15] [Server thread/INFO]: Item Despawn Rate: 6000
592[00:00:15] [Server thread/INFO]: Item Merge Radius: 2.5
593[00:00:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
594[00:00:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
595[00:00:15] [Server thread/INFO]: View Distance: 10
596[00:00:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
597[00:00:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
598[00:00:15] [Server thread/INFO]: Clear tick list: false
599[00:00:15] [Server thread/INFO]: Experience Merge Radius: 3.0
600[00:00:15] [Server thread/INFO]: Preparing start region for level 9 (Seed: 0)
601[00:00:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Minetropolis' - Env: NORMAL - Type: FLAT & seed: -3298365048425894642
602[00:00:16] [Server thread/INFO]: -------- World Settings For [Minetropolis] --------
603[00:00:16] [Server thread/INFO]: Mob Spawn Range: 4
604[00:00:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
605[00:00:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
606[00:00:16] [Server thread/INFO]: Cane Growth Modifier: 100%
607[00:00:16] [Server thread/INFO]: Melon Growth Modifier: 100%
608[00:00:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
609[00:00:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
610[00:00:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
611[00:00:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
612[00:00:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
613[00:00:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
614[00:00:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
615[00:00:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
616[00:00:16] [Server thread/INFO]: Random Lighting Updates: false
617[00:00:16] [Server thread/INFO]: Anti X-Ray: true
618[00:00:16] [Server thread/INFO]: Engine Mode: 1
619[00:00:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
620[00:00:16] [Server thread/INFO]: Replace Blocks: [1, 5]
621[00:00:16] [Server thread/INFO]: Structure Info Saving: true
622[00:00:16] [Server thread/INFO]: Sending up to 10 chunks per packet
623[00:00:16] [Server thread/INFO]: Max Entity Collisions: 8
624[00:00:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
625[00:00:16] [Server thread/INFO]: Max TNT Explosions: 100
626[00:00:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
627[00:00:16] [Server thread/INFO]: Item Despawn Rate: 6000
628[00:00:16] [Server thread/INFO]: Item Merge Radius: 2.5
629[00:00:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
630[00:00:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
631[00:00:16] [Server thread/INFO]: View Distance: 10
632[00:00:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
633[00:00:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
634[00:00:16] [Server thread/INFO]: Clear tick list: false
635[00:00:16] [Server thread/INFO]: Experience Merge Radius: 3.0
636[00:00:16] [Server thread/INFO]: Preparing start region for level 10 (Seed: -3298365048425894642)
637[00:00:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mapfryxx' - Env: NORMAL - Type: NORMAL & seed: 8828853317573174184
638[00:00:16] [Server thread/INFO]: -------- World Settings For [mapfryxx] --------
639[00:00:16] [Server thread/INFO]: Mob Spawn Range: 4
640[00:00:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
641[00:00:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
642[00:00:16] [Server thread/INFO]: Cane Growth Modifier: 100%
643[00:00:16] [Server thread/INFO]: Melon Growth Modifier: 100%
644[00:00:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
645[00:00:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
646[00:00:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
647[00:00:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
648[00:00:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
649[00:00:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
650[00:00:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
651[00:00:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
652[00:00:16] [Server thread/INFO]: Random Lighting Updates: false
653[00:00:16] [Server thread/INFO]: Anti X-Ray: true
654[00:00:16] [Server thread/INFO]: Engine Mode: 1
655[00:00:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
656[00:00:16] [Server thread/INFO]: Replace Blocks: [1, 5]
657[00:00:16] [Server thread/INFO]: Structure Info Saving: true
658[00:00:16] [Server thread/INFO]: Sending up to 10 chunks per packet
659[00:00:16] [Server thread/INFO]: Max Entity Collisions: 8
660[00:00:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
661[00:00:16] [Server thread/INFO]: Max TNT Explosions: 100
662[00:00:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
663[00:00:16] [Server thread/INFO]: Item Despawn Rate: 6000
664[00:00:16] [Server thread/INFO]: Item Merge Radius: 2.5
665[00:00:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
666[00:00:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
667[00:00:16] [Server thread/INFO]: View Distance: 10
668[00:00:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
669[00:00:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
670[00:00:16] [Server thread/INFO]: Clear tick list: false
671[00:00:16] [Server thread/INFO]: Experience Merge Radius: 3.0
672[00:00:16] [Server thread/INFO]: Preparing start region for level 11 (Seed: 8828853317573174184)
673[00:00:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'HeadCollection' - Env: NORMAL - Type: FLAT & seed: 6222775275028824568
674[00:00:17] [Server thread/INFO]: -------- World Settings For [HeadCollection] --------
675[00:00:17] [Server thread/INFO]: Mob Spawn Range: 4
676[00:00:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
677[00:00:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
678[00:00:17] [Server thread/INFO]: Cane Growth Modifier: 100%
679[00:00:17] [Server thread/INFO]: Melon Growth Modifier: 100%
680[00:00:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
681[00:00:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
682[00:00:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
683[00:00:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
684[00:00:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
685[00:00:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
686[00:00:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
687[00:00:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
688[00:00:17] [Server thread/INFO]: Random Lighting Updates: false
689[00:00:17] [Server thread/INFO]: Anti X-Ray: true
690[00:00:17] [Server thread/INFO]: Engine Mode: 1
691[00:00:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
692[00:00:17] [Server thread/INFO]: Replace Blocks: [1, 5]
693[00:00:17] [Server thread/INFO]: Structure Info Saving: true
694[00:00:17] [Server thread/INFO]: Sending up to 10 chunks per packet
695[00:00:17] [Server thread/INFO]: Max Entity Collisions: 8
696[00:00:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
697[00:00:17] [Server thread/INFO]: Max TNT Explosions: 100
698[00:00:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
699[00:00:17] [Server thread/INFO]: Item Despawn Rate: 6000
700[00:00:17] [Server thread/INFO]: Item Merge Radius: 2.5
701[00:00:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
702[00:00:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
703[00:00:17] [Server thread/INFO]: View Distance: 10
704[00:00:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
705[00:00:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
706[00:00:17] [Server thread/INFO]: Clear tick list: false
707[00:00:17] [Server thread/INFO]: Experience Merge Radius: 3.0
708[00:00:17] [Server thread/INFO]: Preparing start region for level 12 (Seed: 6222775275028824568)
709[00:00:17] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded.
710[00:00:17] [Server thread/INFO]: [PirateCannon] Enabling PirateCannon v1.0.7
711[00:00:17] [Server thread/INFO]: [PirateCannon] PirateCannons Enabled!
712[00:00:17] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
713[00:00:17] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
714[00:00:17] [Server thread/INFO]: [PermissionsEx] Initializing file backend
715[00:00:17] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
716[00:00:17] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.3
717[00:00:17] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
718[00:00:17] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
719[00:00:17] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
720[00:00:17] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
721[00:00:17] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
722[00:00:17] [Server thread/INFO]: [iConomy - April Fools] Enabled (10 ms)
723[00:00:17] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
724[00:00:17] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
725[00:00:17] [Thread-16/INFO]: [iConomy - April Fools] Purged accounts with default balance.
726[00:00:17] [Server thread/INFO]: [RollTheDice] Enabling RollTheDice v1.3
727[00:00:17] [Server thread/INFO]: [RollTheDice] version 1.3 is disabled!
728[00:00:17] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
729[00:00:17] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
730[00:00:17] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
731[00:00:17] [Server thread/INFO]: [NameManager] Enabling NameManager v2.1.4
732[00:00:17] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.3
733[00:00:17] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
734[00:00:17] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
735[00:00:17] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
736[00:00:17] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
737[00:00:17] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
738[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
739[00:00:17] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
740[00:00:17] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
741[00:00:17] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
742[00:00:17] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
743[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
744[00:00:17] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
745[00:00:17] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
746[00:00:17] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
747[00:00:17] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
748[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
749[00:00:17] [Server thread/INFO]: [WorldGuard] (Ressource) TNT ignition is PERMITTED.
750[00:00:17] [Server thread/INFO]: [WorldGuard] (Ressource) Lighters are PERMITTED.
751[00:00:17] [Server thread/INFO]: [WorldGuard] (Ressource) Lava fire is blocked.
752[00:00:17] [Server thread/INFO]: [WorldGuard] (Ressource) Fire spread is UNRESTRICTED.
753[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Ressource'
754[00:00:17] [Server thread/INFO]: [WorldGuard] (impc) TNT ignition is PERMITTED.
755[00:00:17] [Server thread/INFO]: [WorldGuard] (impc) Lighters are PERMITTED.
756[00:00:17] [Server thread/INFO]: [WorldGuard] (impc) Lava fire is blocked.
757[00:00:17] [Server thread/INFO]: [WorldGuard] (impc) Fire spread is UNRESTRICTED.
758[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'impc'
759[00:00:17] [Server thread/INFO]: [WorldGuard] (Heaven) TNT ignition is PERMITTED.
760[00:00:17] [Server thread/INFO]: [WorldGuard] (Heaven) Lighters are PERMITTED.
761[00:00:17] [Server thread/INFO]: [WorldGuard] (Heaven) Lava fire is blocked.
762[00:00:17] [Server thread/INFO]: [WorldGuard] (Heaven) Fire spread is UNRESTRICTED.
763[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Heaven'
764[00:00:17] [Server thread/INFO]: [WorldGuard] (Eldoria) TNT ignition is PERMITTED.
765[00:00:17] [Server thread/INFO]: [WorldGuard] (Eldoria) Lighters are PERMITTED.
766[00:00:17] [Server thread/INFO]: [WorldGuard] (Eldoria) Lava fire is blocked.
767[00:00:17] [Server thread/INFO]: [WorldGuard] (Eldoria) Fire spread is UNRESTRICTED.
768[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Eldoria'
769[00:00:17] [Server thread/INFO]: [WorldGuard] (staff) TNT ignition is PERMITTED.
770[00:00:17] [Server thread/INFO]: [WorldGuard] (staff) Lighters are PERMITTED.
771[00:00:17] [Server thread/INFO]: [WorldGuard] (staff) Lava fire is blocked.
772[00:00:17] [Server thread/INFO]: [WorldGuard] (staff) Fire spread is UNRESTRICTED.
773[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'staff'
774[00:00:17] [Server thread/INFO]: [WorldGuard] (StructureInstant) TNT ignition is PERMITTED.
775[00:00:17] [Server thread/INFO]: [WorldGuard] (StructureInstant) Lighters are PERMITTED.
776[00:00:17] [Server thread/INFO]: [WorldGuard] (StructureInstant) Lava fire is blocked.
777[00:00:17] [Server thread/INFO]: [WorldGuard] (StructureInstant) Fire spread is UNRESTRICTED.
778[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'StructureInstant'
779[00:00:17] [Server thread/INFO]: [WorldGuard] (topcraft) TNT ignition is PERMITTED.
780[00:00:17] [Server thread/INFO]: [WorldGuard] (topcraft) Lighters are PERMITTED.
781[00:00:17] [Server thread/INFO]: [WorldGuard] (topcraft) Lava fire is blocked.
782[00:00:17] [Server thread/INFO]: [WorldGuard] (topcraft) Fire spread is UNRESTRICTED.
783[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'topcraft'
784[00:00:17] [Server thread/INFO]: [WorldGuard] (Minetropolis) TNT ignition is PERMITTED.
785[00:00:17] [Server thread/INFO]: [WorldGuard] (Minetropolis) Lighters are PERMITTED.
786[00:00:17] [Server thread/INFO]: [WorldGuard] (Minetropolis) Lava fire is blocked.
787[00:00:17] [Server thread/INFO]: [WorldGuard] (Minetropolis) Fire spread is UNRESTRICTED.
788[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Minetropolis'
789[00:00:17] [Server thread/INFO]: [WorldGuard] (mapfryxx) TNT ignition is PERMITTED.
790[00:00:17] [Server thread/INFO]: [WorldGuard] (mapfryxx) Lighters are PERMITTED.
791[00:00:17] [Server thread/INFO]: [WorldGuard] (mapfryxx) Lava fire is blocked.
792[00:00:17] [Server thread/INFO]: [WorldGuard] (mapfryxx) Fire spread is UNRESTRICTED.
793[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mapfryxx'
794[00:00:17] [Thread-15/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
795[00:00:17] [Server thread/INFO]: [WorldGuard] (HeadCollection) TNT ignition is PERMITTED.
796[00:00:17] [Server thread/INFO]: [WorldGuard] (HeadCollection) Lighters are PERMITTED.
797[00:00:17] [Server thread/INFO]: [WorldGuard] (HeadCollection) Lava fire is blocked.
798[00:00:17] [Server thread/INFO]: [WorldGuard] (HeadCollection) Fire spread is UNRESTRICTED.
799[00:00:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HeadCollection'
800[00:00:17] [Server thread/INFO]: [WorldGuard] Loading region data...
801[00:00:17] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v3.71
802[00:00:17] [Server thread/INFO]: [CustomMobs] Loaded CustomMobs for Server-version: v1_8_R3
803[00:00:17] [Server thread/INFO]: [CustomMobs] Registering additional version dependent mobTypes...
804[00:00:17] [Server thread/INFO]: [CustomMobs] Loading Data...
805[00:00:17] [Server thread/INFO]: [CustomMobs] Version 3.71 - Running on NMS-Version 'v1_8_R3'
806[00:00:17] [Server thread/INFO]: [CustomMobs] Please note that CustomMobs is !!_NOT_!! reloadable. It may lead to various bugs and data inconsistency.
807[00:00:17] [Server thread/INFO]: [CustomMobs] Loading Completed. Have fun using CustomMobs to your hearts content.
808[00:00:17] [Server thread/INFO]: [BossShopPro] Enabling BossShopPro v1.3.0
809[00:00:18] [Server thread/INFO]: [BossShopPro] Loading data...
810[00:00:18] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v2.4-b523
811[00:00:18] [Server thread/INFO]: [Multiverse-SignPortals] - Version 2.4-b523 Enabled - By Rigby and fernferret
812[00:00:18] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v4.1.0
813[00:00:18] [Server thread/INFO]: [PhatLoots] Listening for Dispensers
814[00:00:18] [Server thread/INFO]: [PhatLoots] Listening for Mob deaths w/ MultiWorld support and WorldGuard Regions
815[00:00:18] [Server thread/INFO]: [PhatLoots] Listening for Mob spawns w/ MultiWorld support and WorldGuard support
816[00:00:18] [Server thread/INFO]: [PhatLoots] Listening for Players fishing
817[00:00:18] [Server thread/INFO]: [PhatLoots] PhatLoots 4.1.0 (Build 1,905) is enabled!
818[00:00:18] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.4-b530
819[00:00:18] [Server thread/INFO]: [MultiVerse-NetherPortals] - Version 2.4-b530 Enabled - By Rigby and fernferret
820[00:00:18] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
821[00:00:18] [Server thread/INFO]: [Commandspy] Enabling Commandspy v3.2.0
822[00:00:18] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4
823[00:00:18] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v1.4.4
824[00:00:18] [Server thread/INFO]: [IMPCBanner] Language: en
825[00:00:18] [Server thread/INFO]: [IMPCBanner] Vault dependency found! Enable economy supported
826[00:00:18] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
827[00:00:18] [Server thread/INFO]: [Magic] Enabling Magic vCB-1.3
828[00:00:18] [Server thread/INFO]: [Magic] *******************
829[00:00:18] [Server thread/INFO]: [Magic] You are running the CB 1.7 build of Magic, but it looks like you have a 1.8 server!
830[00:00:18] [Server thread/INFO]: [Magic] You might be able to find a better version of Magic where you got your server software.
831[00:00:18] [Server thread/INFO]: [Magic] *******************
832[00:00:18] [Server thread/INFO]: [Magic] EffectLib initialized
833[00:00:18] [Server thread/INFO]: [Magic] BlockPhysics not found- install BlockPhysics for physics-based block effects
834[00:00:18] [Server thread/INFO]: [Magic] LibsDisguises not found
835[00:00:18] [Server thread/INFO]: [Magic] Loading config.yml
836[00:00:18] [Server thread/INFO]: [Magic] Based on defaults defaults/config.defaults.yml
837[00:00:19] [Server thread/INFO]: [Magic] Wand crafting is enabled
838[00:00:19] [Server thread/INFO]: [Magic] Wand anvil combining is enabled
839[00:00:19] [Server thread/INFO]: [Magic] Wand anvil organizing is enabled
840[00:00:19] [Server thread/INFO]: [Magic] Skin-based custom icons disabled
841[00:00:19] [Server thread/INFO]: [Magic] Loading messages.yml
842[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/messages.defaults.yml
843[00:00:19] [Server thread/INFO]: [Magic] Loading materials.yml
844[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/materials.defaults.yml
845[00:00:19] [Server thread/INFO]: [Magic] Loading spells.yml
846[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/spells.defaults.yml
847[00:00:19] [Server thread/INFO]: [Magic] Loaded 267 spells
848[00:00:19] [Server thread/INFO]: [Magic] Loading enchanting.yml
849[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/enchanting.defaults.yml
850[00:00:19] [Server thread/INFO]: [Magic] Loaded 10 enchanting paths
851[00:00:19] [Server thread/INFO]: [Magic] Loading wands.yml
852[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/wands.defaults.yml
853[00:00:19] [Server thread/INFO]: [Magic] Loaded 78 wands
854[00:00:19] [Server thread/INFO]: [Magic] Loading crafting.yml
855[00:00:19] [Server thread/INFO]: [Magic] Based on defaults defaults/crafting.defaults.yml
856[00:00:19] [Server thread/INFO]: [Magic] Loaded 21 crafting recipes
857[00:00:19] [Server thread/INFO]: [Magic] Integrated with Vault, virtual economy and descriptive item names available
858[00:00:19] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
859[00:00:19] [Server thread/INFO]: [Magic] dtlTraders not found, will not integrate.
860[00:00:19] [Server thread/INFO]: [Magic] Factions not found, will not integrate.
861[00:00:19] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
862[00:00:19] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
863[00:00:19] [Server thread/INFO]: [Magic] PreciousStones not found, region protection and pvp checks will not be used.
864[00:00:19] [Server thread/INFO]: [Magic] Towny found, will respect build permissions for construction spells
865[00:00:19] [Server thread/INFO]: [Magic] Lockette found, will check block protection.
866[00:00:19] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
867[00:00:19] [Server thread/INFO]: [Magic] NoCheatPlus integration disabled, enable this in config.yml if you find Magic triggering NCP violations
868[00:00:19] [Server thread/INFO]: [Magic] dynmap not found, not integrating.
869[00:00:19] [Server thread/INFO]: [Magic] Activated MCStats
870[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for invisiblecloak
871[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
872[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
873[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for magichat
874[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_AXE
875[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SWORD
876[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for battle
877[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
878[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
879[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for beginner
880[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for camera
881[00:00:19] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SPADE
882[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for broomstick
883[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for rabbitboots
884[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardchestplate
885[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticechestplate
886[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardboots
887[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeboots
888[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for flashboots
889[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for divinghelmet
890[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for goggles
891[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardhelmet
892[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticehelmet
893[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardleggings
894[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeleggings
895[00:00:19] [Server thread/INFO]: [Magic] Adding crafting recipe for rocketboots
896[00:00:20] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
897[00:00:20] [Server thread/ERROR]: [ColoredTags] Couldn't load config.yml
898java.io.FileNotFoundException: plugins/ColoredTags/config.yml (Is a directory)
899 at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_101]
900 at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_101]
901 at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_101]
902 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:167) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
903 at com.gmail.filoghost.coloredtags.PluginConfig.<init>(PluginConfig.java:32) ~[ColoredTags.jar:?]
904 at com.gmail.filoghost.coloredtags.Configuration.load(Configuration.java:18) [ColoredTags.jar:?]
905 at com.gmail.filoghost.coloredtags.ColoredTags.setupConfigs(ColoredTags.java:143) [ColoredTags.jar:?]
906 at com.gmail.filoghost.coloredtags.ColoredTags.onEnable(ColoredTags.java:77) [ColoredTags.jar:?]
907 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
908 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
909 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
910 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
911 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
912 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
913 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
914 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
915 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
916 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
917 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
918[00:00:20] [Server thread/ERROR]: [ColoredTags] Couldn't load colors.yml
919java.io.FileNotFoundException: plugins/ColoredTags/colors.yml (Is a directory)
920 at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_101]
921 at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_101]
922 at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_101]
923 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:167) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
924 at com.gmail.filoghost.coloredtags.PluginConfig.<init>(PluginConfig.java:32) ~[ColoredTags.jar:?]
925 at com.gmail.filoghost.coloredtags.ColoredTags.setupConfigs(ColoredTags.java:147) [ColoredTags.jar:?]
926 at com.gmail.filoghost.coloredtags.ColoredTags.onEnable(ColoredTags.java:77) [ColoredTags.jar:?]
927 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
928 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
929 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
930 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
931 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
932 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
933 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
934 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
935 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
936 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
937 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
938[00:00:20] [Server thread/ERROR]: [ColoredTags] Couldn't load groups.yml
939java.io.FileNotFoundException: plugins/ColoredTags/groups.yml (Is a directory)
940 at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_101]
941 at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_101]
942 at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_101]
943 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:167) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
944 at com.gmail.filoghost.coloredtags.PluginConfig.<init>(PluginConfig.java:32) ~[ColoredTags.jar:?]
945 at com.gmail.filoghost.coloredtags.ColoredTags.setupConfigs(ColoredTags.java:166) [ColoredTags.jar:?]
946 at com.gmail.filoghost.coloredtags.ColoredTags.onEnable(ColoredTags.java:77) [ColoredTags.jar:?]
947 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
948 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
949 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
950 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
951 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
952 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
953 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
954 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
955 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
956 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
957 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
958[00:00:20] [Server thread/ERROR]: [ColoredTags] Couldn't load players.yml
959java.io.FileNotFoundException: plugins/ColoredTags/players.yml (Is a directory)
960 at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_101]
961 at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_101]
962 at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_101]
963 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:167) ~[Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
964 at com.gmail.filoghost.coloredtags.PluginConfig.<init>(PluginConfig.java:32) ~[ColoredTags.jar:?]
965 at com.gmail.filoghost.coloredtags.ColoredTags.setupConfigs(ColoredTags.java:182) [ColoredTags.jar:?]
966 at com.gmail.filoghost.coloredtags.ColoredTags.onEnable(ColoredTags.java:77) [ColoredTags.jar:?]
967 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
968 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
969 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
970 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
971 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
972 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
973 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
974 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
975 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
976 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [Spigot-stb188.jar:git-Spigot-e4d4710-e1ebe52]
977 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101]
978[00:00:20] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.76
979[00:00:20] [Server thread/INFO]: [Hotels] Enabling Hotels v0.6.3
980[00:00:20] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
981
982[00:00:20] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
983[00:00:20] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
984[00:00:20] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
985[00:00:20] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
986[00:00:20] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
987[00:00:20] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsMain.onEnable(HotelsMain.java:40)
988[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
989[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
990[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
991[00:00:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
992[00:00:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
993[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
994[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
995[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
996[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
997[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
998[00:00:20] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
999[00:00:20] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
1000
1001[00:00:20] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1002[00:00:20] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1003[00:00:20] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1004[00:00:20] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1005[00:00:20] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1006[00:00:20] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsMain.onEnable(HotelsMain.java:42)
1007[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1008[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1009[00:00:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
1010[00:00:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
1011[00:00:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
1012[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
1013[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
1014[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
1015[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
1016[00:00:20] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
1017[00:00:20] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1018[00:00:20] [Server thread/INFO]: [Hotels] Hotels v0.6.3 has been enabled correctly
1019[00:00:20] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
1020[00:00:20] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
1021[00:00:20] [Server thread/INFO]: [CraftBook] Successfully added 1 CommandItems!
1022[00:00:20] [Server thread/INFO]: [CraftBook] Registered 3 custom recipes!
1023[00:00:20] [Server thread/INFO]: [CraftBook] 1 cauldron recipe(s) loaded
1024[00:00:20] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
1025[00:00:20] [Server thread/INFO]: [CraftBook] 8199 chunk(s) for 13 world(s) processed (276ms elapsed)
1026[00:00:21] [Thread-21/WARN]: [CraftBook] The author of this plugin has misconfigured their Auto Update system
1027[00:00:21] [Thread-21/WARN]: [CraftBook] File versions should follow the format 'PluginName vVERSION'
1028[00:00:21] [Thread-21/WARN]: [CraftBook] Please notify the author of this error.
1029[00:00:21] [Server thread/INFO]: [CraftBook] CraftBook 3.9u10 is the latest version available, and the updatability of it is: FAIL_NOVERSION. You currently have version CraftBook 3.9u10 installed.
1030[00:00:21] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
1031[00:00:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1032[00:00:21] [Server thread/INFO]: creating table 'items'
1033[00:00:21] [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`))
1034[00:00:21] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1035[00:00:21] [Server thread/INFO]: creating table 'accounts'
1036[00:00:21] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
1037[00:00:21] [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`) )
1038[00:00:21] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1039[00:00:21] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
1040[00:00:21] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
1041[00:00:21] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
1042[00:00:21] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.4.5
1043[00:00:22] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
1044[00:00:22] [Server thread/INFO]: [MythicMobs] MythicMobs PhatLoots Support has been enabled!
1045[00:00:22] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1046[00:00:22] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
1047[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
1048[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
1049[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
1050[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
1051[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
1052[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 3 mythic items.
1053[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 1 drop tables.
1054[00:00:22] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
1055[00:00:22] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
1056[00:00:22] [Server thread/INFO]: [MythicMobs] v2.4.5 has been successfully loaded!
1057[00:00:22] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
1058[00:00:22] [Server thread/INFO]: Injecting command info into Citizens.
1059[00:00:22] [Server thread/INFO]: [Denizen] Enabling Denizen v0.9.7-SNAPSHOT (build 1591)
1060[00:00:22] [Server thread/INFO]: +> [Denizen] Initializing Denizen Core v1.10 (Build Unknown),
1061 implementation for Bukkit version 0.9.7-SNAPSHOT (build 1591)
1062[00:00:22] [Server thread/INFO]: +> [Denizen] +-------------------------+
1063[00:00:22] [Server thread/INFO]: +> [Denizen] _/_ _ ._ _ _
1064[00:00:22] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ ) scriptable minecraft
1065[00:00:22] [Server thread/INFO]: +> [Denizen]
1066[00:00:22] [Server thread/INFO]: +> [Denizen] by: aufdemrand
1067[00:00:22] [Server thread/INFO]: +> [Denizen] version: 0.9.7-SNAPSHOT (build 1591)
1068[00:00:22] [Server thread/INFO]: +> [Denizen] +-------------------------+
1069[00:00:22] [Server thread/INFO]: OKAY! Loaded core commands: [showfake, invisible, animate,
1070 modifyblock, cast, midi, explode, sidebar, cooldown, weather,
1071 action, scoreboard, if, give, chunkload, lookclose, zap,
1072 execute, mount, announce, push, fail, firework, light, reset,
1073 hurt, viewer, wait, flag, log, despawn, goto, attack, event,
1074 stand, map, resume, break, strike, health, team, trigger, fly,
1075 disengage, playsound, rename, chat, anchor, fish, leash,
1076 queue, rotate, sign, run, experience, while, listen,
1077 playeffect, narrate, vulnerable, create, trait, finish, shoot,
1078 oxygen, walkto, group, yaml, statistic, pose, schematic, look,
1079 pause, feed, take, compass, adjust, animatechest, drop, note,
1080 teleport, inventory, title, remove, sql, switch, head,
1081 foreach, random, repeat, define, heal, copyblock, sit, burn,
1082 runtask, potion, debug, determine, assignment, permission,
1083 follow, displayitem, scribe, createworld, spawn, equip,
1084 engage, time, inject, mark, age, walk]
1085[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loading external dependencies for
1086 run-time compiler.
1087[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] No dependencies to load or error loading
1088 dependencies: null
1089[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loading plugins as dependencies for
1090 run-time compiler.
1091[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded furniture.jar
1092[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CommandNPC.jar
1093[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded worldedit-bukkit-6.1.jar
1094[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded wraithnbt.jar
1095[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded VoxelSniper-5.170.0-SNAPSHOT.jar
1096[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Lift.jar
1097[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Questioner.jar
1098[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-Core-2.4.jar
1099[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CityGates.jar
1100[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Vault.jar
1101[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BannerMaker.jar
1102[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PorteCoulissante.jar
1103[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BoilingCauldrons.jar
1104[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SignShop.jar
1105[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded sentry.jar
1106[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ColoredSigns.jar
1107[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded EssentialsChat-2.jar
1108[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PermissionsEx-1.23.3.jar
1109[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Magic-CB-1.3.jar
1110[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CS-CoreLib v1.5.7.jar
1111[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded EssentialsSpawn-2.jar
1112[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-SignPortals-2.4.jar
1113[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Towny.jar
1114[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded BossShopPro.jar
1115[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Citizens (1).jar
1116[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Quests-2.5.5.jar
1117[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SmokingPipes-1.1.jar
1118[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Annonce_1.0.1.jar
1119[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded NameManager-2.1.4.jar
1120[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CrackShot.jar
1121[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded MythicMobs.jar
1122[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Lockette.jar
1123[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PlayerPoints.jar
1124[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded WorldBorder.jar
1125[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded commandspy.jar
1126[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Essentials-2.jar
1127[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded MorePlayerModels_1.8.9.jar
1128[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded LWC.jar
1129[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PlugMan.jar
1130[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SignShopHotel.jar
1131[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded SimpleRegionMarket-3.6.3.jar
1132[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded AFK.jar
1133[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Denizen.jar
1134[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded worldguard-6.1.2.jar
1135[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-Portals.jar
1136[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded iConomy.jar
1137[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ColoredTags.jar
1138[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded NBTEditor.jar
1139[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Shopkeepers.jar
1140[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded RollTheDice.jar
1141[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-NetherPortals-2.4.jar
1142[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded TreasureChest.jar
1143[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CoreProtect_2.12.0.jar
1144[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Hotels.jar
1145[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ProtocolLib.jar
1146[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ProjectCustomMobs.jar
1147[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Tablist.jar
1148[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded CraftBook.jar
1149[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PirateCannon.jar
1150[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Multiverse-Portals-2.4.jar
1151[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ConsoleScheduler.jar
1152[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded PhatLoots.jar
1153[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded ChestShop.jar
1154[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Attempting to add CraftBukkit as
1155 dependency for run-time compiler.
1156[00:00:22] [Server thread/INFO]: +> [RuntimeCompiler] Loaded Spigot-stb188.jar
1157[00:00:22] [Server thread/INFO]: OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE]
1158[00:00:22] [Server thread/INFO]: OKAY! Loaded core requirements: [PERMISSION, OP, MONEY,
1159 FLAGGED, PROCEDURE, RAINY, TIME, ISPOWERED, SUNNY, INREGION,
1160 ISLIQUID, OXYGEN, ITEM, OWNER, SCRIPT, SNEAKING, INGROUP,
1161 STORMING, ENCHANTED, HOLDING]
1162[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dItem as i
1163[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dCuboid as cu
1164[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dEntity as e
1165[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dInventory as in
1166[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dColor as co
1167[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dLocation as l
1168[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dMaterial as m
1169[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dNPC as n
1170[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dPlayer as p
1171[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dWorld as w
1172[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dChunk as ch
1173[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dPlugin as pl
1174[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dEllipsoid as ellipsoid
1175[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dBiome as b
1176[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: CustomObject as custom
1177[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dList as li
1178[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dList as fl
1179[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: dScript as s
1180[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: Element as el
1181[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: Duration as d
1182[00:00:22] [Server thread/INFO]: +> [Denizen] Registered: ScriptQueue as q
1183[00:00:22] [Server thread/INFO]: OKAY! Added objects to the ObjectFetcher [b, d, e, in, ch,
1184 fl, custom, el, i, co, l, m, n, ellipsoid, p, q, cu, s, w, pl,
1185 li]
1186[00:00:22] [Server thread/INFO]: [Towny] Enabling Towny v0.89.2.0
1187[00:00:22] [Server thread/INFO]: ==================== Towny ========================
1188[00:00:22] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
1189[00:00:22] [Server thread/WARN]: [Towny Warning] Unable to read CraftBukkit Version.
1190[00:00:22] [Server thread/WARN]: [Towny Warning] Towny requires version 2918 or higher.
1191[00:00:22] [Server thread/WARN]: [Towny Warning] Check your CraftBukkit version as we do not test on custom/old builds.
1192[00:00:22] [Server thread/INFO]: [Towny] Using: PermissionsEX v1.23.3, Vault v1.5.6-b49, Questioner v0.6
1193[00:00:22] [Server thread/INFO]: [Towny] Time until a New Day: 11 hours, 59 minutes, 38 seconds
1194[00:00:22] [Server thread/INFO]: =============================================================
1195[00:00:22] [Server thread/INFO]: [Towny] Version: 0.89.2.0 - Mod Enabled
1196[00:00:22] [Server thread/INFO]: =============================================================
1197[00:00:22] [Server thread/INFO]: [Lockette] Enabled link to plugin Towny for Groups/Zones, version 0.89.2.0
1198[00:00:22] [Server thread/INFO]: [Furniture] Enabling Furniture v1.8.8.1
1199[00:00:23] [Server thread/WARN]: [Furniture] [Furniture] your Plugins Worldguard;
1200[00:00:23] [Server thread/WARN]: [Furniture] [Furniture] have a stoplag features this can remove the Armor Stands
1201[00:00:23] [Server thread/INFO]: [Sentry] Enabling Sentry v1.8.5
1202[00:00:23] [Server thread/INFO]: [Sentry] NPCDeath Triggers and DIE/LIVE command registered sucessfully with Denizen
1203[00:00:23] [Server thread/INFO]: [Sentry] Registered with Towny sucessfully. the TOWN: and NATION: targets will function
1204[00:00:23] [Server thread/INFO]: [Sentry] Could not find or register with Factions.
1205[00:00:23] [Server thread/INFO]: [Sentry] Could not find or register with War.
1206[00:00:23] [Server thread/INFO]: [Sentry] Could not find or register with SimpleClans.
1207[00:00:23] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.0
1208[00:00:23] [Server thread/INFO]: [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
1209[00:00:23] [Server thread/WARN]: [SignShop] Essentials signs are enabled, checking for conflicts now!
1210[00:00:23] [Server thread/INFO]: [SignShop] v2.11.0 Enabled
1211[00:00:23] [Server thread/INFO]: [Quests] Enabling Quests v2.5.5-b95
1212[00:00:23] [Server thread/INFO]: [SignShopHotel] Enabling SignShopHotel v1.2.0
1213[00:00:23] [Server thread/INFO]: [SignShopHotel] Succesfully started Metrics, see http://mcstats.org for more information.
1214[00:00:23] [Server thread/INFO]: [SignShopHotel] Enabled
1215[00:00:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1216[00:00:24] [Server thread/INFO]: Done (13.308s)! For help, type "help" or "?"
1217[00:00:24] [Server thread/INFO]: Starting remote control listener
1218[00:00:24] [RCON Listener #1/INFO]: RCON running on 92.222.239.237:3033
1219[00:00:24] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
1220[00:00:24] [Server thread/INFO]: +> [Denizen] Processing outside scripts...
1221[00:00:24] [Server thread/INFO]: +> [Denizen] Processing unnamed script...
1222[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/jobs.yml'...
1223[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/creeperhotel1.yml'...
1224[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/dnightchef.yml'...
1225[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/dnightvideur.yml'...
1226[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/shop_magic.yml'...
1227[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/creeperhotel2.yml'...
1228[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/douane.yml'...
1229[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/taxiekyrion.yml'...
1230[00:00:24] [Server thread/INFO]: +> [Denizen] Processing '/heal.yml'...
1231[00:00:24] [Server thread/INFO]: OKAY! All scripts loaded!
1232[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script JOBS! as type INTERACT
1233[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DOUANE! as type INTERACT
1234[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DNIGHTCHEF as type ASSIGNMENT
1235[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script TAXIEKYRION as type ASSIGNMENT
1236[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DNIGHTCHEF! as type INTERACT
1237[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script BUILTIN_LOAD_TESTER as type COMMAND
1238[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script CREEPERHOTEL1! as type INTERACT
1239[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script BASIC HEALER as type ASSIGNMENT
1240[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script CREEPERHOTEL2! as type INTERACT
1241[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script MAGIC! as type INTERACT
1242[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DNIGHTVIDEUR! as type INTERACT
1243[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script SHOP MAGIC as type ASSIGNMENT
1244[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DNIGHTVIDEUR as type ASSIGNMENT
1245[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script HEAL ME, BRO! as type INTERACT
1246[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script CREEPERHOTEL1 as type ASSIGNMENT
1247[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script DOUANE as type ASSIGNMENT
1248[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script TAXIEKYRION! as type INTERACT
1249[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script SHOP JOBS as type ASSIGNMENT
1250[00:00:24] [Server thread/INFO]: +> [Denizen] Adding script CREEPERHOTEL2 as type ASSIGNMENT
1251[00:00:24] [Server thread/INFO]: +> [Denizen] Scanning 0 world scripts...
1252[00:00:24] [Server thread/INFO]: +> [Denizen] Reloading script events...
1253[00:00:24] [Server thread/INFO]: +> [] +-------------------------+
1254[00:00:24] [Craft Scheduler Thread - 13/INFO]: [PlugMan] No update was found.
1255[00:00:24] [Server thread/INFO]: [Citizens] Loaded 56 NPCs.
1256[00:00:24] [Craft Scheduler Thread - 16/INFO]: [Vault] Checking for Updates ...
1257[00:00:24] [Server thread/INFO]: [Quests] 5 Quest(s) loaded.
1258[00:00:24] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
1259[00:00:24] [Server thread/INFO]: [Quests] 842 Phrase(s) loaded.
1260[00:00:24] [Craft Scheduler Thread - 22/INFO]: [ConsoleScheduler] has started executing commands
1261[00:00:24] [Craft Scheduler Thread - 22/INFO]: -------------[ConsoleScheduler]--------------
1262[00:00:24] [Craft Scheduler Thread - 22/INFO]: getConfig contains CommandSchedule.Command1
1263[00:00:24] [Craft Scheduler Thread - 22/INFO]: [ConsoleScheduler] has attempted to put 1 commands on schedule.
1264[00:00:24] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
1265[00:00:24] [Craft Scheduler Thread - 18/INFO]: [BossShopPro] Loaded 9 Shops!
1266[00:00:24] [Craft Scheduler Thread - 18/INFO]: [BossShopPro] Successfully hooked into Points plugin PlayerPoints.
1267[00:00:24] [Craft Scheduler Thread - 18/INFO]: [BossShopPro] Vault found.
1268[00:00:24] [Server thread/INFO]: [Magic] Loading lost wand data
1269[00:00:24] [Server thread/INFO]: [Magic] Loaded 4 lost wands
1270[00:00:24] [Server thread/INFO]: [Magic] Loading automata data
1271[00:00:24] [Server thread/INFO]: [Magic] Loaded 0 automata
1272[00:00:24] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml
1273[00:00:24] [Server thread/INFO]: [Magic] Loaded 0 image maps
1274[00:00:24] [Server thread/INFO]: [Magic] Finished loading data.
1275[00:00:24] [Craft Scheduler Thread - 16/INFO]: [Vault] No new version available
1276[00:00:54] [Craft Scheduler Thread - 23/INFO]: [CityGates] Disabling CityGates v2.0.0
1277[00:00:54] [Craft Scheduler Thread - 23/INFO]: [CityGates] Saved 85 gate(s) and 12 group(s)
1278[00:00:54] [Craft Scheduler Thread - 23/INFO]: [CityGates] Enabling CityGates v2.0.0
1279[00:00:55] [Craft Scheduler Thread - 23/INFO]: [CityGates] Succesfully loaded 85 gate(s) and 12 group(s)
1280[00:00:55] [Craft Scheduler Thread - 23/INFO]: [PlugMan] CityGates has been reloaded.
1281[00:01:35] [User Authenticator #1/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
1282[00:01:35] [Server thread/INFO]: Lionvsx[/178.208.172.169:57840] logged in with entity id 4102 at ([world]-378.8265593831913, 75.0, -511.54900692981363)
1283[00:01:35] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
1284[00:10:06] [Server thread/INFO]: Saving is already turned on.
1285[00:10:06] [Server thread/INFO]: Saving...
1286[00:10:06] [Server thread/INFO]: Saved the world
1287[00:10:06] [Server thread/INFO]: [Server] §8World saved.
1288[00:16:41] [Server thread/INFO]: Lionvsx issued server command: /gredstone add OMEGADOOR1
1289[00:16:44] [Server thread/INFO]: Lionvsx issued server command: /gredstone add OMEGADOOR2
1290[00:17:09] [Server thread/INFO]: [CityGates] Took 15 ticks to open omegadoormt1
1291[00:17:10] [Server thread/INFO]: [CityGates] Took 26 ticks to open omegadoormt2
1292[00:17:39] [Server thread/INFO]: [CityGates] Took 15 ticks to open omegadoormt2
1293[00:20:08] [Server thread/INFO]: Saving is already turned on.
1294[00:20:08] [Server thread/INFO]: Saving...
1295[00:20:08] [Server thread/INFO]: Saved the world
1296[00:20:08] [Server thread/INFO]: [Server] §8World saved.
1297[00:20:26] [Server thread/INFO]: [CityGates] Took 15 ticks to open omegadoormt1
1298[00:20:27] [Server thread/INFO]: [CityGates] Took 26 ticks to open omegadoormt2
1299[00:21:33] [Server thread/INFO]: [CityGates] Took 15 ticks to open omegadoormt1
1300[00:21:34] [Server thread/INFO]: [CityGates] Took 26 ticks to open omegadoormt2
1301[00:23:09] [Server thread/INFO]: Lionvsx issued server command: //Stack 3
1302[00:23:12] [Server thread/INFO]: Lionvsx issued server command: //Stack 4
1303[00:23:14] [Server thread/INFO]: Lionvsx issued server command: //Stack 5
1304[00:23:16] [Server thread/INFO]: Lionvsx issued server command: //Stack 6
1305[00:23:40] [Server thread/INFO]: Lionvsx lost connection: Disconnected
1306[00:23:40] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
1307[00:23:45] [User Authenticator #2/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
1308[00:23:45] [Server thread/INFO]: Lionvsx[/178.208.172.169:57929] logged in with entity id 12312 at ([world]-364.09941877494776, 75.0, -508.0826486449906)
1309[00:23:45] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
1310[00:25:43] [Server thread/INFO]: Lionvsx issued server command: /j
1311[00:25:46] [Server thread/INFO]: Lionvsx issued server command: /j
1312[00:25:48] [Server thread/INFO]: Lionvsx issued server command: /j
1313[00:28:20] [Server thread/INFO]: Lionvsx issued server command: /butcher
1314[00:28:20] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1315[00:28:20] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1316[00:28:29] [Server thread/INFO]: Lionvsx issued server command: /mm mobs killall
1317[00:28:53] [Server thread/INFO]: Lionvsx issued server command: /glist
1318[00:29:26] [Server thread/INFO]: Lionvsx issued server command: /butcher
1319[00:29:26] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1320[00:29:26] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1321[00:29:32] [Server thread/INFO]: Lionvsx issued server command: /butcher
1322[00:29:32] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1323[00:29:32] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1324[00:29:52] [Server thread/INFO]: Lionvsx issued server command: /rg create OMEGAHangar
1325[00:30:02] [Server thread/INFO]: Lionvsx issued server command: /rg flag OMEGAHangar mob-spawning dney
1326[00:30:05] [Server thread/INFO]: Lionvsx issued server command: /rg flag OMEGAHangar mob-spawning deny
1327[00:30:08] [Server thread/INFO]: Lionvsx issued server command: /butcher
1328[00:30:08] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1329[00:30:08] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1330[00:30:10] [Server thread/INFO]: Saving is already turned on.
1331[00:30:10] [Server thread/INFO]: Saving...
1332[00:30:10] [Server thread/INFO]: Saved the world
1333[00:30:10] [Server thread/INFO]: [Server] §8World saved.
1334[00:30:17] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
1335[00:31:08] [Server thread/INFO]: [ProtocolLib] The updater found an update: 4.0.2 (Running 3.6.5). Download at https://www.spigotmc.org/resources/protocollib.1997/
1336[00:31:28] [Server thread/INFO]: Lionvsx issued server command: /butcher
1337[00:31:28] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1338[00:31:28] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1339[00:32:44] [Server thread/INFO]: Lionvsx lost connection: Disconnected
1340[00:32:44] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
1341[00:32:51] [User Authenticator #3/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
1342[00:32:51] [Server thread/INFO]: Lionvsx[/178.208.172.169:57979] logged in with entity id 22330 at ([world]-371.26808566562306, 89.0, -530.520751220644)
1343[00:32:51] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
1344[00:32:55] [User Authenticator #4/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
1345[00:32:55] [Server thread/INFO]: Lionvsx lost connection: You logged in from another location
1346[00:32:55] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
1347[00:32:55] [Server thread/INFO]: Lionvsx[/178.208.172.169:57981] logged in with entity id 22675 at ([world]-371.26808566562306, 89.0, -530.520751220644)
1348[00:32:55] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
1349[00:32:55] [Server thread/WARN]: handleDisconnection() called twice
1350[00:33:45] [Server thread/INFO]: Lionvsx issued server command: //copy
1351[00:33:52] [Server thread/INFO]: Lionvsx issued server command: //paste
1352[00:34:12] [Server thread/INFO]: Lionvsx issued server command: /gp1
1353[00:34:14] [Server thread/INFO]: Lionvsx issued server command: /gp2
1354[00:34:17] [Server thread/INFO]: Lionvsx issued server command: /gp2
1355[00:34:19] [Server thread/INFO]: Lionvsx issued server command: /gp2
1356[00:34:37] [Server thread/INFO]: Lionvsx issued server command: /gcreate OMEGAEntrepot
1357[00:34:42] [Server thread/INFO]: Lionvsx issued server command: /gsetanimation OMEGAEntrepot west
1358[00:34:43] [Server thread/INFO]: [CityGates] Saved 90 gate(s) and 13 group(s)
1359[00:34:46] [Server thread/INFO]: Lionvsx issued server command: /gopen OMEGAEntrepot
1360[00:34:48] [Server thread/INFO]: Lionvsx issued server command: /butcher
1361[00:34:48] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1362[00:34:48] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1363[00:37:08] [Server thread/INFO]: Lionvsx issued server command: /gclose OMEGAEntrepot
1364[00:37:16] [Server thread/INFO]: Lionvsx issued server command: /gbutton add OMEGAEntrepot
1365[00:37:24] [Server thread/INFO]: Lionvsx issued server command: /gbutton add OMEGAEntrepot
1366[00:38:13] [Server thread/INFO]: Lionvsx issued server command: /butcher
1367[00:38:13] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1368[00:38:13] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1369[00:39:28] [Server thread/INFO]: Lionvsx lost connection: Disconnected
1370[00:39:28] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
1371[00:40:12] [Server thread/INFO]: Saving is already turned on.
1372[00:40:12] [Server thread/INFO]: Saving...
1373[00:40:12] [Server thread/INFO]: Saved the world
1374[00:40:12] [Server thread/INFO]: [Server] §8World saved.
1375[00:50:14] [Server thread/INFO]: Saving is already turned on.
1376[00:50:14] [Server thread/INFO]: Saving...
1377[00:50:14] [Server thread/INFO]: Saved the world
1378[00:50:14] [Server thread/INFO]: [Server] §8World saved.
1379[01:00:16] [Server thread/INFO]: Saving is already turned on.
1380[01:00:16] [Server thread/INFO]: Saving...
1381[01:00:16] [Server thread/INFO]: Saved the world
1382[01:00:16] [Server thread/INFO]: [Server] §8World saved.
1383[01:00:26] [Server thread/INFO]: CONSOLE issued server command: /list
1384[01:00:26] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1385[01:10:18] [Server thread/INFO]: Saving is already turned on.
1386[01:10:18] [Server thread/INFO]: Saving...
1387[01:10:18] [Server thread/INFO]: Saved the world
1388[01:10:18] [Server thread/INFO]: [Server] §8World saved.
1389[01:20:20] [Server thread/INFO]: Saving is already turned on.
1390[01:20:20] [Server thread/INFO]: Saving...
1391[01:20:20] [Server thread/INFO]: Saved the world
1392[01:20:20] [Server thread/INFO]: [Server] §8World saved.
1393[01:30:22] [Server thread/INFO]: Saving is already turned on.
1394[01:30:22] [Server thread/INFO]: Saving...
1395[01:30:22] [Server thread/INFO]: Saved the world
1396[01:30:22] [Server thread/INFO]: [Server] §8World saved.
1397[01:40:24] [Server thread/INFO]: Saving is already turned on.
1398[01:40:24] [Server thread/INFO]: Saving...
1399[01:40:24] [Server thread/INFO]: Saved the world
1400[01:40:24] [Server thread/INFO]: [Server] §8World saved.
1401[01:50:26] [Server thread/INFO]: Saving is already turned on.
1402[01:50:26] [Server thread/INFO]: Saving...
1403[01:50:26] [Server thread/INFO]: Saved the world
1404[01:50:26] [Server thread/INFO]: [Server] §8World saved.
1405[02:00:28] [Server thread/INFO]: CONSOLE issued server command: /list
1406[02:00:28] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1407[02:00:28] [Server thread/INFO]: Saving is already turned on.
1408[02:00:28] [Server thread/INFO]: Saving...
1409[02:00:28] [Server thread/INFO]: Saved the world
1410[02:00:28] [Server thread/INFO]: [Server] §8World saved.
1411[02:10:30] [Server thread/INFO]: Saving is already turned on.
1412[02:10:30] [Server thread/INFO]: Saving...
1413[02:10:30] [Server thread/INFO]: Saved the world
1414[02:10:30] [Server thread/INFO]: [Server] §8World saved.
1415[02:20:32] [Server thread/INFO]: Saving is already turned on.
1416[02:20:32] [Server thread/INFO]: Saving...
1417[02:20:32] [Server thread/INFO]: Saved the world
1418[02:20:32] [Server thread/INFO]: [Server] §8World saved.
1419[02:30:34] [Server thread/INFO]: Saving is already turned on.
1420[02:30:34] [Server thread/INFO]: Saving...
1421[02:30:34] [Server thread/INFO]: Saved the world
1422[02:30:34] [Server thread/INFO]: [Server] §8World saved.
1423[02:40:36] [Server thread/INFO]: Saving is already turned on.
1424[02:40:36] [Server thread/INFO]: Saving...
1425[02:40:36] [Server thread/INFO]: Saved the world
1426[02:40:36] [Server thread/INFO]: [Server] §8World saved.
1427[02:50:38] [Server thread/INFO]: Saving is already turned on.
1428[02:50:38] [Server thread/INFO]: Saving...
1429[02:50:38] [Server thread/INFO]: Saved the world
1430[02:50:38] [Server thread/INFO]: [Server] §8World saved.
1431[03:00:26] [Craft Scheduler Thread - 264/WARN]: [Fatal Error] :1:1: Premature end of file.
1432
1433[03:00:26] [Craft Scheduler Thread - 264/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1434[03:00:26] [Craft Scheduler Thread - 264/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1435[03:00:26] [Craft Scheduler Thread - 264/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1436[03:00:26] [Craft Scheduler Thread - 264/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1437[03:00:26] [Craft Scheduler Thread - 264/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1438[03:00:26] [Craft Scheduler Thread - 264/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
1439[03:00:26] [Craft Scheduler Thread - 264/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1440[03:00:26] [Craft Scheduler Thread - 264/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1441[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1442[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1443[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.lang.Thread.run(Thread.java:745)
1444[03:00:26] [Craft Scheduler Thread - 264/WARN]: [Fatal Error] :1:1: Premature end of file.
1445
1446[03:00:26] [Craft Scheduler Thread - 264/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1447[03:00:26] [Craft Scheduler Thread - 264/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1448[03:00:26] [Craft Scheduler Thread - 264/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1449[03:00:26] [Craft Scheduler Thread - 264/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1450[03:00:26] [Craft Scheduler Thread - 264/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1451[03:00:26] [Craft Scheduler Thread - 264/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
1452[03:00:26] [Craft Scheduler Thread - 264/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1453[03:00:26] [Craft Scheduler Thread - 264/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1454[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1455[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1456[03:00:26] [Craft Scheduler Thread - 264/WARN]: at java.lang.Thread.run(Thread.java:745)
1457[03:00:30] [Server thread/INFO]: CONSOLE issued server command: /list
1458[03:00:30] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1459[03:00:40] [Server thread/INFO]: Saving is already turned on.
1460[03:00:40] [Server thread/INFO]: Saving...
1461[03:00:40] [Server thread/INFO]: Saved the world
1462[03:00:40] [Server thread/INFO]: [Server] §8World saved.
1463[03:10:42] [Server thread/INFO]: Saving is already turned on.
1464[03:10:42] [Server thread/INFO]: Saving...
1465[03:10:42] [Server thread/INFO]: Saved the world
1466[03:10:42] [Server thread/INFO]: [Server] §8World saved.
1467[03:20:44] [Server thread/INFO]: Saving is already turned on.
1468[03:20:44] [Server thread/INFO]: Saving...
1469[03:20:44] [Server thread/INFO]: Saved the world
1470[03:20:44] [Server thread/INFO]: [Server] §8World saved.
1471[03:30:46] [Server thread/INFO]: Saving is already turned on.
1472[03:30:46] [Server thread/INFO]: Saving...
1473[03:30:46] [Server thread/INFO]: Saved the world
1474[03:30:46] [Server thread/INFO]: [Server] §8World saved.
1475[03:40:48] [Server thread/INFO]: Saving is already turned on.
1476[03:40:48] [Server thread/INFO]: Saving...
1477[03:40:48] [Server thread/INFO]: Saved the world
1478[03:40:48] [Server thread/INFO]: [Server] §8World saved.
1479[03:50:50] [Server thread/INFO]: Saving is already turned on.
1480[03:50:50] [Server thread/INFO]: Saving...
1481[03:50:50] [Server thread/INFO]: Saved the world
1482[03:50:50] [Server thread/INFO]: [Server] §8World saved.
1483[04:00:31] [Server thread/INFO]: CONSOLE issued server command: /list
1484[04:00:31] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1485[04:00:52] [Server thread/INFO]: Saving is already turned on.
1486[04:00:52] [Server thread/INFO]: Saving...
1487[04:00:52] [Server thread/INFO]: Saved the world
1488[04:00:52] [Server thread/INFO]: [Server] §8World saved.
1489[04:10:54] [Server thread/INFO]: Saving is already turned on.
1490[04:10:54] [Server thread/INFO]: Saving...
1491[04:10:54] [Server thread/INFO]: Saved the world
1492[04:10:54] [Server thread/INFO]: [Server] §8World saved.
1493[04:20:56] [Server thread/INFO]: Saving is already turned on.
1494[04:20:56] [Server thread/INFO]: Saving...
1495[04:20:56] [Server thread/INFO]: Saved the world
1496[04:20:56] [Server thread/INFO]: [Server] §8World saved.
1497[04:30:58] [Server thread/INFO]: Saving is already turned on.
1498[04:30:58] [Server thread/INFO]: Saving...
1499[04:30:58] [Server thread/INFO]: Saved the world
1500[04:30:58] [Server thread/INFO]: [Server] §8World saved.
1501[04:41:00] [Server thread/INFO]: Saving is already turned on.
1502[04:41:00] [Server thread/INFO]: Saving...
1503[04:41:00] [Server thread/INFO]: Saved the world
1504[04:41:00] [Server thread/INFO]: [Server] §8World saved.
1505[04:51:02] [Server thread/INFO]: Saving is already turned on.
1506[04:51:02] [Server thread/INFO]: Saving...
1507[04:51:02] [Server thread/INFO]: Saved the world
1508[04:51:02] [Server thread/INFO]: [Server] §8World saved.
1509[05:00:33] [Server thread/INFO]: CONSOLE issued server command: /list
1510[05:00:33] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1511[05:01:04] [Server thread/INFO]: Saving is already turned on.
1512[05:01:04] [Server thread/INFO]: Saving...
1513[05:01:04] [Server thread/INFO]: Saved the world
1514[05:01:04] [Server thread/INFO]: [Server] §8World saved.
1515[05:11:06] [Server thread/INFO]: Saving is already turned on.
1516[05:11:06] [Server thread/INFO]: Saving...
1517[05:11:06] [Server thread/INFO]: Saved the world
1518[05:11:06] [Server thread/INFO]: [Server] §8World saved.
1519[05:21:08] [Server thread/INFO]: Saving is already turned on.
1520[05:21:08] [Server thread/INFO]: Saving...
1521[05:21:08] [Server thread/INFO]: Saved the world
1522[05:21:08] [Server thread/INFO]: [Server] §8World saved.
1523[05:31:10] [Server thread/INFO]: Saving is already turned on.
1524[05:31:10] [Server thread/INFO]: Saving...
1525[05:31:10] [Server thread/INFO]: Saved the world
1526[05:31:10] [Server thread/INFO]: [Server] §8World saved.
1527[05:41:11] [Server thread/INFO]: Saving is already turned on.
1528[05:41:11] [Server thread/INFO]: Saving...
1529[05:41:12] [Server thread/INFO]: Saved the world
1530[05:41:12] [Server thread/INFO]: [Server] §8World saved.
1531[05:51:14] [Server thread/INFO]: Saving is already turned on.
1532[05:51:14] [Server thread/INFO]: Saving...
1533[05:51:14] [Server thread/INFO]: Saved the world
1534[05:51:14] [Server thread/INFO]: [Server] §8World saved.
1535[06:00:27] [Craft Scheduler Thread - 530/INFO]: [Vault] Checking for Updates ...
1536[06:00:27] [Craft Scheduler Thread - 530/INFO]: [Vault] No new version available
1537[06:00:35] [Server thread/INFO]: CONSOLE issued server command: /list
1538[06:00:35] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1539[06:01:15] [Server thread/INFO]: Saving is already turned on.
1540[06:01:15] [Server thread/INFO]: Saving...
1541[06:01:16] [Server thread/INFO]: Saved the world
1542[06:01:16] [Server thread/INFO]: [Server] §8World saved.
1543[06:11:17] [Server thread/INFO]: Saving is already turned on.
1544[06:11:17] [Server thread/INFO]: Saving...
1545[06:11:17] [Server thread/INFO]: Saved the world
1546[06:11:17] [Server thread/INFO]: [Server] §8World saved.
1547[06:21:19] [Server thread/INFO]: Saving is already turned on.
1548[06:21:19] [Server thread/INFO]: Saving...
1549[06:21:19] [Server thread/INFO]: Saved the world
1550[06:21:19] [Server thread/INFO]: [Server] §8World saved.
1551[06:31:21] [Server thread/INFO]: Saving is already turned on.
1552[06:31:21] [Server thread/INFO]: Saving...
1553[06:31:21] [Server thread/INFO]: Saved the world
1554[06:31:21] [Server thread/INFO]: [Server] §8World saved.
1555[06:41:23] [Server thread/INFO]: Saving is already turned on.
1556[06:41:23] [Server thread/INFO]: Saving...
1557[06:41:23] [Server thread/INFO]: Saved the world
1558[06:41:23] [Server thread/INFO]: [Server] §8World saved.
1559[06:51:25] [Server thread/INFO]: Saving is already turned on.
1560[06:51:25] [Server thread/INFO]: Saving...
1561[06:51:25] [Server thread/INFO]: Saved the world
1562[06:51:25] [Server thread/INFO]: [Server] §8World saved.
1563[07:00:37] [Server thread/INFO]: CONSOLE issued server command: /list
1564[07:00:37] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1565[07:01:27] [Server thread/INFO]: Saving is already turned on.
1566[07:01:27] [Server thread/INFO]: Saving...
1567[07:01:27] [Server thread/INFO]: Saved the world
1568[07:01:27] [Server thread/INFO]: [Server] §8World saved.
1569[07:11:29] [Server thread/INFO]: Saving is already turned on.
1570[07:11:29] [Server thread/INFO]: Saving...
1571[07:11:29] [Server thread/INFO]: Saved the world
1572[07:11:29] [Server thread/INFO]: [Server] §8World saved.
1573[07:21:31] [Server thread/INFO]: Saving is already turned on.
1574[07:21:31] [Server thread/INFO]: Saving...
1575[07:21:31] [Server thread/INFO]: Saved the world
1576[07:21:31] [Server thread/INFO]: [Server] §8World saved.
1577[07:31:33] [Server thread/INFO]: Saving is already turned on.
1578[07:31:33] [Server thread/INFO]: Saving...
1579[07:31:33] [Server thread/INFO]: Saved the world
1580[07:31:33] [Server thread/INFO]: [Server] §8World saved.
1581[07:41:35] [Server thread/INFO]: Saving is already turned on.
1582[07:41:35] [Server thread/INFO]: Saving...
1583[07:41:35] [Server thread/INFO]: Saved the world
1584[07:41:35] [Server thread/INFO]: [Server] §8World saved.
1585[07:51:37] [Server thread/INFO]: Saving is already turned on.
1586[07:51:37] [Server thread/INFO]: Saving...
1587[07:51:37] [Server thread/INFO]: Saved the world
1588[07:51:37] [Server thread/INFO]: [Server] §8World saved.
1589[08:00:39] [Server thread/INFO]: CONSOLE issued server command: /list
1590[08:00:39] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1591[08:01:39] [Server thread/INFO]: Saving is already turned on.
1592[08:01:39] [Server thread/INFO]: Saving...
1593[08:01:39] [Server thread/INFO]: Saved the world
1594[08:01:39] [Server thread/INFO]: [Server] §8World saved.
1595[08:11:41] [Server thread/INFO]: Saving is already turned on.
1596[08:11:41] [Server thread/INFO]: Saving...
1597[08:11:41] [Server thread/INFO]: Saved the world
1598[08:11:41] [Server thread/INFO]: [Server] §8World saved.
1599[08:21:43] [Server thread/INFO]: Saving is already turned on.
1600[08:21:43] [Server thread/INFO]: Saving...
1601[08:21:43] [Server thread/INFO]: Saved the world
1602[08:21:43] [Server thread/INFO]: [Server] §8World saved.
1603[08:31:45] [Server thread/INFO]: Saving is already turned on.
1604[08:31:45] [Server thread/INFO]: Saving...
1605[08:31:45] [Server thread/INFO]: Saved the world
1606[08:31:45] [Server thread/INFO]: [Server] §8World saved.
1607[08:41:47] [Server thread/INFO]: Saving is already turned on.
1608[08:41:47] [Server thread/INFO]: Saving...
1609[08:41:47] [Server thread/INFO]: Saved the world
1610[08:41:47] [Server thread/INFO]: [Server] §8World saved.
1611[08:51:49] [Server thread/INFO]: Saving is already turned on.
1612[08:51:49] [Server thread/INFO]: Saving...
1613[08:51:49] [Server thread/INFO]: Saved the world
1614[08:51:49] [Server thread/INFO]: [Server] §8World saved.
1615[09:00:28] [Craft Scheduler Thread - 781/WARN]: [Fatal Error] :1:1: Premature end of file.
1616
1617[09:00:28] [Craft Scheduler Thread - 781/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1618[09:00:28] [Craft Scheduler Thread - 781/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1619[09:00:28] [Craft Scheduler Thread - 781/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1620[09:00:28] [Craft Scheduler Thread - 781/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1621[09:00:28] [Craft Scheduler Thread - 781/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1622[09:00:28] [Craft Scheduler Thread - 781/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
1623[09:00:28] [Craft Scheduler Thread - 781/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1624[09:00:28] [Craft Scheduler Thread - 781/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1625[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1626[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1627[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.lang.Thread.run(Thread.java:745)
1628[09:00:28] [Craft Scheduler Thread - 781/WARN]: [Fatal Error] :1:1: Premature end of file.
1629
1630[09:00:28] [Craft Scheduler Thread - 781/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1631[09:00:28] [Craft Scheduler Thread - 781/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1632[09:00:28] [Craft Scheduler Thread - 781/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1633[09:00:28] [Craft Scheduler Thread - 781/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1634[09:00:28] [Craft Scheduler Thread - 781/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1635[09:00:28] [Craft Scheduler Thread - 781/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
1636[09:00:28] [Craft Scheduler Thread - 781/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1637[09:00:28] [Craft Scheduler Thread - 781/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1638[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1639[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1640[09:00:28] [Craft Scheduler Thread - 781/WARN]: at java.lang.Thread.run(Thread.java:745)
1641[09:00:41] [Server thread/INFO]: CONSOLE issued server command: /list
1642[09:00:41] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1643[09:01:51] [Server thread/INFO]: Saving is already turned on.
1644[09:01:51] [Server thread/INFO]: Saving...
1645[09:01:51] [Server thread/INFO]: Saved the world
1646[09:01:51] [Server thread/INFO]: [Server] §8World saved.
1647[09:11:53] [Server thread/INFO]: Saving is already turned on.
1648[09:11:53] [Server thread/INFO]: Saving...
1649[09:11:53] [Server thread/INFO]: Saved the world
1650[09:11:53] [Server thread/INFO]: [Server] §8World saved.
1651[09:21:55] [Server thread/INFO]: Saving is already turned on.
1652[09:21:55] [Server thread/INFO]: Saving...
1653[09:21:55] [Server thread/INFO]: Saved the world
1654[09:21:55] [Server thread/INFO]: [Server] §8World saved.
1655[09:31:57] [Server thread/INFO]: Saving is already turned on.
1656[09:31:57] [Server thread/INFO]: Saving...
1657[09:31:57] [Server thread/INFO]: Saved the world
1658[09:31:57] [Server thread/INFO]: [Server] §8World saved.
1659[09:41:59] [Server thread/INFO]: Saving is already turned on.
1660[09:41:59] [Server thread/INFO]: Saving...
1661[09:41:59] [Server thread/INFO]: Saved the world
1662[09:41:59] [Server thread/INFO]: [Server] §8World saved.
1663[09:52:01] [Server thread/INFO]: Saving is already turned on.
1664[09:52:01] [Server thread/INFO]: Saving...
1665[09:52:01] [Server thread/INFO]: Saved the world
1666[09:52:01] [Server thread/INFO]: [Server] §8World saved.
1667[10:00:43] [Server thread/INFO]: CONSOLE issued server command: /list
1668[10:00:43] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1669[10:02:03] [Server thread/INFO]: Saving is already turned on.
1670[10:02:03] [Server thread/INFO]: Saving...
1671[10:02:03] [Server thread/INFO]: Saved the world
1672[10:02:03] [Server thread/INFO]: [Server] §8World saved.
1673[10:12:05] [Server thread/INFO]: Saving is already turned on.
1674[10:12:05] [Server thread/INFO]: Saving...
1675[10:12:05] [Server thread/INFO]: Saved the world
1676[10:12:05] [Server thread/INFO]: [Server] §8World saved.
1677[10:22:07] [Server thread/INFO]: Saving is already turned on.
1678[10:22:07] [Server thread/INFO]: Saving...
1679[10:22:07] [Server thread/INFO]: Saved the world
1680[10:22:07] [Server thread/INFO]: [Server] §8World saved.
1681[10:32:09] [Server thread/INFO]: Saving is already turned on.
1682[10:32:09] [Server thread/INFO]: Saving...
1683[10:32:09] [Server thread/INFO]: Saved the world
1684[10:32:09] [Server thread/INFO]: [Server] §8World saved.
1685[10:42:11] [Server thread/INFO]: Saving is already turned on.
1686[10:42:11] [Server thread/INFO]: Saving...
1687[10:42:11] [Server thread/INFO]: Saved the world
1688[10:42:11] [Server thread/INFO]: [Server] §8World saved.
1689[10:52:13] [Server thread/INFO]: Saving is already turned on.
1690[10:52:13] [Server thread/INFO]: Saving...
1691[10:52:13] [Server thread/INFO]: Saved the world
1692[10:52:13] [Server thread/INFO]: [Server] §8World saved.
1693[11:00:45] [Server thread/INFO]: CONSOLE issued server command: /list
1694[11:00:45] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1695[11:02:15] [Server thread/INFO]: Saving is already turned on.
1696[11:02:15] [Server thread/INFO]: Saving...
1697[11:02:15] [Server thread/INFO]: Saved the world
1698[11:02:15] [Server thread/INFO]: [Server] §8World saved.
1699[11:12:17] [Server thread/INFO]: Saving is already turned on.
1700[11:12:17] [Server thread/INFO]: Saving...
1701[11:12:17] [Server thread/INFO]: Saved the world
1702[11:12:17] [Server thread/INFO]: [Server] §8World saved.
1703[11:22:19] [Server thread/INFO]: Saving is already turned on.
1704[11:22:19] [Server thread/INFO]: Saving...
1705[11:22:19] [Server thread/INFO]: Saved the world
1706[11:22:19] [Server thread/INFO]: [Server] §8World saved.
1707[11:32:21] [Server thread/INFO]: Saving is already turned on.
1708[11:32:21] [Server thread/INFO]: Saving...
1709[11:32:21] [Server thread/INFO]: Saved the world
1710[11:32:21] [Server thread/INFO]: [Server] §8World saved.
1711[11:42:23] [Server thread/INFO]: Saving is already turned on.
1712[11:42:23] [Server thread/INFO]: Saving...
1713[11:42:23] [Server thread/INFO]: Saved the world
1714[11:42:23] [Server thread/INFO]: [Server] §8World saved.
1715[11:52:25] [Server thread/INFO]: Saving is already turned on.
1716[11:52:25] [Server thread/INFO]: Saving...
1717[11:52:25] [Server thread/INFO]: Saved the world
1718[11:52:25] [Server thread/INFO]: [Server] §8World saved.
1719[12:00:10] [Craft Scheduler Thread - 1057/INFO]: [Global Message] A new day is here! Taxes and rent have been collected
1720[12:00:32] [Craft Scheduler Thread - 1068/INFO]: [Vault] Checking for Updates ...
1721[12:00:33] [Craft Scheduler Thread - 1068/INFO]: [Vault] No new version available
1722[12:00:47] [Server thread/INFO]: CONSOLE issued server command: /list
1723[12:00:47] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1724[12:02:27] [Server thread/INFO]: Saving is already turned on.
1725[12:02:27] [Server thread/INFO]: Saving...
1726[12:02:27] [Server thread/INFO]: Saved the world
1727[12:02:27] [Server thread/INFO]: [Server] §8World saved.
1728[12:12:29] [Server thread/INFO]: Saving is already turned on.
1729[12:12:29] [Server thread/INFO]: Saving...
1730[12:12:29] [Server thread/INFO]: Saved the world
1731[12:12:29] [Server thread/INFO]: [Server] §8World saved.
1732[12:22:31] [Server thread/INFO]: Saving is already turned on.
1733[12:22:31] [Server thread/INFO]: Saving...
1734[12:22:31] [Server thread/INFO]: Saved the world
1735[12:22:31] [Server thread/INFO]: [Server] §8World saved.
1736[12:31:10] [Server thread/INFO]: [ProtocolLib] The updater found an update: 4.0.2 (Running 3.6.5). Download at https://www.spigotmc.org/resources/protocollib.1997/
1737[12:32:33] [Server thread/INFO]: Saving is already turned on.
1738[12:32:33] [Server thread/INFO]: Saving...
1739[12:32:33] [Server thread/INFO]: Saved the world
1740[12:32:33] [Server thread/INFO]: [Server] §8World saved.
1741[12:42:35] [Server thread/INFO]: Saving is already turned on.
1742[12:42:35] [Server thread/INFO]: Saving...
1743[12:42:35] [Server thread/INFO]: Saved the world
1744[12:42:35] [Server thread/INFO]: [Server] §8World saved.
1745[12:52:37] [Server thread/INFO]: Saving is already turned on.
1746[12:52:37] [Server thread/INFO]: Saving...
1747[12:52:37] [Server thread/INFO]: Saved the world
1748[12:52:37] [Server thread/INFO]: [Server] §8World saved.
1749[13:00:49] [Server thread/INFO]: CONSOLE issued server command: /list
1750[13:00:49] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1751[13:02:39] [Server thread/INFO]: Saving is already turned on.
1752[13:02:39] [Server thread/INFO]: Saving...
1753[13:02:39] [Server thread/INFO]: Saved the world
1754[13:02:39] [Server thread/INFO]: [Server] §8World saved.
1755[13:12:41] [Server thread/INFO]: Saving is already turned on.
1756[13:12:41] [Server thread/INFO]: Saving...
1757[13:12:41] [Server thread/INFO]: Saved the world
1758[13:12:41] [Server thread/INFO]: [Server] §8World saved.
1759[13:22:43] [Server thread/INFO]: Saving is already turned on.
1760[13:22:43] [Server thread/INFO]: Saving...
1761[13:22:43] [Server thread/INFO]: Saved the world
1762[13:22:43] [Server thread/INFO]: [Server] §8World saved.
1763[13:32:45] [Server thread/INFO]: Saving is already turned on.
1764[13:32:45] [Server thread/INFO]: Saving...
1765[13:32:45] [Server thread/INFO]: Saved the world
1766[13:32:45] [Server thread/INFO]: [Server] §8World saved.
1767[13:42:47] [Server thread/INFO]: Saving is already turned on.
1768[13:42:47] [Server thread/INFO]: Saving...
1769[13:42:47] [Server thread/INFO]: Saved the world
1770[13:42:47] [Server thread/INFO]: [Server] §8World saved.
1771[13:52:49] [Server thread/INFO]: Saving is already turned on.
1772[13:52:49] [Server thread/INFO]: Saving...
1773[13:52:49] [Server thread/INFO]: Saved the world
1774[13:52:49] [Server thread/INFO]: [Server] §8World saved.
1775[14:00:51] [Server thread/INFO]: CONSOLE issued server command: /list
1776[14:00:51] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1777[14:02:51] [Server thread/INFO]: Saving is already turned on.
1778[14:02:51] [Server thread/INFO]: Saving...
1779[14:02:51] [Server thread/INFO]: Saved the world
1780[14:02:51] [Server thread/INFO]: [Server] §8World saved.
1781[14:12:53] [Server thread/INFO]: Saving is already turned on.
1782[14:12:53] [Server thread/INFO]: Saving...
1783[14:12:53] [Server thread/INFO]: Saved the world
1784[14:12:53] [Server thread/INFO]: [Server] §8World saved.
1785[14:22:55] [Server thread/INFO]: Saving is already turned on.
1786[14:22:55] [Server thread/INFO]: Saving...
1787[14:22:55] [Server thread/INFO]: Saved the world
1788[14:22:55] [Server thread/INFO]: [Server] §8World saved.
1789[14:32:57] [Server thread/INFO]: Saving is already turned on.
1790[14:32:57] [Server thread/INFO]: Saving...
1791[14:32:57] [Server thread/INFO]: Saved the world
1792[14:32:57] [Server thread/INFO]: [Server] §8World saved.
1793[14:42:59] [Server thread/INFO]: Saving is already turned on.
1794[14:42:59] [Server thread/INFO]: Saving...
1795[14:42:59] [Server thread/INFO]: Saved the world
1796[14:42:59] [Server thread/INFO]: [Server] §8World saved.
1797[14:53:01] [Server thread/INFO]: Saving is already turned on.
1798[14:53:01] [Server thread/INFO]: Saving...
1799[14:53:01] [Server thread/INFO]: Saved the world
1800[14:53:01] [Server thread/INFO]: [Server] §8World saved.
1801[15:00:43] [Craft Scheduler Thread - 1304/WARN]: [Fatal Error] :1:1: Premature end of file.
1802
1803[15:00:43] [Craft Scheduler Thread - 1304/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1804[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1805[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1806[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1807[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1808[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
1809[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1810[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1811[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1812[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1813[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.lang.Thread.run(Thread.java:745)
1814[15:00:43] [Craft Scheduler Thread - 1304/WARN]: [Fatal Error] :1:1: Premature end of file.
1815
1816[15:00:43] [Craft Scheduler Thread - 1304/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1817[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1818[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1819[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1820[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1821[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
1822[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1823[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1824[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1825[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1826[15:00:43] [Craft Scheduler Thread - 1304/WARN]: at java.lang.Thread.run(Thread.java:745)
1827[15:00:53] [Server thread/INFO]: CONSOLE issued server command: /list
1828[15:00:53] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1829[15:03:03] [Server thread/INFO]: Saving is already turned on.
1830[15:03:03] [Server thread/INFO]: Saving...
1831[15:03:03] [Server thread/INFO]: Saved the world
1832[15:03:03] [Server thread/INFO]: [Server] §8World saved.
1833[15:09:05] [User Authenticator #5/INFO]: UUID of player Fryxx is 76d896e0-c262-4735-a472-f8e345635201
1834[15:09:05] [Server thread/INFO]: Fryxx[/81.247.139.213:50098] logged in with entity id 57503 at ([world]-615.4563176324903, 87.4005837950194, -34.63550945194722)
1835[15:09:05] [Server thread/INFO]: [+] Fryxx vient de se connecter !
1836[15:13:05] [Server thread/INFO]: Saving is already turned on.
1837[15:13:05] [Server thread/INFO]: Saving...
1838[15:13:05] [Server thread/INFO]: Saved the world
1839[15:13:05] [Server thread/INFO]: [Server] §8World saved.
1840[15:13:18] [Server thread/INFO]: Fryxx issued server command: //set 2
1841[15:13:34] [Server thread/INFO]: Fryxx issued server command: //cut
1842[15:13:40] [Server thread/INFO]: Fryxx issued server command: //brush smooth 4
1843[15:15:37] [Server thread/INFO]: +- Parsing PROXIMITY trigger: n@Videur/p@Fryxx ---------+
1844[15:15:37] [Server thread/INFO]: Starting TimedQueue 'DNIGHTVIDEUR!_BowlExceptionsCareer'...
1845[15:15:37] [Server thread/INFO]: Queue 'DNIGHTVIDEUR!_BowlExceptionsCareer' Executing: IF
1846 "<flag.g:Club-Astrade>" "==" "true" "{" "-" "execute"
1847 "as_server" "gclose dnightvideur" "}" "else" "{" "-" "execute"
1848 "as_server" "gopen dnightvideur" "}"
1849[15:15:37] [Server thread/INFO]: +- Executing dCommand: IF/p@Fryxx ---------+
1850[15:15:37] [Server thread/INFO]: +> Executing 'IF': use_braces='true'
1851[15:15:37] [pool-59-thread-1/INFO]: ERROR! flag.x: tags are deprecated! Use <x.flag[]>, EG,
1852 <global.flag[name]>!
1853[15:15:37] [Server thread/INFO]: Filled tag <flag.g:Club-Astrade> with 'true'.
1854[15:15:37] [Server thread/INFO]: Comparable='Element(true)', Operator='EQUALS',
1855 ComparedTo='Element(true)' --> OUTCOME='true'
1856[15:15:37] [Server thread/INFO]: Queue 'DNIGHTVIDEUR!_BowlExceptionsCareer' Executing: EXECUTE
1857 "as_server" "gclose dnightvideur"
1858[15:15:37] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@Fryxx ---------+
1859[15:15:37] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER' command='gclose
1860 dnightvideur' silent='false'
1861[15:15:37] [Server thread/INFO]: Completing queue 'DNIGHTVIDEUR!_BowlExceptionsCareer' in
1862 441ms.
1863[15:16:31] [Server thread/INFO]: +- Getting interact script: n@Taxi CentreVille/p@Fryxx
1864 ---------+
1865[15:16:31] [Server thread/INFO]: OKAY! '100 TAXIEKYRION!' meets requirements.
1866[15:16:31] [Server thread/INFO]:
1867[15:16:31] [Server thread/INFO]: OKAY! Highest scoring script is TAXIEKYRION!.
1868[15:16:31] [Server thread/INFO]: +> [InteractScri...] Current step for this script is: 1
1869[15:16:31] [Server thread/INFO]: +---------------------+
1870[15:16:31] [Server thread/INFO]: +- Parsing CLICK trigger: n@Taxi CentreVille/p@Fryxx
1871 ---------+
1872[15:16:31] [Server thread/INFO]: Starting TimedQueue
1873 'TAXIEKYRION!_StatesSoundtrackValidation'...
1874[15:16:31] [Server thread/INFO]: Queue 'TAXIEKYRION!_StatesSoundtrackValidation' Executing:
1875 EXECUTE "as_server" "bs open TaxiEkyrion <player.name>"
1876[15:16:31] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@Fryxx ---------+
1877[15:16:31] [Server thread/INFO]: Filled tag <player.name> with 'Fryxx'.
1878[15:16:31] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER' command='bs open
1879 TaxiEkyrion Fryxx' silent='false'
1880[15:16:31] [Server thread/INFO]: That Shop is not existing...
1881[15:16:31] [Server thread/INFO]: Completing queue 'TAXIEKYRION!_StatesSoundtrackValidation' in
1882 1ms.
1883[15:19:42] [Server thread/INFO]: +- Parsing PROXIMITY trigger: n@Videur/p@Fryxx ---------+
1884[15:19:42] [Server thread/INFO]: Starting TimedQueue 'DNIGHTVIDEUR!_DelaysPassingYou'...
1885[15:19:42] [Server thread/INFO]: Queue 'DNIGHTVIDEUR!_DelaysPassingYou' Executing: IF
1886 "<flag.g:Club-Astrade>" "==" "true" "{" "-" "execute"
1887 "as_server" "gclose dnightvideur" "}" "else" "{" "-" "execute"
1888 "as_server" "gopen dnightvideur" "}"
1889[15:19:42] [Server thread/INFO]: +- Executing dCommand: IF/p@Fryxx ---------+
1890[15:19:42] [Server thread/INFO]: +> Executing 'IF': use_braces='true'
1891[15:19:42] [pool-61-thread-1/INFO]: ERROR! flag.x: tags are deprecated! Use <x.flag[]>, EG,
1892 <global.flag[name]>!
1893[15:19:42] [Server thread/INFO]: Filled tag <flag.g:Club-Astrade> with 'true'.
1894[15:19:42] [Server thread/INFO]: Comparable='Element(true)', Operator='EQUALS',
1895 ComparedTo='Element(true)' --> OUTCOME='true'
1896[15:19:43] [Server thread/INFO]: Queue 'DNIGHTVIDEUR!_DelaysPassingYou' Executing: EXECUTE
1897 "as_server" "gclose dnightvideur"
1898[15:19:43] [Server thread/INFO]: +- Executing dCommand: EXECUTE/p@Fryxx ---------+
1899[15:19:43] [Server thread/INFO]: +> Executing 'EXECUTE': type='AS_SERVER' command='gclose
1900 dnightvideur' silent='false'
1901[15:19:43] [Server thread/INFO]: Completing queue 'DNIGHTVIDEUR!_DelaysPassingYou' in 509ms.
1902[15:19:50] [Server thread/INFO]: Fryxx lost connection: Internal Exception: java.io.IOException: Error while read(...): Connection reset by peer
1903[15:19:50] [Server thread/INFO]: [-] Fryxx vient de se deconnecter !
1904[15:23:07] [Server thread/INFO]: Saving is already turned on.
1905[15:23:07] [Server thread/INFO]: Saving...
1906[15:23:07] [Server thread/INFO]: Saved the world
1907[15:23:07] [Server thread/INFO]: [Server] §8World saved.
1908[15:33:09] [Server thread/INFO]: Saving is already turned on.
1909[15:33:09] [Server thread/INFO]: Saving...
1910[15:33:09] [Server thread/INFO]: Saved the world
1911[15:33:09] [Server thread/INFO]: [Server] §8World saved.
1912[15:43:11] [Server thread/INFO]: Saving is already turned on.
1913[15:43:11] [Server thread/INFO]: Saving...
1914[15:43:11] [Server thread/INFO]: Saved the world
1915[15:43:11] [Server thread/INFO]: [Server] §8World saved.
1916[15:53:12] [Server thread/INFO]: Saving is already turned on.
1917[15:53:12] [Server thread/INFO]: Saving...
1918[15:53:13] [Server thread/INFO]: Saved the world
1919[15:53:13] [Server thread/INFO]: [Server] §8World saved.
1920[15:59:46] [Server thread/INFO]: com.mojang.authlib.GameProfile@291b88f9[id=<null>,name=agavocuw99,properties={},legacy=false] (/90.58.11.45:52530) lost connection: Disconnected
1921[16:00:55] [Server thread/INFO]: CONSOLE issued server command: /list
1922[16:00:55] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1923[16:03:14] [Server thread/INFO]: Saving is already turned on.
1924[16:03:14] [Server thread/INFO]: Saving...
1925[16:03:14] [Server thread/INFO]: Saved the world
1926[16:03:15] [Server thread/INFO]: [Server] §8World saved.
1927[16:13:16] [Server thread/INFO]: Saving is already turned on.
1928[16:13:16] [Server thread/INFO]: Saving...
1929[16:13:16] [Server thread/INFO]: Saved the world
1930[16:13:17] [Server thread/INFO]: [Server] §8World saved.
1931[16:23:18] [Server thread/INFO]: Saving is already turned on.
1932[16:23:18] [Server thread/INFO]: Saving...
1933[16:23:18] [Server thread/INFO]: Saved the world
1934[16:23:19] [Server thread/INFO]: [Server] §8World saved.
1935[16:33:20] [Server thread/INFO]: Saving is already turned on.
1936[16:33:20] [Server thread/INFO]: Saving...
1937[16:33:20] [Server thread/INFO]: Saved the world
1938[16:33:20] [Server thread/INFO]: [Server] §8World saved.
1939[16:43:22] [Server thread/INFO]: Saving is already turned on.
1940[16:43:22] [Server thread/INFO]: Saving...
1941[16:43:22] [Server thread/INFO]: Saved the world
1942[16:43:22] [Server thread/INFO]: [Server] §8World saved.
1943[16:53:24] [Server thread/INFO]: Saving is already turned on.
1944[16:53:24] [Server thread/INFO]: Saving...
1945[16:53:24] [Server thread/INFO]: Saved the world
1946[16:53:24] [Server thread/INFO]: [Server] §8World saved.
1947[17:00:57] [Server thread/INFO]: CONSOLE issued server command: /list
1948[17:00:57] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1949[17:03:26] [Server thread/INFO]: Saving is already turned on.
1950[17:03:26] [Server thread/INFO]: Saving...
1951[17:03:26] [Server thread/INFO]: Saved the world
1952[17:03:26] [Server thread/INFO]: [Server] §8World saved.
1953[17:13:28] [Server thread/INFO]: Saving is already turned on.
1954[17:13:28] [Server thread/INFO]: Saving...
1955[17:13:28] [Server thread/INFO]: Saved the world
1956[17:13:28] [Server thread/INFO]: [Server] §8World saved.
1957[17:23:30] [Server thread/INFO]: Saving is already turned on.
1958[17:23:30] [Server thread/INFO]: Saving...
1959[17:23:30] [Server thread/INFO]: Saved the world
1960[17:23:30] [Server thread/INFO]: [Server] §8World saved.
1961[17:33:32] [Server thread/INFO]: Saving is already turned on.
1962[17:33:32] [Server thread/INFO]: Saving...
1963[17:33:32] [Server thread/INFO]: Saved the world
1964[17:33:32] [Server thread/INFO]: [Server] §8World saved.
1965[17:36:11] [Server thread/INFO]: com.mojang.authlib.GameProfile@5866db57[id=<null>,name=agavocuw99,properties={},legacy=false] (/90.58.11.45:54579) lost connection: Disconnected
1966[17:43:34] [Server thread/INFO]: Saving is already turned on.
1967[17:43:34] [Server thread/INFO]: Saving...
1968[17:43:34] [Server thread/INFO]: Saved the world
1969[17:43:34] [Server thread/INFO]: [Server] §8World saved.
1970[17:53:28] [User Authenticator #6/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
1971[17:53:28] [Server thread/INFO]: Lionvsx[/81.130.153.52:61336] logged in with entity id 108587 at ([world]-483.7264038716103, 63.5, -447.18748141313057)
1972[17:53:28] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
1973[17:53:36] [Server thread/INFO]: Saving is already turned on.
1974[17:53:36] [Server thread/INFO]: Saving...
1975[17:53:36] [Server thread/INFO]: Saved the world
1976[17:53:36] [Server thread/INFO]: [Server] §8World saved.
1977[17:54:15] [Server thread/INFO]: Lionvsx issued server command: /i compass 1
1978[17:54:33] [Server thread/INFO]: Lionvsx issued server command: /butcher
1979[17:54:33] [Server thread/INFO]: [CustomMobs] Lionvsx issued cleaning command: /butcher
1980[17:54:33] [Server thread/INFO]: [CustomMobs] 0 mobs with SpawnLimit killed!
1981[18:00:51] [Craft Scheduler Thread - 1609/INFO]: [Vault] Checking for Updates ...
1982[18:00:51] [Craft Scheduler Thread - 1609/INFO]: [Vault] No new version available
1983[18:00:59] [Server thread/INFO]: CONSOLE issued server command: /list
1984[18:00:59] [Server thread/INFO]: Il y a 1 joueurs en ligne sur 100 au total.
1985[18:00:59] [Server thread/INFO]: Admins : [Admin] Lionvsx
1986[18:01:51] [Server thread/INFO]: Lionvsx issued server command: //set 0
1987[18:01:56] [Server thread/INFO]: Lionvsx issued server command: //expand 2 down
1988[18:01:57] [Server thread/INFO]: Lionvsx issued server command: //set °
1989[18:01:59] [Server thread/INFO]: Lionvsx issued server command: //set 0
1990[18:03:05] [Server thread/INFO]: Lionvsx issued server command: //set 35:15
1991[18:03:10] [Server thread/INFO]: Lionvsx issued server command: //set 35:15
1992[18:03:15] [Server thread/INFO]: Lionvsx issued server command: //set 35:15
1993[18:03:18] [Server thread/INFO]: Lionvsx issued server command: //set 35:15
1994[18:03:21] [Server thread/INFO]: Lionvsx issued server command: //set 35:15
1995[18:03:32] [Server thread/INFO]: Lionvsx issued server command: //expand 2 down
1996[18:03:35] [Server thread/INFO]: Lionvsx issued server command: //set 0
1997[18:03:38] [Server thread/INFO]: Saving is already turned on.
1998[18:03:38] [Server thread/INFO]: Saving...
1999[18:03:38] [Server thread/INFO]: Saved the world
2000[18:03:38] [Server thread/INFO]: [Server] §8World saved.
2001[18:04:13] [Server thread/INFO]: Lionvsx issued server command: //Set 159:15
2002[18:04:27] [Server thread/INFO]: Lionvsx issued server command: //set 89
2003[18:04:32] [Server thread/INFO]: Lionvsx issued server command: //set 89
2004[18:04:35] [Server thread/INFO]: Lionvsx issued server command: //set 89
2005[18:04:40] [Server thread/INFO]: Lionvsx issued server command: //set 89
2006[18:04:44] [Server thread/INFO]: Lionvsx issued server command: //set 89
2007[18:05:05] [Server thread/INFO]: Lionvsx issued server command: //Set 95:15
2008[18:05:22] [Server thread/INFO]: Lionvsx issued server command: //set 5:5
2009[18:05:36] [Server thread/INFO]: Lionvsx issued server command: //Set 155
2010[18:13:21] [Server thread/INFO]: Lionvsx lost connection: Timed out
2011[18:13:21] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
2012[18:13:40] [Server thread/INFO]: Saving is already turned on.
2013[18:13:40] [Server thread/INFO]: Saving...
2014[18:13:40] [Server thread/INFO]: Saved the world
2015[18:13:40] [Server thread/INFO]: [Server] §8World saved.
2016[18:23:42] [Server thread/INFO]: Saving is already turned on.
2017[18:23:42] [Server thread/INFO]: Saving...
2018[18:23:42] [Server thread/INFO]: Saved the world
2019[18:23:42] [Server thread/INFO]: [Server] §8World saved.
2020[18:33:44] [Server thread/INFO]: Saving is already turned on.
2021[18:33:44] [Server thread/INFO]: Saving...
2022[18:33:44] [Server thread/INFO]: Saved the world
2023[18:33:44] [Server thread/INFO]: [Server] §8World saved.
2024[18:43:46] [Server thread/INFO]: Saving is already turned on.
2025[18:43:46] [Server thread/INFO]: Saving...
2026[18:43:46] [Server thread/INFO]: Saved the world
2027[18:43:46] [Server thread/INFO]: [Server] §8World saved.
2028[18:53:48] [Server thread/INFO]: Saving is already turned on.
2029[18:53:48] [Server thread/INFO]: Saving...
2030[18:53:48] [Server thread/INFO]: Saved the world
2031[18:53:48] [Server thread/INFO]: [Server] §8World saved.
2032[19:01:01] [Server thread/INFO]: CONSOLE issued server command: /list
2033[19:01:01] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
2034[19:03:50] [Server thread/INFO]: Saving is already turned on.
2035[19:03:50] [Server thread/INFO]: Saving...
2036[19:03:50] [Server thread/INFO]: Saved the world
2037[19:03:50] [Server thread/INFO]: [Server] §8World saved.
2038[19:13:52] [Server thread/INFO]: Saving is already turned on.
2039[19:13:52] [Server thread/INFO]: Saving...
2040[19:13:52] [Server thread/INFO]: Saved the world
2041[19:13:52] [Server thread/INFO]: [Server] §8World saved.
2042[19:23:54] [Server thread/INFO]: Saving is already turned on.
2043[19:23:54] [Server thread/INFO]: Saving...
2044[19:23:54] [Server thread/INFO]: Saved the world
2045[19:23:54] [Server thread/INFO]: [Server] §8World saved.
2046[19:33:56] [Server thread/INFO]: Saving is already turned on.
2047[19:33:56] [Server thread/INFO]: Saving...
2048[19:33:56] [Server thread/INFO]: Saved the world
2049[19:33:56] [Server thread/INFO]: [Server] §8World saved.
2050[19:38:06] [User Authenticator #7/INFO]: UUID of player Lionvsx is 55d19a6f-fbd7-4617-bad5-19aafe22ae8f
2051[19:38:06] [Server thread/INFO]: Lionvsx[/81.130.153.52:61803] logged in with entity id 121006 at ([world]-350.8382662762949, 75.0, -472.8625000119211)
2052[19:38:06] [Server thread/INFO]: [+] Lionvsx vient de se connecter !
2053[19:38:46] [Server thread/INFO]: Lionvsx lost connection: Disconnected
2054[19:38:46] [Server thread/INFO]: [-] Lionvsx vient de se deconnecter !
2055[19:43:58] [Server thread/INFO]: Saving is already turned on.
2056[19:43:58] [Server thread/INFO]: Saving...
2057[19:43:58] [Server thread/INFO]: Saved the world
2058[19:43:58] [Server thread/INFO]: [Server] §8World saved.
2059[19:54:00] [Server thread/INFO]: Saving is already turned on.
2060[19:54:00] [Server thread/INFO]: Saving...
2061[19:54:00] [Server thread/INFO]: Saved the world
2062[19:54:00] [Server thread/INFO]: [Server] §8World saved.
2063[20:01:03] [Server thread/INFO]: CONSOLE issued server command: /list
2064[20:01:03] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
2065[20:04:02] [Server thread/INFO]: Saving is already turned on.
2066[20:04:02] [Server thread/INFO]: Saving...
2067[20:04:02] [Server thread/INFO]: Saved the world
2068[20:04:02] [Server thread/INFO]: [Server] §8World saved.
2069[20:14:04] [Server thread/INFO]: Saving is already turned on.
2070[20:14:04] [Server thread/INFO]: Saving...
2071[20:14:04] [Server thread/INFO]: Saved the world
2072[20:14:04] [Server thread/INFO]: [Server] §8World saved.
2073[20:24:06] [Server thread/INFO]: Saving is already turned on.
2074[20:24:06] [Server thread/INFO]: Saving...
2075[20:24:06] [Server thread/INFO]: Saved the world
2076[20:24:06] [Server thread/INFO]: [Server] §8World saved.
2077[20:24:14] [User Authenticator #8/INFO]: UUID of player Minenicer is 30daa30e-dbd0-4471-a7e4-8b0fd046a116
2078[20:24:14] [Server thread/INFO]: Minenicer[/178.208.164.254:57342] logged in with entity id 122759 at ([world]-769.0688159492775, 30.65109860407991, -170.89870494215117)
2079[20:24:14] [Server thread/INFO]: [+] Minenicer vient de se connecter !
2080[20:31:07] [User Authenticator #9/INFO]: UUID of player Minenicer is 30daa30e-dbd0-4471-a7e4-8b0fd046a116
2081[20:31:07] [Server thread/INFO]: Minenicer lost connection: You logged in from another location
2082[20:31:07] [Server thread/INFO]: [-] Minenicer vient de se deconnecter !
2083[20:31:07] [Server thread/INFO]: Minenicer[/178.208.164.254:57349] logged in with entity id 126132 at ([world]-763.9783735824225, 24.74822541749544, -144.75807266491503)
2084[20:31:07] [Server thread/INFO]: [+] Minenicer vient de se connecter !
2085[20:31:07] [Server thread/WARN]: handleDisconnection() called twice
2086[20:34:08] [Server thread/INFO]: Saving is already turned on.
2087[20:34:08] [Server thread/INFO]: Saving...
2088[20:34:08] [Server thread/INFO]: Saved the world
2089[20:34:08] [Server thread/INFO]: [Server] §8World saved.
2090[20:43:30] [Server thread/INFO]: Minenicer lost connection: Internal Exception: java.io.IOException: Error while read(...): Connection reset by peer
2091[20:43:31] [Server thread/INFO]: [-] Minenicer vient de se deconnecter !
2092[20:44:10] [Server thread/INFO]: Saving is already turned on.
2093[20:44:10] [Server thread/INFO]: Saving...
2094[20:44:10] [Server thread/INFO]: Saved the world
2095[20:44:10] [Server thread/INFO]: [Server] §8World saved.
2096[20:54:12] [Server thread/INFO]: Saving is already turned on.
2097[20:54:12] [Server thread/INFO]: Saving...
2098[20:54:12] [Server thread/INFO]: Saved the world
2099[20:54:12] [Server thread/INFO]: [Server] §8World saved.
2100[21:00:59] [Craft Scheduler Thread - 1870/WARN]: [Fatal Error] :1:1: Premature end of file.
2101
2102[21:00:59] [Craft Scheduler Thread - 1870/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
2103[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
2104[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
2105[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
2106[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
2107[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
2108[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2109[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2110[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
2111[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
2112[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.lang.Thread.run(Thread.java:745)
2113[21:00:59] [Craft Scheduler Thread - 1870/WARN]: [Fatal Error] :1:1: Premature end of file.
2114
2115[21:00:59] [Craft Scheduler Thread - 1870/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
2116[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
2117[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
2118[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
2119[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
2120[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
2121[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2122[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2123[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
2124[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
2125[21:00:59] [Craft Scheduler Thread - 1870/WARN]: at java.lang.Thread.run(Thread.java:745)
2126[21:01:05] [Server thread/INFO]: CONSOLE issued server command: /list
2127[21:01:05] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
2128[21:03:59] [User Authenticator #10/INFO]: UUID of player Fryxx is 76d896e0-c262-4735-a472-f8e345635201
2129[21:03:59] [Server thread/INFO]: Fryxx[/81.247.139.213:55078] logged in with entity id 130564 at ([world]-532.8277164172707, 85.52495204256674, -459.6627315446244)
2130[21:03:59] [Server thread/INFO]: [+] Fryxx vient de se connecter !
2131[21:04:08] [Server thread/INFO]: Fryxx issued server command: /weather clear
2132[21:04:14] [Server thread/INFO]: Saving is already turned on.
2133[21:04:14] [Server thread/INFO]: Saving...
2134[21:04:14] [Server thread/INFO]: Saved the world
2135[21:04:14] [Server thread/INFO]: [Server] §8World saved.
2136[21:08:45] [Server thread/INFO]: +- Parsing PROXIMITY trigger: n@Reception/p@Fryxx ---------+
2137[21:08:45] [Server thread/INFO]: Starting TimedQueue 'CREEPERHOTEL1!_VintagePixelPromotion'...
2138[21:08:45] [Server thread/INFO]: Queue 'CREEPERHOTEL1!_VintagePixelPromotion' Executing: CHAT
2139 "Bienvenue au Creeper Hotel ! Clique sur moi pour réserver une
2140 chambre"
2141[21:08:45] [Server thread/INFO]: +- Executing dCommand: CHAT/p@Fryxx ---------+
2142[21:08:45] [Server thread/INFO]: +> Executing 'CHAT': talkers='li@n@62'
2143 targets='li@p@76d896e0-c262-4735-a472-f8e345635201'
2144 message='Bienvenue au Creeper Hotel ! Clique sur moi pour
2145 réserver une chambre' range='5.0'
2146[21:08:45] [Server thread/INFO]: Filled tag <def[talker].name> with 'Reception'.
2147[21:08:45] [Server thread/INFO]: Filled tag <def[message]> with 'Bienvenue au Creeper Hotel !
2148 Clique sur moi pour réserver une chambre'.
2149[21:08:45] [Server thread/INFO]: Filled tag <def[talker].name> with 'Reception'.
2150[21:08:45] [Server thread/INFO]: Filled tag <def[target].name> with 'Fryxx'.
2151[21:08:45] [Server thread/INFO]: Filled tag <def[message]> with 'Bienvenue au Creeper Hotel !
2152 Clique sur moi pour réserver une chambre'.
2153[21:08:45] [Server thread/INFO]: Completing queue 'CREEPERHOTEL1!_VintagePixelPromotion' in
2154 12ms.
2155[21:14:16] [Server thread/INFO]: Saving is already turned on.
2156[21:14:16] [Server thread/INFO]: Saving...
2157[21:14:16] [Server thread/INFO]: Saved the world
2158[21:14:16] [Server thread/INFO]: [Server] §8World saved.
2159[21:18:10] [Server thread/INFO]: Fryxx lost connection: Internal Exception: java.io.IOException: Error while writev(...): Connection reset by peer
2160[21:18:10] [Server thread/INFO]: [-] Fryxx vient de se deconnecter !
2161[21:24:18] [Server thread/INFO]: Saving is already turned on.
2162[21:24:18] [Server thread/INFO]: Saving...
2163[21:24:18] [Server thread/INFO]: Saved the world
2164[21:24:18] [Server thread/INFO]: [Server] §8World saved.
2165[21:34:20] [Server thread/INFO]: Saving is already turned on.
2166[21:34:20] [Server thread/INFO]: Saving...
2167[21:34:20] [Server thread/INFO]: Saved the world
2168[21:34:20] [Server thread/INFO]: [Server] §8World saved.
2169[21:44:22] [Server thread/INFO]: Saving is already turned on.
2170[21:44:22] [Server thread/INFO]: Saving...
2171[21:44:22] [Server thread/INFO]: Saved the world
2172[21:44:22] [Server thread/INFO]: [Server] §8World saved.
2173[21:54:24] [Server thread/INFO]: Saving is already turned on.
2174[21:54:24] [Server thread/INFO]: Saving...
2175[21:54:24] [Server thread/INFO]: Saved the world
2176[21:54:24] [Server thread/INFO]: [Server] §8World saved.
2177[22:01:07] [Server thread/INFO]: CONSOLE issued server command: /list
2178[22:01:07] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
2179[22:04:26] [Server thread/INFO]: Saving is already turned on.
2180[22:04:26] [Server thread/INFO]: Saving...
2181[22:04:26] [Server thread/INFO]: Saved the world
2182[22:04:26] [Server thread/INFO]: [Server] §8World saved.
2183[22:14:28] [Server thread/INFO]: Saving is already turned on.
2184[22:14:28] [Server thread/INFO]: Saving...
2185[22:14:28] [Server thread/INFO]: Saved the world
2186[22:14:28] [Server thread/INFO]: [Server] §8World saved.
2187[22:24:30] [Server thread/INFO]: Saving is already turned on.
2188[22:24:30] [Server thread/INFO]: Saving...
2189[22:24:30] [Server thread/INFO]: Saved the world
2190[22:24:30] [Server thread/INFO]: [Server] §8World saved.
2191[22:34:32] [Server thread/INFO]: Saving is already turned on.
2192[22:34:32] [Server thread/INFO]: Saving...
2193[22:34:32] [Server thread/INFO]: Saved the world
2194[22:34:32] [Server thread/INFO]: [Server] §8World saved.
2195[22:44:34] [Server thread/INFO]: Saving is already turned on.
2196[22:44:34] [Server thread/INFO]: Saving...
2197[22:44:34] [Server thread/INFO]: Saved the world
2198[22:44:34] [Server thread/INFO]: [Server] §8World saved.
2199[22:54:36] [Server thread/INFO]: Saving is already turned on.
2200[22:54:36] [Server thread/INFO]: Saving...
2201[22:54:36] [Server thread/INFO]: Saved the world
2202[22:54:36] [Server thread/INFO]: [Server] §8World saved.
2203[23:01:09] [Server thread/INFO]: CONSOLE issued server command: /list
2204[23:01:09] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
2205[23:04:38] [Server thread/INFO]: Saving is already turned on.
2206[23:04:38] [Server thread/INFO]: Saving...
2207[23:04:38] [Server thread/INFO]: Saved the world
2208[23:04:38] [Server thread/INFO]: [Server] §8World saved.
2209[23:14:40] [Server thread/INFO]: Saving is already turned on.
2210[23:14:40] [Server thread/INFO]: Saving...
2211[23:14:40] [Server thread/INFO]: Saved the world
2212[23:14:40] [Server thread/INFO]: [Server] §8World saved.
2213[23:24:42] [Server thread/INFO]: Saving is already turned on.
2214[23:24:42] [Server thread/INFO]: Saving...
2215[23:24:42] [Server thread/INFO]: Saved the world
2216[23:24:42] [Server thread/INFO]: [Server] §8World saved.
2217[23:34:44] [Server thread/INFO]: Saving is already turned on.
2218[23:34:44] [Server thread/INFO]: Saving...
2219[23:34:44] [Server thread/INFO]: Saved the world
2220[23:34:44] [Server thread/INFO]: [Server] §8World saved.
2221[23:44:46] [Server thread/INFO]: Saving is already turned on.
2222[23:44:46] [Server thread/INFO]: Saving...
2223[23:44:46] [Server thread/INFO]: Saved the world
2224[23:44:46] [Server thread/INFO]: [Server] §8World saved.
2225[23:50:00] [Server thread/INFO]: [Server] <> Reboot du serveur dans 10 minutes
2226[23:54:48] [Server thread/INFO]: Saving is already turned on.
2227[23:54:48] [Server thread/INFO]: Saving...
2228[23:54:48] [Server thread/INFO]: Saved the world
2229[23:54:48] [Server thread/INFO]: [Server] §8World saved.