· 8 years ago · Jan 04, 2018, 10:52 PM
1 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
2 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_144]
3 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_144]
4 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
5 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
6 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
7 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
8 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
9 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
10[23:08:22] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
11[23:08:22] [Server thread/INFO]: GroupManager - INFO - World Found: faction
12[23:08:22] [Server thread/INFO]: GroupManager - INFO - World Found: world
13[23:08:22] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
14[23:08:22] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
15[23:08:22] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
16[23:08:22] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
17[23:08:22] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
18[23:08:22] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
19[23:08:22] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
20[23:08:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
21[23:08:22] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.3
22[23:08:22] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
23[23:08:22] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
24[23:08:22] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MeloMine.mine.yml'...
25[23:08:22] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
26[23:08:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
27[23:08:22] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
28[23:08:22] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
29[23:08:22] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
30[23:08:22] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
31[23:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
32[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_nether) TNT ignition is PERMITTED.
33[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_nether) Lighters are PERMITTED.
34[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_nether) Lava fire is blocked.
35[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_nether) Fire spread is UNRESTRICTED.
36[23:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_nether'
37[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_the_end) TNT ignition is PERMITTED.
38[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lighters are PERMITTED.
39[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lava fire is blocked.
40[23:08:22] [Server thread/INFO]: [WorldGuard] (faction_the_end) Fire spread is UNRESTRICTED.
41[23:08:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_the_end'
42[23:08:22] [Server thread/INFO]: [WorldGuard] Loading region data...
43[23:08:22] [Server thread/INFO]: [Factions] Enabling Factions v2.8.1
44[23:08:22] [Server thread/INFO]: [Factions 2.8.1] === ENABLE START ===
45[23:08:23] [Server thread/INFO]: [Factions 2.8.1] === ENABLE COMPLETE (Took 89ms) ===
46[23:08:23] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
47[23:08:23] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
48[23:08:23] [Server thread/INFO]: creating table 'items'
49[23:08:23] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
50[23:08:23] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
51[23:08:23] [Server thread/INFO]: creating table 'accounts'
52[23:08:23] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
53[23:08:23] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
54[23:08:23] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
55[23:08:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
56[23:08:23] [Server thread/INFO]: RiseR_Fr: Reload complete.
57[23:08:23] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
58[23:08:23] [Craft Scheduler Thread - 180/INFO]: [Vault] Checking for Updates ...
59[23:08:23] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
60[23:08:23] [Craft Scheduler Thread - 181/INFO]: Checking for updates via Spigot...
61[23:08:23] [Craft Scheduler Thread - 180/INFO]: [Vault] No new version available
62[23:08:23] [Craft Scheduler Thread - 181/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
63[23:08:23] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
64[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer]
65[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] +===============+
66[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] | SkinsRestorer |
67[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] +===============+
68[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] ----------------------------------------------
69[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] Current version: 13.1.4
70[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] A new version is available! Download it at:
71[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] https://www.spigotmc.org/resources/skinsrestorer.2124/
72[23:08:23] [Craft Scheduler Thread - 179/INFO]: [SkinsRestorer] ----------------------------------------------
73[23:08:25] [Server thread/INFO]: RiseR_Fr lost connection: Disconnected
74[23:08:25] [Server thread/INFO]: RiseR_Fr a quitté le serveur !
75[23:08:28] [Thread-139/INFO]: UUID of player RiseR_Fr is 174d1563-c1fc-38c9-acf0-2daf55f3c7a8
76[23:08:28] [Server thread/INFO]: RiseR_Fr[/78.212.254.97:55755] logged in with entity id 1368 at ([faction]0.5, 70.0, 0.5)
77[23:08:39] [Server thread/INFO]: RiseR_Fr issued server command: /gm 1
78[23:09:16] [Craft Scheduler Thread - 164/INFO]: [Metrics] Connexion terminée par expiration du délai d'attente (Connection timed out)
79[23:09:18] [Thread-140/INFO]: UUID of player Qeed is da7d507b-9ae3-3d04-ae9e-50110251ced7
80[23:09:18] [Server thread/INFO]: Qeed[/86.197.2.179:41256] logged in with entity id 1371 at ([faction]0.5, 70.0, 0.5)
81[23:09:23] [Server thread/INFO]: Qeed issued server command: /gamemode 1
82[23:09:34] [Server thread/INFO]: Qeed issued server command: /feed
83[23:09:37] [Server thread/INFO]: Qeed issued server command: /gamemode 1
84[23:09:37] [Server thread/INFO]: [Qeed: Set own game mode to Creative Mode]
85[23:09:45] [Server thread/INFO]: Qeed issued server command: /gamemode 0
86[23:09:45] [Server thread/INFO]: [Qeed: Set own game mode to Survival Mode]
87[23:09:50] [Server thread/INFO]: Qeed issued server command: /gamemode 1
88[23:09:50] [Server thread/INFO]: [Qeed: Set own game mode to Creative Mode]
89[23:10:03] [Server thread/INFO]: Qeed issued server command: /gamemode 0
90[23:10:03] [Server thread/INFO]: [Qeed: Set own game mode to Survival Mode]
91[23:10:22] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 5 minute(s)!
92[23:10:30] [Craft Scheduler Thread - 169/INFO]: [Metrics] Connexion terminée par expiration du délai d'attente (Connection timed out)
93[23:10:56] [Server thread/INFO]: RiseR_Fr issued server command: /gamemode 1
94[23:10:56] [Server thread/INFO]: [RiseR_Fr: Set own game mode to Creative Mode]
95[23:11:53] [Server thread/INFO]: Qeed issued server command: /gm
96[23:11:55] [Async Chat Thread - #9/INFO]: Qeed --> rrtrtr
97[23:13:22] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 2 minute(s)!
98[23:14:22] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 1 minute(s)!
99[23:15:22] [Server thread/INFO]: [MELOMINE] MeloMine a ete reset automatiquement!
100[23:20:29] [Craft Scheduler Thread - 176/INFO]: [Metrics] Connexion terminée par expiration du délai d'attente (Connection timed out)
101[23:26:01] [Server thread/INFO]: RiseR_Fr issued server command: /afk
102[23:30:22] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 5 minute(s)!
103[23:30:49] [Server thread/INFO]: Qeed issued server command: /rl
104[23:30:49] [Server thread/INFO]: Qeed: Please note that this command is not supported and may cause issues when using some plugins.
105[23:30:49] [Server thread/INFO]: Qeed: If you encounter any issues please use the /stop command to restart your server.
106[23:30:49] [Server thread/INFO]: Debug logging is disabled
107[23:30:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
108[23:30:49] [Server thread/INFO]: Using 4 threads for Netty based IO
109[23:30:49] [Server thread/INFO]: -------- World Settings For [faction] --------
110[23:30:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
111[23:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
112[23:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
113[23:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
114[23:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
115[23:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
116[23:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
117[23:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
118[23:30:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
119[23:30:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
120[23:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
121[23:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
122[23:30:49] [Server thread/INFO]: Random Lighting Updates: false
123[23:30:49] [Server thread/INFO]: Structure Info Saving: true
124[23:30:49] [Server thread/INFO]: Mob Spawn Range: 4
125[23:30:49] [Server thread/INFO]: Anti X-Ray: true
126[23:30:49] [Server thread/INFO]: Engine Mode: 1
127[23:30:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
128[23:30:49] [Server thread/INFO]: Replace Blocks: [1, 5]
129[23:30:49] [Server thread/INFO]: Sending up to 10 chunks per packet
130[23:30:49] [Server thread/INFO]: Max Entity Collisions: 8
131[23:30:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
132[23:30:49] [Server thread/INFO]: Max TNT Explosions: 100
133[23:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
134[23:30:49] [Server thread/INFO]: Item Despawn Rate: 6000
135[23:30:49] [Server thread/INFO]: Item Merge Radius: 2.5
136[23:30:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
137[23:30:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
138[23:30:49] [Server thread/INFO]: View Distance: 10
139[23:30:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
140[23:30:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
141[23:30:49] [Server thread/INFO]: Clear tick list: false
142[23:30:49] [Server thread/INFO]: Experience Merge Radius: 3.0
143[23:30:49] [Server thread/INFO]: -------- World Settings For [faction_nether] --------
144[23:30:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
145[23:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
146[23:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
147[23:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
148[23:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
149[23:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
150[23:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
151[23:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
152[23:30:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
153[23:30:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
154[23:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
155[23:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
156[23:30:49] [Server thread/INFO]: Random Lighting Updates: false
157[23:30:49] [Server thread/INFO]: Structure Info Saving: true
158[23:30:49] [Server thread/INFO]: Mob Spawn Range: 4
159[23:30:49] [Server thread/INFO]: Anti X-Ray: true
160[23:30:49] [Server thread/INFO]: Engine Mode: 1
161[23:30:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
162[23:30:49] [Server thread/INFO]: Replace Blocks: [1, 5]
163[23:30:49] [Server thread/INFO]: Sending up to 10 chunks per packet
164[23:30:49] [Server thread/INFO]: Max Entity Collisions: 8
165[23:30:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
166[23:30:49] [Server thread/INFO]: Max TNT Explosions: 100
167[23:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
168[23:30:49] [Server thread/INFO]: Item Despawn Rate: 6000
169[23:30:49] [Server thread/INFO]: Item Merge Radius: 2.5
170[23:30:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
171[23:30:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
172[23:30:49] [Server thread/INFO]: View Distance: 10
173[23:30:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
174[23:30:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
175[23:30:49] [Server thread/INFO]: Clear tick list: false
176[23:30:49] [Server thread/INFO]: Experience Merge Radius: 3.0
177[23:30:49] [Server thread/INFO]: -------- World Settings For [faction_the_end] --------
178[23:30:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
179[23:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
180[23:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
181[23:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
182[23:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
183[23:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
184[23:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
185[23:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
186[23:30:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
187[23:30:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
188[23:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
189[23:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
190[23:30:49] [Server thread/INFO]: Random Lighting Updates: false
191[23:30:49] [Server thread/INFO]: Structure Info Saving: true
192[23:30:49] [Server thread/INFO]: Mob Spawn Range: 4
193[23:30:49] [Server thread/INFO]: Anti X-Ray: true
194[23:30:49] [Server thread/INFO]: Engine Mode: 1
195[23:30:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
196[23:30:49] [Server thread/INFO]: Replace Blocks: [1, 5]
197[23:30:49] [Server thread/INFO]: Sending up to 10 chunks per packet
198[23:30:49] [Server thread/INFO]: Max Entity Collisions: 8
199[23:30:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
200[23:30:49] [Server thread/INFO]: Max TNT Explosions: 100
201[23:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
202[23:30:49] [Server thread/INFO]: Item Despawn Rate: 6000
203[23:30:49] [Server thread/INFO]: Item Merge Radius: 2.5
204[23:30:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
205[23:30:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
206[23:30:49] [Server thread/INFO]: View Distance: 10
207[23:30:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
208[23:30:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
209[23:30:49] [Server thread/INFO]: Clear tick list: false
210[23:30:49] [Server thread/INFO]: Experience Merge Radius: 3.0
211[23:30:49] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
212[23:30:49] [Server thread/INFO]: [Factions] Disabling Factions v2.8.1
213[23:30:49] [Server thread/INFO]: [Factions 2.8.1] Disabled
214[23:30:49] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.1
215[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Disabled
216[23:30:49] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
217[23:30:49] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
218[23:30:49] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
219[23:30:49] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.7
220[23:30:49] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
221[23:30:49] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.1.3
222[23:30:49] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
223[23:30:49] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
224[23:30:49] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (Phoenix)
225[23:30:49] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
226[23:30:49] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
227[23:30:49] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is disabled!
228[23:30:49] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.1.7
229[23:30:49] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
230[23:30:49] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
231[23:30:49] [Server thread/INFO]: [TitleAPI] Disabling TitleAPI v1.7.5
232[23:30:49] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
233[23:30:49] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v13.1.4
234[23:30:49] [Server thread/INFO]: [MeloAPI] Disabling MeloAPI v1.0
235[23:30:49] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.4.4
236[23:30:49] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
237[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
238[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
239[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
240[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
241[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
242[23:30:49] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
243[23:30:49] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.4.4
244[23:30:49] [Server thread/INFO]: [MeloAPI] Loading MeloAPI v1.0
245[23:30:49] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.1.4
246[23:30:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
247[23:30:49] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.7.5
248[23:30:49] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.1.7
249[23:30:49] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (Phoenix)
250[23:30:49] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
251[23:30:49] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
252[23:30:49] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, this should work fine. If you get any console errors, try rebooting.
253[23:30:49] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.3
254[23:30:49] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
255[23:30:49] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
256[23:30:49] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
257[23:30:49] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.1
258[23:30:49] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
259[23:30:49] [Server thread/INFO]: [Factions] Loading Factions v2.8.1
260[23:30:49] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
261[23:30:49] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
262[23:30:49] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
263[23:30:49] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
264[23:30:49] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
265[23:30:49] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
266[23:30:49] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.1
267[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE START ===
268[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Cachefile datas...
269[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Onlineplayer datas...
270[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Registry datas...
271[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Saving Cachefile...
272[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Setup of IdUtil took 5ms.
273[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] Activated integration with Vault
274[23:30:49] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE COMPLETE (Took 76ms) ===
275[23:30:49] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.4.4
276[23:30:49] [Server thread/INFO]: CratesPlus Version 4.4.4
277[23:30:49] [Server thread/INFO]: You are using the built in handler for holograms. This will be removed in a future update! It is recommended to install Individual Holograms or HolographicDisplays which CratesPlus will then use to handle holograms.
278[23:30:49] [Server thread/INFO]: [MeloAPI] Enabling MeloAPI v1.0
279[23:30:49] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.1.4
280[23:30:49] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory
281[23:30:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
282[23:30:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
283[23:30:49] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
284[23:30:49] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.5
285[23:30:49] [Server thread/INFO]: TitleAPI V1.7.5 has been enabled!
286[23:30:49] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.1.7
287[23:30:49] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
288[23:30:49] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
289[23:30:49] [Server thread/INFO]: [LoginSecurity] Connection to database....
290[23:30:49] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
291[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
292[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
293[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
294[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
295[23:30:49] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
296[23:30:49] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
297[23:30:49] [Server thread/INFO]: [LoginSecurity] Checking database version...
298[23:30:49] [Server thread/INFO]: [LoginSecurity] Applied 0 missing database upgrades.
299[23:30:49] [Server thread/INFO]: [LoginSecurity] Registering commands...
300[23:30:49] [Server thread/INFO]: [LoginSecurity] Registering listeners...
301[23:30:49] [Server thread/ERROR]: Error occurred while enabling LoginSecurity v2.1.7 (Is it up to date?)
302java.lang.IllegalArgumentException: duration cannot be negative: -1 SECONDS
303 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
304 at com.google.common.cache.CacheBuilder.expireAfterWrite(CacheBuilder.java:609) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
305 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.reload(ThreadingModule.java:54) ~[?:?]
306 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.enable(ThreadingModule.java:37) ~[?:?]
307 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModule(Registry.java:88) ~[?:?]
308 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModules(Registry.java:58) ~[?:?]
309 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.PluginHolder.onEnable(PluginHolder.java:28) ~[?:?]
310 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
311 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
312 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
313 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
314 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
315 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
316 at org.bukkit.Bukkit.reload(Bukkit.java:535) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
317 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
318 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
319 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
320 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
321 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
322 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
323 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
324 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
325 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_144]
326 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_144]
327 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
328 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
329 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
330 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
331 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
332 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
333[23:30:49] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
334[23:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: faction
335[23:30:49] [Server thread/INFO]: GroupManager - INFO - World Found: world
336[23:30:49] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
337[23:30:49] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
338[23:30:49] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
339[23:30:49] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
340[23:30:49] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
341[23:30:49] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
342[23:30:49] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
343[23:30:49] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
344[23:30:49] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.3
345[23:30:49] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
346[23:30:50] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
347[23:30:50] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MeloMine.mine.yml'...
348[23:30:50] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
349[23:30:50] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
350[23:30:50] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
351[23:30:50] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
352[23:30:50] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
353[23:30:50] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
354[23:30:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
355[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_nether) TNT ignition is PERMITTED.
356[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_nether) Lighters are PERMITTED.
357[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_nether) Lava fire is blocked.
358[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_nether) Fire spread is UNRESTRICTED.
359[23:30:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_nether'
360[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_the_end) TNT ignition is PERMITTED.
361[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lighters are PERMITTED.
362[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lava fire is blocked.
363[23:30:50] [Server thread/INFO]: [WorldGuard] (faction_the_end) Fire spread is UNRESTRICTED.
364[23:30:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_the_end'
365[23:30:50] [Server thread/INFO]: [WorldGuard] Loading region data...
366[23:30:50] [Server thread/INFO]: [Factions] Enabling Factions v2.8.1
367[23:30:50] [Server thread/INFO]: [Factions 2.8.1] === ENABLE START ===
368[23:30:50] [Server thread/INFO]: [Factions 2.8.1] === ENABLE COMPLETE (Took 78ms) ===
369[23:30:50] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
370[23:30:50] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
371[23:30:50] [Server thread/INFO]: creating table 'items'
372[23:30:50] [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`))
373[23:30:50] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
374[23:30:50] [Server thread/INFO]: creating table 'accounts'
375[23:30:50] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
376[23:30:50] [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`) )
377[23:30:50] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
378[23:30:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
379[23:30:50] [Server thread/INFO]: Qeed: Reload complete.
380[23:30:50] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
381[23:30:50] [Craft Scheduler Thread - 204/INFO]: [Vault] Checking for Updates ...
382[23:30:50] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
383[23:30:50] [Craft Scheduler Thread - 205/INFO]: Checking for updates via Spigot...
384[23:30:50] [Craft Scheduler Thread - 205/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
385[23:30:50] [Craft Scheduler Thread - 204/INFO]: [Vault] No new version available
386[23:30:50] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
387[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer]
388[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] +===============+
389[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] | SkinsRestorer |
390[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] +===============+
391[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] ----------------------------------------------
392[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] Current version: 13.1.4
393[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] A new version is available! Download it at:
394[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] https://www.spigotmc.org/resources/skinsrestorer.2124/
395[23:30:50] [Craft Scheduler Thread - 203/INFO]: [SkinsRestorer] ----------------------------------------------
396[23:30:55] [Server thread/INFO]: Qeed issued server command: /pl
397[23:30:58] [Server thread/INFO]: Qeed issued server command: /gm 1
398[23:31:01] [Async Chat Thread - #10/INFO]: Qeed --> rtrt
399[23:31:04] [Server thread/INFO]: Qeed issued server command: /gm
400[23:31:06] [Async Chat Thread - #10/INFO]: Qeed --> rtrtr
401[23:31:11] [Server thread/INFO]: Qeed issued server command: /gm 1
402[23:33:34] [Server thread/INFO]: Qeed issued server command: /rl
403[23:33:34] [Server thread/INFO]: Qeed: Please note that this command is not supported and may cause issues when using some plugins.
404[23:33:34] [Server thread/INFO]: Qeed: If you encounter any issues please use the /stop command to restart your server.
405[23:33:34] [Server thread/INFO]: Debug logging is disabled
406[23:33:34] [Server thread/INFO]: Server Ping Player Sample Count: 12
407[23:33:34] [Server thread/INFO]: Using 4 threads for Netty based IO
408[23:33:34] [Server thread/INFO]: -------- World Settings For [faction] --------
409[23:33:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
410[23:33:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
411[23:33:34] [Server thread/INFO]: Cane Growth Modifier: 100%
412[23:33:34] [Server thread/INFO]: Melon Growth Modifier: 100%
413[23:33:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
414[23:33:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
415[23:33:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
416[23:33:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
417[23:33:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
418[23:33:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
419[23:33:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
420[23:33:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
421[23:33:34] [Server thread/INFO]: Random Lighting Updates: false
422[23:33:34] [Server thread/INFO]: Structure Info Saving: true
423[23:33:34] [Server thread/INFO]: Mob Spawn Range: 4
424[23:33:34] [Server thread/INFO]: Anti X-Ray: true
425[23:33:34] [Server thread/INFO]: Engine Mode: 1
426[23:33:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
427[23:33:34] [Server thread/INFO]: Replace Blocks: [1, 5]
428[23:33:34] [Server thread/INFO]: Sending up to 10 chunks per packet
429[23:33:34] [Server thread/INFO]: Max Entity Collisions: 8
430[23:33:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
431[23:33:34] [Server thread/INFO]: Max TNT Explosions: 100
432[23:33:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
433[23:33:34] [Server thread/INFO]: Item Despawn Rate: 6000
434[23:33:34] [Server thread/INFO]: Item Merge Radius: 2.5
435[23:33:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
436[23:33:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
437[23:33:34] [Server thread/INFO]: View Distance: 10
438[23:33:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
439[23:33:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
440[23:33:34] [Server thread/INFO]: Clear tick list: false
441[23:33:34] [Server thread/INFO]: Experience Merge Radius: 3.0
442[23:33:34] [Server thread/INFO]: -------- World Settings For [faction_nether] --------
443[23:33:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
444[23:33:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
445[23:33:34] [Server thread/INFO]: Cane Growth Modifier: 100%
446[23:33:34] [Server thread/INFO]: Melon Growth Modifier: 100%
447[23:33:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
448[23:33:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
449[23:33:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
450[23:33:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
451[23:33:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
452[23:33:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
453[23:33:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
454[23:33:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
455[23:33:34] [Server thread/INFO]: Random Lighting Updates: false
456[23:33:34] [Server thread/INFO]: Structure Info Saving: true
457[23:33:34] [Server thread/INFO]: Mob Spawn Range: 4
458[23:33:34] [Server thread/INFO]: Anti X-Ray: true
459[23:33:34] [Server thread/INFO]: Engine Mode: 1
460[23:33:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
461[23:33:34] [Server thread/INFO]: Replace Blocks: [1, 5]
462[23:33:34] [Server thread/INFO]: Sending up to 10 chunks per packet
463[23:33:34] [Server thread/INFO]: Max Entity Collisions: 8
464[23:33:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
465[23:33:34] [Server thread/INFO]: Max TNT Explosions: 100
466[23:33:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
467[23:33:34] [Server thread/INFO]: Item Despawn Rate: 6000
468[23:33:34] [Server thread/INFO]: Item Merge Radius: 2.5
469[23:33:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
470[23:33:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
471[23:33:34] [Server thread/INFO]: View Distance: 10
472[23:33:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
473[23:33:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
474[23:33:34] [Server thread/INFO]: Clear tick list: false
475[23:33:34] [Server thread/INFO]: Experience Merge Radius: 3.0
476[23:33:34] [Server thread/INFO]: -------- World Settings For [faction_the_end] --------
477[23:33:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
478[23:33:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
479[23:33:34] [Server thread/INFO]: Cane Growth Modifier: 100%
480[23:33:34] [Server thread/INFO]: Melon Growth Modifier: 100%
481[23:33:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
482[23:33:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
483[23:33:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
484[23:33:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
485[23:33:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
486[23:33:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
487[23:33:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
488[23:33:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
489[23:33:34] [Server thread/INFO]: Random Lighting Updates: false
490[23:33:34] [Server thread/INFO]: Structure Info Saving: true
491[23:33:34] [Server thread/INFO]: Mob Spawn Range: 4
492[23:33:34] [Server thread/INFO]: Anti X-Ray: true
493[23:33:34] [Server thread/INFO]: Engine Mode: 1
494[23:33:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
495[23:33:34] [Server thread/INFO]: Replace Blocks: [1, 5]
496[23:33:34] [Server thread/INFO]: Sending up to 10 chunks per packet
497[23:33:34] [Server thread/INFO]: Max Entity Collisions: 8
498[23:33:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
499[23:33:34] [Server thread/INFO]: Max TNT Explosions: 100
500[23:33:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
501[23:33:34] [Server thread/INFO]: Item Despawn Rate: 6000
502[23:33:34] [Server thread/INFO]: Item Merge Radius: 2.5
503[23:33:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
504[23:33:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
505[23:33:34] [Server thread/INFO]: View Distance: 10
506[23:33:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
507[23:33:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
508[23:33:34] [Server thread/INFO]: Clear tick list: false
509[23:33:34] [Server thread/INFO]: Experience Merge Radius: 3.0
510[23:33:34] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
511[23:33:34] [Server thread/INFO]: [Factions] Disabling Factions v2.8.1
512[23:33:34] [Server thread/INFO]: [Factions 2.8.1] Disabled
513[23:33:34] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.1
514[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Disabled
515[23:33:34] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
516[23:33:34] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
517[23:33:34] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
518[23:33:34] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.7
519[23:33:34] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
520[23:33:34] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.1.3
521[23:33:34] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
522[23:33:34] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
523[23:33:34] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (Phoenix)
524[23:33:34] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
525[23:33:34] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
526[23:33:34] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is disabled!
527[23:33:34] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.1.7
528[23:33:34] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
529[23:33:34] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
530[23:33:34] [Server thread/INFO]: [TitleAPI] Disabling TitleAPI v1.7.5
531[23:33:34] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
532[23:33:34] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v13.1.4
533[23:33:34] [Server thread/INFO]: [MeloAPI] Disabling MeloAPI v1.0
534[23:33:34] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.4.4
535[23:33:34] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
536[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
537[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
538[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
539[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
540[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
541[23:33:34] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
542[23:33:34] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.4.4
543[23:33:34] [Server thread/INFO]: [MeloAPI] Loading MeloAPI v1.0
544[23:33:34] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.1.4
545[23:33:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
546[23:33:34] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.7.5
547[23:33:34] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.1.7
548[23:33:34] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (Phoenix)
549[23:33:34] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
550[23:33:34] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
551[23:33:34] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, this should work fine. If you get any console errors, try rebooting.
552[23:33:34] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.3
553[23:33:34] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
554[23:33:34] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
555[23:33:34] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
556[23:33:34] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.1
557[23:33:34] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
558[23:33:34] [Server thread/INFO]: [Factions] Loading Factions v2.8.1
559[23:33:34] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
560[23:33:34] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
561[23:33:34] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
562[23:33:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
563[23:33:34] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
564[23:33:34] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
565[23:33:34] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.1
566[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE START ===
567[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Cachefile datas...
568[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Onlineplayer datas...
569[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Registry datas...
570[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Saving Cachefile...
571[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Setup of IdUtil took 4ms.
572[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] Activated integration with Vault
573[23:33:34] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE COMPLETE (Took 58ms) ===
574[23:33:34] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.4.4
575[23:33:34] [Server thread/INFO]: CratesPlus Version 4.4.4
576[23:33:34] [Server thread/INFO]: You are using the built in handler for holograms. This will be removed in a future update! It is recommended to install Individual Holograms or HolographicDisplays which CratesPlus will then use to handle holograms.
577[23:33:34] [Server thread/INFO]: [MeloAPI] Enabling MeloAPI v1.0
578[23:33:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.1.4
579[23:33:34] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory
580[23:33:34] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
581[23:33:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
582[23:33:34] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
583[23:33:34] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.5
584[23:33:34] [Server thread/INFO]: TitleAPI V1.7.5 has been enabled!
585[23:33:34] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.1.7
586[23:33:34] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
587[23:33:34] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
588[23:33:34] [Server thread/INFO]: [LoginSecurity] Connection to database....
589[23:33:34] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
590[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
591[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
592[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
593[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
594[23:33:34] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
595[23:33:34] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
596[23:33:34] [Server thread/INFO]: [LoginSecurity] Checking database version...
597[23:33:34] [Server thread/INFO]: [LoginSecurity] Applied 0 missing database upgrades.
598[23:33:34] [Server thread/INFO]: [LoginSecurity] Registering commands...
599[23:33:34] [Server thread/INFO]: [LoginSecurity] Registering listeners...
600[23:33:34] [Server thread/ERROR]: Error occurred while enabling LoginSecurity v2.1.7 (Is it up to date?)
601java.lang.IllegalArgumentException: duration cannot be negative: -1 SECONDS
602 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
603 at com.google.common.cache.CacheBuilder.expireAfterWrite(CacheBuilder.java:609) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
604 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.reload(ThreadingModule.java:54) ~[?:?]
605 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.enable(ThreadingModule.java:37) ~[?:?]
606 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModule(Registry.java:88) ~[?:?]
607 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModules(Registry.java:58) ~[?:?]
608 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.PluginHolder.onEnable(PluginHolder.java:28) ~[?:?]
609 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
610 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
611 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
612 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
613 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
614 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
615 at org.bukkit.Bukkit.reload(Bukkit.java:535) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
616 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
617 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
618 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
619 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
620 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
621 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
622 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
623 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
624 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_144]
625 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_144]
626 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
627 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
628 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
629 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
630 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
631 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
632[23:33:34] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
633[23:33:34] [Server thread/INFO]: GroupManager - INFO - World Found: faction
634[23:33:34] [Server thread/INFO]: GroupManager - INFO - World Found: world
635[23:33:34] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
636[23:33:34] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
637[23:33:34] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
638[23:33:34] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
639[23:33:34] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
640[23:33:34] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
641[23:33:34] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
642[23:33:34] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
643[23:33:34] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.3
644[23:33:34] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
645[23:33:34] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
646[23:33:34] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MeloMine.mine.yml'...
647[23:33:34] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
648[23:33:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
649[23:33:34] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
650[23:33:34] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
651[23:33:34] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
652[23:33:34] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
653[23:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
654[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_nether) TNT ignition is PERMITTED.
655[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_nether) Lighters are PERMITTED.
656[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_nether) Lava fire is blocked.
657[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_nether) Fire spread is UNRESTRICTED.
658[23:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_nether'
659[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_the_end) TNT ignition is PERMITTED.
660[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lighters are PERMITTED.
661[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lava fire is blocked.
662[23:33:34] [Server thread/INFO]: [WorldGuard] (faction_the_end) Fire spread is UNRESTRICTED.
663[23:33:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_the_end'
664[23:33:34] [Server thread/INFO]: [WorldGuard] Loading region data...
665[23:33:34] [Server thread/INFO]: [Factions] Enabling Factions v2.8.1
666[23:33:34] [Server thread/INFO]: [Factions 2.8.1] === ENABLE START ===
667[23:33:34] [Server thread/INFO]: [Factions 2.8.1] === ENABLE COMPLETE (Took 97ms) ===
668[23:33:34] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
669[23:33:34] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
670[23:33:34] [Server thread/INFO]: creating table 'items'
671[23:33:34] [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`))
672[23:33:34] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
673[23:33:34] [Server thread/INFO]: creating table 'accounts'
674[23:33:34] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
675[23:33:34] [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`) )
676[23:33:34] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
677[23:33:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
678[23:33:35] [Server thread/INFO]: Qeed: Reload complete.
679[23:33:35] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
680[23:33:35] [Craft Scheduler Thread - 211/INFO]: [Vault] Checking for Updates ...
681[23:33:35] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
682[23:33:35] [Craft Scheduler Thread - 212/INFO]: Checking for updates via Spigot...
683[23:33:35] [Craft Scheduler Thread - 212/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
684[23:33:35] [Craft Scheduler Thread - 211/INFO]: [Vault] No new version available
685[23:33:35] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
686[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer]
687[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] +===============+
688[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] | SkinsRestorer |
689[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] +===============+
690[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] ----------------------------------------------
691[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] Current version: 13.1.4
692[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] A new version is available! Download it at:
693[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] https://www.spigotmc.org/resources/skinsrestorer.2124/
694[23:33:35] [Craft Scheduler Thread - 210/INFO]: [SkinsRestorer] ----------------------------------------------
695[23:33:38] [Async Chat Thread - #11/INFO]: Qeed --> rtrt
696[23:33:40] [Server thread/INFO]: Qeed issued server command: /pl
697[23:33:44] [Server thread/INFO]: Qeed issued server command: /gm
698[23:33:45] [Server thread/INFO]: Qeed issued server command: /gm 1
699[23:33:47] [Async Chat Thread - #11/INFO]: Qeed --> rtrtr
700[23:34:34] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 2 minute(s)!
701[23:35:34] [Server thread/INFO]: [MELOMINE] MeloMine va reset dans 1 minute(s)!
702[23:35:42] [Craft Scheduler Thread - 188/INFO]: [Metrics] Connexion terminée par expiration du délai d'attente (Connection timed out)
703[23:36:34] [Server thread/INFO]: [MELOMINE] MeloMine a ete reset automatiquement!
704[23:43:51] [Server thread/INFO]: RiseR_Fr issued server command: /craft
705[23:44:41] [Async Chat Thread - #12/INFO]: Qeed --> j'arrive ts dans 2 min :)
706[23:44:42] [Async Chat Thread - #12/INFO]: RiseR_Fr --> Tu re quand ?
707[23:44:47] [Async Chat Thread - #12/INFO]: RiseR_Fr --> ah ok desole
708[23:48:00] [Server thread/INFO]: Qeed issued server command: /rl
709[23:48:00] [Server thread/INFO]: Qeed: Please note that this command is not supported and may cause issues when using some plugins.
710[23:48:00] [Server thread/INFO]: Qeed: If you encounter any issues please use the /stop command to restart your server.
711[23:48:00] [Server thread/INFO]: Debug logging is disabled
712[23:48:00] [Server thread/INFO]: Server Ping Player Sample Count: 12
713[23:48:00] [Server thread/INFO]: Using 4 threads for Netty based IO
714[23:48:00] [Server thread/INFO]: -------- World Settings For [faction] --------
715[23:48:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
716[23:48:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
717[23:48:00] [Server thread/INFO]: Cane Growth Modifier: 100%
718[23:48:00] [Server thread/INFO]: Melon Growth Modifier: 100%
719[23:48:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
720[23:48:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
721[23:48:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
722[23:48:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
723[23:48:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
724[23:48:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
725[23:48:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
726[23:48:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
727[23:48:00] [Server thread/INFO]: Random Lighting Updates: false
728[23:48:00] [Server thread/INFO]: Structure Info Saving: true
729[23:48:00] [Server thread/INFO]: Mob Spawn Range: 4
730[23:48:00] [Server thread/INFO]: Anti X-Ray: true
731[23:48:00] [Server thread/INFO]: Engine Mode: 1
732[23:48:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
733[23:48:00] [Server thread/INFO]: Replace Blocks: [1, 5]
734[23:48:00] [Server thread/INFO]: Sending up to 10 chunks per packet
735[23:48:00] [Server thread/INFO]: Max Entity Collisions: 8
736[23:48:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
737[23:48:00] [Server thread/INFO]: Max TNT Explosions: 100
738[23:48:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
739[23:48:00] [Server thread/INFO]: Item Despawn Rate: 6000
740[23:48:00] [Server thread/INFO]: Item Merge Radius: 2.5
741[23:48:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
742[23:48:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
743[23:48:00] [Server thread/INFO]: View Distance: 10
744[23:48:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
745[23:48:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
746[23:48:00] [Server thread/INFO]: Clear tick list: false
747[23:48:00] [Server thread/INFO]: Experience Merge Radius: 3.0
748[23:48:00] [Server thread/INFO]: -------- World Settings For [faction_nether] --------
749[23:48:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
750[23:48:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
751[23:48:00] [Server thread/INFO]: Cane Growth Modifier: 100%
752[23:48:00] [Server thread/INFO]: Melon Growth Modifier: 100%
753[23:48:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
754[23:48:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
755[23:48:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
756[23:48:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
757[23:48:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
758[23:48:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
759[23:48:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
760[23:48:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
761[23:48:00] [Server thread/INFO]: Random Lighting Updates: false
762[23:48:00] [Server thread/INFO]: Structure Info Saving: true
763[23:48:00] [Server thread/INFO]: Mob Spawn Range: 4
764[23:48:00] [Server thread/INFO]: Anti X-Ray: true
765[23:48:00] [Server thread/INFO]: Engine Mode: 1
766[23:48:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
767[23:48:00] [Server thread/INFO]: Replace Blocks: [1, 5]
768[23:48:00] [Server thread/INFO]: Sending up to 10 chunks per packet
769[23:48:00] [Server thread/INFO]: Max Entity Collisions: 8
770[23:48:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
771[23:48:00] [Server thread/INFO]: Max TNT Explosions: 100
772[23:48:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
773[23:48:00] [Server thread/INFO]: Item Despawn Rate: 6000
774[23:48:00] [Server thread/INFO]: Item Merge Radius: 2.5
775[23:48:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
776[23:48:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
777[23:48:00] [Server thread/INFO]: View Distance: 10
778[23:48:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
779[23:48:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
780[23:48:00] [Server thread/INFO]: Clear tick list: false
781[23:48:00] [Server thread/INFO]: Experience Merge Radius: 3.0
782[23:48:00] [Server thread/INFO]: -------- World Settings For [faction_the_end] --------
783[23:48:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
784[23:48:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
785[23:48:00] [Server thread/INFO]: Cane Growth Modifier: 100%
786[23:48:00] [Server thread/INFO]: Melon Growth Modifier: 100%
787[23:48:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
788[23:48:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
789[23:48:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
790[23:48:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
791[23:48:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
792[23:48:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
793[23:48:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
794[23:48:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
795[23:48:00] [Server thread/INFO]: Random Lighting Updates: false
796[23:48:00] [Server thread/INFO]: Structure Info Saving: true
797[23:48:00] [Server thread/INFO]: Mob Spawn Range: 4
798[23:48:00] [Server thread/INFO]: Anti X-Ray: true
799[23:48:00] [Server thread/INFO]: Engine Mode: 1
800[23:48:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
801[23:48:00] [Server thread/INFO]: Replace Blocks: [1, 5]
802[23:48:00] [Server thread/INFO]: Sending up to 10 chunks per packet
803[23:48:00] [Server thread/INFO]: Max Entity Collisions: 8
804[23:48:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
805[23:48:00] [Server thread/INFO]: Max TNT Explosions: 100
806[23:48:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
807[23:48:00] [Server thread/INFO]: Item Despawn Rate: 6000
808[23:48:00] [Server thread/INFO]: Item Merge Radius: 2.5
809[23:48:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
810[23:48:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
811[23:48:00] [Server thread/INFO]: View Distance: 10
812[23:48:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
813[23:48:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
814[23:48:00] [Server thread/INFO]: Clear tick list: false
815[23:48:00] [Server thread/INFO]: Experience Merge Radius: 3.0
816[23:48:00] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.8.12
817[23:48:00] [Server thread/INFO]: [Factions] Disabling Factions v2.8.1
818[23:48:00] [Server thread/INFO]: [Factions 2.8.1] Disabled
819[23:48:00] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.1
820[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Disabled
821[23:48:00] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.2;e38d98d
822[23:48:00] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
823[23:48:00] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
824[23:48:00] [Server thread/INFO]: [MineResetLite] Disabling MineResetLite v0.3.7
825[23:48:00] [Server thread/INFO]: [MineResetLite] MineResetLite disabled
826[23:48:00] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.1.3
827[23:48:00] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
828[23:48:00] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
829[23:48:00] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (Phoenix)
830[23:48:00] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
831[23:48:00] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
832[23:48:00] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is disabled!
833[23:48:00] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.1.7
834[23:48:00] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
835[23:48:00] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
836[23:48:00] [Server thread/INFO]: [TitleAPI] Disabling TitleAPI v1.7.5
837[23:48:00] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
838[23:48:00] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v13.1.4
839[23:48:00] [Server thread/INFO]: [MeloAPI] Disabling MeloAPI v1.0
840[23:48:00] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.4.4
841[23:48:00] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
842[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
843[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
844[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
845[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
846[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
847[23:48:00] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
848[23:48:00] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.4.4
849[23:48:00] [Server thread/INFO]: [MeloAPI] Loading MeloAPI v1.0
850[23:48:00] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.1.4
851[23:48:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
852[23:48:00] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.7.5
853[23:48:00] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.1.7
854[23:48:00] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (Phoenix)
855[23:48:00] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
856[23:48:00] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
857[23:48:00] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, this should work fine. If you get any console errors, try rebooting.
858[23:48:00] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.3
859[23:48:00] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.7
860[23:48:00] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
861[23:48:00] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
862[23:48:00] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.1
863[23:48:00] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
864[23:48:00] [Server thread/INFO]: [Factions] Loading Factions v2.8.1
865[23:48:00] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
866[23:48:00] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
867[23:48:00] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
868[23:48:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
869[23:48:00] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
870[23:48:00] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
871[23:48:00] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.1
872[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE START ===
873[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Cachefile datas...
874[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Onlineplayer datas...
875[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Loading Registry datas...
876[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Saving Cachefile...
877[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Setup of IdUtil took 3ms.
878[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] Activated integration with Vault
879[23:48:00] [Server thread/INFO]: [MassiveCore 2.8.1] === ENABLE COMPLETE (Took 55ms) ===
880[23:48:00] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.4.4
881[23:48:00] [Server thread/INFO]: CratesPlus Version 4.4.4
882[23:48:00] [Server thread/INFO]: You are using the built in handler for holograms. This will be removed in a future update! It is recommended to install Individual Holograms or HolographicDisplays which CratesPlus will then use to handle holograms.
883[23:48:00] [Server thread/INFO]: [MeloAPI] Enabling MeloAPI v1.0
884[23:48:00] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.1.4
885[23:48:00] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory
886[23:48:00] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
887[23:48:00] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
888[23:48:00] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
889[23:48:00] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.5
890[23:48:00] [Server thread/INFO]: TitleAPI V1.7.5 has been enabled!
891[23:48:00] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.1.7
892[23:48:00] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
893[23:48:00] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
894[23:48:00] [Server thread/INFO]: [LoginSecurity] Connection to database....
895[23:48:00] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
896[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
897[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
898[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
899[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
900[23:48:00] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
901[23:48:00] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
902[23:48:00] [Server thread/INFO]: [LoginSecurity] Checking database version...
903[23:48:00] [Server thread/INFO]: [LoginSecurity] Applied 0 missing database upgrades.
904[23:48:00] [Server thread/INFO]: [LoginSecurity] Registering commands...
905[23:48:00] [Server thread/INFO]: [LoginSecurity] Registering listeners...
906[23:48:00] [Server thread/ERROR]: Error occurred while enabling LoginSecurity v2.1.7 (Is it up to date?)
907java.lang.IllegalArgumentException: duration cannot be negative: -1 SECONDS
908 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
909 at com.google.common.cache.CacheBuilder.expireAfterWrite(CacheBuilder.java:609) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
910 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.reload(ThreadingModule.java:54) ~[?:?]
911 at com.lenis0012.bukkit.loginsecurity.modules.threading.ThreadingModule.enable(ThreadingModule.java:37) ~[?:?]
912 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModule(Registry.java:88) ~[?:?]
913 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.Registry.enableModules(Registry.java:58) ~[?:?]
914 at com.lenis0012.bukkit.loginsecurity.libs.pluginutils.PluginHolder.onEnable(PluginHolder.java:28) ~[?:?]
915 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
916 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
917 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
918 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
919 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
920 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
921 at org.bukkit.Bukkit.reload(Bukkit.java:535) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
922 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
923 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
924 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
925 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
926 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
927 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
928 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
929 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
930 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_144]
931 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_144]
932 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
933 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
934 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
935 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
936 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [Spigot-v1_8_8.jar:git-Spigot-0359393-9cd1111]
937 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
938[23:48:00] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (Phoenix)
939[23:48:00] [Server thread/INFO]: GroupManager - INFO - World Found: faction
940[23:48:00] [Server thread/INFO]: GroupManager - INFO - World Found: world
941[23:48:00] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
942[23:48:00] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
943[23:48:00] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
944[23:48:00] [Server thread/INFO]: GroupManager version 2.0 (Phoenix) is enabled!
945[23:48:00] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
946[23:48:00] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
947[23:48:00] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
948[23:48:00] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
949[23:48:00] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.3
950[23:48:00] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
951[23:48:00] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.7
952[23:48:00] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MeloMine.mine.yml'...
953[23:48:00] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.7 enabled!
954[23:48:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
955[23:48:00] [Server thread/INFO]: [WorldGuard] (faction) TNT ignition is PERMITTED.
956[23:48:00] [Server thread/INFO]: [WorldGuard] (faction) Lighters are PERMITTED.
957[23:48:00] [Server thread/INFO]: [WorldGuard] (faction) Lava fire is blocked.
958[23:48:00] [Server thread/INFO]: [WorldGuard] (faction) Fire spread is UNRESTRICTED.
959[23:48:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction'
960[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_nether) TNT ignition is PERMITTED.
961[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_nether) Lighters are PERMITTED.
962[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_nether) Lava fire is blocked.
963[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_nether) Fire spread is UNRESTRICTED.
964[23:48:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_nether'
965[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_the_end) TNT ignition is PERMITTED.
966[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lighters are PERMITTED.
967[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_the_end) Lava fire is blocked.
968[23:48:00] [Server thread/INFO]: [WorldGuard] (faction_the_end) Fire spread is UNRESTRICTED.
969[23:48:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'faction_the_end'
970[23:48:00] [Server thread/INFO]: [WorldGuard] Loading region data...
971[23:48:00] [Server thread/INFO]: [Factions] Enabling Factions v2.8.1
972[23:48:00] [Server thread/INFO]: [Factions 2.8.1] === ENABLE START ===
973[23:48:00] [Server thread/INFO]: [Factions 2.8.1] === ENABLE COMPLETE (Took 77ms) ===
974[23:48:00] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
975[23:48:00] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
976[23:48:00] [Server thread/INFO]: creating table 'items'
977[23:48:00] [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`))
978[23:48:00] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
979[23:48:00] [Server thread/INFO]: creating table 'accounts'
980[23:48:00] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
981[23:48:00] [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`) )
982[23:48:00] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
983[23:48:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
984[23:48:00] [Server thread/INFO]: Qeed: Reload complete.
985[23:48:00] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
986[23:48:00] [Craft Scheduler Thread - 227/INFO]: [Vault] Checking for Updates ...
987[23:48:00] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
988[23:48:00] [Craft Scheduler Thread - 228/INFO]: Checking for updates via Spigot...
989[23:48:01] [Craft Scheduler Thread - 227/INFO]: [Vault] No new version available
990[23:48:01] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
991[23:48:01] [Craft Scheduler Thread - 228/INFO]: [CratesPlus] No update was found, you are running the latest version. Will check again later.
992[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer]
993[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] +===============+
994[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] | SkinsRestorer |
995[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] +===============+
996[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] ----------------------------------------------
997[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] Current version: 13.1.4
998[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] A new version is available! Download it at:
999[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] https://www.spigotmc.org/resources/skinsrestorer.2124/
1000[23:48:01] [Craft Scheduler Thread - 226/INFO]: [SkinsRestorer] ----------------------------------------------
1001> ...