· 9 years ago · Dec 19, 2016, 02:46 PM
1 Craftbook config
2
3# CraftBook Configuration for Bukkit. Generated for version: 3.9-SNAPSHOT
4# This configuration will automatically add new configuration options for you,
5# So there is no need to regenerate this configuration unless you need to.
6# More information about these features are available at...
7# http://wiki.sk89q.com/wiki/CraftBook/Usage
8#
9# NOTE! NOTHING IS ENABLED BY DEFAULT! ENABLE FEATURES TO USE THEM!
10
11
12# List of mechanics to enable! If they aren't in this list, the server won't load them!
13enabled-mechanics:
14- Variables
15- SignCopier
16- Chairs
17- Bridge
18- Elevator
19- Gate
20- HeadDrops
21- HiddenSwitch
22- PaintingSwitcher
23
24# A list of CraftBook mechanics that are disabled, for easy copy/pastability to the enabled list.
25disabled-mechanics:
26- AI
27- Ammeter
28- BetterLeads
29- BetterPhysics
30- BetterPistons
31- BetterPlants
32- BoatDecay
33- BoatDrops
34- BoatExitRemover
35- BoatRemoveEntities
36- BoatSpeedModifiers
37- BoatUncrashable
38- BoatWaterPlaceOnly
39- Bookcase
40- BounceBlocks
41- Cauldron
42- ChunkAnchor
43- CommandItems
44- CommandSigns
45- CookingPot
46- CustomCrafting
47- CustomDrops
48- DispenserRecipes
49- Door
50- Footprints
51- Glowstone
52- ICs
53- JackOLantern
54- Jukebox
55- LandBoats
56- LegacyCauldron
57- LegacyCustomDrops
58- LightStone
59- LightSwitch
60- MapChanger
61- Marquee
62- MinecartBooster
63- MinecartCollisionEntry
64- MinecartConstantSpeed
65- MinecartDecay
66- MinecartDeposit
67- MinecartDispenser
68- MinecartEjector
69- MinecartElevator
70- MinecartEmptySlowdown
71- MinecartExitRemover
72- MinecartFallModifier
73- MinecartItemPickup
74- MinecartMaxSpeed
75- MinecartMessenger
76- MinecartMobBlocker
77- MinecartMoreRails
78- MinecartNoCollide
79- MinecartPlaceAnywhere
80- MinecartRailPlacer
81- MinecartRemoveEntities
82- MinecartReverser
83- MinecartSorter
84- MinecartSpeedModifiers
85- MinecartStation
86- MinecartTeleporter
87- MinecartTemporaryCart
88- MinecartVisionSteering
89- Netherrack
90- Pay
91- Pipes
92- Snow
93- Sponge
94- Teleporter
95- ToggleArea
96- TreeLopper
97- XPStorer
98
99# WARNING! Changing this can result in all ST mechanics acting very weirdly, only change this if you know what you are doing!
100st-think-ticks: 2
101
102# Enables the update notifier. This checks for updates on start, and notifies anyone with the permission when they join. They can then use /cb update to download the update.
103notify-updates: true
104
105# Causes many mechanics to require sufficient blocks to function, for example gates, bridges and doors.
106safe-destruction: true
107
108# If on, OP's will not default to have access to everything.
109no-op-permissions: false
110
111# Allows redstone not directly facing a mechanism to trigger said mechanism.
112indirect-redstone: false
113
114# Rounds all distance equations to the block grid.
115use-block-distance: false
116
117# Checks to see if WorldGuard allows building/using in the area when activating mechanics.
118check-worldguard-flags: true
119
120# Use advanced methods to detect if a player can build or not. Use this if you use region protections other than WorldGuard, or experience issues with WorldGuard protection. This can add extra entries to Block Logging plugins when a mechanic is broken/placed.
121advanced-block-checks: true
122
123# In conjunction with advanced-block-checks, this option adds a few extra checks if you are experiencing compatibility issues with certain plugins that stop breaks/places/interacts.
124pedantic-block-checks: false
125
126# Make sure a player can only press signs so often.
127sign-click-timeout: 10
128
129# The default language for CraftBook. Note: This language needs to be in the 'languages' field for this to work.
130language: en_US
131
132# A list of languages supported by craftbook, if a user requests a language not listed... They will see default.
133languages:
134- en_US
135
136# If enabled, CraftBook will scan messages sent to players for localizable text, instead of just checking if the entire message is localizable.
137scan-text-for-localization: false
138
139# Enable a mode that will print extra debug information to the console.
140debug-mode: false
141
142# Enable certain debug types when debug mode is enabled.
143debug-flags: []
144
145# Enables random easter eggs. Can be from console messages on startup for a special occasion, to funny little effects with IC's and other mechanics (Always harmless, won't mess anything up)
146easter-eggs: true
147
148# Random numbers are much more random, with a small cost to CPU usage.
149realistic-randoms: false
150
151# Show messages when a player does not have permission to do something.
152show-permission-messages: true
153
154# PersistentStorage stores data that can be accessed across server restart. Method of PersistentStorage storage (Note: DUMMY is practically off, and may cause issues). Can currently be any of the following: YAML, DUMMY, SQLite
155persistent-storage-type: YAML
156
157# Causes mechanics to attempt to convert names to use CBIDs. This can and should be disabled after you believe your servers transition to UUIDs v Names is complete.
158convert-names-to-cbids: true
159
160# Causes all debug mode output to be logged into a file. This file is reset every startup (And every /cb reload).
161debug-mode-file-logging: false
162
163
164Startup logs
165
166[09:34:03] [Server thread/INFO]: Starting minecraft server version 1.11
167[09:34:03] [Server thread/INFO]: Loading properties
168[09:34:03] [Server thread/INFO]: Default game type: SURVIVAL
169[09:34:03] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-aad97c4-4602331 (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
170[09:34:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
171[09:34:03] [Server thread/INFO]: Using 4 threads for Netty based IO
172[09:34:03] [Server thread/INFO]: Debug logging is disabled
173[09:34:03] [Server thread/INFO]: Generating keypair
174[09:34:03] [Server thread/INFO]: Starting Minecraft server on *:25565
175[09:34:03] [Server thread/INFO]: Using epoll channel type
176[09:34:04] [Server thread/ERROR]: Could not load 'plugins/BarAPI.jar' in folder 'plugins'
177org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
178 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot.jar:git-Spigot-aad97c4-4602331]
179 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-aad97c4-4602331]
180 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:300) [spigot.jar:git-Spigot-aad97c4-4602331]
181 at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-aad97c4-4602331]
182 at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542) [spigot.jar:git-Spigot-aad97c4-4602331]
183 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
184Caused by: java.util.zip.ZipException: error in opening zip file
185 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_77]
186 at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_77]
187 at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_77]
188 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_77]
189 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_77]
190 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot.jar:git-Spigot-aad97c4-4602331]
191 ... 5 more
192[09:34:04] [Server thread/WARN]: Plugin `Give_All v0.1' uses the space-character (0x20) in its name `Give All' - this is discouraged
193[09:34:04] [Server thread/INFO]: Set PluginClassLoader as parallel capable
194[09:34:05] [Server thread/INFO]: [RelaBackpacks] Loading RelaBackpacks v1.2
195[09:34:05] [Server thread/INFO]: [EasyElevators] Loading EasyElevators v1.2.2
196[09:34:05] [Server thread/INFO]: [Appleseed] Loading Appleseed v0.7.6-b26
197[09:34:05] [Server thread/INFO]: [Give_All] Loading Give_All v0.1
198[09:34:05] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
199[09:34:05] [Server thread/INFO]: [TokenEconomy] Loading TokenEconomy v3.7b
200[09:34:05] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
201[09:34:05] [Server thread/INFO]: [AntiWorldFly] Loading AntiWorldFly v2.2.1
202[09:34:05] [Server thread/INFO]: [OreGenerator] Loading OreGenerator v2.4
203[09:34:05] [Server thread/INFO]: [CakeClicker] Loading CakeClicker v2.6
204[09:34:05] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
205[09:34:05] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.4
206[09:34:05] [Server thread/INFO]: [ZombieApocalypse] Loading ZombieApocalypse v1.5.1
207[09:34:05] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.1
208[09:34:05] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.1 is now loaded, injecting!
209[09:34:05] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.9-vk-0.1
210[09:34:05] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
211[09:34:05] [Server thread/INFO]: [AltsRevealer] Loading AltsRevealer v1.4.1
212[09:34:05] [Server thread/INFO]: [LiquidTanks] Loading LiquidTanks v1.4.5
213[09:34:05] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.0.5
214[09:34:05] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.5
215[09:34:05] [Server thread/INFO]: [RelaAutoBroadcast] Loading RelaAutoBroadcast v1.7
216[09:34:05] [Server thread/INFO]: [ChopTreeW] Loading ChopTreeW v1.8
217[09:34:05] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.4
218[09:34:05] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
219[09:34:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0
220[09:34:05] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.11.0) has not yet been tested! Proceed with caution.
221[09:34:05] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1029
222[09:34:05] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
223[09:34:05] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
224[09:34:05] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.11
225[09:34:05] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.2.2
226[09:34:05] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v16.12.15-812816e-435-9.20.0
227[09:34:05] [Server thread/INFO]: [Stargate] Loading Stargate v0.8.1
228[09:34:05] [Server thread/INFO]: [XeXP] Loading XeXP v1.8.1
229[09:34:05] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
230[09:34:05] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
231[09:34:05] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
232[09:34:05] [Server thread/INFO]: [SQLibrary] Loading SQLibrary v7.1
233[09:34:05] [Server thread/INFO]: [SignEditor] Loading SignEditor v1.10.2
234[09:34:05] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.07
235[09:34:05] [Server thread/INFO]: [xJump] Loading xJump v1.1
236[09:34:05] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
237[09:34:05] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.2
238[09:34:05] [Server thread/INFO]: [CR] Loading CubeRunner v2.5.2
239[09:34:05] [Server thread/INFO]: [Herochat] Loading Herochat v5.6.7-SNAPSHOT
240[09:34:05] [Server thread/INFO]: [TokenShop] Loading TokenShop v3.7b
241[09:34:05] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v1.9.0
242[09:34:05] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v3.4
243[09:34:05] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
244[09:34:05] [Server thread/INFO]: [ReportRTS] Loading ReportRTS v2.0.1
245[09:34:05] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.4.1
246[09:34:05] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
247[09:34:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
248[09:34:05] [Server thread/INFO]: [CityWorld] Loading CityWorld v3.016
249[09:34:05] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v2.3.2
250[09:34:05] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.27
251[09:34:05] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.21-SNAPSHOT (build 1455)
252[09:34:05] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v5.8.4
253[09:34:05] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.1-SNAPSHOT (build #274)
254[09:34:05] [Server thread/INFO]: [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/maincraft...
255[09:34:05] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
256[09:34:06] [Server thread/WARN]: Mon Dec 19 09:34:06 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
257[09:34:06] [Hikari connection filler (pool LogBlock-Connection-Pool)/WARN]: Mon Dec 19 09:34:06 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
258[09:34:06] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0
259[09:34:06] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
260[09:34:06] [Server thread/INFO]: [MoreFish] Loading MoreFish v2.0.0
261[09:34:06] [Server thread/INFO]: [ChessCraft] Loading ChessCraft v3.0
262[09:34:06] [Server thread/INFO]: [HyperDrive] Loading HyperDrive v3.4.3.1
263[09:34:06] [Server thread/INFO]: [PreciousStones] Loading PreciousStones v10.4.3
264[09:34:06] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
265[09:34:06] [Server thread/INFO]: [Sentinel] Loading Sentinel v1.0 (build 90)
266[09:34:06] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v12.3
267[09:34:06] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.9-SNAPSHOT
268[09:34:06] [Server thread/INFO]: [ChestShop] Loading ChestShop v4.0-r5
269[09:34:06] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.3
270[09:34:06] [Server thread/INFO]: [TheLab] Loading TheLab v1.18
271[09:34:06] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.4.0
272[09:34:06] [Server thread/INFO]: [TNTRun] Loading TNTRun vBeta-1.1.2
273[09:34:06] [Server thread/INFO]: [ProQuests] Loading ProQuests v1.5.0.9.1
274[09:34:06] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
275[09:34:06] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0
276[09:34:06] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
277[09:34:06] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v16.12.15-812816e-435-9.20.0
278[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m ====== ZSTD COMPRESSION BINDING NOT FOUND ======[m
279[09:34:07] [Server thread/WARN]: java.lang.UnsatisfiedLinkError: /tmp/libzstd5356016875733001289.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/libzstd5356016875733001289.so)
280[09:34:07] [Server thread/WARN]: at java.lang.ClassLoader$NativeLibrary.load(Native Method)
281[09:34:07] [Server thread/WARN]: at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
282[09:34:07] [Server thread/WARN]: at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
283[09:34:07] [Server thread/WARN]: at java.lang.Runtime.load0(Runtime.java:809)
284[09:34:07] [Server thread/WARN]: at java.lang.System.load(System.java:1086)
285[09:34:07] [Server thread/WARN]: at com.github.luben.zstd.util.Native.load(Native.java:78)
286[09:34:07] [Server thread/WARN]: at com.boydti.fawe.Fawe.setupInjector(Fawe.java:467)
287[09:34:07] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.setupInjector(FaweBukkit.java:91)
288[09:34:07] [Server thread/WARN]: at com.boydti.fawe.bukkit.FaweBukkit.<init>(FaweBukkit.java:68)
289[09:34:07] [Server thread/WARN]: at com.boydti.fawe.bukkit.BukkitMain.onEnable(BukkitMain.java:63)
290[09:34:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
291[09:34:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
292[09:34:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
293[09:34:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:375)
294[09:34:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:325)
295[09:34:07] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:205)
296[09:34:07] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542)
297[09:34:07] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
298[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m ===============================================[m
299[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m FAWE will still work, but some things may be slower[m
300[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - Try updating your JVM / OS[m
301[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - Report this issue if you cannot resolve it[m
302[09:34:07] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m ===============================================[m
303[09:34:07] [Server thread/INFO]: ====== USE PAPER ======[m
304[09:34:07] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[m
305[09:34:07] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[m
306[09:34:07] [Server thread/INFO]: - This is only a recommendation[m
307[09:34:07] [Server thread/INFO]: ==============================[m
308[09:34:07] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.07
309[09:34:07] [Server thread/WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
310[09:34:07] [Server thread/WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
311[09:34:07] [Server thread/WARN]: Mon Dec 19 09:34:07 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
312[09:34:07] [Server thread/INFO]: [mcMMO] Killing orphans
313[09:34:07] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
314[09:34:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
315[09:34:07] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
316[09:34:07] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
317[09:34:07] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
318[09:34:07] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
319[09:34:07] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
320[09:34:07] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
321[09:34:07] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
322[09:34:07] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
323[09:34:08] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
324[09:34:08] [Server thread/INFO]: [LWC] Connecting to MySQL
325[09:34:08] [Server thread/WARN]: Mon Dec 19 09:34:08 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
326[09:34:08] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.4.1
327[09:34:08] [Server thread/WARN]: [ASkyBlock] ***********************************************************
328[09:34:08] [Server thread/WARN]: [ASkyBlock] Config file is out of date. See config.new.yml for updates!
329[09:34:08] [Server thread/WARN]: [ASkyBlock] config.yml version is '3.0.3'
330[09:34:08] [Server thread/WARN]: [ASkyBlock] Latest config version is '3.0.4'
331[09:34:08] [Server thread/WARN]: [ASkyBlock] ***********************************************************
332[09:34:08] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
333[09:34:08] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
334[09:34:08] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
335[09:34:08] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
336[09:34:08] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
337[09:34:08] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
338[09:34:08] [Server thread/INFO]: [CityWorld] Enabling CityWorld v3.016
339[09:34:08] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0
340[09:34:08] [Server thread/WARN]: Mon Dec 19 09:34:08 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
341[09:34:09] [Server thread/INFO]: [0;35;1mPlease enable metrics for PlotSquared. Using metrics improves plugin stability, performance, and features. Bug fixes and new features are influenced on metrics.[m
342[09:34:09] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
343[09:34:09] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
344[09:34:09] [Server thread/INFO]: [0;35;1mPlease enable metrics for PlotSquared. Using metrics improves plugin stability, performance, and features. Bug fixes and new features are influenced on metrics.[m
345[09:34:09] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
346[09:34:09] [Server thread/INFO]: Preparing level "world"
347[09:34:09] [Server thread/INFO]: -------- World Settings For [world] --------
348[09:34:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
349[09:34:09] [Server thread/INFO]: Max TNT Explosions: 100
350[09:34:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
351[09:34:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
352[09:34:09] [Server thread/INFO]: Cane Growth Modifier: 100%
353[09:34:09] [Server thread/INFO]: Melon Growth Modifier: 100%
354[09:34:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
355[09:34:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
356[09:34:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
357[09:34:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
358[09:34:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
359[09:34:09] [Server thread/INFO]: Vine Growth Modifier: 100%
360[09:34:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
361[09:34:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
362[09:34:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
363[09:34:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
364[09:34:09] [Server thread/INFO]: Random Lighting Updates: false
365[09:34:09] [Server thread/INFO]: Structure Info Saving: true
366[09:34:09] [Server thread/INFO]: Mob Spawn Range: 4
367[09:34:09] [Server thread/INFO]: Item Despawn Rate: 6000
368[09:34:09] [Server thread/INFO]: Item Merge Radius: 2.5
369[09:34:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
370[09:34:09] [Server thread/INFO]: View Distance: 10
371[09:34:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
372[09:34:09] [Server thread/INFO]: Experience Merge Radius: 3.0
373[09:34:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
374[09:34:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
375[09:34:09] [Server thread/INFO]: -------- World Settings For [world_nether] --------
376[09:34:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
377[09:34:09] [Server thread/INFO]: Max TNT Explosions: 100
378[09:34:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
379[09:34:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
380[09:34:09] [Server thread/INFO]: Cane Growth Modifier: 100%
381[09:34:09] [Server thread/INFO]: Melon Growth Modifier: 100%
382[09:34:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
383[09:34:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
384[09:34:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
385[09:34:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
386[09:34:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
387[09:34:09] [Server thread/INFO]: Vine Growth Modifier: 100%
388[09:34:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
389[09:34:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
390[09:34:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
391[09:34:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
392[09:34:09] [Server thread/INFO]: Random Lighting Updates: false
393[09:34:09] [Server thread/INFO]: Structure Info Saving: true
394[09:34:09] [Server thread/INFO]: Mob Spawn Range: 4
395[09:34:09] [Server thread/INFO]: Item Despawn Rate: 6000
396[09:34:09] [Server thread/INFO]: Item Merge Radius: 2.5
397[09:34:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
398[09:34:09] [Server thread/INFO]: View Distance: 10
399[09:34:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
400[09:34:09] [Server thread/INFO]: Experience Merge Radius: 3.0
401[09:34:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
402[09:34:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
403[09:34:09] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
404[09:34:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
405[09:34:09] [Server thread/INFO]: Max TNT Explosions: 100
406[09:34:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
407[09:34:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
408[09:34:09] [Server thread/INFO]: Cane Growth Modifier: 100%
409[09:34:09] [Server thread/INFO]: Melon Growth Modifier: 100%
410[09:34:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
411[09:34:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
412[09:34:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
413[09:34:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
414[09:34:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
415[09:34:09] [Server thread/INFO]: Vine Growth Modifier: 100%
416[09:34:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
417[09:34:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
418[09:34:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
419[09:34:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
420[09:34:09] [Server thread/INFO]: Random Lighting Updates: false
421[09:34:09] [Server thread/INFO]: Structure Info Saving: true
422[09:34:09] [Server thread/INFO]: Mob Spawn Range: 4
423[09:34:09] [Server thread/INFO]: Item Despawn Rate: 6000
424[09:34:09] [Server thread/INFO]: Item Merge Radius: 2.5
425[09:34:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
426[09:34:09] [Server thread/INFO]: View Distance: 10
427[09:34:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
428[09:34:09] [Server thread/INFO]: Experience Merge Radius: 3.0
429[09:34:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
430[09:34:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
431[09:34:09] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2074128609)
432[09:34:10] [Server thread/INFO]: Preparing spawn area: 8%
433[09:34:11] [Server thread/INFO]: Preparing spawn area: 67%
434[09:34:12] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1386150437)
435[09:34:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1386150437)
436[09:34:12] [Server thread/INFO]: [RelaBackpacks] Enabling RelaBackpacks v1.2
437[09:34:12] [Server thread/INFO]: [EasyElevators] Enabling EasyElevators v1.2.2
438[09:34:12] [Server thread/INFO]: [Appleseed] Enabling Appleseed v0.7.6-b26
439[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: ShowErrorsInClient=true
440[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: DropInterval=60 seconds
441[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: MaxUncollectedItems=6
442[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: WandItem=wood_hoe
443[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: FertilizerItem=bone_meal
444[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: MinimumTreeDistance=disabled
445[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: SignTag=Appleseed
446[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: TreeTypes=(baked_potato,golden_apple,lapis_block,cake,cocoa_beans,cookie,cooked_beef,emerald,obsidian,gold_ingot,apple,iron_ingot,glowstone,diamond)
447[09:34:13] [Server thread/INFO]: [Appleseed] WorldGuard 6.1.3-SNAPSHOT;c904242 found.
448[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: 118 trees loaded in world world.
449[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world world_nether.
450[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world world_the_end.
451[09:34:13] [Server thread/INFO]: [Appleseed] Appleseed version 0.7.6-b26 is enabled!
452[09:34:13] [Server thread/INFO]: [Give_All] Enabling Give_All v0.1
453[09:34:13] [Server thread/INFO]: [Give_All] Give All has been enabled
454[09:34:13] [Server thread/INFO]: [TokenEconomy] Enabling TokenEconomy v3.7b
455[09:34:13] [Server thread/WARN]: Mon Dec 19 09:34:13 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
456[09:34:13] [Server thread/INFO]: ====[Token Plugins]====
457[09:34:13] [Server thread/INFO]: == Successfully enabled TokenEco plugin (v: 3.7b by Fight_Or_Die) ==
458[09:34:13] [Server thread/INFO]: ====[Token Plugins]====
459[09:34:13] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
460[09:34:13] [Server thread/INFO]: [AntiWorldFly] Enabling AntiWorldFly v2.2.1
461[09:34:13] [Server thread/INFO]: [AntiWorldFly] Registering listeners...
462[09:34:13] [Server thread/INFO]: [AntiWorldFly] Backing up and loading configuration files...
463[09:34:13] [Thread-12/INFO]: [AntiWorldFly] Checking for plugin update...
464[09:34:13] [Server thread/INFO]: [AntiWorldFly] Plugin successfully enabled and ready to run! Took 18ms.
465[09:34:13] [Server thread/INFO]: [OreGenerator] Enabling OreGenerator v2.4
466[09:34:13] [Server thread/INFO]: [CakeClicker] Enabling CakeClicker v2.6
467[09:34:13] [Server thread/WARN]: Mon Dec 19 09:34:13 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
468[09:34:13] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
469[09:34:13] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
470[09:34:13] [Server thread/INFO]: [ChatReaction] 215 words loaded!
471[09:34:13] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
472[09:34:13] [Server thread/WARN]: Mon Dec 19 09:34:13 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
473[09:34:13] [Server thread/INFO]: ---------------------------
474[09:34:13] [Server thread/INFO]: ChatReaction Updater
475[09:34:13] [Server thread/INFO]:
476[09:34:13] [Server thread/INFO]: You are running 1.6.2
477[09:34:13] [Server thread/INFO]: The latest version
478[09:34:13] [Server thread/INFO]: of ChatReaction!
479[09:34:13] [Server thread/INFO]:
480[09:34:13] [Server thread/INFO]: ---------------------------
481[09:34:13] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.4
482[09:34:14] [Server thread/INFO]:
483[09:34:14] [Server thread/INFO]: === Super Trails ===
484[09:34:14] [Server thread/INFO]: SuperTrails 9.6.4 for MC 1.11 enabled
485[09:34:14] [Server thread/INFO]: Thank you for using !
486[09:34:14] [Server thread/INFO]: =====================
487[09:34:14] [Server thread/INFO]:
488[09:34:14] [Server thread/INFO]: [ZombieApocalypse] Enabling ZombieApocalypse v1.5.1
489[09:34:14] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.1
490[09:34:14] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.9-vk-0.1
491[09:34:14] [Server thread/INFO]: [OpenInv] [Config] Update not required.
492[09:34:14] [Server thread/INFO]: [OpenInv] [Config] Update not required.
493[09:34:14] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
494[09:34:14] [Server thread/INFO]: Bukkit version format changed. Version not checked.
495[09:34:14] [Server thread/INFO]: git-Spigot-aad97c4-4602331 (MC: 1.11)
496[09:34:14] [Server thread/INFO]: 1.11-R0.1-SNAPSHOT
497[09:34:14] [Server thread/INFO]: Using locale en_US
498[09:34:14] [Server thread/INFO]: Using locale en_US
499[09:34:14] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
500[09:34:14] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
501[09:34:14] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
502[09:34:14] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy version: 1.5.6-b49)
503[09:34:14] [Server thread/INFO]: [AltsRevealer] Enabling AltsRevealer v1.4.1
504[09:34:14] [Server thread/INFO]: [0;37;22m[[0;33;1mAltsRevealer[0;37;22m] [m[0;33;1mAltsRevealer [0;32;1mv1.4.1 by NonameSLdev has been enabled![m
505[09:34:14] [Server thread/INFO]: [LiquidTanks] Enabling LiquidTanks v1.4.5
506[09:34:14] [Server thread/INFO]: [LiquidTanks] Made by the Arax Group
507[09:34:14] [Server thread/INFO]: [LiquidTanks] Tank database found, loading all the tanks!
508[09:34:14] [Server thread/INFO]: [LiquidTanks] Loaded 1 Liquid tanks!
509[09:34:14] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.0.5
510[09:34:14] [Server thread/WARN]: Mon Dec 19 09:34:14 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
511[09:34:14] [Server thread/INFO]:
512
513[]=====[Enabling AdvancedBan]=====[]
514| Information:
515| Name: AdvancedBan
516| Developer: Leoko
517| Version: 2.0.5
518| MySQL: true
519| Support:
520| Skype: Leoko33
521| Mail: Leoko4433@gmail.com
522| Update:
523| You have the newest version
524[]================================[]
525
526[09:34:14] [Server thread/INFO]: [AdvancedBan] MC-Stats >> Connected
527[09:34:14] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.5
528[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
529[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
530[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 50000 at X: -0.5 Z: -0.5
531[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 30000 at X: 0.7 Z: 2.7
532[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 20000 at X: 0.5 Z: 0.5
533[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Gotham" has border radius 8000 at X: 306.8 Z: 1143.6
534[09:34:15] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Extreme" has border radius 60000 at X: -35648.5 Z: 55563.9
535[09:34:15] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 1694.0 Y: 42.0 Z: 1132.0
536[09:34:15] [Server thread/INFO]: [RelaAutoBroadcast] Enabling RelaAutoBroadcast v1.7
537[09:34:15] [Server thread/INFO]: [ChopTreeW] Enabling ChopTreeW v1.8
538[09:34:15] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.4
539[09:34:15] [Server thread/INFO]: [BuycraftX] Validating your server key...
540[09:34:16] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
541[09:34:16] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
542[09:34:16] [Server thread/INFO]: [Votifier] Votifier enabled.
543[09:34:16] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.0-SNAPSHOT-sMD5NET-b1029
544[09:34:16] [Server thread/WARN]: [NoCheatPlus] The Minecraft version seems to be more recent than the one Compat-CB-Reflect has been built with - this might work, but there could be incompatibilities.
545[09:34:16] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.5-1.10|? / CB-Reflect
546[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
547[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
548[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
549[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
550[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
551[09:34:16] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
552[09:34:16] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
553[09:34:16] [Server thread/WARN]: [NoCheatPlus] Packet level access via ProtocolLib not available, supported configurations: | ProtocolLib 4.1 or later for Minecraft 1.8.x to 1.10.x | ProtocolLib 3.7.0 for Minecraft 1.7.x and earlier | ProtocolLib 3.6.6 for PaperSpigot 1.8.x
554[09:34:17] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
555[09:34:17] [Server thread/INFO]: [NoCheatPlus] Version 3.15.0-SNAPSHOT-sMD5NET-b1029 is enabled.
556[09:34:17] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.2.2
557[09:34:17] [Server thread/INFO]: [LibsDisguises] Discovered MC version: v1_11_R1
558[09:34:17] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
559[09:34:17] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
560[09:34:17] [Server thread/INFO]: [Stargate] Enabling Stargate v0.8.1
561[09:34:17] [Server thread/INFO]: Stargate v.0.8.1 is enabled.
562[09:34:17] [Server thread/INFO]: [Stargate] Loaded 9 gate layouts
563[09:34:17] [Server thread/INFO]: [Stargate] {world} Loaded 6 stargates with 0 set as always-on
564[09:34:17] [Server thread/INFO]: [Stargate] {world_nether} Loaded 1 stargates with 2 set as always-on
565[09:34:17] [Server thread/INFO]: [Stargate] {world_the_end} Loaded 1 stargates with 4 set as always-on
566[09:34:17] [Server thread/INFO]: [XeXP] Enabling XeXP v1.8.1
567[09:34:17] [Server thread/INFO]: [XeXP] Enabled!
568[09:34:17] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
569[09:34:17] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
570[09:34:17] [Server thread/INFO]: [PermissionsEx] Initializing file backend
571[09:34:17] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
572[09:34:17] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
573[09:34:17] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
574[09:34:17] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
575[09:34:17] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
576[09:34:17] [Server thread/WARN]: Mon Dec 19 09:34:17 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
577[09:34:17] [Server thread/INFO]: [iConomy - April Fools] Enabled (37 ms)
578[09:34:17] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
579[09:34:17] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
580[09:34:17] [Server thread/INFO]: [SQLibrary] Enabling SQLibrary v7.1
581[09:34:17] [Server thread/INFO]: SQLibrary loaded.
582[09:34:17] [Server thread/INFO]: [SignEditor] Enabling SignEditor v1.10.2
583[09:34:17] [Server thread/INFO]: [SignEditor] SignEditor has been enabled!
584[09:34:17] [Server thread/INFO]: [xJump] Enabling xJump v1.1
585[09:34:17] [Thread-17/INFO]: [iConomy - April Fools] Purged accounts with default balance.
586[09:34:17] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.2
587[09:34:17] [Thread-18/WARN]: Mon Dec 19 09:34:17 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
588[09:34:17] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Enabled
589[09:34:18] [Server thread/INFO]: [CR] Enabling CubeRunner v2.5.2
590[09:34:18] [Server thread/WARN]: Mon Dec 19 09:34:18 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
591[09:34:18] [Server thread/INFO]: [CR] CubeRunner has been enabled (v2.5.2)
592[09:34:18] [Server thread/INFO]: [Herochat] Enabling Herochat v5.6.7-SNAPSHOT
593[09:34:18] [Server thread/INFO]: [Herochat] Saving channels
594[09:34:18] [Server thread/INFO]: [Herochat] Save complete
595[09:34:18] [Server thread/INFO]: [Herochat] Version 5.6.7-SNAPSHOT is enabled.
596[09:34:18] [Server thread/INFO]: [TokenShop] Enabling TokenShop v3.7b
597[09:34:18] [Server thread/INFO]: ====[Token Plugins]====
598[09:34:18] [Server thread/INFO]: == Successfully enabled TokenMenu plugin (v: 3.7b by Fight_Or_Die) ==
599[09:34:18] [Server thread/INFO]: ====[Token Plugins]====
600[09:34:18] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v1.9.0
601[09:34:18] [Server thread/INFO]: [PerWorldInventory] Registering listeners...
602[09:34:18] [Server thread/INFO]: [PerWorldInventory] Listeners registered!
603[09:34:18] [Server thread/INFO]: [PerWorldInventory] Registering commands...
604[09:34:18] [Server thread/INFO]: [PerWorldInventory] Commands registered!
605[09:34:18] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
606[09:34:18] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
607[09:34:18] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v3.4
608[09:34:18] [Server thread/INFO]: [KillerMoney] Locale: "en" | Locale file: en_locale.yml
609[09:34:18] [Server thread/INFO]: [KillerMoney] Metrics initialized
610[09:34:18] [Server thread/INFO]: [ReportRTS] Enabling ReportRTS v2.0.1
611[09:34:18] [Server thread/WARN]: Mon Dec 19 09:34:18 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
612[09:34:18] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
613[09:34:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
614[09:34:18] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
615[09:34:18] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
616[09:34:18] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v2.3.2
617[09:34:18] [Server thread/INFO]: [HeadDatabase] Made by Arcaniax and Headaxe
618[09:34:18] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
619[09:34:20] [Server thread/INFO]: [HeadDatabase] Sorting 1707 heads into their catagories!
620[09:34:20] [Server thread/INFO]: [HeadDatabase] All Heads have been sorted!
621[09:34:20] [Server thread/INFO]: [HeadDatabase] Head Database has been enabled
622[09:34:20] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.27
623[09:34:20] [Server thread/INFO]: [CrateReloaded] org.bukkit.craftbukkit.v1_11_R1
624[09:34:20] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.21-SNAPSHOT (build 1455)
625[09:34:20] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v5.8.4
626[09:34:20] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.1-SNAPSHOT (build #274)
627[09:34:20] [Server thread/INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
628[09:34:20] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
629[09:34:21] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is blocked.
630[09:34:21] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
631[09:34:21] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
632[09:34:21] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
633[09:34:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
634[09:34:21] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is blocked.
635[09:34:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
636[09:34:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
637[09:34:21] [Server thread/INFO]: [WorldGuard] (world_nether) All fire spread is disabled.
638[09:34:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
639[09:34:21] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is blocked.
640[09:34:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
641[09:34:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
642[09:34:21] [Server thread/INFO]: [WorldGuard] (world_the_end) All fire spread is disabled.
643[09:34:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
644[09:34:21] [Server thread/INFO]: [WorldGuard] Loading region data...
645[09:34:21] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://localhost/maincraft?autoReconnect=true&useSSL=false (MySQL 5.7)
646[09:34:21] [Server thread/INFO]: [WorldGuard] Current version of schema `maincraft`: 2
647[09:34:21] [Server thread/INFO]: [WorldGuard] Schema `maincraft` is up to date. No migration necessary.
648[09:34:21] [Server thread/INFO]: [MoreFish] Enabling MoreFish v2.0.0
649[09:34:21] [Server thread/INFO]: [0;31;1m[MoreFish] Your lang_en.yml is too old! Please make it up-to-date.[m
650[09:34:21] [Server thread/INFO]: [0;31;1m[MoreFish] Your fish_en.yml is too old! Please make it up-to-date.[m
651[09:34:21] [Server thread/INFO]: [0;31;1m[MoreFish] Your config.yml is too old! Please make it up-to-date.[m
652[09:34:21] [Server thread/INFO]: [MoreFish] Loaded 156 fish successfully.
653[09:34:21] [Server thread/INFO]: [MoreFish] Found Vault for economy support.
654[09:34:21] [Server thread/INFO]: [MoreFish] Found Citizens for Fish Shop Trait.
655[09:34:21] [Server thread/INFO]: [MoreFish] Plugin has been enabled!
656[09:34:21] [Server thread/INFO]: [ChessCraft] Enabling ChessCraft v3.0
657[09:34:22] [Server thread/INFO]: [HyperDrive] Enabling HyperDrive v3.4.3.1
658[09:34:22] [Server thread/INFO]: [PreciousStones] Enabling PreciousStones v10.4.3
659[09:34:22] [Server thread/INFO]: [PreciousStones] Version 10.4.3 loaded
660[09:34:23] [Server thread/WARN]: Mon Dec 19 09:34:23 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
661[09:34:23] [Server thread/INFO]: [PreciousStones] MySQL Connection successful
662[09:34:23] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
663[09:34:24] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
664[09:34:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
665[09:34:24] [Server thread/INFO]: Max TNT Explosions: 100
666[09:34:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
667[09:34:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
668[09:34:24] [Server thread/INFO]: Cane Growth Modifier: 100%
669[09:34:24] [Server thread/INFO]: Melon Growth Modifier: 100%
670[09:34:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
671[09:34:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
672[09:34:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
673[09:34:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
674[09:34:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
675[09:34:24] [Server thread/INFO]: Vine Growth Modifier: 100%
676[09:34:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
677[09:34:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
678[09:34:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
679[09:34:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
680[09:34:24] [Server thread/INFO]: Random Lighting Updates: false
681[09:34:24] [Server thread/INFO]: Structure Info Saving: true
682[09:34:24] [Server thread/INFO]: Mob Spawn Range: 4
683[09:34:24] [Server thread/INFO]: Item Despawn Rate: 6000
684[09:34:24] [Server thread/INFO]: Item Merge Radius: 2.5
685[09:34:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
686[09:34:24] [Server thread/INFO]: View Distance: 10
687[09:34:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
688[09:34:24] [Server thread/INFO]: Experience Merge Radius: 3.0
689[09:34:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
690[09:34:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
691[09:34:24] [Server thread/INFO]: Preparing start region for level 3 (Seed: 272893546849059857)
692[09:34:24] [Server thread/INFO]: [Stargate] {ASkyBlock} No stargates for world
693[09:34:24] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is blocked.
694[09:34:24] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
695[09:34:24] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
696[09:34:24] [Server thread/INFO]: [WorldGuard] (ASkyBlock) All fire spread is disabled.
697[09:34:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
698[09:34:24] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world ASkyBlock.
699[09:34:24] [Server thread/INFO]: Could not set generator for world 'Extreme': Plugin '{"seaLevel"' does not exist[m
700[09:34:24] [Server thread/INFO]: -------- World Settings For [Extreme] --------
701[09:34:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
702[09:34:24] [Server thread/INFO]: Max TNT Explosions: 100
703[09:34:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
704[09:34:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
705[09:34:24] [Server thread/INFO]: Cane Growth Modifier: 100%
706[09:34:24] [Server thread/INFO]: Melon Growth Modifier: 100%
707[09:34:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
708[09:34:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
709[09:34:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
710[09:34:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
711[09:34:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
712[09:34:24] [Server thread/INFO]: Vine Growth Modifier: 100%
713[09:34:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
714[09:34:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
715[09:34:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
716[09:34:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
717[09:34:24] [Server thread/INFO]: Random Lighting Updates: false
718[09:34:24] [Server thread/INFO]: Structure Info Saving: true
719[09:34:24] [Server thread/INFO]: Mob Spawn Range: 4
720[09:34:24] [Server thread/INFO]: Item Despawn Rate: 6000
721[09:34:24] [Server thread/INFO]: Item Merge Radius: 2.5
722[09:34:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
723[09:34:24] [Server thread/INFO]: View Distance: 10
724[09:34:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
725[09:34:24] [Server thread/INFO]: Experience Merge Radius: 3.0
726[09:34:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
727[09:34:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
728[09:34:24] [Server thread/INFO]: Preparing start region for level 4 (Seed: 2399085070412967840)
729[09:34:25] [Server thread/INFO]: [WorldGuard] (Extreme) TNT ignition is blocked.
730[09:34:25] [Server thread/INFO]: [WorldGuard] (Extreme) Lighters are PERMITTED.
731[09:34:25] [Server thread/INFO]: [WorldGuard] (Extreme) Lava fire is blocked.
732[09:34:25] [Server thread/INFO]: [WorldGuard] (Extreme) All fire spread is disabled.
733[09:34:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Extreme'
734[09:34:25] [Server thread/INFO]: [Stargate] {Extreme} Loaded 1 stargates with 6 set as always-on
735[09:34:25] [Server thread/INFO]: Could not set generator for world 'Extreme': Plugin '{"seaLevel"' does not exist[m
736[09:34:25] [Server thread/INFO]: [PreciousStones] (Extreme) cuboids: 3
737[09:34:25] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world Extreme.
738[09:34:25] [Server thread/INFO]: -------- World Settings For [Staff] --------
739[09:34:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
740[09:34:25] [Server thread/INFO]: Max TNT Explosions: 100
741[09:34:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
742[09:34:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
743[09:34:25] [Server thread/INFO]: Cane Growth Modifier: 100%
744[09:34:25] [Server thread/INFO]: Melon Growth Modifier: 100%
745[09:34:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
746[09:34:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
747[09:34:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
748[09:34:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
749[09:34:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
750[09:34:25] [Server thread/INFO]: Vine Growth Modifier: 100%
751[09:34:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
752[09:34:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
753[09:34:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
754[09:34:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
755[09:34:25] [Server thread/INFO]: Random Lighting Updates: false
756[09:34:25] [Server thread/INFO]: Structure Info Saving: true
757[09:34:25] [Server thread/INFO]: Mob Spawn Range: 4
758[09:34:25] [Server thread/INFO]: Item Despawn Rate: 6000
759[09:34:25] [Server thread/INFO]: Item Merge Radius: 2.5
760[09:34:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
761[09:34:25] [Server thread/INFO]: View Distance: 10
762[09:34:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
763[09:34:25] [Server thread/INFO]: Experience Merge Radius: 3.0
764[09:34:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
765[09:34:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
766[09:34:25] [Server thread/INFO]: Preparing start region for level 5 (Seed: -4040191945453068876)
767[09:34:26] [Server thread/INFO]: [Stargate] {Staff} No stargates for world
768[09:34:26] [Server thread/INFO]: [WorldGuard] (Staff) TNT ignition is blocked.
769[09:34:26] [Server thread/INFO]: [WorldGuard] (Staff) Lighters are PERMITTED.
770[09:34:26] [Server thread/INFO]: [WorldGuard] (Staff) Lava fire is blocked.
771[09:34:26] [Server thread/INFO]: [WorldGuard] (Staff) All fire spread is disabled.
772[09:34:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Staff'
773[09:34:26] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world Staff.
774[09:34:26] [Server thread/INFO]: -------- World Settings For [thelab] --------
775[09:34:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
776[09:34:26] [Server thread/INFO]: Max TNT Explosions: 100
777[09:34:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
778[09:34:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
779[09:34:26] [Server thread/INFO]: Cane Growth Modifier: 100%
780[09:34:26] [Server thread/INFO]: Melon Growth Modifier: 100%
781[09:34:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
782[09:34:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
783[09:34:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
784[09:34:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
785[09:34:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
786[09:34:26] [Server thread/INFO]: Vine Growth Modifier: 100%
787[09:34:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
788[09:34:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
789[09:34:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
790[09:34:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
791[09:34:26] [Server thread/INFO]: Random Lighting Updates: false
792[09:34:26] [Server thread/INFO]: Structure Info Saving: true
793[09:34:26] [Server thread/INFO]: Mob Spawn Range: 4
794[09:34:26] [Server thread/INFO]: Item Despawn Rate: 6000
795[09:34:26] [Server thread/INFO]: Item Merge Radius: 2.5
796[09:34:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
797[09:34:26] [Server thread/INFO]: View Distance: 10
798[09:34:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
799[09:34:26] [Server thread/INFO]: Experience Merge Radius: 3.0
800[09:34:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
801[09:34:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
802[09:34:26] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7736124758479540500)
803[09:34:26] [Server thread/INFO]: [WorldGuard] (thelab) TNT ignition is blocked.
804[09:34:26] [Server thread/INFO]: [WorldGuard] (thelab) Lighters are PERMITTED.
805[09:34:26] [Server thread/INFO]: [WorldGuard] (thelab) Lava fire is blocked.
806[09:34:26] [Server thread/INFO]: [WorldGuard] (thelab) All fire spread is disabled.
807[09:34:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'thelab'
808[09:34:26] [Server thread/INFO]: [Stargate] {thelab} Loaded 1 stargates with 8 set as always-on
809[09:34:26] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world thelab.
810[09:34:26] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
811[09:34:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
812[09:34:26] [Server thread/INFO]: Max TNT Explosions: 100
813[09:34:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
814[09:34:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
815[09:34:26] [Server thread/INFO]: Cane Growth Modifier: 100%
816[09:34:26] [Server thread/INFO]: Melon Growth Modifier: 100%
817[09:34:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
818[09:34:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
819[09:34:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
820[09:34:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
821[09:34:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
822[09:34:26] [Server thread/INFO]: Vine Growth Modifier: 100%
823[09:34:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
824[09:34:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
825[09:34:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
826[09:34:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
827[09:34:26] [Server thread/INFO]: Random Lighting Updates: false
828[09:34:26] [Server thread/INFO]: Structure Info Saving: true
829[09:34:26] [Server thread/INFO]: Mob Spawn Range: 4
830[09:34:26] [Server thread/INFO]: Item Despawn Rate: 6000
831[09:34:26] [Server thread/INFO]: Item Merge Radius: 2.5
832[09:34:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
833[09:34:26] [Server thread/INFO]: View Distance: 10
834[09:34:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
835[09:34:26] [Server thread/INFO]: Experience Merge Radius: 3.0
836[09:34:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
837[09:34:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
838[09:34:26] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1650172780464826455)
839[09:34:26] [Server thread/INFO]: [Stargate] {ASkyBlock_nether} No stargates for world
840[09:34:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is blocked.
841[09:34:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
842[09:34:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
843[09:34:26] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) All fire spread is disabled.
844[09:34:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
845[09:34:26] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world ASkyBlock_nether.
846[09:34:27] [Server thread/INFO]: -------- World Settings For [Pixel] --------
847[09:34:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
848[09:34:27] [Server thread/INFO]: Max TNT Explosions: 100
849[09:34:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
850[09:34:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
851[09:34:27] [Server thread/INFO]: Cane Growth Modifier: 100%
852[09:34:27] [Server thread/INFO]: Melon Growth Modifier: 100%
853[09:34:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
854[09:34:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
855[09:34:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
856[09:34:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
857[09:34:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
858[09:34:27] [Server thread/INFO]: Vine Growth Modifier: 100%
859[09:34:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
860[09:34:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
861[09:34:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
862[09:34:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
863[09:34:27] [Server thread/INFO]: Random Lighting Updates: false
864[09:34:27] [Server thread/INFO]: Structure Info Saving: true
865[09:34:27] [Server thread/INFO]: Mob Spawn Range: 4
866[09:34:27] [Server thread/INFO]: Item Despawn Rate: 6000
867[09:34:27] [Server thread/INFO]: Item Merge Radius: 2.5
868[09:34:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
869[09:34:27] [Server thread/INFO]: View Distance: 10
870[09:34:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
871[09:34:27] [Server thread/INFO]: Experience Merge Radius: 3.0
872[09:34:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
873[09:34:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
874[09:34:27] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'Pixel'[m
875[09:34:27] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
876[09:34:27] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
877[09:34:27] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
878[09:34:27] [Server thread/INFO]: Preparing start region for level 8 (Seed: -6501291650741161539)
879[09:34:27] [Server thread/INFO]: [WorldGuard] (Pixel) TNT ignition is blocked.
880[09:34:27] [Server thread/INFO]: [WorldGuard] (Pixel) Lighters are PERMITTED.
881[09:34:27] [Server thread/INFO]: [WorldGuard] (Pixel) Lava fire is blocked.
882[09:34:27] [Server thread/INFO]: [WorldGuard] (Pixel) All fire spread is disabled.
883[09:34:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Pixel'
884[09:34:27] [Server thread/INFO]: [Stargate] {Pixel} Loaded 1 stargates with 10 set as always-on
885[09:34:27] [Server thread/INFO]: [Appleseed] Appleseed: 0 trees loaded in world Pixel.
886[09:34:27] [Server thread/INFO]: [Multiverse-Core] 9 - World(s) loaded.
887[09:34:27] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
888[09:34:27] [Server thread/INFO]: [Sentinel] Enabling Sentinel v1.0 (build 90)
889[09:34:27] [Server thread/INFO]: [Sentinel] Sentinel loading...
890[09:34:27] [Server thread/WARN]: [Sentinel] Outdated Sentinel config - please delete it to regenerate it!
891[09:34:27] [Server thread/INFO]: [Sentinel] Sentinel loaded!
892[09:34:27] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
893[09:34:27] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v12.3
894[09:34:28] [Server thread/INFO]: [DiscordSRV] DiscordSRV is up-to-date. For change logs see the latest file at http://dev.bukkit.org/bukkit-plugins/discordsrv/
895[09:34:28] [Server thread/INFO]: [DiscordSRV] Thank you so much to these people for allowing DiscordSRV to grow to what it is:
896[09:34:28] [Server thread/INFO]: [DiscordSRV] Androkai
897[09:34:28] [Server thread/INFO]: [DiscordSRV] anton8604
898[09:34:28] [Server thread/INFO]: [DiscordSRV] buildblox
899[09:34:28] [Server thread/INFO]: [DiscordSRV] Bysokar
900[09:34:28] [Server thread/INFO]: [DiscordSRV] CoreyD97
901[09:34:28] [Server thread/INFO]: [DiscordSRV] DeeKay
902[09:34:28] [Server thread/INFO]: [DiscordSRV] Diamondman121314/DMAN
903[09:34:28] [Server thread/INFO]: [DiscordSRV] FataL
904[09:34:28] [Server thread/INFO]: [DiscordSRV] Foxy
905[09:34:28] [Server thread/INFO]: [DiscordSRV] geekhideout
906[09:34:28] [Server thread/INFO]: [DiscordSRV] KaizenWorlds
907[09:34:28] [Server thread/INFO]: [DiscordSRV] LDSG Ghost
908[09:34:28] [Server thread/INFO]: [DiscordSRV] Mick
909[09:34:28] [Server thread/INFO]: [DiscordSRV] Rui
910[09:34:28] [Server thread/INFO]: [DiscordSRV] Ryan (The Loyal One)
911[09:34:28] [Server thread/INFO]: [DiscordSRV]
912[09:34:28] [Server thread/INFO]: [DiscordSRV] [JDA] JDA starting...
913[09:34:28] [Server thread/INFO]: [DiscordSRV] [JDA] Login Successful!
914[09:34:29] [WritingThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
915[09:34:29] [ReadingThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
916[09:34:29] [Server thread/INFO]: [DiscordSRV] Found guild G:XeGaming(150011446271541248)
917[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:news(156201963879530497)
918[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:xe-lobby(150011446271541248)
919[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:minecraft(150012344112644098)
920[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:staff(150013353664708608)
921[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:feed-the-beast(150222062336606208)
922[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:minecraft_chat(233613827822977026)
923[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:rust(223178025305505792)
924[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:empyrion(169497046766714880)
925[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:minecraft-console(244622728018133002)
926[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:pokemon-sun-and-moon(223236131653812224)
927[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:downloads(173560615263010816)
928[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:7daystoxe(232202296413519872)
929[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:links-and-chat-for-voice(172183627189190656)
930[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:banned(222185893190959104)
931[09:34:29] [Server thread/INFO]: [DiscordSRV] - TC:pun_and_rt_dub_channel(248302024959983616)
932[09:34:29] [Server thread/INFO]: [DiscordSRV] Enabling Herochat hook
933[09:34:29] [Server thread/INFO]: [DiscordSRV] Colors: {3498db=&3, 9b59b6=&5, 71368a=&5, a84300=&6, 99aab5=&f, e74c3c=&c, 11806a=&2, 206694=&1, 992d22=&4, e91e63=&d, e67e22=&6, 979c9f=&7, 607d8b=&8, ad1457=&d, 1abc9c=&a, 95a5a6=&7, c27c0e=&6, 1f8b4c=&2, f1c40f=&e, 2ecc71=&a, 546e7a=&8}
934[09:34:29] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.9-SNAPSHOT
935[09:34:29] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
936[09:34:30] [Server thread/INFO]: [CraftBook] The Auto-Updater is disabled for your version!
937[09:34:30] [Server thread/INFO]: [ChestShop] Enabling ChestShop v4.0-r5
938[09:34:30] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
939[09:34:30] [Server thread/INFO]: creating table 'items'
940[09:34:30] [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`))
941[09:34:30] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
942[09:34:30] [Server thread/INFO]: creating table 'accounts'
943[09:34:30] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
944[09:34:30] [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`) )
945[09:34:30] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
946[09:34:30] [Server thread/INFO]: [ChestShop] LWC version 4.5.0-SNAPSHOT loaded.
947[09:34:30] [Server thread/INFO]: [ChestShop] WorldGuard version 6.1.3-SNAPSHOT;c904242 loaded.
948[09:34:30] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
949[09:34:30] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.3
950[09:34:30] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
951[09:34:30] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
952[09:34:30] [Server thread/INFO]: [TheLab] Enabling TheLab v1.18
953[09:34:31] [Server thread/INFO]: [0;32;1m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[m
954[09:34:31] [Server thread/INFO]: [0;32;1mTheLab plugin is loading... [m
955[09:34:31] [Server thread/INFO]: [0;32;1m - Version: 1.18[m
956[09:34:31] [Server thread/INFO]: [0;32;1m - Author: Fr33styler[m
957[09:34:31] [Server thread/INFO]: [0;32;1m - Loading config.yml...[m
958[09:34:31] [Server thread/INFO]: [0;32;1m - Loading messages.yml...[m
959[09:34:31] [Server thread/INFO]: [0;32;1m - Loading database.yml...[m
960[09:34:31] [Server thread/INFO]: [0;32;1m - Loading MySQL...[m
961[09:34:31] [Server thread/WARN]: Mon Dec 19 09:34:31 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
962[09:34:31] [Server thread/INFO]: [0;32;1mTheLab has been loaded![m
963[09:34:31] [Server thread/INFO]: [0;32;1m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[m
964[09:34:31] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.4.0
965[09:34:31] [Server thread/INFO]: [TNTRun] Enabling TNTRun vBeta-1.1.2
966[09:34:31] [Server thread/INFO]: [TNTRun] Loading depends...
967[09:34:31] [Server thread/INFO]: [TNTRun] WorldEdit Hooked
968[09:34:31] [Server thread/INFO]: [TNTRun] FastAsyncWorldEdit Hooked
969[09:34:31] [Server thread/INFO]: [TNTRun] Loading config.yml...
970[09:34:31] [Server thread/INFO]: [TNTRun] Server type is now MULTIARENA
971[09:34:31] [Server thread/INFO]: [TNTRun] Loading folders and files...
972[09:34:31] [Server thread/INFO]: [TNTRun] Async Loading messages.yml...
973[09:34:31] [Server thread/INFO]: [TNTRun] Loading design of signs...
974[09:34:31] [Server thread/INFO]: [TNTRun] Loading sounds...
975[09:34:31] [Server thread/INFO]: [TNTRun] Loading commands...
976[09:34:31] [Server thread/INFO]: [TNTRun] Registering listeners...
977[09:34:31] [Server thread/INFO]: [TNTRun] Loading signs...
978[09:34:31] [Server thread/INFO]: [TNTRun] Loading messages...
979[09:34:31] [Server thread/INFO]: [TNTRun] Loading arenas.yml...
980[09:34:31] [Server thread/INFO]: [TNTRun] Loading messages.yml...
981[09:34:31] [Server thread/INFO]: [TNTRun] Loading arenas...
982[09:34:31] [Server thread/INFO]: [TNTRun] Starting task...
983[09:34:31] [Server thread/INFO]: [TNTRun] Done in 13ms
984[09:34:31] [Server thread/INFO]: [ProQuests] Enabling ProQuests v1.5.0.9.1
985[09:34:31] [Server thread/WARN]: Mon Dec 19 09:34:31 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
986[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into Citizens
987[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into Holographic Displays
988[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into Vault
989[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into McMMO
990[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into ChatReaction
991[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into ASkyBlock
992[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into Buycraft
993[09:34:31] [Server thread/INFO]: [ProQuests] ProQuests has hooked into Votifier
994[09:34:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
995[09:34:32] [Server thread/INFO]: Done (23.111s)! For help, type "help" or "?"
996[09:34:32] [Server thread/INFO]: Starting GS4 status listener
997[09:34:32] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
998[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
999[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PreciousStones' found. Using it now.[m
1000[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Optimizing PlotSquared[m
1001[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue[m
1002[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - HybridPlotManager.REGENERATIVE_CLEAR: false[m
1003[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@2ec0303c[m
1004[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@7ae2746[m
1005[09:34:32] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PlotSquared' found. Using it now.[m
1006[09:34:32] [Server thread/INFO]: Trying to register generator with Multiverse
1007[09:34:32] [Server thread/INFO]: [0;32;1mMultiverse[0;37;1m already knows about '[0;36;1mASkyBlock[0;37;1m'![m
1008[09:34:32] [Server thread/INFO]: [0;32;1mSuccess![0;37;1m Property [0;36;1mgenerator[0;37;1m was set to [0;32;1mASkyBlock[m
1009[09:34:32] [Server thread/INFO]: [0;32;1mMultiverse[0;37;1m already knows about '[0;36;1mASkyBlock_nether[0;37;1m'![m
1010[09:34:32] [Server thread/INFO]: [0;32;1mSuccess![0;37;1m Property [0;36;1mgenerator[0;37;1m was set to [0;32;1mASkyBlock[m
1011[09:34:32] [Server thread/INFO]: [ASkyBlock] Herochat registered
1012[09:34:32] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
1013[09:34:32] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
1014[09:34:32] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.11(315)
1015[09:34:32] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
1016[09:34:32] [Craft Scheduler Thread - 9/INFO]: [[0;32;22mBroadcast[m] [0;36;22mThe new Survival Extreme world has opened visit /warp extreme for info.[m
1017[09:34:32] [Craft Scheduler Thread - 6/INFO]: [PlugMan] No update was found.
1018[09:34:32] [Craft Scheduler Thread - 11/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
1019[09:34:32] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
1020--- Missing entries -------------------------------
1021* MISSING 218(OBSERVER / SOLID+GROUND)
1022* MISSING 219(WHITE_SHULKER_BOX / SOLID+GROUND)
1023* MISSING 220(ORANGE_SHULKER_BOX / SOLID+GROUND)
1024* MISSING 221(MAGENTA_SHULKER_BOX / SOLID+GROUND)
1025* MISSING 222(LIGHT_BLUE_SHULKER_BOX / SOLID+GROUND)
1026* MISSING 223(YELLOW_SHULKER_BOX / SOLID+GROUND)
1027* MISSING 224(LIME_SHULKER_BOX / SOLID+GROUND)
1028* MISSING 225(PINK_SHULKER_BOX / SOLID+GROUND)
1029* MISSING 226(GRAY_SHULKER_BOX / SOLID+GROUND)
1030* MISSING 227(SILVER_SHULKER_BOX / SOLID+GROUND)
1031* MISSING 228(CYAN_SHULKER_BOX / SOLID+GROUND)
1032* MISSING 229(PURPLE_SHULKER_BOX / SOLID+GROUND)
1033* MISSING 230(BLUE_SHULKER_BOX / SOLID+GROUND)
1034* MISSING 231(BROWN_SHULKER_BOX / SOLID+GROUND)
1035* MISSING 232(GREEN_SHULKER_BOX / SOLID+GROUND)
1036* MISSING 233(RED_SHULKER_BOX / SOLID+GROUND)
1037* MISSING 234(BLACK_SHULKER_BOX / SOLID+GROUND)
1038[09:34:32] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
1039[09:34:33] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
1040[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1041[09:34:33] [Craft Scheduler Thread - 5/INFO]: [GAListener] Connection established!
1042[09:34:33] [Craft Scheduler Thread - 5/INFO]: [GAListener] Found database: maincraft
1043[09:34:33] [Craft Scheduler Thread - 5/INFO]: [GAListener] Using database: maincraft
1044[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1045[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1046[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1047[09:34:33] [Craft Scheduler Thread - 5/INFO]: [GAListener] Loading queued votes
1048[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1049[09:34:33] [Craft Scheduler Thread - 5/INFO]: [GAListener] Loaded 21 queued votes
1050[09:34:33] [Craft Scheduler Thread - 5/WARN]: Mon Dec 19 09:34:33 EST 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
1051[09:34:33] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: shop-5
1052[09:34:33] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
1053[09:34:33] [Server thread/INFO]: [Citizens] NPC type LavaSlime was not recognized. Did you spell it correctly?
1054[09:34:33] [Craft Scheduler Thread - 6/INFO]: [PreciousStones] (world) cuboids: 227
1055[09:34:33] [Craft Scheduler Thread - 3/INFO]: [HyperDrive] You are using a outdated version. The latest version is v3.4.3.2!
1056[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Claudia UUID: 882cb914-cae3-27d2-bb1c-f2f23c329088
1057[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Lucifer UUID: 7b41797d-89ae-2b37-9baf-a7129d59c988
1058[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1059[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1060[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1061[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1062[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1063[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1064[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1065[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1066[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1067[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1068[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1069[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1070[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1071[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1072[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1073[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1074[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1075[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1076[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1077[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1078[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1079[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1080[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1081[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1082[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1083[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1084[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1085[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1086[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1087[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1088[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1089[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1090[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1091[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1092[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1093[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1094[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1095[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1096[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1097[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1098[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1099[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1100[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1101[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1102[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1103[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1104[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1105[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1106[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1107[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1108[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1109[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1110[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1111[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1112[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1113[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1114[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1115[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1116[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1117[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1118[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1119[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1120[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1121[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1122[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1123[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1124[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1125[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1126[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1127[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1128[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1129[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1130[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1131[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1132[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1133[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1134[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1135[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1136[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1137[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1138[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1139[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1140[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1141[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1142[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1143[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1144[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1145[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1146[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1147[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1148[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1149[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1150[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1151[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1152[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1153[09:34:33] [Server thread/INFO]: [Citizens] NPC type EyeOfEnderSignal was not recognized. Did you spell it correctly?
1154[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Guard UUID: 02b1b3b7-ecbb-2bd6-ab55-f09e8c24424f
1155[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Jim UUID: 719d73a2-0828-2e53-9401-c8d7272199fd
1156[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Officer-Bob UUID: c67362a4-d848-22e7-bb93-ddf0d386c060
1157[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Fennekin5 UUID: 492f978b-490c-2516-9fb0-2d5ba3907ab3
1158[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Vlad UUID: ba7899d4-ebbe-26c9-9082-a85543f71f53
1159[09:34:33] [Server thread/INFO]: [PreciousStones] [New Player]: Yu16 UUID: 7e52be22-a2f7-2465-b99d-f09529caa3d4
1160[09:34:33] [Server thread/INFO]: [Citizens] Loaded 35 NPCs.
1161[09:34:33] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
1162[09:34:33] [Server thread/INFO]: [ASkyBlock] Loading island grid...
1163[09:34:33] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
1164[09:34:33] [Server thread/INFO]: [ASkyBlock] Loading warps...
1165[09:34:34] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
1166[09:34:34] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
1167[09:34:34] [Craft Scheduler Thread - 3/INFO]: [HyperDrive] Your current version (3.4.3.1) does not match the latest on spigot (3.4.3.2)
1168[09:34:36] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetching all due players...
1169[09:34:36] [Craft Scheduler Thread - 4/INFO]: [ProQuests] Updating top 10 players...
1170[09:34:36] [Server thread/INFO]: [KillerMoney] Update not found
1171[09:34:36] [Server thread/INFO]: [ASkyBlock] ASkyBlock V3.0.5.2 is available! You are running 3.0.4.1
1172[09:34:36] [Server thread/INFO]: [ASkyBlock] Update at: http://dev.bukkit.org/bukkit-plugins/skyblock
1173[09:34:37] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetched due players (0 found).
1174[09:34:51] [Timer-1/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved