· 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:09] [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:10] [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:11] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
129[00:00:11] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
130[00:00:11] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
131[00:00:11] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
132[00:00:11] [Server thread/INFO]: [LWC] Connecting to SQLite
133[00:00:11] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
134[00:00:11] [Server thread/INFO]: Preparing level "world"
135[00:00:11] [Server thread/INFO]: -------- World Settings For [world] --------
136[00:00:11] [Server thread/INFO]: Mob Spawn Range: 4
137[00:00:11] [Server thread/INFO]: Anti X-Ray: true
138[00:00:11] [Server thread/INFO]: Engine Mode: 1
139[00:00:11] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
140[00:00:11] [Server thread/INFO]: Replace Blocks: [1, 5]
141[00:00:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
142[00:00:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
143[00:00:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
144[00:00:11] [Server thread/INFO]: Cane Growth Modifier: 100%
145[00:00:11] [Server thread/INFO]: Melon Growth Modifier: 100%
146[00:00:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
147[00:00:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
148[00:00:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
149[00:00:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
150[00:00:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
151[00:00:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
152[00:00:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
153[00:00:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
154[00:00:11] [Server thread/INFO]: Random Lighting Updates: false
155[00:00:11] [Server thread/INFO]: Structure Info Saving: true
156[00:00:11] [Server thread/INFO]: Sending up to 10 chunks per packet
157[00:00:11] [Server thread/INFO]: Max Entity Collisions: 8
158[00:00:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
159[00:00:11] [Server thread/INFO]: Max TNT Explosions: 100
160[00:00:11] [Server thread/INFO]: Item Despawn Rate: 6000
161[00:00:11] [Server thread/INFO]: Item Merge Radius: 2.5
162[00:00:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
163[00:00:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
164[00:00:11] [Server thread/INFO]: View Distance: 10
165[00:00:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
166[00:00:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
167[00:00:11] [Server thread/INFO]: Clear tick list: false
168[00:00:11] [Server thread/INFO]: Experience Merge Radius: 3.0
169[00:00:11] [Server thread/INFO]: -------- World Settings For [world_nether] --------
170[00:00:11] [Server thread/INFO]: Mob Spawn Range: 4
171[00:00:11] [Server thread/INFO]: Anti X-Ray: true
172[00:00:11] [Server thread/INFO]: Engine Mode: 1
173[00:00:11] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
174[00:00:11] [Server thread/INFO]: Replace Blocks: [1, 5]
175[00:00:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
176[00:00:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
177[00:00:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
178[00:00:11] [Server thread/INFO]: Cane Growth Modifier: 100%
179[00:00:11] [Server thread/INFO]: Melon Growth Modifier: 100%
180[00:00:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
181[00:00:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
182[00:00:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
183[00:00:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
184[00:00:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
185[00:00:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
186[00:00:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
187[00:00:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
188[00:00:11] [Server thread/INFO]: Random Lighting Updates: false
189[00:00:11] [Server thread/INFO]: Structure Info Saving: true
190[00:00:11] [Server thread/INFO]: Sending up to 10 chunks per packet
191[00:00:11] [Server thread/INFO]: Max Entity Collisions: 8
192[00:00:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
193[00:00:11] [Server thread/INFO]: Max TNT Explosions: 100
194[00:00:11] [Server thread/INFO]: Item Despawn Rate: 6000
195[00:00:11] [Server thread/INFO]: Item Merge Radius: 2.5
196[00:00:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
197[00:00:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
198[00:00:11] [Server thread/INFO]: View Distance: 10
199[00:00:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
200[00:00:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
201[00:00:11] [Server thread/INFO]: Clear tick list: false
202[00:00:11] [Server thread/INFO]: Experience Merge Radius: 3.0
203[00:00:11] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
204[00:00:11] [Server thread/INFO]: Mob Spawn Range: 4
205[00:00:11] [Server thread/INFO]: Anti X-Ray: true
206[00:00:11] [Server thread/INFO]: Engine Mode: 1
207[00:00:11] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
208[00:00:11] [Server thread/INFO]: Replace Blocks: [1, 5]
209[00:00:11] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
210[00:00:11] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
211[00:00:11] [Server thread/INFO]: Cactus Growth Modifier: 100%
212[00:00:11] [Server thread/INFO]: Cane Growth Modifier: 100%
213[00:00:11] [Server thread/INFO]: Melon Growth Modifier: 100%
214[00:00:11] [Server thread/INFO]: Mushroom Growth Modifier: 100%
215[00:00:11] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
216[00:00:11] [Server thread/INFO]: Sapling Growth Modifier: 100%
217[00:00:11] [Server thread/INFO]: Wheat Growth Modifier: 100%
218[00:00:11] [Server thread/INFO]: NetherWart Growth Modifier: 100%
219[00:00:11] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
220[00:00:11] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
221[00:00:11] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
222[00:00:11] [Server thread/INFO]: Random Lighting Updates: false
223[00:00:11] [Server thread/INFO]: Structure Info Saving: true
224[00:00:11] [Server thread/INFO]: Sending up to 10 chunks per packet
225[00:00:11] [Server thread/INFO]: Max Entity Collisions: 8
226[00:00:11] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
227[00:00:11] [Server thread/INFO]: Max TNT Explosions: 100
228[00:00:11] [Server thread/INFO]: Item Despawn Rate: 6000
229[00:00:11] [Server thread/INFO]: Item Merge Radius: 2.5
230[00:00:11] [Server thread/INFO]: Arrow Despawn Rate: 1200
231[00:00:11] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
232[00:00:11] [Server thread/INFO]: View Distance: 10
233[00:00:11] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
234[00:00:11] [Server thread/INFO]: Chunks to Grow per Tick: 650
235[00:00:11] [Server thread/INFO]: Clear tick list: false
236[00:00:11] [Server thread/INFO]: Experience Merge Radius: 3.0
237[00:00:11] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3191204195569364039)
238[00:00:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3191204195569364039)
239[00:00:13] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3191204195569364039)
240[00:00:13] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
241[00:00:13] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
242[00:00:13] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
243[00:00:13] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
244[00:00:13] [Server thread/INFO]: [Questioner] Enabling Questioner v0.6
245[00:00:13] [Server thread/INFO]: [Questioner] v0.6 - Enabled
246[00:00:13] [Server thread/INFO]: [Lift] Enabling Lift v52
247[00:00:13] [Server thread/INFO]: Lift v52 is now enabled!
248[00:00:13] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
249[00:00:13] [Server thread/INFO]: [CityGates] Enabling CityGates v2.0.0
250[00:00:13] [Server thread/INFO]: [CityGates] Succesfully loaded 90 gate(s) and 13 group(s)
251[00:00:13] [Server thread/INFO]: [SmokingPipes] Enabling SmokingPipes v1.1
252[00:00:13] [Server thread/INFO]: [SmokingPipes] Plugin Loading
253[00:00:13] [Server thread/INFO]: [SmokingPipes] Thanks for using BYTE Smoking Pipes plugin - www.byte.org.uk!
254[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating Smoking Pipe custom recipe
255[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating Golden Pipe custom recipe
256[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating PuffWeed custom recipeDried Smoking Grass
257[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating Lumnas Root custom recipe
258[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating FireWeed custom recipe
259[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating Badroot custom recipe
260[00:00:13] [Server thread/INFO]: [SmokingPipes] Creating DocWeed custom recipe Dried healing sugar tobacco
261[00:00:13] [Server thread/INFO]: [SmokingPipes] added DocWeed custom recipe
262[00:00:13] [Server thread/INFO]: [ConsoleScheduler] Enabling ConsoleScheduler v1.4.5.1
263[00:00:13] [Server thread/INFO]: [ConsoleScheduler] Vault Found! Hooking as permission system
264[00:00:13] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR - v1.4.5.1 enabled.
265[00:00:13] [Server thread/INFO]: [ConsoleScheduler] Command execution will start in 5 seconds.
266[00:00:13] [Server thread/INFO]: [PorteCoulissante] Enabling PorteCoulissante v1.4.3
267[00:00:13] [Server thread/INFO]: [PorteCoulissante] SpoutPlugin not available; disabling sound effects
268[00:00:13] [Server thread/INFO]: [PorteCoulissante] Plugin version 1.4.3 by Captain_Chaos enabled
269[00:00:13] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.21
270[00:00:13] [Server thread/INFO]: [Lockette] Version 1.8.21 is being enabled! Yay! (Core version 1.3.5)
271[00:00:13] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
272[00:00:13] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
273[00:00:13] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
274[00:00:13] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
275[00:00:13] [Server thread/INFO]: [Lockette] Enabled link to plugin LWC for Zones, version 4.4.0 (b881) (July 11, 2013)
276[00:00:13] [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:14] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
290[00:00:14] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
291[00:00:14] [Server thread/INFO]: [AFK] Enabling AFK v4.4
292[00:00:14] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
293[00:00:14] [Server thread/INFO]: Bukkit version format changed. Version not checked.
294[00:00:14] [Server thread/INFO]: git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8)
295[00:00:14] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
296[00:00:14] [Server thread/INFO]: Using locale fr
297[00:00:14] [Server thread/INFO]: Using locale fr
298[00:00:14] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
299[00:00:14] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
300[00:00:14] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
301[00:00:14] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.6-b49)
302[00:00:14] [Server thread/INFO]: [NBTEditor] Enabling NBTEditor v2.0.1
303[00:00:14] [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:14] [Server thread/ERROR]: [NBTEditor] This version of NBTEditor is not compatible with this version of Bukkit
324[00:00:14] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.5
325[00:00:14] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
326[00:00:14] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.6
327[00:00:14] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
328[00:00:14] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
329[00:00:14] [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:14] [Server thread/INFO]: [BoilingWater] Enabling BoilingWater v1.2
331[00:00:14] [Server thread/INFO]: [ParticleLib] Server major/minor version: 1.8
332[00:00:14] [Server thread/INFO]: [ParticleLib] Hooking into Netty NMS classes
333[00:00:14] [Server thread/INFO]: [ParticleLib] Version is >= 1.8 - using new packet constructor
334[00:00:14] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
335[00:00:14] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
336[00:00:14] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
337[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -3191204195569364039
338[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -3191204195569364039
339[00:00:14] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
340[00:00:14] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
341[00:00:14] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
342[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3191204195569364039
343[00:00:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Ressource' - Env: NORMAL - Type: FLAT & seed: 5018047498169716736
344[00:00:14] [Server thread/INFO]: -------- World Settings For [Ressource] --------
345[00:00:14] [Server thread/INFO]: Mob Spawn Range: 4
346[00:00:14] [Server thread/INFO]: Anti X-Ray: true
347[00:00:14] [Server thread/INFO]: Engine Mode: 1
348[00:00:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
349[00:00:14] [Server thread/INFO]: Replace Blocks: [1, 5]
350[00:00:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
351[00:00:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
352[00:00:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
353[00:00:14] [Server thread/INFO]: Cane Growth Modifier: 100%
354[00:00:14] [Server thread/INFO]: Melon Growth Modifier: 100%
355[00:00:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
356[00:00:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
357[00:00:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
358[00:00:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
359[00:00:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
360[00:00:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
361[00:00:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
362[00:00:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
363[00:00:14] [Server thread/INFO]: Random Lighting Updates: false
364[00:00:14] [Server thread/INFO]: Structure Info Saving: true
365[00:00:14] [Server thread/INFO]: Sending up to 10 chunks per packet
366[00:00:14] [Server thread/INFO]: Max Entity Collisions: 8
367[00:00:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
368[00:00:14] [Server thread/INFO]: Max TNT Explosions: 100
369[00:00:14] [Server thread/INFO]: Item Despawn Rate: 6000
370[00:00:14] [Server thread/INFO]: Item Merge Radius: 2.5
371[00:00:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
372[00:00:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
373[00:00:14] [Server thread/INFO]: View Distance: 10
374[00:00:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
375[00:00:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
376[00:00:14] [Server thread/INFO]: Clear tick list: false
377[00:00:14] [Server thread/INFO]: Experience Merge Radius: 3.0
378[00:00:14] [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]: Anti X-Ray: true
383[00:00:14] [Server thread/INFO]: Engine Mode: 1
384[00:00:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
385[00:00:14] [Server thread/INFO]: Replace Blocks: [1, 5]
386[00:00:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
387[00:00:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
388[00:00:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
389[00:00:14] [Server thread/INFO]: Cane Growth Modifier: 100%
390[00:00:14] [Server thread/INFO]: Melon Growth Modifier: 100%
391[00:00:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
392[00:00:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
393[00:00:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
394[00:00:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
395[00:00:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
396[00:00:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
397[00:00:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
398[00:00:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
399[00:00:14] [Server thread/INFO]: Random Lighting Updates: false
400[00:00:14] [Server thread/INFO]: Structure Info Saving: true
401[00:00:14] [Server thread/INFO]: Sending up to 10 chunks per packet
402[00:00:14] [Server thread/INFO]: Max Entity Collisions: 8
403[00:00:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
404[00:00:14] [Server thread/INFO]: Max TNT Explosions: 100
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:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Heaven' - Env: NORMAL - Type: FLAT & seed: 27594263
416[00:00:15] [Server thread/INFO]: -------- World Settings For [Heaven] --------
417[00:00:15] [Server thread/INFO]: Mob Spawn Range: 4
418[00:00:15] [Server thread/INFO]: Anti X-Ray: true
419[00:00:15] [Server thread/INFO]: Engine Mode: 1
420[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
421[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
422[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
423[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
424[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
425[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
426[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
427[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
428[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
429[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
430[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
431[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
432[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
433[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
434[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
435[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
436[00:00:15] [Server thread/INFO]: Structure Info Saving: true
437[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
438[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
439[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
440[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
441[00:00:15] [Server thread/INFO]: Item Despawn Rate: 6000
442[00:00:15] [Server thread/INFO]: Item Merge Radius: 2.5
443[00:00:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
444[00:00:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
445[00:00:15] [Server thread/INFO]: View Distance: 10
446[00:00:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
447[00:00:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
448[00:00:15] [Server thread/INFO]: Clear tick list: false
449[00:00:15] [Server thread/INFO]: Experience Merge Radius: 3.0
450[00:00:15] [Server thread/INFO]: Preparing start region for level 5 (Seed: 27594263)
451[00:00:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Eldoria' - Env: NORMAL - Type: LARGE_BIOMES & seed: 27594263
452[00:00:15] [Server thread/INFO]: -------- World Settings For [Eldoria] --------
453[00:00:15] [Server thread/INFO]: Mob Spawn Range: 4
454[00:00:15] [Server thread/INFO]: Anti X-Ray: true
455[00:00:15] [Server thread/INFO]: Engine Mode: 1
456[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
457[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
458[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
459[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
460[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
461[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
462[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
463[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
464[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
465[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
466[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
467[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
468[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
469[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
470[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
471[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
472[00:00:15] [Server thread/INFO]: Structure Info Saving: true
473[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
474[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
475[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
476[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
477[00:00:15] [Server thread/INFO]: Item Despawn Rate: 6000
478[00:00:15] [Server thread/INFO]: Item Merge Radius: 2.5
479[00:00:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
480[00:00:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
481[00:00:15] [Server thread/INFO]: View Distance: 10
482[00:00:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
483[00:00:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
484[00:00:15] [Server thread/INFO]: Clear tick list: false
485[00:00:15] [Server thread/INFO]: Experience Merge Radius: 3.0
486[00:00:15] [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]: Anti X-Ray: true
491[00:00:15] [Server thread/INFO]: Engine Mode: 1
492[00:00:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
493[00:00:15] [Server thread/INFO]: Replace Blocks: [1, 5]
494[00:00:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
495[00:00:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
496[00:00:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
497[00:00:15] [Server thread/INFO]: Cane Growth Modifier: 100%
498[00:00:15] [Server thread/INFO]: Melon Growth Modifier: 100%
499[00:00:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
500[00:00:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
501[00:00:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
502[00:00:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
503[00:00:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
504[00:00:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
505[00:00:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
506[00:00:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
507[00:00:15] [Server thread/INFO]: Random Lighting Updates: false
508[00:00:15] [Server thread/INFO]: Structure Info Saving: true
509[00:00:15] [Server thread/INFO]: Sending up to 10 chunks per packet
510[00:00:15] [Server thread/INFO]: Max Entity Collisions: 8
511[00:00:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
512[00:00:15] [Server thread/INFO]: Max TNT Explosions: 100
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:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'StructureInstant' - Env: NORMAL - Type: FLAT & seed: -1479736232569808656
524[00:00:16] [Server thread/INFO]: -------- World Settings For [StructureInstant] --------
525[00:00:16] [Server thread/INFO]: Mob Spawn Range: 4
526[00:00:16] [Server thread/INFO]: Anti X-Ray: true
527[00:00:16] [Server thread/INFO]: Engine Mode: 1
528[00:00:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
529[00:00:16] [Server thread/INFO]: Replace Blocks: [1, 5]
530[00:00:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
531[00:00:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
532[00:00:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
533[00:00:16] [Server thread/INFO]: Cane Growth Modifier: 100%
534[00:00:16] [Server thread/INFO]: Melon Growth Modifier: 100%
535[00:00:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
536[00:00:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
537[00:00:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
538[00:00:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
539[00:00:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
540[00:00:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
541[00:00:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
542[00:00:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
543[00:00:16] [Server thread/INFO]: Random Lighting Updates: false
544[00:00:16] [Server thread/INFO]: Structure Info Saving: true
545[00:00:16] [Server thread/INFO]: Sending up to 10 chunks per packet
546[00:00:16] [Server thread/INFO]: Max Entity Collisions: 8
547[00:00:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
548[00:00:16] [Server thread/INFO]: Max TNT Explosions: 100
549[00:00:16] [Server thread/INFO]: Item Despawn Rate: 6000
550[00:00:16] [Server thread/INFO]: Item Merge Radius: 2.5
551[00:00:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
552[00:00:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
553[00:00:16] [Server thread/INFO]: View Distance: 10
554[00:00:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
555[00:00:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
556[00:00:16] [Server thread/INFO]: Clear tick list: false
557[00:00:16] [Server thread/INFO]: Experience Merge Radius: 3.0
558[00:00:16] [Server thread/INFO]: Preparing start region for level 8 (Seed: -1479736232569808656)
559[00:00:16] [Thread-11/INFO]: --------------------
560[00:00:16] [Thread-11/INFO]: [CoreProtect] Version 2.13.1 now available.
561[00:00:16] [Thread-11/INFO]: [CoreProtect] Download: Type "/co version" in-game.
562[00:00:16] [Thread-11/INFO]: --------------------
563[00:00:16] [Thread-11/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
564[00:00:16] [Thread-11/INFO]: --------------------
565[00:00:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'topcraft' - Env: NORMAL - Type: FLAT & seed: 0
566[00:00:16] [Server thread/INFO]: -------- World Settings For [topcraft] --------
567[00:00:16] [Server thread/INFO]: Mob Spawn Range: 4
568[00:00:16] [Server thread/INFO]: Anti X-Ray: true
569[00:00:16] [Server thread/INFO]: Engine Mode: 1
570[00:00:16] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
571[00:00:16] [Server thread/INFO]: Replace Blocks: [1, 5]
572[00:00:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
573[00:00:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
574[00:00:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
575[00:00:16] [Server thread/INFO]: Cane Growth Modifier: 100%
576[00:00:16] [Server thread/INFO]: Melon Growth Modifier: 100%
577[00:00:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
578[00:00:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
579[00:00:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
580[00:00:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
581[00:00:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
582[00:00:16] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
583[00:00:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
584[00:00:16] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
585[00:00:16] [Server thread/INFO]: Random Lighting Updates: false
586[00:00:16] [Server thread/INFO]: Structure Info Saving: true
587[00:00:16] [Server thread/INFO]: Sending up to 10 chunks per packet
588[00:00:16] [Server thread/INFO]: Max Entity Collisions: 8
589[00:00:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
590[00:00:16] [Server thread/INFO]: Max TNT Explosions: 100
591[00:00:16] [Server thread/INFO]: Item Despawn Rate: 6000
592[00:00:16] [Server thread/INFO]: Item Merge Radius: 2.5
593[00:00:16] [Server thread/INFO]: Arrow Despawn Rate: 1200
594[00:00:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
595[00:00:16] [Server thread/INFO]: View Distance: 10
596[00:00:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
597[00:00:16] [Server thread/INFO]: Chunks to Grow per Tick: 650
598[00:00:16] [Server thread/INFO]: Clear tick list: false
599[00:00:16] [Server thread/INFO]: Experience Merge Radius: 3.0
600[00:00:16] [Server thread/INFO]: Preparing start region for level 9 (Seed: 0)
601[00:00:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Minetropolis' - Env: NORMAL - Type: FLAT & seed: -3298365048425894642
602[00:00:17] [Server thread/INFO]: -------- World Settings For [Minetropolis] --------
603[00:00:17] [Server thread/INFO]: Mob Spawn Range: 4
604[00:00:17] [Server thread/INFO]: Anti X-Ray: true
605[00:00:17] [Server thread/INFO]: Engine Mode: 1
606[00:00:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
607[00:00:17] [Server thread/INFO]: Replace Blocks: [1, 5]
608[00:00:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
609[00:00:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
610[00:00:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
611[00:00:17] [Server thread/INFO]: Cane Growth Modifier: 100%
612[00:00:17] [Server thread/INFO]: Melon Growth Modifier: 100%
613[00:00:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
614[00:00:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
615[00:00:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
616[00:00:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
617[00:00:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
618[00:00:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
619[00:00:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
620[00:00:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
621[00:00:17] [Server thread/INFO]: Random Lighting Updates: false
622[00:00:17] [Server thread/INFO]: Structure Info Saving: true
623[00:00:17] [Server thread/INFO]: Sending up to 10 chunks per packet
624[00:00:17] [Server thread/INFO]: Max Entity Collisions: 8
625[00:00:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
626[00:00:17] [Server thread/INFO]: Max TNT Explosions: 100
627[00:00:17] [Server thread/INFO]: Item Despawn Rate: 6000
628[00:00:17] [Server thread/INFO]: Item Merge Radius: 2.5
629[00:00:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
630[00:00:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
631[00:00:17] [Server thread/INFO]: View Distance: 10
632[00:00:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
633[00:00:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
634[00:00:17] [Server thread/INFO]: Clear tick list: false
635[00:00:17] [Server thread/INFO]: Experience Merge Radius: 3.0
636[00:00:17] [Server thread/INFO]: Preparing start region for level 10 (Seed: -3298365048425894642)
637[00:00:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mapfryxx' - Env: NORMAL - Type: NORMAL & seed: 8828853317573174184
638[00:00:17] [Server thread/INFO]: -------- World Settings For [mapfryxx] --------
639[00:00:17] [Server thread/INFO]: Mob Spawn Range: 4
640[00:00:17] [Server thread/INFO]: Anti X-Ray: true
641[00:00:17] [Server thread/INFO]: Engine Mode: 1
642[00:00:17] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
643[00:00:17] [Server thread/INFO]: Replace Blocks: [1, 5]
644[00:00:17] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
645[00:00:17] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
646[00:00:17] [Server thread/INFO]: Cactus Growth Modifier: 100%
647[00:00:17] [Server thread/INFO]: Cane Growth Modifier: 100%
648[00:00:17] [Server thread/INFO]: Melon Growth Modifier: 100%
649[00:00:17] [Server thread/INFO]: Mushroom Growth Modifier: 100%
650[00:00:17] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
651[00:00:17] [Server thread/INFO]: Sapling Growth Modifier: 100%
652[00:00:17] [Server thread/INFO]: Wheat Growth Modifier: 100%
653[00:00:17] [Server thread/INFO]: NetherWart Growth Modifier: 100%
654[00:00:17] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
655[00:00:17] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
656[00:00:17] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
657[00:00:17] [Server thread/INFO]: Random Lighting Updates: false
658[00:00:17] [Server thread/INFO]: Structure Info Saving: true
659[00:00:17] [Server thread/INFO]: Sending up to 10 chunks per packet
660[00:00:17] [Server thread/INFO]: Max Entity Collisions: 8
661[00:00:17] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
662[00:00:17] [Server thread/INFO]: Max TNT Explosions: 100
663[00:00:17] [Server thread/INFO]: Item Despawn Rate: 6000
664[00:00:17] [Server thread/INFO]: Item Merge Radius: 2.5
665[00:00:17] [Server thread/INFO]: Arrow Despawn Rate: 1200
666[00:00:17] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
667[00:00:17] [Server thread/INFO]: View Distance: 10
668[00:00:17] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
669[00:00:17] [Server thread/INFO]: Chunks to Grow per Tick: 650
670[00:00:17] [Server thread/INFO]: Clear tick list: false
671[00:00:17] [Server thread/INFO]: Experience Merge Radius: 3.0
672[00:00:17] [Server thread/INFO]: Preparing start region for level 11 (Seed: 8828853317573174184)
673[00:00:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'HeadCollection' - Env: NORMAL - Type: FLAT & seed: 6222775275028824568
674[00:00:18] [Server thread/INFO]: -------- World Settings For [HeadCollection] --------
675[00:00:18] [Server thread/INFO]: Mob Spawn Range: 4
676[00:00:18] [Server thread/INFO]: Anti X-Ray: true
677[00:00:18] [Server thread/INFO]: Engine Mode: 1
678[00:00:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
679[00:00:18] [Server thread/INFO]: Replace Blocks: [1, 5]
680[00:00:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
681[00:00:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
682[00:00:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
683[00:00:18] [Server thread/INFO]: Cane Growth Modifier: 100%
684[00:00:18] [Server thread/INFO]: Melon Growth Modifier: 100%
685[00:00:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
686[00:00:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
687[00:00:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
688[00:00:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
689[00:00:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
690[00:00:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
691[00:00:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
692[00:00:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
693[00:00:18] [Server thread/INFO]: Random Lighting Updates: false
694[00:00:18] [Server thread/INFO]: Structure Info Saving: true
695[00:00:18] [Server thread/INFO]: Sending up to 10 chunks per packet
696[00:00:18] [Server thread/INFO]: Max Entity Collisions: 8
697[00:00:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
698[00:00:18] [Server thread/INFO]: Max TNT Explosions: 100
699[00:00:18] [Server thread/INFO]: Item Despawn Rate: 6000
700[00:00:18] [Server thread/INFO]: Item Merge Radius: 2.5
701[00:00:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
702[00:00:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
703[00:00:18] [Server thread/INFO]: View Distance: 10
704[00:00:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
705[00:00:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
706[00:00:18] [Server thread/INFO]: Clear tick list: false
707[00:00:18] [Server thread/INFO]: Experience Merge Radius: 3.0
708[00:00:18] [Server thread/INFO]: Preparing start region for level 12 (Seed: 6222775275028824568)
709[00:00:18] [Server thread/INFO]: [Multiverse-Core] 13 - World(s) loaded.
710[00:00:18] [Server thread/INFO]: [PirateCannon] Enabling PirateCannon v1.0.7
711[00:00:18] [Server thread/INFO]: [PirateCannon] PirateCannons Enabled!
712[00:00:18] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
713[00:00:18] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
714[00:00:18] [Server thread/INFO]: [PermissionsEx] Initializing file backend
715[00:00:18] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
716[00:00:18] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.3
717[00:00:18] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
718[00:00:18] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
719[00:00:18] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
720[00:00:18] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
721[00:00:18] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
722[00:00:18] [Server thread/INFO]: [iConomy - April Fools] Enabled (10 ms)
723[00:00:18] [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:18] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
725[00:00:18] [Thread-16/INFO]: [iConomy - April Fools] Purged accounts with default balance.
726[00:00:18] [Server thread/INFO]: [RollTheDice] Enabling RollTheDice v1.3
727[00:00:18] [Server thread/INFO]: [RollTheDice] version 1.3 is disabled!
728[00:00:18] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
729[00:00:18] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
730[00:00:18] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
731[00:00:18] [Server thread/INFO]: [NameManager] Enabling NameManager v2.1.4
732[00:00:18] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.3
733[00:00:18] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
734[00:00:18] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
735[00:00:18] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
736[00:00:18] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
737[00:00:18] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
738[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
739[00:00:18] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
740[00:00:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
741[00:00:18] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
742[00:00:18] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
743[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
744[00:00:18] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
745[00:00:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
746[00:00:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
747[00:00:18] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
748[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
749[00:00:18] [Server thread/INFO]: [WorldGuard] (Ressource) TNT ignition is PERMITTED.
750[00:00:18] [Server thread/INFO]: [WorldGuard] (Ressource) Lighters are PERMITTED.
751[00:00:18] [Server thread/INFO]: [WorldGuard] (Ressource) Lava fire is blocked.
752[00:00:18] [Server thread/INFO]: [WorldGuard] (Ressource) Fire spread is UNRESTRICTED.
753[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Ressource'
754[00:00:18] [Server thread/INFO]: [WorldGuard] (impc) TNT ignition is PERMITTED.
755[00:00:18] [Server thread/INFO]: [WorldGuard] (impc) Lighters are PERMITTED.
756[00:00:18] [Server thread/INFO]: [WorldGuard] (impc) Lava fire is blocked.
757[00:00:18] [Server thread/INFO]: [WorldGuard] (impc) Fire spread is UNRESTRICTED.
758[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'impc'
759[00:00:18] [Server thread/INFO]: [WorldGuard] (Heaven) TNT ignition is PERMITTED.
760[00:00:18] [Server thread/INFO]: [WorldGuard] (Heaven) Lighters are PERMITTED.
761[00:00:18] [Server thread/INFO]: [WorldGuard] (Heaven) Lava fire is blocked.
762[00:00:18] [Server thread/INFO]: [WorldGuard] (Heaven) Fire spread is UNRESTRICTED.
763[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Heaven'
764[00:00:18] [Server thread/INFO]: [WorldGuard] (Eldoria) TNT ignition is PERMITTED.
765[00:00:18] [Server thread/INFO]: [WorldGuard] (Eldoria) Lighters are PERMITTED.
766[00:00:18] [Server thread/INFO]: [WorldGuard] (Eldoria) Lava fire is blocked.
767[00:00:18] [Server thread/INFO]: [WorldGuard] (Eldoria) Fire spread is UNRESTRICTED.
768[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Eldoria'
769[00:00:18] [Server thread/INFO]: [WorldGuard] (staff) TNT ignition is PERMITTED.
770[00:00:18] [Server thread/INFO]: [WorldGuard] (staff) Lighters are PERMITTED.
771[00:00:18] [Server thread/INFO]: [WorldGuard] (staff) Lava fire is blocked.
772[00:00:18] [Server thread/INFO]: [WorldGuard] (staff) Fire spread is UNRESTRICTED.
773[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'staff'
774[00:00:18] [Server thread/INFO]: [WorldGuard] (StructureInstant) TNT ignition is PERMITTED.
775[00:00:18] [Server thread/INFO]: [WorldGuard] (StructureInstant) Lighters are PERMITTED.
776[00:00:18] [Server thread/INFO]: [WorldGuard] (StructureInstant) Lava fire is blocked.
777[00:00:18] [Server thread/INFO]: [WorldGuard] (StructureInstant) Fire spread is UNRESTRICTED.
778[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'StructureInstant'
779[00:00:18] [Server thread/INFO]: [WorldGuard] (topcraft) TNT ignition is PERMITTED.
780[00:00:18] [Server thread/INFO]: [WorldGuard] (topcraft) Lighters are PERMITTED.
781[00:00:18] [Server thread/INFO]: [WorldGuard] (topcraft) Lava fire is blocked.
782[00:00:18] [Server thread/INFO]: [WorldGuard] (topcraft) Fire spread is UNRESTRICTED.
783[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'topcraft'
784[00:00:18] [Server thread/INFO]: [WorldGuard] (Minetropolis) TNT ignition is PERMITTED.
785[00:00:18] [Server thread/INFO]: [WorldGuard] (Minetropolis) Lighters are PERMITTED.
786[00:00:18] [Server thread/INFO]: [WorldGuard] (Minetropolis) Lava fire is blocked.
787[00:00:18] [Server thread/INFO]: [WorldGuard] (Minetropolis) Fire spread is UNRESTRICTED.
788[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Minetropolis'
789[00:00:18] [Server thread/INFO]: [WorldGuard] (mapfryxx) TNT ignition is PERMITTED.
790[00:00:18] [Server thread/INFO]: [WorldGuard] (mapfryxx) Lighters are PERMITTED.
791[00:00:18] [Server thread/INFO]: [WorldGuard] (mapfryxx) Lava fire is blocked.
792[00:00:18] [Server thread/INFO]: [WorldGuard] (mapfryxx) Fire spread is UNRESTRICTED.
793[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mapfryxx'
794[00:00:18] [Server thread/INFO]: [WorldGuard] (HeadCollection) TNT ignition is PERMITTED.
795[00:00:18] [Server thread/INFO]: [WorldGuard] (HeadCollection) Lighters are PERMITTED.
796[00:00:18] [Server thread/INFO]: [WorldGuard] (HeadCollection) Lava fire is blocked.
797[00:00:18] [Server thread/INFO]: [WorldGuard] (HeadCollection) Fire spread is UNRESTRICTED.
798[00:00:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HeadCollection'
799[00:00:18] [Server thread/INFO]: [WorldGuard] Loading region data...
800[00:00:18] [Thread-15/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
801[00:00:18] [Server thread/INFO]: [CustomMobs] Enabling CustomMobs v3.71
802[00:00:18] [Server thread/INFO]: [CustomMobs] Loaded CustomMobs for Server-version: v1_8_R3
803[00:00:18] [Server thread/INFO]: [CustomMobs] Registering additional version dependent mobTypes...
804[00:00:18] [Server thread/INFO]: [CustomMobs] Loading Data...
805[00:00:18] [Server thread/INFO]: [CustomMobs] Version 3.71 - Running on NMS-Version 'v1_8_R3'
806[00:00:18] [Server thread/INFO]: [CustomMobs] Please note that CustomMobs is !!_NOT_!! reloadable. It may lead to various bugs and data inconsistency.
807[00:00:18] [Server thread/INFO]: [CustomMobs] Loading Completed. Have fun using CustomMobs to your hearts content.
808[00:00:18] [Server thread/INFO]: [BossShopPro] Enabling BossShopPro v1.3.0
809[00:00:19] [Server thread/INFO]: [BossShopPro] Loading data...
810[00:00:19] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v2.4-b523
811[00:00:19] [Server thread/INFO]: [Multiverse-SignPortals] - Version 2.4-b523 Enabled - By Rigby and fernferret
812[00:00:19] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v4.1.0
813[00:00:19] [Server thread/INFO]: [PhatLoots] Listening for Dispensers
814[00:00:19] [Server thread/INFO]: [PhatLoots] Listening for Mob deaths w/ MultiWorld support and WorldGuard Regions
815[00:00:19] [Server thread/INFO]: [PhatLoots] Listening for Mob spawns w/ MultiWorld support and WorldGuard support
816[00:00:19] [Server thread/INFO]: [PhatLoots] Listening for Players fishing
817[00:00:19] [Server thread/INFO]: [PhatLoots] PhatLoots 4.1.0 (Build 1,905) is enabled!
818[00:00:19] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v2.4-b530
819[00:00:19] [Server thread/INFO]: [MultiVerse-NetherPortals] - Version 2.4-b530 Enabled - By Rigby and fernferret
820[00:00:19] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
821[00:00:19] [Server thread/INFO]: [Commandspy] Enabling Commandspy v3.2.0
822[00:00:19] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4
823[00:00:19] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v1.4.4
824[00:00:19] [Server thread/INFO]: [IMPCBanner] Language: en
825[00:00:19] [Server thread/INFO]: [IMPCBanner] Vault dependency found! Enable economy supported
826[00:00:19] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
827[00:00:19] [Server thread/INFO]: [Magic] Enabling Magic vCB-1.3
828[00:00:19] [Server thread/INFO]: [Magic] *******************
829[00:00:19] [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:19] [Server thread/INFO]: [Magic] You might be able to find a better version of Magic where you got your server software.
831[00:00:19] [Server thread/INFO]: [Magic] *******************
832[00:00:19] [Server thread/INFO]: [Magic] EffectLib initialized
833[00:00:19] [Server thread/INFO]: [Magic] BlockPhysics not found- install BlockPhysics for physics-based block effects
834[00:00:19] [Server thread/INFO]: [Magic] LibsDisguises not found
835[00:00:19] [Server thread/INFO]: [Magic] Loading config.yml
836[00:00:19] [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:20] [Server thread/INFO]: [Magic] Loaded 267 spells
848[00:00:20] [Server thread/INFO]: [Magic] Loading enchanting.yml
849[00:00:20] [Server thread/INFO]: [Magic] Based on defaults defaults/enchanting.defaults.yml
850[00:00:20] [Server thread/INFO]: [Magic] Loaded 10 enchanting paths
851[00:00:20] [Server thread/INFO]: [Magic] Loading wands.yml
852[00:00:20] [Server thread/INFO]: [Magic] Based on defaults defaults/wands.defaults.yml
853[00:00:20] [Server thread/INFO]: [Magic] Loaded 78 wands
854[00:00:20] [Server thread/INFO]: [Magic] Loading crafting.yml
855[00:00:20] [Server thread/INFO]: [Magic] Based on defaults defaults/crafting.defaults.yml
856[00:00:20] [Server thread/INFO]: [Magic] Loaded 21 crafting recipes
857[00:00:20] [Server thread/INFO]: [Magic] Integrated with Vault, virtual economy and descriptive item names available
858[00:00:20] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
859[00:00:20] [Server thread/INFO]: [Magic] dtlTraders not found, will not integrate.
860[00:00:20] [Server thread/INFO]: [Magic] Factions not found, will not integrate.
861[00:00:20] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
862[00:00:20] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
863[00:00:20] [Server thread/INFO]: [Magic] PreciousStones not found, region protection and pvp checks will not be used.
864[00:00:20] [Server thread/INFO]: [Magic] Towny found, will respect build permissions for construction spells
865[00:00:20] [Server thread/INFO]: [Magic] Lockette found, will check block protection.
866[00:00:20] [Server thread/INFO]: [Magic] GriefPrevention not found, claim protection will not be used.
867[00:00:20] [Server thread/INFO]: [Magic] NoCheatPlus integration disabled, enable this in config.yml if you find Magic triggering NCP violations
868[00:00:20] [Server thread/INFO]: [Magic] dynmap not found, not integrating.
869[00:00:20] [Server thread/INFO]: [Magic] Activated MCStats
870[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardboots
871[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeboots
872[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for flashboots
873[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for divinghelmet
874[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
875[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_HOE
876[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for rabbitboots
877[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardchestplate
878[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticechestplate
879[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for camera
880[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for magichat
881[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardleggings
882[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticeleggings
883[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SWORD
884[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for battle
885[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for wizardhelmet
886[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for apprenticehelmet
887[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for goggles
888[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for invisiblecloak
889[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_SPADE
890[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for broomstick
891[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for rocketboots
892[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
893[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for WOOD_HOE
894[00:00:20] [Server thread/INFO]: [Magic] Adding crafting recipe for beginner
895[00:00:20] [Server thread/INFO]: [Magic] Disabled default crafting recipe for GOLD_AXE
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:21] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.76
979[00:00:21] [Server thread/INFO]: [Hotels] Enabling Hotels v0.6.3
980[00:00:21] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
981
982[00:00:21] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
983[00:00:21] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
984[00:00:21] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
985[00:00:21] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
986[00:00:21] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
987[00:00:21] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsMain.onEnable(HotelsMain.java:40)
988[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
989[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
990[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
991[00:00:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
992[00:00:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
993[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
994[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
995[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
996[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
997[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
998[00:00:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
999[00:00:21] [Server thread/WARN]: [Fatal Error] :1:1: Premature end of file.
1000
1001[00:00:21] [Server thread/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1002[00:00:21] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1003[00:00:21] [Server thread/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1004[00:00:21] [Server thread/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1005[00:00:21] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1006[00:00:21] [Server thread/WARN]: at gvlfm78.plugin.Hotels.HotelsMain.onEnable(HotelsMain.java:42)
1007[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1008[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1009[00:00:21] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
1010[00:00:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
1011[00:00:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
1012[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
1013[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
1014[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
1015[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
1016[00:00:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
1017[00:00:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1018[00:00:21] [Server thread/INFO]: [Hotels] Hotels v0.6.3 has been enabled correctly
1019[00:00:21] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
1020[00:00:21] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
1021[00:00:21] [Server thread/INFO]: [CraftBook] Successfully added 1 CommandItems!
1022[00:00:21] [Server thread/INFO]: [CraftBook] Registered 3 custom recipes!
1023[00:00:21] [Server thread/INFO]: [CraftBook] 1 cauldron recipe(s) loaded
1024[00:00:21] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
1025[00:00:21] [Server thread/INFO]: [CraftBook] 8199 chunk(s) for 13 world(s) processed (254ms 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:22] [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:22] [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:22] [Server thread/INFO]: creating table 'accounts'
1036[00:00:22] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
1037[00:00:22] [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:22] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1039[00:00:22] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
1040[00:00:22] [Server thread/INFO]: [ChestShop] Lockette version 1.8.21 loaded.
1041[00:00:22] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
1042[00:00:22] [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:23] [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:23] [Server thread/INFO]: +> [Denizen] Registered: dItem as i
1163[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dCuboid as cu
1164[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dEntity as e
1165[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dInventory as in
1166[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dColor as co
1167[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dLocation as l
1168[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dMaterial as m
1169[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dNPC as n
1170[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dPlayer as p
1171[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dWorld as w
1172[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dChunk as ch
1173[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dPlugin as pl
1174[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dEllipsoid as ellipsoid
1175[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dBiome as b
1176[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: CustomObject as custom
1177[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dList as li
1178[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dList as fl
1179[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: dScript as s
1180[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: Element as el
1181[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: Duration as d
1182[00:00:23] [Server thread/INFO]: +> [Denizen] Registered: ScriptQueue as q
1183[00:00:23] [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:23] [Server thread/INFO]: [Towny] Enabling Towny v0.89.2.0
1187[00:00:23] [Server thread/INFO]: ==================== Towny ========================
1188[00:00:23] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
1189[00:00:23] [Server thread/WARN]: [Towny Warning] Unable to read CraftBukkit Version.
1190[00:00:23] [Server thread/WARN]: [Towny Warning] Towny requires version 2918 or higher.
1191[00:00:23] [Server thread/WARN]: [Towny Warning] Check your CraftBukkit version as we do not test on custom/old builds.
1192[00:00:23] [Server thread/INFO]: [Towny] Using: PermissionsEX v1.23.3, Vault v1.5.6-b49, Questioner v0.6
1193[00:00:23] [Server thread/INFO]: [Towny] Time until a New Day: 11 hours, 59 minutes, 37 seconds
1194[00:00:23] [Server thread/INFO]: =============================================================
1195[00:00:23] [Server thread/INFO]: [Towny] Version: 0.89.2.0 - Mod Enabled
1196[00:00:23] [Server thread/INFO]: =============================================================
1197[00:00:23] [Server thread/INFO]: [Lockette] Enabled link to plugin Towny for Groups/Zones, version 0.89.2.0
1198[00:00:23] [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:24] [Server thread/WARN]: [SignShop] Essentials signs are enabled, checking for conflicts now!
1210[00:00:24] [Server thread/INFO]: [SignShop] v2.11.0 Enabled
1211[00:00:24] [Server thread/INFO]: [Quests] Enabling Quests v2.5.5-b95
1212[00:00:24] [Server thread/INFO]: [SignShopHotel] Enabling SignShopHotel v1.2.0
1213[00:00:24] [Server thread/INFO]: [SignShopHotel] Succesfully started Metrics, see http://mcstats.org for more information.
1214[00:00:24] [Server thread/INFO]: [SignShopHotel] Enabled
1215[00:00:24] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1216[00:00:24] [Server thread/INFO]: Done (13.480s)! 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 - 12/INFO]: [PlugMan] No update was found.
1255[00:00:25] [Server thread/INFO]: [Citizens] Loaded 56 NPCs.
1256[00:00:25] [Craft Scheduler Thread - 21/INFO]: [Vault] Checking for Updates ...
1257[00:00:25] [Craft Scheduler Thread - 21/INFO]: [Vault] No new version available
1258[00:00:25] [Server thread/INFO]: [Quests] 5 Quest(s) loaded.
1259[00:00:25] [Server thread/INFO]: [Quests] 5 Event(s) loaded.
1260[00:00:25] [Server thread/INFO]: [Quests] 842 Phrase(s) loaded.
1261[00:00:25] [Craft Scheduler Thread - 23/INFO]: [ConsoleScheduler] has started executing commands
1262[00:00:25] [Craft Scheduler Thread - 23/INFO]: -------------[ConsoleScheduler]--------------
1263[00:00:25] [Craft Scheduler Thread - 23/INFO]: getConfig contains CommandSchedule.Command1
1264[00:00:25] [Craft Scheduler Thread - 23/INFO]: [ConsoleScheduler] has attempted to put 1 commands on schedule.
1265[00:00:25] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler
1266[00:00:25] [Craft Scheduler Thread - 22/INFO]: [BossShopPro] Loaded 9 Shops!
1267[00:00:25] [Craft Scheduler Thread - 22/INFO]: [BossShopPro] Successfully hooked into Points plugin PlayerPoints.
1268[00:00:25] [Craft Scheduler Thread - 22/INFO]: [BossShopPro] Vault found.
1269[00:00:25] [Server thread/INFO]: [Magic] Loading lost wand data
1270[00:00:25] [Server thread/INFO]: [Magic] Loaded 4 lost wands
1271[00:00:25] [Server thread/INFO]: [Magic] Loading automata data
1272[00:00:25] [Server thread/INFO]: [Magic] Loaded 0 automata
1273[00:00:25] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml
1274[00:00:25] [Server thread/INFO]: [Magic] Loaded 0 image maps
1275[00:00:25] [Server thread/INFO]: [Magic] Finished loading data.
1276[00:00:54] [Craft Scheduler Thread - 20/INFO]: [CityGates] Disabling CityGates v2.0.0
1277[00:00:55] [Craft Scheduler Thread - 20/INFO]: [CityGates] Saved 90 gate(s) and 13 group(s)
1278[00:00:55] [Craft Scheduler Thread - 20/INFO]: [CityGates] Enabling CityGates v2.0.0
1279[00:00:55] [Craft Scheduler Thread - 20/INFO]: [CityGates] Succesfully loaded 90 gate(s) and 13 group(s)
1280[00:00:55] [Craft Scheduler Thread - 20/INFO]: [PlugMan] CityGates has been reloaded.
1281[00:10:06] [Server thread/INFO]: Saving is already turned on.
1282[00:10:06] [Server thread/INFO]: Saving...
1283[00:10:06] [Server thread/INFO]: Saved the world
1284[00:10:06] [Server thread/INFO]: [Server] §8World saved.
1285[00:20:08] [Server thread/INFO]: Saving is already turned on.
1286[00:20:08] [Server thread/INFO]: Saving...
1287[00:20:08] [Server thread/INFO]: Saved the world
1288[00:20:08] [Server thread/INFO]: [Server] §8World saved.
1289[00:30:10] [Server thread/INFO]: Saving is already turned on.
1290[00:30:10] [Server thread/INFO]: Saving...
1291[00:30:10] [Server thread/INFO]: Saved the world
1292[00:30:10] [Server thread/INFO]: [Server] §8World saved.
1293[00:31:11] [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/
1294[00:40:12] [Server thread/INFO]: Saving is already turned on.
1295[00:40:12] [Server thread/INFO]: Saving...
1296[00:40:12] [Server thread/INFO]: Saved the world
1297[00:40:12] [Server thread/INFO]: [Server] §8World saved.
1298[00:50:14] [Server thread/INFO]: Saving is already turned on.
1299[00:50:14] [Server thread/INFO]: Saving...
1300[00:50:14] [Server thread/INFO]: Saved the world
1301[00:50:14] [Server thread/INFO]: [Server] §8World saved.
1302[01:00:16] [Server thread/INFO]: Saving is already turned on.
1303[01:00:16] [Server thread/INFO]: Saving...
1304[01:00:16] [Server thread/INFO]: Saved the world
1305[01:00:16] [Server thread/INFO]: [Server] §8World saved.
1306[01:00:26] [Server thread/INFO]: CONSOLE issued server command: /list
1307[01:00:26] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1308[01:10:18] [Server thread/INFO]: Saving is already turned on.
1309[01:10:18] [Server thread/INFO]: Saving...
1310[01:10:18] [Server thread/INFO]: Saved the world
1311[01:10:18] [Server thread/INFO]: [Server] §8World saved.
1312[01:20:20] [Server thread/INFO]: Saving is already turned on.
1313[01:20:20] [Server thread/INFO]: Saving...
1314[01:20:20] [Server thread/INFO]: Saved the world
1315[01:20:20] [Server thread/INFO]: [Server] §8World saved.
1316[01:30:22] [Server thread/INFO]: Saving is already turned on.
1317[01:30:22] [Server thread/INFO]: Saving...
1318[01:30:22] [Server thread/INFO]: Saved the world
1319[01:30:22] [Server thread/INFO]: [Server] §8World saved.
1320[01:40:24] [Server thread/INFO]: Saving is already turned on.
1321[01:40:24] [Server thread/INFO]: Saving...
1322[01:40:24] [Server thread/INFO]: Saved the world
1323[01:40:24] [Server thread/INFO]: [Server] §8World saved.
1324[01:50:26] [Server thread/INFO]: Saving is already turned on.
1325[01:50:26] [Server thread/INFO]: Saving...
1326[01:50:26] [Server thread/INFO]: Saved the world
1327[01:50:26] [Server thread/INFO]: [Server] §8World saved.
1328[02:00:28] [Server thread/INFO]: Saving is already turned on.
1329[02:00:28] [Server thread/INFO]: Saving...
1330[02:00:28] [Server thread/INFO]: Saved the world
1331[02:00:28] [Server thread/INFO]: [Server] §8World saved.
1332[02:00:28] [Server thread/INFO]: CONSOLE issued server command: /list
1333[02:00:28] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1334[02:10:30] [Server thread/INFO]: Saving is already turned on.
1335[02:10:30] [Server thread/INFO]: Saving...
1336[02:10:30] [Server thread/INFO]: Saved the world
1337[02:10:30] [Server thread/INFO]: [Server] §8World saved.
1338[02:20:32] [Server thread/INFO]: Saving is already turned on.
1339[02:20:32] [Server thread/INFO]: Saving...
1340[02:20:32] [Server thread/INFO]: Saved the world
1341[02:20:32] [Server thread/INFO]: [Server] §8World saved.
1342[02:30:34] [Server thread/INFO]: Saving is already turned on.
1343[02:30:34] [Server thread/INFO]: Saving...
1344[02:30:34] [Server thread/INFO]: Saved the world
1345[02:30:34] [Server thread/INFO]: [Server] §8World saved.
1346[02:40:36] [Server thread/INFO]: Saving is already turned on.
1347[02:40:36] [Server thread/INFO]: Saving...
1348[02:40:36] [Server thread/INFO]: Saved the world
1349[02:40:36] [Server thread/INFO]: [Server] §8World saved.
1350[02:50:38] [Server thread/INFO]: Saving is already turned on.
1351[02:50:38] [Server thread/INFO]: Saving...
1352[02:50:38] [Server thread/INFO]: Saved the world
1353[02:50:38] [Server thread/INFO]: [Server] §8World saved.
1354[03:00:25] [Craft Scheduler Thread - 260/WARN]: [Fatal Error] :1:1: Premature end of file.
1355
1356[03:00:25] [Craft Scheduler Thread - 260/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1357[03:00:25] [Craft Scheduler Thread - 260/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1358[03:00:25] [Craft Scheduler Thread - 260/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1359[03:00:25] [Craft Scheduler Thread - 260/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1360[03:00:25] [Craft Scheduler Thread - 260/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1361[03:00:25] [Craft Scheduler Thread - 260/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
1362[03:00:25] [Craft Scheduler Thread - 260/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1363[03:00:25] [Craft Scheduler Thread - 260/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1364[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1365[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1366[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.lang.Thread.run(Thread.java:745)
1367[03:00:25] [Craft Scheduler Thread - 260/WARN]: [Fatal Error] :1:1: Premature end of file.
1368
1369[03:00:25] [Craft Scheduler Thread - 260/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1370[03:00:25] [Craft Scheduler Thread - 260/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1371[03:00:25] [Craft Scheduler Thread - 260/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1372[03:00:25] [Craft Scheduler Thread - 260/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1373[03:00:25] [Craft Scheduler Thread - 260/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1374[03:00:25] [Craft Scheduler Thread - 260/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
1375[03:00:25] [Craft Scheduler Thread - 260/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1376[03:00:25] [Craft Scheduler Thread - 260/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1377[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1378[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1379[03:00:25] [Craft Scheduler Thread - 260/WARN]: at java.lang.Thread.run(Thread.java:745)
1380[03:00:30] [Server thread/INFO]: CONSOLE issued server command: /list
1381[03:00:30] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1382[03:00:40] [Server thread/INFO]: Saving is already turned on.
1383[03:00:40] [Server thread/INFO]: Saving...
1384[03:00:40] [Server thread/INFO]: Saved the world
1385[03:00:40] [Server thread/INFO]: [Server] §8World saved.
1386[03:10:42] [Server thread/INFO]: Saving is already turned on.
1387[03:10:42] [Server thread/INFO]: Saving...
1388[03:10:42] [Server thread/INFO]: Saved the world
1389[03:10:42] [Server thread/INFO]: [Server] §8World saved.
1390[03:20:44] [Server thread/INFO]: Saving is already turned on.
1391[03:20:44] [Server thread/INFO]: Saving...
1392[03:20:44] [Server thread/INFO]: Saved the world
1393[03:20:44] [Server thread/INFO]: [Server] §8World saved.
1394[03:30:46] [Server thread/INFO]: Saving is already turned on.
1395[03:30:46] [Server thread/INFO]: Saving...
1396[03:30:46] [Server thread/INFO]: Saved the world
1397[03:30:46] [Server thread/INFO]: [Server] §8World saved.
1398[03:40:48] [Server thread/INFO]: Saving is already turned on.
1399[03:40:48] [Server thread/INFO]: Saving...
1400[03:40:48] [Server thread/INFO]: Saved the world
1401[03:40:48] [Server thread/INFO]: [Server] §8World saved.
1402[03:50:50] [Server thread/INFO]: Saving is already turned on.
1403[03:50:50] [Server thread/INFO]: Saving...
1404[03:50:50] [Server thread/INFO]: Saved the world
1405[03:50:50] [Server thread/INFO]: [Server] §8World saved.
1406[04:00:32] [Server thread/INFO]: CONSOLE issued server command: /list
1407[04:00:32] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1408[04:00:52] [Server thread/INFO]: Saving is already turned on.
1409[04:00:52] [Server thread/INFO]: Saving...
1410[04:00:52] [Server thread/INFO]: Saved the world
1411[04:00:52] [Server thread/INFO]: [Server] §8World saved.
1412[04:10:54] [Server thread/INFO]: Saving is already turned on.
1413[04:10:54] [Server thread/INFO]: Saving...
1414[04:10:54] [Server thread/INFO]: Saved the world
1415[04:10:54] [Server thread/INFO]: [Server] §8World saved.
1416[04:20:56] [Server thread/INFO]: Saving is already turned on.
1417[04:20:56] [Server thread/INFO]: Saving...
1418[04:20:56] [Server thread/INFO]: Saved the world
1419[04:20:56] [Server thread/INFO]: [Server] §8World saved.
1420[04:30:58] [Server thread/INFO]: Saving is already turned on.
1421[04:30:58] [Server thread/INFO]: Saving...
1422[04:30:58] [Server thread/INFO]: Saved the world
1423[04:30:58] [Server thread/INFO]: [Server] §8World saved.
1424[04:41:00] [Server thread/INFO]: Saving is already turned on.
1425[04:41:00] [Server thread/INFO]: Saving...
1426[04:41:00] [Server thread/INFO]: Saved the world
1427[04:41:00] [Server thread/INFO]: [Server] §8World saved.
1428[04:51:02] [Server thread/INFO]: Saving is already turned on.
1429[04:51:02] [Server thread/INFO]: Saving...
1430[04:51:02] [Server thread/INFO]: Saved the world
1431[04:51:02] [Server thread/INFO]: [Server] §8World saved.
1432[05:00:34] [Server thread/INFO]: CONSOLE issued server command: /list
1433[05:00:34] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1434[05:01:04] [Server thread/INFO]: Saving is already turned on.
1435[05:01:04] [Server thread/INFO]: Saving...
1436[05:01:04] [Server thread/INFO]: Saved the world
1437[05:01:04] [Server thread/INFO]: [Server] §8World saved.
1438[05:11:06] [Server thread/INFO]: Saving is already turned on.
1439[05:11:06] [Server thread/INFO]: Saving...
1440[05:11:06] [Server thread/INFO]: Saved the world
1441[05:11:06] [Server thread/INFO]: [Server] §8World saved.
1442[05:21:08] [Server thread/INFO]: Saving is already turned on.
1443[05:21:08] [Server thread/INFO]: Saving...
1444[05:21:08] [Server thread/INFO]: Saved the world
1445[05:21:08] [Server thread/INFO]: [Server] §8World saved.
1446[05:31:10] [Server thread/INFO]: Saving is already turned on.
1447[05:31:10] [Server thread/INFO]: Saving...
1448[05:31:10] [Server thread/INFO]: Saved the world
1449[05:31:10] [Server thread/INFO]: [Server] §8World saved.
1450[05:41:12] [Server thread/INFO]: Saving is already turned on.
1451[05:41:12] [Server thread/INFO]: Saving...
1452[05:41:12] [Server thread/INFO]: Saved the world
1453[05:41:12] [Server thread/INFO]: [Server] §8World saved.
1454[05:51:14] [Server thread/INFO]: Saving is already turned on.
1455[05:51:14] [Server thread/INFO]: Saving...
1456[05:51:14] [Server thread/INFO]: Saved the world
1457[05:51:14] [Server thread/INFO]: [Server] §8World saved.
1458[06:00:26] [Craft Scheduler Thread - 541/INFO]: [Vault] Checking for Updates ...
1459[06:00:26] [Craft Scheduler Thread - 541/INFO]: [Vault] No new version available
1460[06:00:36] [Server thread/INFO]: CONSOLE issued server command: /list
1461[06:00:36] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1462[06:01:16] [Server thread/INFO]: Saving is already turned on.
1463[06:01:16] [Server thread/INFO]: Saving...
1464[06:01:16] [Server thread/INFO]: Saved the world
1465[06:01:16] [Server thread/INFO]: [Server] §8World saved.
1466[06:11:18] [Server thread/INFO]: Saving is already turned on.
1467[06:11:18] [Server thread/INFO]: Saving...
1468[06:11:18] [Server thread/INFO]: Saved the world
1469[06:11:18] [Server thread/INFO]: [Server] §8World saved.
1470[06:21:20] [Server thread/INFO]: Saving is already turned on.
1471[06:21:20] [Server thread/INFO]: Saving...
1472[06:21:20] [Server thread/INFO]: Saved the world
1473[06:21:20] [Server thread/INFO]: [Server] §8World saved.
1474[06:31:22] [Server thread/INFO]: Saving is already turned on.
1475[06:31:22] [Server thread/INFO]: Saving...
1476[06:31:22] [Server thread/INFO]: Saved the world
1477[06:31:22] [Server thread/INFO]: [Server] §8World saved.
1478[06:41:24] [Server thread/INFO]: Saving is already turned on.
1479[06:41:24] [Server thread/INFO]: Saving...
1480[06:41:24] [Server thread/INFO]: Saved the world
1481[06:41:24] [Server thread/INFO]: [Server] §8World saved.
1482[06:51:26] [Server thread/INFO]: Saving is already turned on.
1483[06:51:26] [Server thread/INFO]: Saving...
1484[06:51:26] [Server thread/INFO]: Saved the world
1485[06:51:26] [Server thread/INFO]: [Server] §8World saved.
1486[07:00:38] [Server thread/INFO]: CONSOLE issued server command: /list
1487[07:00:38] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1488[07:01:28] [Server thread/INFO]: Saving is already turned on.
1489[07:01:28] [Server thread/INFO]: Saving...
1490[07:01:28] [Server thread/INFO]: Saved the world
1491[07:01:28] [Server thread/INFO]: [Server] §8World saved.
1492[07:11:30] [Server thread/INFO]: Saving is already turned on.
1493[07:11:30] [Server thread/INFO]: Saving...
1494[07:11:30] [Server thread/INFO]: Saved the world
1495[07:11:30] [Server thread/INFO]: [Server] §8World saved.
1496[07:21:32] [Server thread/INFO]: Saving is already turned on.
1497[07:21:32] [Server thread/INFO]: Saving...
1498[07:21:32] [Server thread/INFO]: Saved the world
1499[07:21:32] [Server thread/INFO]: [Server] §8World saved.
1500[07:31:33] [Server thread/INFO]: Saving is already turned on.
1501[07:31:33] [Server thread/INFO]: Saving...
1502[07:31:34] [Server thread/INFO]: Saved the world
1503[07:31:34] [Server thread/INFO]: [Server] §8World saved.
1504[07:41:35] [Server thread/INFO]: Saving is already turned on.
1505[07:41:35] [Server thread/INFO]: Saving...
1506[07:41:36] [Server thread/INFO]: Saved the world
1507[07:41:36] [Server thread/INFO]: [Server] §8World saved.
1508[07:51:37] [Server thread/INFO]: Saving is already turned on.
1509[07:51:37] [Server thread/INFO]: Saving...
1510[07:51:38] [Server thread/INFO]: Saved the world
1511[07:51:38] [Server thread/INFO]: [Server] §8World saved.
1512[08:00:40] [Server thread/INFO]: CONSOLE issued server command: /list
1513[08:00:40] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1514[08:01:39] [Server thread/INFO]: Saving is already turned on.
1515[08:01:39] [Server thread/INFO]: Saving...
1516[08:01:40] [Server thread/INFO]: Saved the world
1517[08:01:40] [Server thread/INFO]: [Server] §8World saved.
1518[08:11:41] [Server thread/INFO]: Saving is already turned on.
1519[08:11:41] [Server thread/INFO]: Saving...
1520[08:11:42] [Server thread/INFO]: Saved the world
1521[08:11:42] [Server thread/INFO]: [Server] §8World saved.
1522[08:21:43] [Server thread/INFO]: Saving is already turned on.
1523[08:21:43] [Server thread/INFO]: Saving...
1524[08:21:43] [Server thread/INFO]: Saved the world
1525[08:21:43] [Server thread/INFO]: [Server] §8World saved.
1526[08:31:45] [Server thread/INFO]: Saving is already turned on.
1527[08:31:45] [Server thread/INFO]: Saving...
1528[08:31:45] [Server thread/INFO]: Saved the world
1529[08:31:45] [Server thread/INFO]: [Server] §8World saved.
1530[08:41:47] [Server thread/INFO]: Saving is already turned on.
1531[08:41:47] [Server thread/INFO]: Saving...
1532[08:41:47] [Server thread/INFO]: Saved the world
1533[08:41:47] [Server thread/INFO]: [Server] §8World saved.
1534[08:51:49] [Server thread/INFO]: Saving is already turned on.
1535[08:51:49] [Server thread/INFO]: Saving...
1536[08:51:49] [Server thread/INFO]: Saved the world
1537[08:51:49] [Server thread/INFO]: [Server] §8World saved.
1538[09:00:27] [Craft Scheduler Thread - 783/WARN]: [Fatal Error] :1:1: Premature end of file.
1539
1540[09:00:27] [Craft Scheduler Thread - 783/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1541[09:00:27] [Craft Scheduler Thread - 783/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1542[09:00:27] [Craft Scheduler Thread - 783/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1543[09:00:27] [Craft Scheduler Thread - 783/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1544[09:00:27] [Craft Scheduler Thread - 783/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1545[09:00:27] [Craft Scheduler Thread - 783/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:27)
1546[09:00:27] [Craft Scheduler Thread - 783/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1547[09:00:27] [Craft Scheduler Thread - 783/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1548[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1549[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1550[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.lang.Thread.run(Thread.java:745)
1551[09:00:27] [Craft Scheduler Thread - 783/WARN]: [Fatal Error] :1:1: Premature end of file.
1552
1553[09:00:27] [Craft Scheduler Thread - 783/WARN]: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
1554[09:00:27] [Craft Scheduler Thread - 783/WARN]: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
1555[09:00:27] [Craft Scheduler Thread - 783/WARN]: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
1556[09:00:27] [Craft Scheduler Thread - 783/WARN]: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
1557[09:00:27] [Craft Scheduler Thread - 783/WARN]: at gvlfm78.plugin.Hotels.HotelsUpdateChecker.updateNeeded(HotelsUpdateChecker.java:46)
1558[09:00:27] [Craft Scheduler Thread - 783/WARN]: at gvlfm78.plugin.Hotels.managers.HotelsUpdateLoop.run(HotelsUpdateLoop.java:29)
1559[09:00:27] [Craft Scheduler Thread - 783/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1560[09:00:27] [Craft Scheduler Thread - 783/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1561[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
1562[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
1563[09:00:27] [Craft Scheduler Thread - 783/WARN]: at java.lang.Thread.run(Thread.java:745)
1564[09:00:42] [Server thread/INFO]: CONSOLE issued server command: /list
1565[09:00:42] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1566[09:01:51] [Server thread/INFO]: Saving is already turned on.
1567[09:01:51] [Server thread/INFO]: Saving...
1568[09:01:51] [Server thread/INFO]: Saved the world
1569[09:01:51] [Server thread/INFO]: [Server] §8World saved.
1570[09:11:53] [Server thread/INFO]: Saving is already turned on.
1571[09:11:53] [Server thread/INFO]: Saving...
1572[09:11:53] [Server thread/INFO]: Saved the world
1573[09:11:53] [Server thread/INFO]: [Server] §8World saved.
1574[09:21:55] [Server thread/INFO]: Saving is already turned on.
1575[09:21:55] [Server thread/INFO]: Saving...
1576[09:21:55] [Server thread/INFO]: Saved the world
1577[09:21:55] [Server thread/INFO]: [Server] §8World saved.
1578[09:31:57] [Server thread/INFO]: Saving is already turned on.
1579[09:31:57] [Server thread/INFO]: Saving...
1580[09:31:57] [Server thread/INFO]: Saved the world
1581[09:31:57] [Server thread/INFO]: [Server] §8World saved.
1582[09:41:59] [Server thread/INFO]: Saving is already turned on.
1583[09:41:59] [Server thread/INFO]: Saving...
1584[09:41:59] [Server thread/INFO]: Saved the world
1585[09:41:59] [Server thread/INFO]: [Server] §8World saved.
1586[09:52:01] [Server thread/INFO]: Saving is already turned on.
1587[09:52:01] [Server thread/INFO]: Saving...
1588[09:52:01] [Server thread/INFO]: Saved the world
1589[09:52:01] [Server thread/INFO]: [Server] §8World saved.
1590[10:00:44] [Server thread/INFO]: CONSOLE issued server command: /list
1591[10:00:44] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1592[10:02:03] [Server thread/INFO]: Saving is already turned on.
1593[10:02:03] [Server thread/INFO]: Saving...
1594[10:02:03] [Server thread/INFO]: Saved the world
1595[10:02:03] [Server thread/INFO]: [Server] §8World saved.
1596[10:12:05] [Server thread/INFO]: Saving is already turned on.
1597[10:12:05] [Server thread/INFO]: Saving...
1598[10:12:05] [Server thread/INFO]: Saved the world
1599[10:12:05] [Server thread/INFO]: [Server] §8World saved.
1600[10:22:07] [Server thread/INFO]: Saving is already turned on.
1601[10:22:07] [Server thread/INFO]: Saving...
1602[10:22:07] [Server thread/INFO]: Saved the world
1603[10:22:07] [Server thread/INFO]: [Server] §8World saved.
1604[10:32:09] [Server thread/INFO]: Saving is already turned on.
1605[10:32:09] [Server thread/INFO]: Saving...
1606[10:32:09] [Server thread/INFO]: Saved the world
1607[10:32:09] [Server thread/INFO]: [Server] §8World saved.
1608[10:42:11] [Server thread/INFO]: Saving is already turned on.
1609[10:42:11] [Server thread/INFO]: Saving...
1610[10:42:11] [Server thread/INFO]: Saved the world
1611[10:42:11] [Server thread/INFO]: [Server] §8World saved.
1612[10:52:13] [Server thread/INFO]: Saving is already turned on.
1613[10:52:13] [Server thread/INFO]: Saving...
1614[10:52:13] [Server thread/INFO]: Saved the world
1615[10:52:13] [Server thread/INFO]: [Server] §8World saved.
1616[11:00:46] [Server thread/INFO]: CONSOLE issued server command: /list
1617[11:00:46] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1618[11:02:15] [Server thread/INFO]: Saving is already turned on.
1619[11:02:15] [Server thread/INFO]: Saving...
1620[11:02:15] [Server thread/INFO]: Saved the world
1621[11:02:15] [Server thread/INFO]: [Server] §8World saved.
1622[11:12:17] [Server thread/INFO]: Saving is already turned on.
1623[11:12:17] [Server thread/INFO]: Saving...
1624[11:12:17] [Server thread/INFO]: Saved the world
1625[11:12:17] [Server thread/INFO]: [Server] §8World saved.
1626[11:22:19] [Server thread/INFO]: Saving is already turned on.
1627[11:22:19] [Server thread/INFO]: Saving...
1628[11:22:19] [Server thread/INFO]: Saved the world
1629[11:22:19] [Server thread/INFO]: [Server] §8World saved.
1630[11:32:21] [Server thread/INFO]: Saving is already turned on.
1631[11:32:21] [Server thread/INFO]: Saving...
1632[11:32:21] [Server thread/INFO]: Saved the world
1633[11:32:21] [Server thread/INFO]: [Server] §8World saved.
1634[11:42:23] [Server thread/INFO]: Saving is already turned on.
1635[11:42:23] [Server thread/INFO]: Saving...
1636[11:42:23] [Server thread/INFO]: Saved the world
1637[11:42:23] [Server thread/INFO]: [Server] §8World saved.
1638[11:52:25] [Server thread/INFO]: Saving is already turned on.
1639[11:52:25] [Server thread/INFO]: Saving...
1640[11:52:25] [Server thread/INFO]: Saved the world
1641[11:52:25] [Server thread/INFO]: [Server] §8World saved.
1642[12:00:05] [Craft Scheduler Thread - 1061/INFO]: [Global Message] A new day is here! Taxes and rent have been collected
1643[12:00:28] [Craft Scheduler Thread - 1076/INFO]: [Vault] Checking for Updates ...
1644[12:00:29] [Craft Scheduler Thread - 1076/INFO]: [Vault] No new version available
1645[12:00:48] [Server thread/INFO]: CONSOLE issued server command: /list
1646[12:00:48] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1647[12:02:27] [Server thread/INFO]: Saving is already turned on.
1648[12:02:27] [Server thread/INFO]: Saving...
1649[12:02:27] [Server thread/INFO]: Saved the world
1650[12:02:27] [Server thread/INFO]: [Server] §8World saved.
1651[12:12:29] [Server thread/INFO]: Saving is already turned on.
1652[12:12:29] [Server thread/INFO]: Saving...
1653[12:12:29] [Server thread/INFO]: Saved the world
1654[12:12:29] [Server thread/INFO]: [Server] §8World saved.
1655[12:22:31] [Server thread/INFO]: Saving is already turned on.
1656[12:22:31] [Server thread/INFO]: Saving...
1657[12:22:31] [Server thread/INFO]: Saved the world
1658[12:22:31] [Server thread/INFO]: [Server] §8World saved.
1659[12:31:12] [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/
1660[12:32:33] [Server thread/INFO]: Saving is already turned on.
1661[12:32:33] [Server thread/INFO]: Saving...
1662[12:32:33] [Server thread/INFO]: Saved the world
1663[12:32:33] [Server thread/INFO]: [Server] §8World saved.
1664[12:42:35] [Server thread/INFO]: Saving is already turned on.
1665[12:42:35] [Server thread/INFO]: Saving...
1666[12:42:35] [Server thread/INFO]: Saved the world
1667[12:42:35] [Server thread/INFO]: [Server] §8World saved.
1668[12:52:37] [Server thread/INFO]: Saving is already turned on.
1669[12:52:37] [Server thread/INFO]: Saving...
1670[12:52:37] [Server thread/INFO]: Saved the world
1671[12:52:37] [Server thread/INFO]: [Server] §8World saved.
1672[13:00:50] [Server thread/INFO]: CONSOLE issued server command: /list
1673[13:00:50] [Server thread/INFO]: Il y a 0 joueurs en ligne sur 100 au total.
1674[13:02:39] [Server thread/INFO]: Saving is already turned on.
1675[13:02:39] [Server thread/INFO]: Saving...
1676[13:02:39] [Server thread/INFO]: Saved the world
1677[13:02:39] [Server thread/INFO]: [Server] §8World saved.
1678[13:12:41] [Server thread/INFO]: Saving is already turned on.
1679[13:12:41] [Server thread/INFO]: Saving...
1680[13:12:41] [Server thread/INFO]: Saved the world
1681[13:12:41] [Server thread/INFO]: [Server] §8World saved.
1682[13:22:43] [Server thread/INFO]: Saving is already turned on.
1683[13:22:43] [Server thread/INFO]: Saving...
1684[13:22:43] [Server thread/INFO]: Saved the world
1685[13:22:43] [Server thread/INFO]: [Server] §8World saved.
1686[13:32:45] [Server thread/INFO]: Saving is already turned on.
1687[13:32:45] [Server thread/INFO]: Saving...
1688[13:32:45] [Server thread/INFO]: Saved the world
1689[13:32:45] [Server thread/INFO]: [Server] §8World saved.
1690[13:39:02] [Server thread/INFO]: Saving...
1691[13:39:02] [Server thread/INFO]: Saved the world
1692[13:39:02] [Server thread/INFO]: Stopping the server
1693[13:39:02] [Server thread/INFO]: Stopping server
1694[13:39:02] [Server thread/INFO]: [CityGates] Disabling CityGates v2.0.0
1695[13:39:02] [Server thread/INFO]: [CityGates] Saved 90 gate(s) and 13 group(s)
1696[13:39:02] [Server thread/INFO]: [SignShopHotel] Disabling SignShopHotel v1.2.0
1697[13:39:02] [Server thread/INFO]: [SignShopHotel] Disabled
1698[13:39:02] [Server thread/INFO]: [Quests] Disabling Quests v2.5.5-b95
1699[13:39:02] [Server thread/INFO]: [Quests] Saving Quester data.
1700[13:39:02] [Server thread/INFO]: [SignShop] Disabling SignShop v2.11.0
1701[13:39:02] [Server thread/INFO]: [SignShop] Successfully cancelled Async Storage task with ID: 96
1702[13:39:02] [Server thread/INFO]: [SignShop] Disabled
1703[13:39:02] [Server thread/INFO]: [Sentry] Disabling Sentry v1.8.5
1704[13:39:02] [Server thread/INFO]: [Sentry] v1.8.5 disabled.
1705[13:39:02] [Server thread/INFO]: [Furniture] Disabling Furniture v1.8.8.1
1706[13:39:02] [Server thread/INFO]: [Towny] Disabling Towny v0.89.2.0
1707[13:39:02] [Server thread/INFO]: [Lockette] Disabled link to plugin Towny, version 0.89.2.0
1708[13:39:02] [Server thread/INFO]: ==============================================================
1709[13:39:02] [Server thread/INFO]: [Towny] Version: 0.89.2.0 - Mod Disabled
1710[13:39:02] [Server thread/INFO]: =============================================================
1711[13:39:02] [Server thread/INFO]: [Denizen] Disabling Denizen v0.9.7-SNAPSHOT (build 1591)
1712[13:39:02] [Server thread/INFO]: [Denizen] v0.9.7-SNAPSHOT (build 1591) disabled.
1713[13:39:02] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.7.2
1714[13:39:02] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v2.4.5
1715[13:39:02] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
1716[13:39:02] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
1717[13:39:02] [Server thread/INFO]: [MythicMobs] v2.4.5 has been Disabled!
1718[13:39:02] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
1719[13:39:02] [Server thread/INFO]: [CraftBook] Disabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
1720[13:39:02] [Server thread/INFO]: [CraftBook] Saving persistent data to YAML!
1721[13:39:02] [Server thread/INFO]: [Hotels] Disabling Hotels v0.6.3
1722[13:39:02] [Server thread/INFO]: [Hotels] Hotels v0.6.3 has been disabled
1723[13:39:02] [Server thread/INFO]: [Shopkeepers] Disabling Shopkeepers v1.76
1724[13:39:02] [Server thread/INFO]: [ColoredTags] Disabling ColoredTags v2.1.3
1725[13:39:02] [Server thread/INFO]: [Magic] Disabling Magic vCB-1.3
1726[13:39:02] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.16-SNAPSHOT (build 1247)
1727[13:39:02] [Server thread/INFO]: [BannerMaker] Disabling BannerMaker v1.4.4
1728[13:39:02] [Server thread/INFO]: [TreasureChest] Disabling TreasureChest v8.4.4
1729[13:39:02] [Server thread/INFO]: [Commandspy] Disabling Commandspy v3.2.0
1730[13:39:02] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
1731[13:39:02] [Server thread/INFO]: [Multiverse-NetherPortals] Disabling Multiverse-NetherPortals v2.4-b530
1732[13:39:02] [Server thread/INFO]: [MultiVerse-NetherPortals] - Disabled
1733[13:39:02] [Server thread/INFO]: [PhatLoots] Disabling PhatLoots v4.1.0
1734[13:39:02] [Server thread/INFO]: [Multiverse-SignPortals] Disabling Multiverse-SignPortals v2.4-b523
1735[13:39:02] [Server thread/INFO]: [Multiverse-SignPortals] - Disabled
1736[13:39:02] [Server thread/INFO]: [BossShopPro] Disabling BossShopPro v1.3.0
1737[13:39:02] [Server thread/INFO]: [BossShopPro] Disabling... bye!
1738[13:39:02] [Server thread/INFO]: [CustomMobs] Disabling CustomMobs v3.71
1739[13:39:02] [Server thread/INFO]: [CustomMobs] Cleaning up...
1740[13:39:02] [Server thread/INFO]: [CustomMobs] 0 alive mobs with SpawnLimit killed.
1741[13:39:02] [Server thread/INFO]: [CustomMobs] SpawnerCreature resetted.
1742[13:39:02] [Server thread/INFO]: [CustomMobs] disabled!
1743[13:39:02] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
1744[13:39:02] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
1745[13:39:02] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v2.1.3
1746[13:39:02] [Server thread/INFO]: [LWC] Disabling LWC v4.4.0 (b881) (July 11, 2013)
1747[13:39:02] [Server thread/INFO]: [Lockette] Disabled link to plugin LWC, version 4.4.0 (b881) (July 11, 2013)
1748[13:39:02] [Server thread/INFO]: [LWC] Flushing protection updates (0)
1749[13:39:02] [Server thread/INFO]: [NameManager] Disabling NameManager v2.1.4
1750[13:39:02] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
1751[13:39:02] [Server thread/INFO]: [Essentials] Payment method was disabled. No longer accepting payments.
1752[13:39:02] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
1753[13:39:02] [Server thread/INFO]: [RollTheDice] Disabling RollTheDice v1.3
1754[13:39:02] [Server thread/INFO]: [RollTheDice] version 1.3 is disabled!
1755[13:39:02] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0
1756[13:39:02] [Server thread/INFO]: [iConomy] Closing general data...
1757[13:39:02] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
1758[13:39:02] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.3
1759[13:39:02] [Server thread/INFO]: [Lockette] Disabled link to plugin PermissionsEx, version 1.23.3
1760[13:39:02] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1761[13:39:02] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
1762[13:39:02] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
1763[13:39:02] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
1764[13:39:02] [Server thread/INFO]: [PirateCannon] Disabling PirateCannon v1.0.7
1765[13:39:02] [Server thread/INFO]: [PirateCannon] PirateCannons Disabled!
1766[13:39:02] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.5
1767[13:39:02] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
1768[13:39:02] [Server thread/INFO]: [Multiverse-Core] - Disabled
1769[13:39:02] [Server thread/INFO]: [BoilingWater] Disabling BoilingWater v1.2
1770[13:39:02] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.7.6
1771[13:39:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
1772[13:39:02] [Server thread/INFO]: [CrackShot] Disabling CrackShot v0.98.5
1773[13:39:02] [Server thread/INFO]: [NBTEditor] Disabling NBTEditor v2.0.1
1774[13:39:02] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
1775[13:39:02] [Server thread/INFO]: [AFK] Disabling AFK v4.4
1776[13:39:02] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
1777[13:39:02] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
1778[13:39:02] [Server thread/INFO]: [Tablist] Disabling Tablist v1.3.0.2
1779[13:39:02] [Server thread/INFO]: Tablist> Tablist v1.3.0.2 disabled!!
1780[13:39:02] [Server thread/INFO]: [Annonce] Disabling Annonce v1.0.1
1781[13:39:02] [Server thread/INFO]: [WraithNBT] Disabling WraithNBT v0.8
1782[13:39:02] [Server thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
1783[13:39:02] [Server thread/INFO]: [MorePlayerModels2] Disabling MorePlayerModels2 v1.8
1784[13:39:02] [Server thread/INFO]: [MorePlayerModels2] MorePlayerModels plugin has been disabled
1785[13:39:02] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.21
1786[13:39:02] [Server thread/INFO]: Lockette is being disabled... ;.;
1787[13:39:02] [Server thread/INFO]: [Lockette] Closing all automatic doors.
1788[13:39:02] [Server thread/INFO]: [PorteCoulissante] Disabling PorteCoulissante v1.4.3
1789[13:39:02] [Server thread/INFO]: [ConsoleScheduler] Disabling ConsoleScheduler v1.4.5.1
1790[13:39:02] [Server thread/INFO]: [ConsoleScheduler] By BoomerBR - v1.4.5.1 disabled.
1791[13:39:02] [Server thread/INFO]: [SmokingPipes] Disabling SmokingPipes v1.1
1792[13:39:02] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.1
1793[13:39:02] [Server thread/INFO]: [Lift] Disabling Lift v52
1794[13:39:02] [Server thread/INFO]: Lift v52 is now disabled!
1795[13:39:02] [Server thread/INFO]: [Questioner] Disabling Questioner v0.6
1796[13:39:02] [Server thread/INFO]: [Questioner] v0.6 - Disabled
1797[13:39:02] [Server thread/INFO]: [ColoredSigns] Disabling ColoredSigns v2.0
1798[13:39:02] [Server thread/WARN]: [ColoredSigns] ColoredSigns version 2.0 disabling...
1799[13:39:02] [Server thread/INFO]: Saving players
1800[13:39:02] [Server thread/INFO]: Saving worlds
1801[13:39:02] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
1802[13:39:02] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
1803[13:39:02] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
1804[13:39:02] [Server thread/INFO]: Saving chunks for level 'Ressource'/Overworld
1805[13:39:02] [Server thread/INFO]: Saving chunks for level 'impc'/Overworld
1806[13:39:02] [Server thread/INFO]: Saving chunks for level 'Heaven'/Overworld
1807[13:39:02] [Server thread/INFO]: Saving chunks for level 'Eldoria'/Overworld
1808[13:39:02] [Server thread/INFO]: Saving chunks for level 'staff'/Overworld
1809[13:39:02] [Server thread/INFO]: Saving chunks for level 'StructureInstant'/Overworld
1810[13:39:02] [Server thread/INFO]: Saving chunks for level 'topcraft'/Overworld
1811[13:39:02] [Server thread/INFO]: Saving chunks for level 'Minetropolis'/Overworld
1812[13:39:02] [Server thread/INFO]: Saving chunks for level 'mapfryxx'/Overworld
1813[13:39:02] [Server thread/INFO]: Saving chunks for level 'HeadCollection'/Overworld