· 5 years ago · Feb 12, 2020, 04:58 PM
1[04:12:27] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[04:12:27] [Server thread/INFO]: Loading properties
3[04:12:27] [Server thread/INFO]: Default game type: SURVIVAL
4[04:12:28] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[04:12:28] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
6[04:12:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[04:12:28] [Server thread/INFO]: Using 4 threads for Netty based IO
8[04:12:28] [Server thread/INFO]: Debug logging is disabled
9[04:12:28] [Server thread/INFO]: Data value allowed items:
10[04:12:28] [Server thread/INFO]: Generating keypair
11[04:12:28] [Server thread/INFO]: Starting Minecraft server on *:513
12[04:12:28] [Server thread/INFO]: Set PluginClassLoader as parallel capable
13[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...[m
14[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...[m
15[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...[m
16[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...[m
17[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...[m
18[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...[m
19[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...[m
20[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...[m
21[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...[m
22[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...[m
23[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...[m
24[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...[m
25[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...[m
26[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...[m
27[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...[m
28[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...[m
29[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...[m
30[04:12:28] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...[m
31[04:12:29] [Server thread/ERROR]: Cannot load plugins/MobStacker/config.yml
32org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
33 in 'string', line 2, column 13:
34 stack-naming: '&e&l{QTY}X &6&l{TYPE}'
35 ^
36
37 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched.jar:git-PaperSpigot-"4c7641d"]
38 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[patched.jar:git-PaperSpigot-"4c7641d"]
39 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[patched.jar:git-PaperSpigot-"4c7641d"]
40 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [patched.jar:git-PaperSpigot-"4c7641d"]
41 at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [patched.jar:git-PaperSpigot-"4c7641d"]
42 at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [patched.jar:git-PaperSpigot-"4c7641d"]
43 at com.kiwifisher.mobstacker.MobStacker.<init>(MobStacker.java:28) [MobStacker.jar:?]
44 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_141]
45 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_141]
46 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_141]
47 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_141]
48 at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_141]
49 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) [patched.jar:git-PaperSpigot-"4c7641d"]
50 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [patched.jar:git-PaperSpigot-"4c7641d"]
51 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) [patched.jar:git-PaperSpigot-"4c7641d"]
52 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [patched.jar:git-PaperSpigot-"4c7641d"]
53 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [patched.jar:git-PaperSpigot-"4c7641d"]
54 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [patched.jar:git-PaperSpigot-"4c7641d"]
55 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d"]
56 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
57Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
58 in 'string', line 2, column 13:
59 stack-naming: '&e&l{QTY}X &6&l{TYPE}'
60 ^
61
62 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[patched.jar:git-PaperSpigot-"4c7641d"]
63 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[patched.jar:git-PaperSpigot-"4c7641d"]
64 at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) ~[patched.jar:git-PaperSpigot-"4c7641d"]
65 at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:253) ~[patched.jar:git-PaperSpigot-"4c7641d"]
66 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched.jar:git-PaperSpigot-"4c7641d"]
67 at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168) ~[patched.jar:git-PaperSpigot-"4c7641d"]
68 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) ~[patched.jar:git-PaperSpigot-"4c7641d"]
69 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[patched.jar:git-PaperSpigot-"4c7641d"]
70 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[patched.jar:git-PaperSpigot-"4c7641d"]
71 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[patched.jar:git-PaperSpigot-"4c7641d"]
72 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[patched.jar:git-PaperSpigot-"4c7641d"]
73 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[patched.jar:git-PaperSpigot-"4c7641d"]
74 ... 19 more
75[04:12:29] [Server thread/INFO]: [TreasurePets] Loading TreasurePets v5.35
76[04:12:29] [Server thread/INFO]: [JoinCommands] Loading JoinCommands v4.0.0
77[04:12:29] [Server thread/INFO]: [Disposal] Loading Disposal v1.2
78[04:12:29] [Server thread/INFO]: [FullJoinVip] Loading FullJoinVip v1.4
79[04:12:29] [Server thread/INFO]: [MythicLib] Loading MythicLib v0.0.1-SNAPSHOT
80[04:12:29] [Server thread/INFO]: [AntiSpam] Loading AntiSpam v1.0
81[04:12:29] [Server thread/INFO]: [eZLock] Loading eZLock v1.1.1
82[04:12:29] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
83[04:12:29] [Server thread/INFO]: [SuperItems] Loading SuperItems v5.6.0
84[04:12:29] [Server thread/INFO]: [Arconix] Loading Arconix v1.0.13
85[04:12:29] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
86[04:12:29] [Server thread/INFO]: [EasyWarp] Loading EasyWarp v3.8
87[04:12:29] [Server thread/INFO]: [AntiCraft] Loading AntiCraft v1.4
88[04:12:29] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.1.11
89[04:12:29] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
90[04:12:29] [Server thread/INFO]: [disablecraft] Loading disablecraft v1.b
91[04:12:29] [Server thread/INFO]: [VKAutoPickup] Loading VKAutoPickup v9.7.4
92[04:12:29] [Server thread/INFO]: [CosmicVaults] Loading CosmicVaults v2
93[04:12:29] [Server thread/INFO]: [ChangeSlots] Loading ChangeSlots v2.2.1
94[04:12:29] [Server thread/INFO]: [IPWhitelistFix] Loading IPWhitelistFix v0.5
95[04:12:29] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
96[04:12:29] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
97[04:12:29] [Server thread/INFO]: [Vouchers] Loading Vouchers v2.1.0
98[04:12:29] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
99[04:12:29] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v2.99
100[04:12:29] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
101[04:12:29] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
102[04:12:29] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.24.0
103[04:12:29] [Server thread/INFO]: [redclockdetector] Loading redclockdetector v24
104[04:12:29] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.4
105[04:12:29] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
106[04:12:29] [Server thread/INFO]: [StopEntity] Loading StopEntity v1.0
107[04:12:29] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
108[04:12:29] [Server thread/INFO]: [BookDuplicationFix] Loading BookDuplicationFix v1.0.1
109[04:12:29] [Server thread/INFO]: [SimpleCensor] Loading SimpleCensor v6.0
110[04:12:29] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
111[04:12:29] [Server thread/INFO]: [AntiSpoof] Loading AntiSpoof v1.0
112[04:12:29] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
113[04:12:29] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.7
114[04:12:29] [Server thread/INFO]: [OpenInv] Loading OpenInv v3.1.2
115[04:12:29] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
116[04:12:29] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.0-SNAPSHOT
117[04:12:29] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
118[04:12:29] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
119[04:12:29] [Server thread/INFO]: Injected custom channel handlers.
120[04:12:29] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
121[04:12:29] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.0.9b
122[04:12:29] [Server thread/INFO]: [SuperSets] Loading SuperSets v1.0.12
123[04:12:29] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.4
124[04:12:29] [Server thread/INFO]: [NoPluginViewer] Loading NoPluginViewer v1.0
125[04:12:29] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
126[04:12:29] [Server thread/INFO]: [PLuckyBlock] Loading PLuckyBlock v1.2
127[04:12:29] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
128[04:12:29] [Server thread/INFO]: [BookPacketExploitFix] Loading BookPacketExploitFix v1.0.1
129[04:12:29] [Server thread/INFO]: [csm] Loading CustomServerMessages v5.2
130[04:12:29] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
131[04:12:29] [Server thread/INFO]: [AccountChanger] Loading AccountChanger v1.0
132[04:12:29] [Server thread/INFO]: [UltimateSkyGrid] Loading UltimateSkyGrid v0.2.3
133[04:12:29] [Server thread/INFO]: [KitPreview] Loading KitPreview v3.8.0
134[04:12:29] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
135[04:12:29] [Server thread/INFO]: [RedstoneClockPreventer2] Loading RedstoneClockPreventer2 v3.4.0
136[04:12:29] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
137[04:12:29] [Server thread/INFO]: [KillRewards] Loading KillRewards v1.0.7
138[04:12:29] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
139[04:12:29] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v5.0.2
140[04:12:29] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.2
141[04:12:29] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.2 is now loaded, waiting for boot. (late-bind)
142[04:12:29] [Server thread/INFO]: [afkTerminator] Loading afkTerminator v3.0.8
143[04:12:29] [Server thread/INFO]: [SimpleFreeze] Loading SimpleFreeze v3.1.2
144[04:12:29] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v2.2.0
145[04:12:29] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
146[04:12:29] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1812)
147[04:12:29] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.1.4
148[04:12:29] [Server thread/INFO]: [ExploitPatcher] Loading ExploitPatcher v1.0.5
149[04:12:29] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
150[04:12:29] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.04-SNAPSHOT-b${BUILD_NUMBER}
151[04:12:29] [Server thread/INFO]: [HideAndCustomPlugins] Loading HideAndCustomPlugins v1.8.1
152[04:12:29] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
153[04:12:29] [Server thread/INFO]: [gMoney] Loading gMoney v1.9.4
154[04:12:29] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
155[04:12:29] [Server thread/INFO]: [PvPManager] Loading PvPManager v3.7.5
156[04:12:29] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.14.1
157[04:12:29] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
158[04:12:29] [Server thread/INFO]: [AntiCrash] Loading AntiCrash v1.0
159[04:12:29] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v4.0
160[04:12:29] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v1.0.5
161[04:12:29] [Server thread/INFO]: [CasualProtector] Loading CasualProtector v4.1-SNAPSHOT
162[04:12:29] [Server thread/INFO]: [EliteArmor] Loading EliteArmor v5.1.2
163[04:12:29] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
164[04:12:29] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v13.9.1
165[04:12:29] [Server thread/INFO]: [TokenEnchant] Loading TokenEnchant v15.2.10
166[04:12:29] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.3
167[04:12:29] [Server thread/INFO]: [AntiCommandTab] Loading AntiCommandTab v3.8
168[04:12:29] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
169[04:12:29] [Server thread/INFO]: [LeaderHeadsRevamped] Loading LeaderHeadsRevamped v4.0.5
170[04:12:29] [Server thread/INFO]: [AntiDupe] Loading AntiDupe v1.0
171[04:12:29] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
172[04:12:29] [Server thread/INFO]: [ChatItem] Loading ChatItem v1.3.6.4
173[04:12:29] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.5.0
174[04:12:29] [Server thread/INFO]: [Shop] Loading Shop v2.1.0
175[04:12:29] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
176[04:12:29] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.6
177[04:12:29] [Server thread/INFO]: [HolographicScoreboard] Loading HolographicScoreboard v1.5.1
178[04:12:29] [Server thread/INFO]: [AutoSell] Loading AutoSell v1.8.6-mc-1.8
179[04:12:29] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.18
180[04:12:29] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.15.0
181[04:12:29] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
182[04:12:29] [Server thread/INFO]: [EpicHoppers] Loading EpicHoppers v1.3.6
183[04:12:29] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v6.2.2
184[04:12:29] [Server thread/INFO]: [TimedWarp] Loading TimedWarp v1.0.1
185[04:12:29] [Server thread/INFO]: [Quests] Loading Quests v3.0.0-Naomi-b${env.BUILD_NUMBER}
186[04:12:29] [Server thread/INFO]: [InventoryFull] Loading InventoryFull v1.7.1
187[04:12:29] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.5.1
188[04:12:29] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
189[04:12:30] [Server thread/INFO]: [UltimateSkyGrid] Enabling UltimateSkyGrid v0.2.3
190[04:12:30] [Server thread/INFO]: [UltimateSkyGrid] UltimateSkyGrid Version v0.2.3 Enabled/Reloaded
191[04:12:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
192[04:12:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
193[04:12:30] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
194[04:12:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
195[04:12:30] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
196[04:12:30] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
197[04:12:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
198[04:12:30] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
199[04:12:30] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.04-SNAPSHOT-b${BUILD_NUMBER}
200[04:12:30] [Server thread/INFO]: [mcMMO] HealthBar plugin found, mcMMO's healthbars are automatically disabled.
201[04:12:30] [Server thread/INFO]: [gMoney] Enabling gMoney v1.9.4
202[04:12:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
203[04:12:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
204[04:12:30] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
205[04:12:30] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
206[04:12:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
207[04:12:30] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
208[04:12:30] [Server thread/INFO]: Preparing level "world"
209[04:12:30] [Server thread/INFO]: -------- World Settings For [world] --------
210[04:12:30] [Server thread/INFO]: Sending up to 10 chunks per packet
211[04:12:30] [Server thread/INFO]: Max Entity Collisions: 2
212[04:12:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
213[04:12:30] [Server thread/INFO]: Max TNT Explosions: 100
214[04:12:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
215[04:12:30] [Server thread/INFO]: Anti X-Ray: true
216[04:12:30] [Server thread/INFO]: Engine Mode: 1
217[04:12:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
218[04:12:30] [Server thread/INFO]: Replace Blocks: [1, 5]
219[04:12:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
220[04:12:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
221[04:12:30] [Server thread/INFO]: Cane Growth Modifier: 100%
222[04:12:30] [Server thread/INFO]: Melon Growth Modifier: 100%
223[04:12:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
224[04:12:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
225[04:12:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
226[04:12:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
227[04:12:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
228[04:12:30] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
229[04:12:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
230[04:12:30] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
231[04:12:30] [Server thread/INFO]: Random Lighting Updates: false
232[04:12:30] [Server thread/INFO]: Structure Info Saving: true
233[04:12:30] [Server thread/INFO]: Mob Spawn Range: 3
234[04:12:30] [Server thread/INFO]: Item Despawn Rate: 6000
235[04:12:30] [Server thread/INFO]: Item Merge Radius: 3.5
236[04:12:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
237[04:12:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
238[04:12:30] [Server thread/INFO]: View Distance: 4
239[04:12:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
240[04:12:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
241[04:12:30] [Server thread/INFO]: Clear tick list: false
242[04:12:30] [Server thread/INFO]: Experience Merge Radius: 6.0
243[04:12:30] [Server thread/INFO]: -------- World Settings For [world] --------
244[04:12:30] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
245[04:12:30] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
246[04:12:30] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
247[04:12:30] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
248[04:12:30] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
249[04:12:30] [Server thread/INFO]: Water over lava flow speed: 5
250[04:12:30] [Server thread/INFO]: Fix TNT cannons: false
251[04:12:30] [Server thread/INFO]: Allow undead horse types to be leashed: false
252[04:12:30] [Server thread/INFO]: Keep spawn chunk loaded: true
253[04:12:30] [Server thread/INFO]: World async lighting: false
254[04:12:30] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
255[04:12:30] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
256[04:12:30] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
257[04:12:30] [Server thread/INFO]: Sending up to 10 chunks per packet
258[04:12:30] [Server thread/INFO]: Max Entity Collisions: 2
259[04:12:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
260[04:12:30] [Server thread/INFO]: Max TNT Explosions: 100
261[04:12:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
262[04:12:30] [Server thread/INFO]: Anti X-Ray: true
263[04:12:30] [Server thread/INFO]: Engine Mode: 1
264[04:12:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
265[04:12:30] [Server thread/INFO]: Replace Blocks: [1, 5]
266[04:12:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
267[04:12:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
268[04:12:30] [Server thread/INFO]: Cane Growth Modifier: 100%
269[04:12:30] [Server thread/INFO]: Melon Growth Modifier: 100%
270[04:12:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
271[04:12:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
272[04:12:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
273[04:12:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
274[04:12:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
275[04:12:30] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
276[04:12:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
277[04:12:30] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
278[04:12:30] [Server thread/INFO]: Random Lighting Updates: false
279[04:12:30] [Server thread/INFO]: Structure Info Saving: true
280[04:12:30] [Server thread/INFO]: Mob Spawn Range: 3
281[04:12:30] [Server thread/INFO]: Item Despawn Rate: 6000
282[04:12:30] [Server thread/INFO]: Item Merge Radius: 3.5
283[04:12:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
284[04:12:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
285[04:12:30] [Server thread/INFO]: View Distance: 4
286[04:12:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
287[04:12:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
288[04:12:30] [Server thread/INFO]: Clear tick list: false
289[04:12:30] [Server thread/INFO]: Experience Merge Radius: 6.0
290[04:12:30] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
291[04:12:30] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
292[04:12:30] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
293[04:12:30] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
294[04:12:30] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
295[04:12:30] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
296[04:12:30] [Server thread/INFO]: Water over lava flow speed: 5
297[04:12:30] [Server thread/INFO]: Fix TNT cannons: false
298[04:12:30] [Server thread/INFO]: Allow undead horse types to be leashed: false
299[04:12:30] [Server thread/INFO]: Keep spawn chunk loaded: true
300[04:12:30] [Server thread/INFO]: World async lighting: false
301[04:12:30] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
302[04:12:30] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
303[04:12:30] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1098384852160917141)
304[04:12:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1098384852160917141)
305[04:12:32] [Server thread/INFO]: [TreasurePets] Enabling TreasurePets v5.35
306[04:12:32] [Server thread/INFO]: TreasurePets V:5.35 is loading
307[04:12:32] [Server thread/INFO]: BP:[CHICKENPET, COWPET, EXPERIENCEPET, PIGPET, SHEEPPET, SPIDERPET, SQUIDPET]
308[04:12:32] [Server thread/INFO]: EP:[EXAMPLEPET, EXAMPLEPASSIVEPET, BB8PET, CHEWBACCAPET, FIREWORKPET, GORILLAPET, LEPRECHAUNPET, R2D2PET, STORMTROOPERPET]
309[04:12:32] [Server thread/INFO]: SP:[WOLFPET, ZOMBIEPET]
310[04:12:32] [Server thread/INFO]: LP:[CREEPERPET, GOBLINPET, IRONGOLEMPET]
311[04:12:32] [Server thread/INFO]: TreasurePets V:5.35 has been loaded
312[04:12:32] [Server thread/INFO]: [JoinCommands] Enabling JoinCommands v4.0.0
313[04:12:32] [Server thread/INFO]: JoinCommands v 4.0.0 - Do not forget to change the config.yml before using.
314[04:12:32] [Server thread/INFO]: [Disposal] Enabling Disposal v1.2
315[04:12:32] [Server thread/INFO]: [Disposal] Enabled[m
316[04:12:32] [Server thread/INFO]: [FullJoinVip] Enabling FullJoinVip v1.4
317[04:12:32] [Server thread/INFO]: [FullJoinVip] Vault hooked as permissions system
318[04:12:32] [Server thread/INFO]: [FullJoinVip] Plugin activated
319[04:12:32] [Server thread/INFO]: [MythicLib] Enabling MythicLib v0.0.1-SNAPSHOT
320[04:12:32] [Server thread/INFO]: [MythicLib] MythicLib has been enabled!
321[04:12:32] [Server thread/INFO]: [AntiSpam] Enabling AntiSpam v1.0
322[04:12:32] [Server thread/INFO]: [AntiSpam] [AntiSpam] enable
323[04:12:32] [Server thread/INFO]: [eZLock] Enabling eZLock v1.1.1
324[04:12:32] [Server thread/INFO]: [eZLock] Has been enabled.
325[04:12:32] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
326[04:12:32] [Server thread/INFO]: [SuperItems] Enabling SuperItems v5.6.0
327[04:12:32] [Server thread/INFO]: SuperItems Has Been Enable!
328[04:12:32] [Server thread/INFO]: [Arconix] Enabling Arconix v1.0.13
329[04:12:32] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
330[04:12:32] [Server thread/INFO]: [DeluxeTags] 10 tags loaded
331[04:12:32] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
332[04:12:32] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
333[04:12:32] [Server thread/INFO]: ----------------------------
334[04:12:32] [Server thread/INFO]: DeluxeTags Updater
335[04:12:32] [Server thread/INFO]:
336[04:12:32] [Server thread/INFO]: Could not connect to spigotmc.org
337[04:12:32] [Server thread/INFO]: to check for updates!
338[04:12:32] [Server thread/INFO]:
339[04:12:32] [Server thread/INFO]: ----------------------------
340[04:12:32] [Server thread/INFO]: ----------------------------
341[04:12:32] [Server thread/INFO]: DeluxeTags Updater
342[04:12:32] [Server thread/INFO]:
343[04:12:32] [Server thread/INFO]: You are running 1.7.1
344[04:12:32] [Server thread/INFO]: The latest version
345[04:12:32] [Server thread/INFO]: of DeluxeTags!
346[04:12:32] [Server thread/INFO]:
347[04:12:32] [Server thread/INFO]: ----------------------------
348[04:12:32] [Server thread/INFO]: [EasyWarp] Enabling EasyWarp v3.8
349[04:12:32] [Server thread/INFO]: [AntiCraft] Enabling AntiCraft v1.4
350[04:12:32] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.1.11
351[04:12:32] [Server thread/INFO]: Tablist> Tablist v1.3.1.11 enabled!!
352[04:12:32] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2
353[04:12:32] [Server thread/INFO]: [disablecraft] Enabling disablecraft v1.b
354[04:12:32] [Server thread/INFO]: [INFO][DC] Rework of NoCraft[ic2 compatible]
355[04:12:32] [Server thread/INFO]: [DEBUG][DC] key:is1=[0::0]
356[04:12:32] [Server thread/INFO]: [INFO][DC] Redpower not found
357[04:12:32] [Server thread/INFO]: [INFO][DC] IC2 not found
358[04:12:32] [Server thread/INFO]: [INFO][DC] ForgeOre not found
359[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [270::0]...
360[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [274::0]...
361[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [257::0]...
362[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [278::0]...
363[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [285::0]...
364[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [261::0]...
365[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [41::0]...
366[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [42::0]...
367[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [57::0]...
368[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [133::0]...
369[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [22::0]...
370[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [152::0]...
371[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [173::0]...
372[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [170::0]...
373[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [165::0]...
374[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [266::0]...
375[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [413::0]...
376[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [413::0]...
377[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [103::0]...
378[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [54::0]...
379[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [130::0]...
380[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [61::0]...
381[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [123::0]...
382[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [138::0]...
383[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [168::1]...
384[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [168::2]...
385[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [169::0]...
386[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [299::0]...
387[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [300::0]...
388[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [307::0]...
389[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [308::0]...
390[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [311::0]...
391[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [312::0]...
392[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [315::0]...
393[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [316::0]...
394[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::15]...
395[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::15]...
396[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::14]...
397[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::14]...
398[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::13]...
399[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::13]...
400[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::12]...
401[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::12]...
402[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::11]...
403[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::11]...
404[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::10]...
405[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::10]...
406[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::9]...
407[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::9]...
408[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::8]...
409[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::8]...
410[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::7]...
411[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::7]...
412[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::6]...
413[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::6]...
414[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::5]...
415[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::5]...
416[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::4]...
417[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::4]...
418[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::3]...
419[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::3]...
420[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::2]...
421[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::2]...
422[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::1]...
423[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::1]...
424[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [159::0]...
425[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [95::0]...
426[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [395::0]...
427[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::15]...
428[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::14]...
429[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::13]...
430[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::12]...
431[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::11]...
432[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::10]...
433[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::9]...
434[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::8]...
435[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::7]...
436[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::6]...
437[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::5]...
438[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::4]...
439[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::3]...
440[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::2]...
441[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::1]...
442[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::0]...
443[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [84::0]...
444[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [420::0]...
445[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [25::0]...
446[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [47::0]...
447[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [46::0]...
448[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [65::0]...
449[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [323::0]...
450[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [354::0]...
451[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [66::0]...
452[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [66::0]
453[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [27::0]...
454[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [27::0]
455[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [157::0]...
456[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [157::0]
457[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [28::0]...
458[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [28::0]
459[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [380::0]...
460[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [53::0]...
461[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [135::0]...
462[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [134::0]...
463[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [136::0]...
464[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [163::0]...
465[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [164::0]...
466[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [346::0]...
467[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [67::0]...
468[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [108::0]...
469[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [109::0]...
470[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [114::0]...
471[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [128::0]...
472[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [180::0]...
473[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [156::0]...
474[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [321::0]...
475[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [389::0]...
476[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [322::0]...
477[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [322::1]...
478[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [396::0]...
479[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [382::0]...
480[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [404::0]...
481[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [347::0]...
482[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [345::0]...
483[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [395::0]...
484[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [23::0]...
485[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [158::0]...
486[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [33::0]...
487[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [116::0]...
488[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [145::0]...
489[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [151::0]...
490[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [154::0]...
491[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [154::0]
492[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [416::0]...
493[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [271::0]...
494[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [290::0]...
495[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [275::0]...
496[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [291::0]...
497[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [258::0]...
498[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [292::0]...
499[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [279::0]...
500[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [293::0]...
501[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [286::0]...
502[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [294::0]...
503[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [101::0]...
504[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [102::0]...
505[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [298::0]...
506[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [301::0]...
507[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [306::0]...
508[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [309::0]...
509[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [310::0]...
510[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [313::0]...
511[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [314::0]...
512[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [317::0]...
513[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::0]...
514[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::1]...
515[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::2]...
516[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::3]...
517[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::4]...
518[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::5]...
519[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::6]...
520[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::7]...
521[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::8]...
522[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::9]...
523[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::10]...
524[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::11]...
525[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::12]...
526[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::13]...
527[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::14]...
528[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [160::15]...
529[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [85::0]...
530[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [189::0]...
531[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [188::0]...
532[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [190::0]...
533[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [192::0]...
534[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [191::0]...
535[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [139::0]...
536[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [139::1]...
537[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [113::0]...
538[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [107::0]...
539[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [184::0]...
540[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [183::0]...
541[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [185::0]...
542[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [187::0]...
543[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [186::0]...
544[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [324::0]...
545[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [427::0]...
546[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [428::0]...
547[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [429::0]...
548[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [430::0]...
549[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [431::0]...
550[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [96::0]...
551[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [330::0]...
552[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [281::0]...
553[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [374::0]...
554[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [328::0]...
555[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [379::0]...
556[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [333::0]...
557[04:12:32] [Server thread/INFO]: [DETAIL][DC] [all] Disabling item [333::0]
558[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [325::0]...
559[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [390::0]...
560[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [356::0]...
561[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [355::0]...
562[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [359::0]...
563[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [58::0]...
564[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [24::0]...
565[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [179::0]...
566[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [24::2]...
567[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [179::2]...
568[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [98::0]...
569[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [112::0]...
570[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::3]...
571[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [3::1]...
572[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::4]...
573[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::2]...
574[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::6]...
575[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [168::0]...
576[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [80::0]...
577[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [82::0]...
578[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [45::0]...
579[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [89::0]...
580[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [155::0]...
581[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::0]...
582[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [167::0]...
583[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [398::0]...
584[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [334::0]...
585[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [269::0]...
586[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [273::0]...
587[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [256::0]...
588[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [277::0]...
589[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [284::0]...
590[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [268::0]...
591[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [272::0]...
592[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [267::0]...
593[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [276::0]...
594[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [283::0]...
595[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [262::0]...
596[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [357::0]...
597[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [339::0]...
598[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [78::0]...
599[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::3]...
600[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::0]...
601[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::1]...
602[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::4]...
603[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::5]...
604[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::6]...
605[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [44::7]...
606[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [182::0]...
607[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::0]...
608[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::2]...
609[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::1]...
610[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::3]...
611[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::4]...
612[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [126::5]...
613[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [297::0]...
614[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [131::0]...
615[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [146::0]...
616[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [24::1]...
617[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [179::1]...
618[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [155::1]...
619[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [155::2]...
620[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [98::3]...
621[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::0]...
622[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::1]...
623[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::2]...
624[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::3]...
625[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::4]...
626[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::5]...
627[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::6]...
628[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::7]...
629[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::8]...
630[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::9]...
631[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::10]...
632[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::11]...
633[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::12]...
634[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::13]...
635[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::14]...
636[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [171::15]...
637[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [280::0]...
638[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [50::0]...
639[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [50::0]...
640[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [91::0]...
641[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [342::0]...
642[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [343::0]...
643[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [407::0]...
644[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [408::0]...
645[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [69::0]...
646[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [76::0]...
647[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [70::0]...
648[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [72::0]...
649[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [148::0]...
650[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [147::0]...
651[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [29::0]...
652[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [266::0]...
653[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [265::0]...
654[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [264::0]...
655[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [388::0]...
656[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::4]...
657[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [331::0]...
658[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [263::0]...
659[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [296::0]...
660[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [341::0]...
661[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [371::0]...
662[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [362::0]...
663[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [361::0]...
664[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [353::0]...
665[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::0]...
666[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::1]...
667[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::2]...
668[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::3]...
669[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::4]...
670[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [5::5]...
671[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [77::0]...
672[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [143::0]...
673[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [298::0]...
674[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [401::0]...
675[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::0]...
676[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [387::-1]...
677[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [395::-1]...
678[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [288::0]...
679[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::13]...
680[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [298::0]...
681[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [340::0]...
682[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [282::0]...
683[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [400::0]...
684[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [376::0]...
685[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::7]...
686[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::13]...
687[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [386::0]...
688[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [385::0]...
689[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [385::0]...
690[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [378::0]...
691[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [98::1]...
692[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [48::0]...
693[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::1]...
694[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::5]...
695[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::0]...
696[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::1]...
697[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::2]...
698[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::3]...
699[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::4]...
700[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::5]...
701[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::6]...
702[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::7]...
703[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::8]...
704[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::9]...
705[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::10]...
706[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::11]...
707[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::12]...
708[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::13]...
709[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::14]...
710[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [35::15]...
711[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::9]...
712[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::14]...
713[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::10]...
714[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::8]...
715[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::7]...
716[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::12]...
717[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::6]...
718[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::5]...
719[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::13]...
720[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [425::0]...
721[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [259::0]...
722[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [381::0]...
723[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [377::0]...
724[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::11]...
725[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::1]...
726[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::15]...
727[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::12]...
728[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::13]...
729[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::7]...
730[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::1]...
731[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::14]...
732[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::7]...
733[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::9]...
734[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::7]...
735[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::11]...
736[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::13]...
737[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::1]...
738[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::9]...
739[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [270::0]...
740[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [285::0]...
741[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [278::0]...
742[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [274::0]...
743[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [257::0]...
744[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [19::0]...
745[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [366::0]...
746[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::2]...
747[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [98::2]...
748[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [1::0]...
749[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [393::0]...
750[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [263::1]...
751[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [388::0]...
752[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [350::0]...
753[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [350::1]...
754[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [331::0]...
755[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [405::0]...
756[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [351::4]...
757[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [364::0]...
758[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [424::0]...
759[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [265::0]...
760[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [20::0]...
761[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [266::0]...
762[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [412::0]...
763[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [336::0]...
764[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [406::0]...
765[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [320::0]...
766[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [172::0]...
767[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [264::0]...
768[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [263::1]...
769[04:12:32] [Server thread/INFO]: [DEBUG][DC] [all] Processing item [263::0]...
770[04:12:32] [Server thread/INFO]: [DEBUG][DC] Finished process default recipes
771[04:12:32] [Server thread/INFO]: [INFO][DC] 6 of 12(counter may lie) recipes disabled.
772[04:12:32] [Server thread/INFO]: [DETAIL][DC] starting permissions support system =)
773[04:12:32] [Server thread/INFO]: [DEBUG][DC] [DCDebug] found item in config:0::0
774[04:12:32] [Server thread/INFO]: [DETAIL][DC] permissions listener started
775[04:12:32] [Server thread/INFO]: [INFO][DC] init time: [169] ms
776[04:12:32] [Server thread/INFO]: [VKAutoPickup] Enabling VKAutoPickup v9.7.4
777[04:12:32] [Server thread/INFO]: [32m[VKAutoPickup] Auto blocking : false[0m
778[04:12:32] [Server thread/INFO]: [32m[VKAutoPickup] Custom fortune : false[0m
779[04:12:32] [Server thread/INFO]: [32m[VKAutoPickup] [AutoPickup] Could not find VKBackPack.[0m
780[04:12:32] [Server thread/INFO]: [32m[VKAutoPickup] [AutoPickup] Could not find MergedSpawner.[0m
781[04:12:32] [Server thread/INFO]: [32m[VKAutoPickup] VKAutoPickup version 9.7.4 is Enabled[0m
782[04:12:32] [Server thread/INFO]: [CosmicVaults] Enabling CosmicVaults v2
783[04:12:32] [Server thread/INFO]: [ChangeSlots] Enabling ChangeSlots v2.2.1
784[04:12:32] [Server thread/INFO]: [IPWhitelistFix] Enabling IPWhitelistFix v0.5
785[04:12:32] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
786[04:12:32] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
787[04:12:32] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
788[04:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1098384852160917141 & generator: UltimateSkyGrid
789[04:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1098384852160917141 & generator: UltimateSkyGrid
790[04:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Strutture' - Env: NORMAL - Type: FLAT & seed: -5748135272860342187
791[04:12:33] [Server thread/INFO]: -------- World Settings For [Strutture] --------
792[04:12:33] [Server thread/INFO]: Sending up to 10 chunks per packet
793[04:12:33] [Server thread/INFO]: Max Entity Collisions: 2
794[04:12:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
795[04:12:33] [Server thread/INFO]: Max TNT Explosions: 100
796[04:12:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
797[04:12:33] [Server thread/INFO]: Anti X-Ray: true
798[04:12:33] [Server thread/INFO]: Engine Mode: 1
799[04:12:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
800[04:12:33] [Server thread/INFO]: Replace Blocks: [1, 5]
801[04:12:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
802[04:12:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
803[04:12:33] [Server thread/INFO]: Cane Growth Modifier: 100%
804[04:12:33] [Server thread/INFO]: Melon Growth Modifier: 100%
805[04:12:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
806[04:12:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
807[04:12:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
808[04:12:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
809[04:12:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
810[04:12:33] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
811[04:12:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
812[04:12:33] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
813[04:12:33] [Server thread/INFO]: Random Lighting Updates: false
814[04:12:33] [Server thread/INFO]: Structure Info Saving: true
815[04:12:33] [Server thread/INFO]: Mob Spawn Range: 3
816[04:12:33] [Server thread/INFO]: Item Despawn Rate: 6000
817[04:12:33] [Server thread/INFO]: Item Merge Radius: 3.5
818[04:12:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
819[04:12:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
820[04:12:33] [Server thread/INFO]: View Distance: 4
821[04:12:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
822[04:12:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
823[04:12:33] [Server thread/INFO]: Clear tick list: false
824[04:12:33] [Server thread/INFO]: Experience Merge Radius: 6.0
825[04:12:33] [Server thread/INFO]: -------- World Settings For [Strutture] --------
826[04:12:33] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
827[04:12:33] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
828[04:12:33] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
829[04:12:33] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
830[04:12:33] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
831[04:12:33] [Server thread/INFO]: Water over lava flow speed: 5
832[04:12:33] [Server thread/INFO]: Fix TNT cannons: false
833[04:12:33] [Server thread/INFO]: Allow undead horse types to be leashed: false
834[04:12:33] [Server thread/INFO]: Keep spawn chunk loaded: true
835[04:12:33] [Server thread/INFO]: World async lighting: false
836[04:12:33] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
837[04:12:33] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
838[04:12:33] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5748135272860342187)
839[04:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Daemon' - Env: NORMAL - Type: FLAT & seed: 8768599030970348074
840[04:12:33] [Server thread/INFO]: -------- World Settings For [Daemon] --------
841[04:12:33] [Server thread/INFO]: Sending up to 10 chunks per packet
842[04:12:33] [Server thread/INFO]: Max Entity Collisions: 2
843[04:12:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
844[04:12:33] [Server thread/INFO]: Max TNT Explosions: 100
845[04:12:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
846[04:12:33] [Server thread/INFO]: Anti X-Ray: true
847[04:12:33] [Server thread/INFO]: Engine Mode: 1
848[04:12:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
849[04:12:33] [Server thread/INFO]: Replace Blocks: [1, 5]
850[04:12:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
851[04:12:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
852[04:12:33] [Server thread/INFO]: Cane Growth Modifier: 100%
853[04:12:33] [Server thread/INFO]: Melon Growth Modifier: 100%
854[04:12:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
855[04:12:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
856[04:12:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
857[04:12:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
858[04:12:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
859[04:12:33] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
860[04:12:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
861[04:12:33] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
862[04:12:33] [Server thread/INFO]: Random Lighting Updates: false
863[04:12:33] [Server thread/INFO]: Structure Info Saving: true
864[04:12:33] [Server thread/INFO]: Mob Spawn Range: 3
865[04:12:33] [Server thread/INFO]: Item Despawn Rate: 6000
866[04:12:33] [Server thread/INFO]: Item Merge Radius: 3.5
867[04:12:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
868[04:12:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
869[04:12:33] [Server thread/INFO]: View Distance: 4
870[04:12:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
871[04:12:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
872[04:12:33] [Server thread/INFO]: Clear tick list: false
873[04:12:33] [Server thread/INFO]: Experience Merge Radius: 6.0
874[04:12:33] [Server thread/INFO]: -------- World Settings For [Daemon] --------
875[04:12:33] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
876[04:12:33] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
877[04:12:33] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
878[04:12:33] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
879[04:12:33] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
880[04:12:33] [Server thread/INFO]: Water over lava flow speed: 5
881[04:12:33] [Server thread/INFO]: Fix TNT cannons: false
882[04:12:33] [Server thread/INFO]: Allow undead horse types to be leashed: false
883[04:12:33] [Server thread/INFO]: Keep spawn chunk loaded: true
884[04:12:33] [Server thread/INFO]: World async lighting: false
885[04:12:33] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
886[04:12:33] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
887[04:12:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: 8768599030970348074)
888[04:12:33] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
889[04:12:33] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 1,100 Y: 4 Z: -908 P: 0 Y: 0
890[04:12:33] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
891[04:12:33] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Dungeon' - Env: NORMAL - Type: FLAT & seed: 5008213896600069882
892[04:12:33] [Server thread/INFO]: -------- World Settings For [Dungeon] --------
893[04:12:33] [Server thread/INFO]: Sending up to 10 chunks per packet
894[04:12:33] [Server thread/INFO]: Max Entity Collisions: 2
895[04:12:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
896[04:12:33] [Server thread/INFO]: Max TNT Explosions: 100
897[04:12:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
898[04:12:33] [Server thread/INFO]: Anti X-Ray: true
899[04:12:33] [Server thread/INFO]: Engine Mode: 1
900[04:12:33] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
901[04:12:33] [Server thread/INFO]: Replace Blocks: [1, 5]
902[04:12:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
903[04:12:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
904[04:12:33] [Server thread/INFO]: Cane Growth Modifier: 100%
905[04:12:33] [Server thread/INFO]: Melon Growth Modifier: 100%
906[04:12:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
907[04:12:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
908[04:12:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
909[04:12:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
910[04:12:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
911[04:12:33] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
912[04:12:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
913[04:12:33] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
914[04:12:33] [Server thread/INFO]: Random Lighting Updates: false
915[04:12:33] [Server thread/INFO]: Structure Info Saving: true
916[04:12:33] [Server thread/INFO]: Mob Spawn Range: 3
917[04:12:33] [Server thread/INFO]: Item Despawn Rate: 6000
918[04:12:33] [Server thread/INFO]: Item Merge Radius: 3.5
919[04:12:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
920[04:12:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
921[04:12:33] [Server thread/INFO]: View Distance: 4
922[04:12:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
923[04:12:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
924[04:12:33] [Server thread/INFO]: Clear tick list: false
925[04:12:33] [Server thread/INFO]: Experience Merge Radius: 6.0
926[04:12:33] [Server thread/INFO]: -------- World Settings For [Dungeon] --------
927[04:12:33] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
928[04:12:33] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
929[04:12:33] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
930[04:12:33] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
931[04:12:33] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
932[04:12:33] [Server thread/INFO]: Water over lava flow speed: 5
933[04:12:33] [Server thread/INFO]: Fix TNT cannons: false
934[04:12:33] [Server thread/INFO]: Allow undead horse types to be leashed: false
935[04:12:33] [Server thread/INFO]: Keep spawn chunk loaded: true
936[04:12:33] [Server thread/INFO]: World async lighting: false
937[04:12:33] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
938[04:12:33] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
939[04:12:33] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5008213896600069882)
940[04:12:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shop' - Env: NORMAL - Type: FLAT & seed: 3656706875460748995
941[04:12:34] [Server thread/INFO]: -------- World Settings For [shop] --------
942[04:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
943[04:12:34] [Server thread/INFO]: Max Entity Collisions: 2
944[04:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
945[04:12:34] [Server thread/INFO]: Max TNT Explosions: 100
946[04:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
947[04:12:34] [Server thread/INFO]: Anti X-Ray: true
948[04:12:34] [Server thread/INFO]: Engine Mode: 1
949[04:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
950[04:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
951[04:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
952[04:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
953[04:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
954[04:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
955[04:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
956[04:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
957[04:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
958[04:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
959[04:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
960[04:12:34] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
961[04:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
962[04:12:34] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
963[04:12:34] [Server thread/INFO]: Random Lighting Updates: false
964[04:12:34] [Server thread/INFO]: Structure Info Saving: true
965[04:12:34] [Server thread/INFO]: Mob Spawn Range: 3
966[04:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
967[04:12:34] [Server thread/INFO]: Item Merge Radius: 3.5
968[04:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
969[04:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
970[04:12:34] [Server thread/INFO]: View Distance: 4
971[04:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
972[04:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
973[04:12:34] [Server thread/INFO]: Clear tick list: false
974[04:12:34] [Server thread/INFO]: Experience Merge Radius: 6.0
975[04:12:34] [Server thread/INFO]: -------- World Settings For [shop] --------
976[04:12:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
977[04:12:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
978[04:12:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
979[04:12:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
980[04:12:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
981[04:12:34] [Server thread/INFO]: Water over lava flow speed: 5
982[04:12:34] [Server thread/INFO]: Fix TNT cannons: false
983[04:12:34] [Server thread/INFO]: Allow undead horse types to be leashed: false
984[04:12:34] [Server thread/INFO]: Keep spawn chunk loaded: true
985[04:12:34] [Server thread/INFO]: World async lighting: false
986[04:12:34] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
987[04:12:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
988[04:12:34] [Server thread/INFO]: Preparing start region for level 5 (Seed: 3656706875460748995)
989[04:12:34] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1022594594241116204 & generator: UltimateSkyGrid
990[04:12:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
991[04:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
992[04:12:34] [Server thread/INFO]: Max Entity Collisions: 2
993[04:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
994[04:12:34] [Server thread/INFO]: Max TNT Explosions: 100
995[04:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
996[04:12:34] [Server thread/INFO]: Anti X-Ray: true
997[04:12:34] [Server thread/INFO]: Engine Mode: 1
998[04:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
999[04:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
1000[04:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1001[04:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
1002[04:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
1003[04:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
1004[04:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1005[04:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1006[04:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
1007[04:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
1008[04:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1009[04:12:34] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
1010[04:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1011[04:12:34] [Server thread/INFO]: Hopper Transfer: 120 Hopper Check: 120 Hopper Amount: 22
1012[04:12:34] [Server thread/INFO]: Random Lighting Updates: false
1013[04:12:34] [Server thread/INFO]: Structure Info Saving: true
1014[04:12:34] [Server thread/INFO]: Mob Spawn Range: 3
1015[04:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
1016[04:12:34] [Server thread/INFO]: Item Merge Radius: 3.5
1017[04:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
1018[04:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1019[04:12:34] [Server thread/INFO]: View Distance: 4
1020[04:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1021[04:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
1022[04:12:34] [Server thread/INFO]: Clear tick list: false
1023[04:12:34] [Server thread/INFO]: Experience Merge Radius: 6.0
1024[04:12:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
1025[04:12:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
1026[04:12:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
1027[04:12:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
1028[04:12:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
1029[04:12:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
1030[04:12:34] [Server thread/INFO]: Water over lava flow speed: 5
1031[04:12:34] [Server thread/INFO]: Fix TNT cannons: false
1032[04:12:34] [Server thread/INFO]: Allow undead horse types to be leashed: false
1033[04:12:34] [Server thread/INFO]: Keep spawn chunk loaded: true
1034[04:12:34] [Server thread/INFO]: World async lighting: false
1035[04:12:34] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
1036[04:12:34] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
1037[04:12:34] [Server thread/INFO]: Preparing start region for level 6 (Seed: -1022594594241116204)
1038[04:12:34] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
1039[04:12:34] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1
1040[04:12:34] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
1041[04:12:34] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
1042[04:12:34] [Server thread/INFO]: [Vouchers] Enabling Vouchers v2.1.0
1043[04:12:34] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v2.99
1044[04:12:35] [Server thread/INFO]: [ImageOnMap] Loaded 1 player map files.
1045[04:12:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
1046[04:12:35] [Server thread/INFO]: [PermissionsEx] Initializing file backend
1047[04:12:35] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
1048[04:12:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
1049[04:12:35] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
1050[04:12:35] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.24.0
1051[04:12:35] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1052[04:12:35] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.24.0
1053[04:12:35] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-01
1054[04:12:35] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
1055[04:12:35] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
1056[04:12:35] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
1057[04:12:35] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1058[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
1059[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
1060[04:12:35] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
1061[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
1062[04:12:35] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
1063[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
1064[04:12:35] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
1065[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
1066[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading messages ...
1067[04:12:35] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
1068[04:12:36] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
1069[04:12:36] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
1070[04:12:36] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
1071[04:12:36] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
1072[04:12:36] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
1073[04:12:38] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
1074[04:12:38] [Server thread/INFO]: [FeatherBoard] Loaded 2930 of the 2930 placholders
1075[04:12:38] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
1076[04:12:38] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
1077[04:12:38] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
1078[04:12:38] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
1079[04:12:38] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
1080[04:12:38] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
1081[04:12:38] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
1082[04:12:39] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
1083[04:12:39] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
1084[04:12:39] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
1085[04:12:39] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
1086[04:12:39] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
1087[04:12:39] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
1088[04:12:39] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
1089[04:12:39] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mA new update for FeatherBoard is available for download on Spigot![m
1090[04:12:39] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
1091[04:12:39] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
1092[04:12:40] [Server thread/INFO]: [redclockdetector] Enabling redclockdetector v24
1093[04:12:40] [Server thread/INFO]: [redclockdetector] +==============================+
1094[04:12:40] [Server thread/INFO]: [redclockdetector] | RedClockDetector v24 enabled |
1095[04:12:40] [Server thread/INFO]: [redclockdetector] +==============================+
1096[04:12:40] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.4
1097[04:12:40] [Server thread/INFO]: [ClearChat] ClearChat enable.
1098[04:12:40] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
1099[04:12:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
1100[04:12:40] [Server thread/INFO]: [StopEntity] Enabling StopEntity v1.0
1101[04:12:40] [Server thread/INFO]: [0;32;1mEnable StopEntity[m
1102[04:12:40] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
1103[04:12:40] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
1104[04:12:40] [Server thread/INFO]: [BookDuplicationFix] Enabling BookDuplicationFix v1.0.1
1105[04:12:40] [Server thread/INFO]: [SimpleCensor] Enabling SimpleCensor v6.0
1106[04:12:40] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
1107[04:12:40] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
1108[04:12:40] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
1109[04:12:40] [Server thread/INFO]: [AntiSpoof] Enabling AntiSpoof v1.0
1110[04:12:40] [Server thread/INFO]: [m
1111[04:12:40] [Server thread/INFO]: [0;33;1m[AntiSpoof] Enabling AntiSpoof version 1.0 (online mode: false)[m
1112[04:12:40] [Server thread/INFO]: [m
1113[04:12:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
1114[04:12:40] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1115[04:12:40] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
1116[04:12:40] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.7
1117[04:12:40] [Server thread/INFO]: [OpenInv] Enabling OpenInv v3.1.2
1118[04:12:40] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
1119[04:12:40] [Server thread/INFO]: Bukkit version format changed. Version not checked.
1120[04:12:40] [Server thread/INFO]: git-PaperSpigot-"4c7641d" (MC: 1.8.8)
1121[04:12:40] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
1122[04:12:40] [Server thread/ERROR]: §4Unknown item BALTOP in enabledSigns list.
1123[04:12:40] [Server thread/INFO]: Using locale it
1124[04:12:40] [Server thread/ERROR]: §4Oggetto sconosciuto BALTOP nella lista enabledSigns.
1125[04:12:40] [Server thread/INFO]: Using locale it
1126[04:12:40] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1127[04:12:40] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
1128[04:12:40] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: gMoney version: 1.7.2-b107)
1129[04:12:40] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.0-SNAPSHOT
1130[04:12:40] [Server thread/INFO]: Adding channels for online players...
1131[04:12:40] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
1132[04:12:40] [Server thread/INFO]: [ClearLag] Loading modules...
1133[04:12:40] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
1134[04:12:40] [Server thread/INFO]: [ClearLag] Modules have been loaded!
1135[04:12:40] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
1136[04:12:40] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.0.9b
1137[04:12:40] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION
1138[04:12:40] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
1139[04:12:40] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
1140[04:12:40] [Server thread/INFO]: [Illegal Stack] - MC Version < 1.13 detected!
1141[04:12:40] [Server thread/ERROR]: [IllegalStack] Plugin IllegalStack v2.0.9b has failed to register events for class main.fListener because org/bukkit/event/inventory/PrepareAnvilEvent does not exist.
1142[04:12:40] [Server thread/INFO]: [IllegalStack] - Minecraft 1.8 detected not checking offhand slot for overstacked items.
1143[04:12:40] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
1144[04:12:40] [Server thread/INFO]: [SuperSets] Enabling SuperSets v1.0.12
1145[04:12:40] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.4
1146[04:12:41] [Server thread/INFO]: [BuycraftX] Validating your server key...
1147[04:12:41] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
1148[04:12:42] [Server thread/INFO]: [NoPluginViewer] Enabling NoPluginViewer v1.0
1149[04:12:42] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2
1150[04:12:42] [Server thread/INFO]: [PLuckyBlock] Enabling PLuckyBlock v1.2
1151[04:12:42] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
1152[04:12:42] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
1153[04:12:42] [Server thread/INFO]: [BookPacketExploitFix] Enabling BookPacketExploitFix v1.0.1
1154[04:12:42] [Server thread/INFO]: [csm] Enabling CustomServerMessages v5.2
1155[04:12:42] [Server thread/INFO]: [0;34;1m[[0;36;1mCSM[0;34;1m] [0;33;1m[0;32;1mEnabled Custom Server Messages![m
1156[04:12:42] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7
1157[04:12:42] [Server thread/INFO]: [AccountChanger] Enabling AccountChanger v1.0
1158[04:12:42] [Server thread/ERROR]: [AccountChanger]Plugin abilitato correttamente !
1159[04:12:42] [Server thread/INFO]: [KitPreview] Enabling KitPreview v3.8.0
1160[04:12:42] [Server thread/INFO]: [KitPreview] Plugin version set to 1.8
1161[04:12:42] [Server thread/INFO]: [KitPreview] Loading language file
1162[04:12:42] [Server thread/INFO]: [KitPreview] Plugin Metrics enabled and loaded
1163[04:12:42] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
1164[04:12:42] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
1165[04:12:42] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
1166[04:12:42] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
1167[04:12:42] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
1168[04:12:42] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
1169[04:12:42] [Server thread/INFO]: [RedstoneClockPreventer2] Enabling RedstoneClockPreventer2 v3.4.0
1170[04:12:42] [Server thread/INFO]: [KillRewards] Enabling KillRewards v1.0.7
1171[04:12:42] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
1172[04:12:42] [Thread-20/INFO]: [0;34;1m[[0;36;1mCSM[0;34;1m] [0;33;1mNo update available.[m
1173[04:12:42] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v5.0.2
1174[04:12:42] [Server thread/INFO]: [RandomTeleport] [Updater] Aggiornatore-Automatico è disabilitato!Se ti piacerebbe avere RandomTP si aggiorna automaticamente, si prega di abilitarlo nella configurazione.
1175[04:12:42] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.2
1176[04:12:42] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
1177[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
1178[04:12:43] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
1179[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
1180[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
1181[04:12:43] [Server thread/INFO]: [ViaVersion] Loading translation mapping
1182[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
1183[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
1184[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
1185[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
1186[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
1187[04:12:43] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
1188[04:12:44] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
1189[04:12:45] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
1190[04:12:45] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
1191[04:12:45] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
1192[04:12:45] [Server thread/INFO]: [afkTerminator] Enabling afkTerminator v3.0.8
1193[04:12:45] [Server thread/INFO]: [SimpleFreeze] Enabling SimpleFreeze v3.1.2
1194[04:12:45] [Server thread/INFO]: [SimpleFreeze] Vault found, offline freezing [0;32;1menabled[m
1195[04:12:45] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.2.0
1196[04:12:45] [Server thread/INFO]: [CommandSigns] Plugin vault detected
1197[04:12:45] [Server thread/INFO]: [CommandSigns] Vault economy [gMoney] linked with command signs !
1198[04:12:45] [Server thread/INFO]: [CommandSigns] If this plugin is useful to you, you can make a donation at: https://www.paypal.me/nokorbis
1199[04:12:45] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1812)
1200[04:12:45] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.1.4
1201[04:12:46] [Server thread/INFO]:
1202[04:12:46] [Server thread/INFO]: __________________________________________________________
1203[04:12:46] [Server thread/INFO]:
1204[04:12:46] [Server thread/INFO]: TradeSystem [1.1.4]
1205[04:12:46] [Server thread/INFO]:
1206[04:12:46] [Server thread/INFO]: Status:
1207[04:12:46] [Server thread/INFO]:
1208[04:12:46] [Server thread/INFO]: MC-Version: v1_8_R3
1209[04:12:46] [Server thread/INFO]:
1210[04:12:46] [Server thread/INFO]: > Loading sounds
1211[04:12:46] [Server thread/INFO]: > Loading blacklist
1212[04:12:46] [Server thread/INFO]: ...got 3 blocked item(s)
1213[04:12:46] [Server thread/INFO]: > Loading layouts
1214[04:12:46] [Server thread/INFO]: ...got 0 layout(s)
1215[04:12:46] [Server thread/INFO]:
1216[04:12:46] [Server thread/INFO]: Done (0.655s)
1217[04:12:46] [Server thread/INFO]:
1218[04:12:46] [Server thread/INFO]: __________________________________________________________
1219[04:12:46] [Server thread/INFO]:
1220[04:12:46] [Server thread/INFO]: [ExploitPatcher] Enabling ExploitPatcher v1.0.5
1221[04:12:46] [Server thread/INFO]: [ExploitPatcher] ProtocolLib is installed!
1222[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitPatcher] Unsupported client packet in current Minecraft version: AUTO_RECIPE[PLAY, CLIENT, 24, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInAutoRecipe] (unregistered)]
1223[04:12:46] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
1224[04:12:46] [Server thread/INFO]: [HideAndCustomPlugins] Enabling HideAndCustomPlugins v1.8.1
1225[04:12:46] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: http://mcstats.org/plugin/HideAndCustomPlugins
1226[04:12:46] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: https://bstats.org/plugin/bukkit/HideandCustomPlugins
1227[04:12:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
1228[04:12:46] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
1229[04:12:46] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
1230[04:12:46] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
1231[04:12:46] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
1232[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
1233[04:12:46] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
1234[04:12:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
1235[04:12:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
1236[04:12:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
1237[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
1238[04:12:46] [Server thread/INFO]: [WorldGuard] (Strutture) TNT ignition is PERMITTED.
1239[04:12:46] [Server thread/INFO]: [WorldGuard] (Strutture) Lighters are PERMITTED.
1240[04:12:46] [Server thread/INFO]: [WorldGuard] (Strutture) Lava fire is blocked.
1241[04:12:46] [Server thread/INFO]: [WorldGuard] (Strutture) Fire spread is UNRESTRICTED.
1242[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Strutture'
1243[04:12:46] [Server thread/INFO]: [WorldGuard] (Daemon) TNT ignition is PERMITTED.
1244[04:12:46] [Server thread/INFO]: [WorldGuard] (Daemon) Lighters are PERMITTED.
1245[04:12:46] [Server thread/INFO]: [WorldGuard] (Daemon) Lava fire is blocked.
1246[04:12:46] [Server thread/INFO]: [WorldGuard] (Daemon) Fire spread is UNRESTRICTED.
1247[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Daemon'
1248[04:12:46] [Server thread/INFO]: [WorldGuard] (Dungeon) TNT ignition is PERMITTED.
1249[04:12:46] [Server thread/INFO]: [WorldGuard] (Dungeon) Lighters are PERMITTED.
1250[04:12:46] [Server thread/INFO]: [WorldGuard] (Dungeon) Lava fire is blocked.
1251[04:12:46] [Server thread/INFO]: [WorldGuard] (Dungeon) Fire spread is UNRESTRICTED.
1252[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dungeon'
1253[04:12:46] [Server thread/INFO]: [WorldGuard] (shop) TNT ignition is PERMITTED.
1254[04:12:46] [Server thread/INFO]: [WorldGuard] (shop) Lighters are PERMITTED.
1255[04:12:46] [Server thread/INFO]: [WorldGuard] (shop) Lava fire is blocked.
1256[04:12:46] [Server thread/INFO]: [WorldGuard] (shop) Fire spread is UNRESTRICTED.
1257[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shop'
1258[04:12:46] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
1259[04:12:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
1260[04:12:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
1261[04:12:46] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
1262[04:12:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
1263[04:12:46] [Server thread/INFO]: [WorldGuard] Loading region data...
1264[04:12:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
1265[04:12:46] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.7.5
1266[04:12:46] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
1267[04:12:46] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling WorldGuard Support
1268[04:12:46] [Server thread/INFO]: [PvPManager] NPCs are supported in this version!
1269[04:12:46] [Server thread/INFO]: [PvPManager] Auto Respawn is supported in this version!
1270[04:12:46] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.14.1
1271[04:12:46] [Server thread/INFO]: [boosCooldowns] version 3.14.1 by [LordBoos (boosik)] is enabled!
1272[04:12:46] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
1273[04:12:46] [Server thread/INFO]: [boosCooldowns] found [gMoney] plugin, enabling prices support.
1274[04:12:46] [Server thread/INFO]: [boosCooldowns] [boosCooldowns] Hooked server version v1_8_R3
1275[04:12:46] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
1276[04:12:46] [Server thread/INFO]: [AntiCrash] Enabling AntiCrash v1.0
1277[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v4.0
1278[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up config.yml file...
1279[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up lang.yml file...
1280[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Loading parameters, registering permissions and initialising command modules...
1281[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Loaded 75 achievements in 16 categories.
1282[04:12:46] [Server thread/INFO]: [AdvancedAchievements] 31 disabled categories: [Connections, PetMasterReceive, ItemBreaks, DistancePig, DistanceLlama, Taming, PlayerCommands, PlayedTime, PetMasterGive, Commands, Fish, Fireworks, Breaks, DistanceHorse, HoePlowings, ItemDrops, Breeding, Treasures, ItemPickups, WaterBuckets, Custom, AnvilsUsed, Brewing, MusicDiscs, Beds, DistanceBoat, DistanceGliding, ConsumedPotions, Crafts, DistanceMinecart, DistanceFoot]
1283[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Registering listeners...
1284[04:12:46] [Thread-24/INFO]: [AdvancedAchievements] Checking for plugin update...
1285[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Initialising database and launching scheduled tasks...
1286[04:12:46] [Server thread/INFO]: [AdvancedAchievements] Plugin successfully enabled and ready to run! Took 110ms.
1287[04:12:46] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v1.0.5
1288[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: TILE_NBT_QUERY[PLAY, CLIENT, 1, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInTileNBTQuery] (unregistered)]
1289[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: DIFFICULTY_CHANGE[PLAY, CLIENT, 2, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInDifficultyChange] (unregistered)]
1290[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: DIFFICULTY_LOCK[PLAY, CLIENT, 16, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInDifficultyLock] (unregistered)]
1291[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: ENTITY_NBT_QUERY[PLAY, CLIENT, 13, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInEntityNBTQuery] (unregistered)]
1292[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: B_EDIT[PLAY, CLIENT, 12, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInBEdit] (unregistered)]
1293[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: TELEPORT_ACCEPT[PLAY, CLIENT, 0, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInTeleportAccept] (unregistered)]
1294[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: SET_JIGSAW[PLAY, CLIENT, 39, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInSetJigsaw] (unregistered)]
1295[04:12:46] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: STRUCT[PLAY, CLIENT, 40, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInStruct] (unregistered)]
1296[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: SET_COMMAND_MINECART[PLAY, CLIENT, 37, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInSetCommandMinecart] (unregistered)]
1297[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: SET_COMMAND_BLOCK[PLAY, CLIENT, 36, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInSetCommandBlock] (unregistered)]
1298[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: TR_SEL[PLAY, CLIENT, 33, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInTrSel] (unregistered)]
1299[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: BEACON[PLAY, CLIENT, 34, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInBeacon] (unregistered)]
1300[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: USE_ITEM[PLAY, CLIENT, 44, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInUseItem] (unregistered)]
1301[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: PICK_ITEM[PLAY, CLIENT, 23, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInPickItem] (unregistered)]
1302[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: AUTO_RECIPE[PLAY, CLIENT, 24, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInAutoRecipe] (unregistered)]
1303[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: VEHICLE_MOVE[PLAY, CLIENT, 21, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInVehicleMove] (unregistered)]
1304[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: BOAT_MOVE[PLAY, CLIENT, 22, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInBoatMove] (unregistered)]
1305[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: ADVANCEMENTS[PLAY, CLIENT, 32, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInAdvancements] (unregistered)]
1306[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: RECIPE_DISPLAYED[PLAY, CLIENT, 29, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInRecipeDisplayed] (unregistered)]
1307[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ExploitFixer] Unsupported client packet in current Minecraft version: ITEM_NAME[PLAY, CLIENT, 30, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInItemName] (unregistered)]
1308[04:12:47] [Server thread/ERROR]: [ExploitFixer] Plugin ExploitFixer v1.0.5 has failed to register events for class twolovers.exploitfixer.bukkit.listeners.PlayerTabCompleteListener because org/bukkit/event/server/TabCompleteEvent does not exist.
1309[04:12:47] [Server thread/INFO]: [CasualProtector] Enabling CasualProtector v4.1-SNAPSHOT
1310[04:12:47] [Server thread/INFO]: [CasualProtector] Plugins that we RECOMMEND to use with casualprotector (to have 100%+ protection): https://www.spigotmc.org/resources/dupe-fixes-illegal-stack-remover.44411/ - it's not required but you can just use it. Remember that if there are massive bots attacks (2k bots/sec) you have to block it using iptales, it's impossible to block it by minecraft plugin
1311[04:12:47] [Server thread/INFO]: [CasualProtector] Loading...
1312[04:12:47] [Server thread/INFO]: [CasualProtector] Server is running on: v1_8_R3 NMS version
1313[04:12:47] [Server thread/INFO]: [CasualProtector] Your server is running on 1.8 version, please download paperspigot-1.8.8 with some patches from readme.txt(you can find it in the downloaded .zip file)!
1314[04:12:47] [Server thread/INFO]: [CasualProtector] You are using 4.5.0 protocolLib version.
1315 Just quickly reminder: if you are running 1.14 - use the latest dev build (http://ci.dmulloy2.net/job/ProtocolLib%20Gradle/lastStableBuild/) if 1.8-1.13 - use the latest release (https://www.spigotmc.org/resources/protocollib.1997/download?version=241216) if 1.7 and below - use the 3.7.0 release (https://github.com/dmulloy2/ProtocolLib/releases/tag/3.7.0)
1316[04:12:47] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [CasualProtector] Unsupported client packet in current Minecraft version: USE_ITEM[PLAY, CLIENT, 44, classNames: [net.minecraft.server.v1_8_R3.PacketPlayInUseItem] (unregistered)]
1317[04:12:47] [Server thread/INFO]: [CasualProtector] Loaded in 52ms!
1318
1319[04:12:47] [Server thread/INFO]: [CasualProtector] Please read readme.txt from the downloaded .zip file and the config.yml before using plugin, maybe you dont want to use some of features.
1320[04:12:47] [Server thread/INFO]: [CasualProtector] Plugin created by yooniks, plugin for protecting servers against bots and hackers! For any bugs please send me private message on spigotmc or discord: yooniks#2411.
1321[04:12:47] [Server thread/INFO]: [EliteArmor] Enabling EliteArmor v5.1.2
1322[04:12:47] [Server thread/INFO]: [0;36;22m-----------------------------------------------------------[m
1323[04:12:47] [Server thread/INFO]: [0;36;22mElite[0;36;1mArmor: [0;36;1mVersion: 5.1.2[m
1324[04:12:47] [Server thread/INFO]: [0;36;22mFactions: [0;31;1mDISABLED[m
1325[04:12:47] [Server thread/INFO]: [0;36;22mPlaceholderAPI: [0;32;1mENABLED[m
1326[04:12:47] [Server thread/INFO]: [0;36;22mAdvancedEnchantments: [0;31;1mDISABLED[m
1327[04:12:47] [Thread-24/WARN]: [AdvancedAchievements] Update available: v5.14.1. Download at one of the following:
1328[04:12:47] [Thread-24/WARN]: [AdvancedAchievements] - dev.bukkit.org/bukkit-plugins/advanced-achievements
1329[04:12:47] [Thread-24/WARN]: [AdvancedAchievements] - spigotmc.org/resources/advanced-achievements.6239
1330[04:12:47] [Server thread/INFO]: [0;36;22m-----------------------------------------------------------[m
1331[04:12:47] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
1332[04:12:47] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_isvanished}
1333[04:12:47] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_vanishedplayers}
1334[04:12:47] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_playercount}
1335[04:12:47] [Server thread/INFO]: [SuperVanish] Hooked into MVdWPlaceholderAPI
1336[04:12:47] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
1337[04:12:47] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
1338[04:12:47] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
1339[04:12:47] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v13.9.1
1340[04:12:47] [Server thread/INFO]: GriefPrevention: Grief Prevention boot start.
1341[04:12:47] [Server thread/INFO]: GriefPrevention: Finished loading configuration.
1342[04:12:47] [Server thread/INFO]: GriefPrevention: 350 total claims loaded.
1343[04:12:47] [Server thread/INFO]: GriefPrevention: Customizable messages loaded.
1344[04:12:47] [Server thread/INFO]: GriefPrevention: Successfully hooked into WorldGuard.
1345[04:12:47] [Server thread/INFO]: GriefPrevention: Finished loading data (File Mode).
1346[04:12:47] [Server thread/INFO]: GriefPrevention: GriefPrevention requires Vault for economy integration.
1347[04:12:47] [Server thread/INFO]: GriefPrevention: Attempting to load Vault...
1348[04:12:47] [Server thread/INFO]: GriefPrevention: Vault loaded successfully!
1349[04:12:47] [Server thread/INFO]: GriefPrevention: Looking for a Vault-compatible economy plugin...
1350[04:12:47] [Server thread/INFO]: GriefPrevention: Hooked into economy: gMoney.
1351[04:12:47] [Server thread/INFO]: GriefPrevention: Ready to buy/sell claim blocks!
1352[04:12:47] [Server thread/INFO]: GriefPrevention: Boot finished.
1353[04:12:48] [Server thread/INFO]: [TokenEnchant] Enabling TokenEnchant v15.2.10
1354[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Use token?: true[0m
1355[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] attempt to start conversion...[0m
1356[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] could not find userdata.yml[0m
1357[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Token handler is : com.vk2gpz.tokenenchant.addon.a.c@3906f4c8[0m
1358[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] adding : EnchantLoreHandler[0m
1359[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] adding : TokenHandlerToken[0m
1360[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] [AddOn.loadAddOns()] 0 addon modules found! Loading them up![0m
1361[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Default Merge mode: ADD[0m
1362[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] 1 external custom enchants found! Loading them up![0m
1363[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class TSGSpawner has been registered (-183553345)[0m
1364[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] 1 external custom enchants found! Loading them up![0m
1365[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] 35 default enchants found! Loading them up![0m
1366[04:12:48] [Server thread/INFO]: [32m[VKLib] registered Null enchantment![0m
1367[04:12:48] [Server thread/INFO]: [32m[VKLib] registered Null enchantment![0m
1368[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Power has been registered (77306116)[0m
1369[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Flame has been registered (67960626)[0m
1370[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Infinity has been registered (237817447)[0m
1371[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Punch has been registered (77476141)[0m
1372[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Sharpness has been registered (432862528)[0m
1373[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Baneofarthropods has been registered (-224819268)[0m
1374[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Smite has been registered (80004095)[0m
1375[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Depth has been registered (65919682)[0m
1376[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Efficiency has been registered (-1340284248)[0m
1377[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Unbreaking has been registered (-697930661)[0m
1378[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Fireaspect has been registered (1766909517)[0m
1379[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Knockback has been registered (-1314710598)[0m
1380[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Fortune has been registered (987437120)[0m
1381[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Looting has been registered (2014709817)[0m
1382[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Luck has been registered (2379760)[0m
1383[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Respiration has been registered (-1711251045)[0m
1384[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Protection has been registered (308606744)[0m
1385[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Blastprotection has been registered (1539919568)[0m
1386[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Featherfall has been registered (-2016362851)[0m
1387[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Fireprotection has been registered (1565266382)[0m
1388[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Projectileprot has been registered (39263503)[0m
1389[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Silktouch has been registered (-1143353847)[0m
1390[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Aquaaffinity has been registered (-1532768221)[0m
1391[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Thorns has been registered (-1790652517)[0m
1392[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] 11 potions effects found in the old config! Loading them up![0m
1393[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Haste has been registered (69497482)[0m
1394[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Speed has been registered (80089158)[0m
1395[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Nightvision has been registered (847050239)[0m
1396[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Jump has been registered (2320493)[0m
1397[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Harm has been registered (2241843)[0m
1398[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Regeneration has been registered (1197090762)[0m
1399[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class FireRegistance has been registered (-921431846)[0m
1400[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Strength has been registered (1855960192)[0m
1401[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Aqua has been registered (2048763)[0m
1402[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class Saturation has been registered (1762973713)[0m
1403[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Class HealthBoost has been registered (-270929242)[0m
1404[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] 1 commands found![0m
1405[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] Registered com.vk2gpz.tokenenchant.b.c[0m
1406[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] TokenEnchant: Alias is Enabled[0m
1407[04:12:48] [Server thread/INFO]: [32m[TokenEnchant] TokenEnchant version 15.2.10 is Enabled[0m
1408[04:12:48] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.3
1409[04:12:48] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.1
1410[04:12:48] [Server thread/INFO]: [AntiCommandTab] Enabling AntiCommandTab v3.8
1411[04:12:48] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
1412[04:12:48] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1413[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Enabling LeaderHeadsRevamped v4.0.5
1414[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into MVdWPlaceholderAPI
1415[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into PlaceholderAPI
1416[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into Citizens
1417[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Starting up database
1418[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Successfully connected to SQLite
1419[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Creating database tables
1420[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistics
1421[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %mvdw_stat_days_played% from file %mvdw_stat_days_played%.yml
1422[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistic %mvdw_money_rounded% from file %mvdw_money_rounded%.yml
1423[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %mvdw_stat_days_played%
1424[04:12:48] [Server thread/INFO]: [LeaderHeadsRevamped] Starting statistic %mvdw_money_rounded%
1425[04:12:48] [Server thread/INFO]: [AntiDupe] Enabling AntiDupe v1.0
1426[04:12:48] [Server thread/ERROR]: ------------------------------
1427[04:12:48] [Server thread/ERROR]: TSGAntiDupe >< Made by TSGClan
1428[04:12:48] [Server thread/ERROR]: ------------------------------
1429[04:12:48] [Server thread/INFO]: [MobStacker] Enabling MobStacker v2.0.0
1430[04:12:48] [Server thread/INFO]: [MobStacker] MobStacker is starting
1431[04:12:48] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
1432[04:12:48] [Server thread/INFO]: [MobStacker] WARNING - MobStacker no longer receives updates or support
1433[04:12:48] [Server thread/INFO]: [MobStacker] Please upgrade to MobStacker2 if you wish to use a better plugin
1434[04:12:48] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
1435[04:12:48] [Server thread/INFO]: [MobStacker] Connected to metrics
1436[04:12:48] [Server thread/INFO]: [MobStacker] Hooked in to mcMMO successfully!
1437[04:12:48] [Server thread/INFO]: [MobStacker] Successfully hooked in to WorldGuard!
1438[04:12:48] [Server thread/INFO]: [MobStacker] Loaded in exclusions for region: killerbunnyreal
1439[04:12:48] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
1440[04:12:48] [Server thread/INFO]: [ChatItem] Enabling ChatItem v1.3.6.4
1441[04:12:48] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.5.0
1442[04:12:48] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_8_R3 (Minecraft 1.8)...
1443[04:12:48] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
1444[04:12:48] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
1445[04:12:48] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
1446[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
1447[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 4 vanilla mob overrides.
1448[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
1449[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 4 skills.
1450[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
1451[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 20 mythic items.
1452[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 5 drop tables.
1453[04:12:48] [Server thread/INFO]: [MythicMobs] Loaded 3 mob spawners.
1454[04:12:48] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
1455[04:12:49] [Server thread/INFO]: [MythicMobs] v2.5.0 has been successfully loaded!
1456[04:12:49] [Server thread/INFO]: [Shop] Enabling Shop v2.1.0
1457[04:12:49] [Server thread/INFO]: Failed to check for an update on Spigot.
1458[04:12:49] [Server thread/INFO]: Failed to check for an update on Spigot.
1459[04:12:49] [Server thread/INFO]: [Shop] Successfully hooked into PlaceholderAPI.
1460[04:12:49] [Server thread/INFO]: [Shop] Successfully hooked into Citizens.
1461[04:12:49] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
1462[04:12:49] [Server thread/INFO]: Injecting command information into Citizens.[m
1463[04:12:49] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.6
1464[04:12:49] [Server thread/INFO]: [HolographicScoreboard] Enabling HolographicScoreboard v1.5.1
1465[04:12:49] [Server thread/INFO]: [HolographicScoreboard] MCStats enabled for HolographicScoreboard
1466[04:12:49] [Server thread/INFO]: [AutoSell] Enabling AutoSell v1.8.6-mc-1.8
1467[04:12:49] [Server thread/INFO]: [AutoSell] Loading AutoSell messages.yml
1468[04:12:49] [Server thread/WARN]: [AutoSell] Shop Shop1 Material was null!
1469[04:12:49] [Server thread/INFO]: [AutoSell] 1 shops loaded!
1470[04:12:49] [Server thread/INFO]: [AutoSell] 4 auto smelt entries loaded!
1471[04:12:49] [Server thread/WARN]: [AutoSell] Failed to establish a hook for area handling.
1472[04:12:49] [Server thread/INFO]: [AutoSell] BlockBreakEvent priority set to HIGHEST!
1473[04:12:49] [Server thread/INFO]: [AutoSell] 0 permission based multiplier limits loaded.
1474[04:12:49] [Server thread/INFO]: [AutoSell] 12 permission based multipliers loaded!
1475[04:12:49] [Server thread/INFO]: [AutoSell] 1 permission based shop multipliers have been loaded!
1476[04:12:49] [Server thread/INFO]: [AutoSell] 0 shop signs have been loaded!
1477[04:12:49] [Server thread/INFO]: [AutoSell] TokenEnchant was found! Integration with TEBlockExplodeEvent enabled!
1478[04:12:49] [Server thread/INFO]: ---------------------------
1479[04:12:49] [Server thread/INFO]: AutoSell Updater
1480[04:12:49] [Server thread/INFO]:
1481[04:12:49] [Server thread/INFO]: An update for AutoSell has been found!
1482[04:12:49] [Server thread/INFO]: AutoSell 1.9.2
1483[04:12:49] [Server thread/INFO]: You are running 1.8.6-mc-1.8
1484[04:12:49] [Server thread/INFO]:
1485[04:12:49] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/autosell.2157/
1486[04:12:49] [Server thread/INFO]: ---------------------------
1487[04:12:49] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.18
1488[04:12:49] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X
1489[04:12:49] [Server thread/INFO]: [CrateReloaded] v1_8_R3
1490[04:12:49] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml
1491[04:12:50] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.15.0
1492[04:12:50] [ForkJoinPool.commonPool-worker-25/INFO]: [CrateReloaded] Plugin is out of date. Running: 2.0.18, Latest: 2.0.21.
1493[04:12:50] [Server thread/INFO]: [DeluxeChat] 17 formats loaded!
1494[04:12:50] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
1495[04:12:50] [Server thread/INFO]: [DeluxeChat] Detected Vault
1496[04:12:50] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
1497[04:12:50] [Server thread/INFO]: [DeluxeChat] Detected SuperVanish / PremiumVanish
1498[04:12:50] [Server thread/INFO]: ----------------------------
1499[04:12:50] [Server thread/INFO]: DeluxeChat Updater
1500[04:12:50] [Server thread/INFO]:
1501[04:12:50] [Server thread/INFO]: You are running 1.15.0
1502[04:12:50] [Server thread/INFO]: The latest version
1503[04:12:50] [Server thread/INFO]: of DeluxeChat!
1504[04:12:50] [Server thread/INFO]:
1505[04:12:50] [Server thread/INFO]: ----------------------------
1506[04:12:50] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
1507[04:12: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
1508[04:12:50] [Server thread/INFO]: creating table 'items'
1509[04:12: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`))
1510[04:12: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
1511[04:12:50] [Server thread/INFO]: creating table 'accounts'
1512[04:12:50] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
1513[04:12: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`) )
1514[04:12:50] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1515[04:12:50] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
1516[04:12:50] [Server thread/INFO]: [EpicHoppers] Enabling EpicHoppers v1.3.6
1517[04:12:50] [Server thread/INFO]: [0;32;1m=============================[m
1518[04:12:50] [Server thread/INFO]: [0;37;22mEpicHoppers 1.3.6 by [0;35;22mBrianna <3[0;37;22m![m
1519[04:12:50] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
1520[04:12:50] [Server thread/INFO]: [EpicHoppers] Loading language file
1521[04:12:50] [Server thread/INFO]: [EpicHoppers] Loading data file
1522[04:12:50] [Server thread/INFO]: [0;32;1m=============================[m
1523[04:12:50] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v6.2.2
1524[04:12:50] [Server thread/INFO]: [m
1525[04:12:50] [Server thread/INFO]: [0;32;1m=============================[m
1526[04:12:50] [Server thread/INFO]: [0;37;22mEpicSpawners 6.2.2 by [0;35;22mSongoda <3![m
1527[04:12:50] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
1528[04:12:50] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US"
1529[04:12:50] [Server thread/INFO]: [SongodaCore] Hooked EpicSpawners.
1530[04:12:50] [Server thread/INFO]: [EpicSpawners] Loaded locale "it_IT"
1531[04:12:51] [Server thread/INFO]: [0;32;1m=============================[m
1532[04:12:51] [Server thread/INFO]: [m
1533[04:12:51] [Server thread/INFO]: [TimedWarp] Enabling TimedWarp v1.0.1
1534[04:12:51] [Server thread/INFO]: [Quests] Enabling Quests v3.0.0-Naomi-b${env.BUILD_NUMBER}
1535[04:12:51] [Server thread/WARN]: [Quests] Could not save quests.yml to plugins/Quests/quests.yml because quests.yml already exists.
1536[04:12:51] [Server thread/WARN]: [Quests] Could not save events.yml to plugins/Quests/events.yml because events.yml already exists.
1537[04:12:51] [Server thread/WARN]: [Quests] Could not save data.yml to plugins/Quests/data.yml because data.yml already exists.
1538[04:12:51] [Server thread/INFO]: [Quests] There are new language phrases with the current version. They have been stored in /lang/en_new.yml
1539[04:12:51] [Server thread/INFO]: [InventoryFull] Enabling InventoryFull v1.7.1
1540[04:12:51] [Server thread/INFO]: [InventoryFull] *** Hooked into AutoSell! ***
1541[04:12:51] [Server thread/INFO]: [InventoryFull] *** Hooked into TitleManager! ***
1542[04:12:51] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.5.1
1543[04:12:51] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
1544[04:12:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1545[04:12:51] [Server thread/INFO]: Done (20.868s)! For help, type "help" or "?"
1546[04:12:51] [Server thread/INFO]: Using epoll channel type
1547[04:12:51] [Server thread/INFO]: Timings Reset
1548[04:12:51] [Craft Scheduler Thread - 6/INFO]: [PacketListenerApi] There is a new version available: https://r.spiget.org/2930
1549[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...[m
1550[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 1.png.[m
1551[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image 2.png.[m
1552[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Bg.png.[m
1553[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image DW.png.[m
1554[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image img.png.[m
1555[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image index.png.[m
1556[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image KB.png.[m
1557[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 7 image(s).[m
1558[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_10_R1.bc...
1559[04:12:52] [OkHttp ConnectionPool/WARN]: A connection to https://plugin.buycraft.net/ was leaked. Did you forget to close a response body?
1560[04:12:52] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...[m
1561[04:12:52] [Craft Scheduler Thread - 6/INFO]: [CasualProtector] Checking for updates..
1562[04:12:52] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1563[04:12:52] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
1564[04:12:52] [Craft Scheduler Thread - 6/INFO]: [CasualProtector] Your version is old and not supported, your version: 4.1-SNAPSHOT, the latest version: 5.1.1-SNAPSHOT | please download the latest update: https://www.spigotmc.org/resources/casualprotector-best-server-protector-antibot-anticrash.59866/
1565[04:12:52] [Craft Scheduler Thread - 6/INFO]: [CasualProtector] Checked update info!
1566[04:12:52] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
1567[04:12:52] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'GriefPrevention' found. Using it now.[m
1568[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1569[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
1570[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
1571[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo
1572[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1573[04:12:52] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.mcstatistics.StatisticsExpansion
1574[04:12:52] [Server thread/ERROR]: [PlaceholderAPI] org.bukkit.Material.isItem()Z
1575[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
1576[04:12:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mvdw
1577[04:12:52] [Server thread/INFO]: [LeaderHeadsRevamped] Creating MVdWPlaceholderAPI placeholders
1578[04:12:52] [Server thread/INFO]: [MVdWPlaceholderAPI] LeaderHeadsRevamped added custom placeholder {leaderheads_*_*_*_*}
1579[04:12:52] [Craft Scheduler Thread - 7/INFO]: [AntiCraft]: Failed to connect to metrics service
1580[04:12:52] [Craft Scheduler Thread - 7/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://metrics.joshuahagon.co.uk/?v1=011001010010000101011111000100110101001000100100011101000110001000011000011100000010000100100101001010010100100001110000011010100101110100110001010111110110101101000110010010100000001001101110010001100110011001000110001001110111111100101110011000010110010101111110010110010001100100010100&v2=01100001001101010111010100101101000111100101010001111110011110010111010000011110001101000010101000110000011011110001100101111111010101000011111101100100&pl=AntiCraft
1581[04:12:52] [Craft Scheduler Thread - 7/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
1582[04:12:52] [Craft Scheduler Thread - 7/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
1583[04:12:52] [Craft Scheduler Thread - 7/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
1584[04:12:52] [Craft Scheduler Thread - 7/WARN]: at java.net.URL.openStream(URL.java:1045)
1585[04:12:52] [Craft Scheduler Thread - 7/WARN]: at co.uk.joshuahagon.web.Metrics$1.run(Metrics.java:24)
1586[04:12:52] [Craft Scheduler Thread - 7/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
1587[04:12:52] [Craft Scheduler Thread - 7/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1588[04:12:52] [Craft Scheduler Thread - 7/WARN]: at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
1589[04:12:52] [Craft Scheduler Thread - 7/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
1590[04:12:52] [Craft Scheduler Thread - 7/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
1591[04:12:52] [Craft Scheduler Thread - 7/WARN]: at java.lang.Thread.run(Thread.java:748)
1592[04:12:52] [Server thread/INFO]: [Citizens] Loaded 33 NPCs.
1593[04:12:52] [Server thread/INFO]: [LeaderHeadsRevamped] Creating PlaceholderAPI placeholders
1594[04:12:52] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
1595[04:12:53] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [3]
1596[04:12:53] [Server thread/WARN]: [ViaVersion] There is a newer version available: 2.2.3, you're on: 2.2.2
1597[04:12:53] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
1598[04:12:53] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 166 placeholder expansions are available on the cloud.
1599[04:12:53] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 3 installed expansions have updates available.
1600[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lGuardian §f§lSpawner is not a valid NPC id!
1601[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lRabbit §f§lSpawner is not a valid NPC id!
1602[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lGhast §f§lSpawner is not a valid NPC id!
1603[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lBlaze §f§lSpawner is not a valid NPC id!
1604[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lSheep §f§lSpawner is not a valid NPC id!
1605[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lCow §f§lSpawner is not a valid NPC id!
1606[04:12:54] [Server thread/ERROR]: [Quests] npc-giver-id: for Quest §e§lChicken §f§lSpawner is not a valid NPC id!
1607[04:12:54] [Server thread/INFO]: [Quests] 5 Quest(s) loaded.
1608[04:12:54] [Server thread/INFO]: [Quests] 7 Event(s) loaded.
1609[04:12:54] [Server thread/INFO]: [Quests] 963 Phrase(s) loaded.
1610[04:12:59] [Head Conversion Thread - 2/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@794fa5a1[id=305a983f-db1b-472b-a401-0bc4faf67e62,name=mattia87,properties={},legacy=false]
1611com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
1612 at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[patched.jar:git-PaperSpigot-"4c7641d"]
1613 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [patched.jar:git-PaperSpigot-"4c7641d"]
1614 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:168) [patched.jar:git-PaperSpigot-"4c7641d"]
1615 at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(TileEntitySkull.java:70) [patched.jar:git-PaperSpigot-"4c7641d"]
1616 at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(TileEntitySkull.java:1) [patched.jar:git-PaperSpigot-"4c7641d"]
1617 at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [patched.jar:git-PaperSpigot-"4c7641d"]
1618 at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [patched.jar:git-PaperSpigot-"4c7641d"]
1619 at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [patched.jar:git-PaperSpigot-"4c7641d"]
1620 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [patched.jar:git-PaperSpigot-"4c7641d"]
1621 at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [patched.jar:git-PaperSpigot-"4c7641d"]
1622 at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [patched.jar:git-PaperSpigot-"4c7641d"]
1623 at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [patched.jar:git-PaperSpigot-"4c7641d"]
1624 at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [patched.jar:git-PaperSpigot-"4c7641d"]
1625 at net.minecraft.server.v1_8_R3.TileEntitySkull$3.run(TileEntitySkull.java:172) [patched.jar:git-PaperSpigot-"4c7641d"]
1626 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
1627 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
1628 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
1629[04:13:03] [Head Conversion Thread - 0/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@b1f3953[id=9e34470b-afc3-47af-8b23-8a7790954c60,name=Gimmy_,properties={},legacy=false]
1630com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
1631 at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[patched.jar:git-PaperSpigot-"4c7641d"]
1632 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [patched.jar:git-PaperSpigot-"4c7641d"]
1633 at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:168) [patched.jar:git-PaperSpigot-"4c7641d"]
1634 at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(TileEntitySkull.java:70) [patched.jar:git-PaperSpigot-"4c7641d"]
1635 at net.minecraft.server.v1_8_R3.TileEntitySkull$1.load(TileEntitySkull.java:1) [patched.jar:git-PaperSpigot-"4c7641d"]
1636 at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [patched.jar:git-PaperSpigot-"4c7641d"]
1637 at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [patched.jar:git-PaperSpigot-"4c7641d"]
1638 at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [patched.jar:git-PaperSpigot-"4c7641d"]
1639 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [patched.jar:git-PaperSpigot-"4c7641d"]
1640 at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [patched.jar:git-PaperSpigot-"4c7641d"]
1641 at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [patched.jar:git-PaperSpigot-"4c7641d"]
1642 at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [patched.jar:git-PaperSpigot-"4c7641d"]
1643 at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [patched.jar:git-PaperSpigot-"4c7641d"]
1644 at net.minecraft.server.v1_8_R3.TileEntitySkull$3.run(TileEntitySkull.java:172) [patched.jar:git-PaperSpigot-"4c7641d"]
1645 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
1646 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
1647 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
1648[04:13:09] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
1649[04:13:20] [Server thread/INFO]: Turned off the whitelist
1650[04:13:20] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetching all due players...
1651[04:13:22] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetched due players (22 found).