· 6 years ago · Oct 09, 2019, 05:02 PM
1[16:42:13] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[16:42:13] [Server thread/INFO]: Loading properties
3[16:42:13] [Server thread/INFO]: This server is running Paper version git-Paper-209 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[16:42:14] [Server thread/INFO]: Server Ping Player Sample Count: 12
5[16:42:14] [Server thread/INFO]: Using 4 threads for Netty based IO
6[16:42:14] [Server thread/INFO]: Debug logging is disabled
7[16:42:14] [Server thread/INFO]: Default game type: SURVIVAL
8[16:42:14] [Server thread/INFO]: Generating keypair
9[16:42:15] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
10[16:42:15] [Server thread/INFO]: Using epoll channel type
11[16:42:15] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins/worldguard-bukkit-7.0.1-rc2-dist (1).jar' and `plugins/worldguard-bukkit-7.0.1-rc2-dist.jar' in `plugins'
12[16:42:22] [Server thread/WARN]: Plugin JumpPads v1.22.10 does not specify an api-version.
13[16:42:22] [Server thread/WARN]: Plugin DropGlass v1.2 does not specify an api-version.
14[16:42:22] [Server thread/WARN]: Plugin CustomCreatures v0.1.7 does not specify an api-version.
15[16:42:22] [Server thread/WARN]: Plugin TakeAim v0.3.3 does not specify an api-version.
16[16:42:22] [Server thread/WARN]: Plugin EnderpearlFix v1.0 does not specify an api-version.
17[16:42:22] [Server thread/WARN]: Plugin GrapplingHook v2.5 does not specify an api-version.
18[16:42:22] [Server thread/WARN]: Plugin HackedCore v2.26.0 does not specify an api-version.
19[16:42:23] [Server thread/WARN]: Plugin RAntiBot v4.0-BUILD04 does not specify an api-version.
20[16:42:23] [Server thread/WARN]: Plugin ArmoredElytra v2.4.9 does not specify an api-version.
21[16:42:23] [Server thread/WARN]: Plugin BeautyIndicator v1.6 does not specify an api-version.
22[16:42:23] [Server thread/WARN]: Plugin JoinMessagesGUI v2.1.1 does not specify an api-version.
23[16:42:23] [Server thread/WARN]: Plugin ThrowableArrows v1.4.0 does not specify an api-version.
24[16:42:24] [Server thread/WARN]: Plugin DangerousNether v1.0 does not specify an api-version.
25[16:42:24] [Server thread/WARN]: Plugin HackedServer v2.31.2 does not specify an api-version.
26[16:42:24] [Server thread/WARN]: Plugin Arrows4Players v1.14.4 does not specify an api-version.
27[16:42:24] [Server thread/WARN]: Plugin CarpetEffect v1.0.0 does not specify an api-version.
28[16:42:24] [Server thread/WARN]: Plugin RottenSmelt v1.0 does not specify an api-version.
29[16:42:24] [Server thread/WARN]: Plugin HarmfulSnow v1.0 does not specify an api-version.
30[16:42:24] [Server thread/WARN]: Plugin UltimateMentions v2.5.3 does not specify an api-version.
31[16:42:24] [Server thread/WARN]: Plugin BloodInMinecraft v6.0 does not specify an api-version.
32[16:42:24] [Server thread/WARN]: Plugin Multiverse-Core v2.5-b719 does not specify an api-version.
33[16:42:24] [Server thread/WARN]: Plugin DiscordMinecraft v2.3.0 does not specify an api-version.
34[16:42:24] [Server thread/WARN]: Plugin ServerListPlus v3.4.8 does not specify an api-version.
35[16:42:24] [Server thread/WARN]: Plugin LiquidTanks v2.3.5 does not specify an api-version.
36[16:42:24] [Server thread/WARN]: Plugin Playtimes v1.2.8 does not specify an api-version.
37[16:42:25] [Server thread/ERROR]: Could not load 'plugins/Lasso-1.2.5.jar' in folder 'plugins'
38org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/registry/FlagConflictException
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.14.4.jar:git-Paper-209]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-209]
41 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:282) ~[patched_1.14.4.jar:git-Paper-209]
42 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[patched_1.14.4.jar:git-Paper-209]
43 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-209]
44 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-209]
45 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
46Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/registry/FlagConflictException
47 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
48 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
49 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:63) ~[patched_1.14.4.jar:git-Paper-209]
50 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-209]
51 ... 6 more
52Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.flags.registry.FlagConflictException
53 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
54 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-209]
55 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-209]
56 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
57 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
58 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
59 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
60 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:63) ~[patched_1.14.4.jar:git-Paper-209]
61 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-209]
62 ... 6 more
63[16:42:25] [Server thread/WARN]: Plugin MythicMobsExtension v1.239 does not specify an api-version.
64[16:42:25] [Server thread/INFO]: [RedstoneProximitySensor] Loading RedstoneProximitySensor v2.4.9
65[16:42:25] [Server thread/INFO]: [EntityTrackerFixer] Loading EntityTrackerFixer v1.1.1
66[16:42:25] [Server thread/INFO]: [JumpPads] Loading JumpPads v1.22.10
67[16:42:25] [Server thread/INFO]: [PlayerRider] Loading PlayerRider v1.14.2
68[16:42:25] [Server thread/INFO]: [BetterDoors] Loading BetterDoors v1.3
69[16:42:25] [Server thread/INFO]: [DragonShout] Loading DragonShout v1.0-SNAPSHOT
70[16:42:25] [Server thread/INFO]: [BetterConcrete] Loading BetterConcrete v1.3.1
71[16:42:25] [Server thread/INFO]: [DropGlass] Loading DropGlass v1.2
72[16:42:25] [Server thread/INFO]: [VisualFixer] Loading VisualFixer v2.2.4
73[16:42:25] [Server thread/INFO]: [DangerousCaves] Loading DangerousCaves v10.5
74[16:42:25] [Server thread/INFO]: [CustomCreatures] Loading CustomCreatures v0.1.7
75[16:42:25] [Server thread/INFO]: [GSit] Loading GSit v[2.8.0.0]
76[16:42:25] [Server thread/INFO]: [TakeAim] Loading TakeAim v0.3.3
77[16:42:25] [Server thread/INFO]: [RuggedTrails] Loading RuggedTrails v0.4.0
78[16:42:25] [Server thread/INFO]: [LessPillagers] Loading LessPillagers v1.0.0
79[16:42:25] [Server thread/INFO]: [EnderpearlFix] Loading EnderpearlFix v1.0
80[16:42:25] [Server thread/INFO]: [EndPortalBugFixer] Loading EndPortalBugFixer v1.0.0
81[16:42:25] [Server thread/INFO]: [EasyBackup] Loading EasyBackup v3.1.9
82[16:42:25] [Server thread/INFO]: [UltimatePluginManager] Loading UltimatePluginManager v1.0.0
83[16:42:25] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v1.0-SNAPSHOT
84[16:42:25] [Server thread/INFO]: [UltimateTNT] Loading UltimateTNT v1.11.2
85[16:42:25] [Server thread/INFO]: [GrapplingHook] Loading GrapplingHook v2.5
86[16:42:25] [Server thread/INFO]: [BambooAddition] Loading BambooAddition v1.1
87[16:42:25] [Server thread/INFO]: [RedstoneBell] Loading RedstoneBell v1.0
88[16:42:25] [Server thread/INFO]: [UltraPermissions] Loading UltraPermissions v4.3.3
89[16:42:25] [Server thread/INFO]: [HackedCore] Loading HackedCore v2.26.0
90[16:42:25] [Server thread/INFO]: [Revenge] Loading Revenge v7.4.1-POST-1.14.4
91[16:42:25] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
92[16:42:25] [Server thread/INFO]: [RAntiBot] Loading RAntiBot v4.0-BUILD04
93[16:42:25] [Server thread/INFO]: [ArmoredElytra] Loading ArmoredElytra v2.4.9
94[16:42:25] [Server thread/INFO]: [BossLand] Loading BossLand v0.1
95[16:42:25] [Server thread/INFO]: [Trade] Loading Trade v0.0.4
96[16:42:25] [Server thread/INFO]: [BeautyIndicator] Loading BeautyIndicator v1.6
97[16:42:25] [Server thread/INFO]: [ParrotGlue] Loading ParrotGlue v2.3
98[16:42:25] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.3
99[16:42:25] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.7.4
100[16:42:25] [Server thread/INFO]: [EternalLight] Loading EternalLight v1.4
101[16:42:25] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.4.4
102[16:42:25] [Server thread/INFO]: [TotemsPlus] Loading TotemsPlus v1.2.12
103[16:42:25] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.1.7
104[16:42:25] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
105[16:42:25] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
106[16:42:25] [Server thread/INFO]: [JoinMessagesGUI] Loading JoinMessagesGUI v2.1.1
107[16:42:25] [Server thread/INFO]: [FishyFlint] Loading FishyFlint v1.0
108[16:42:25] [Server thread/INFO]: [GHolo] Loading GHolo v[2.4.2.0]
109[16:42:25] [Server thread/INFO]: [PlayMoreSounds] Loading PlayMoreSounds v3.0.0-SNAPSHOT#7
110[16:42:25] [Server thread/INFO]: [JukeBox] Loading JukeBox v1.15.1
111[16:42:25] [Server thread/INFO]: [LagAssist] Loading LagAssist v2.18.4
112[16:42:25] [Server thread/INFO]: [ThrowableArrows] Loading ThrowableArrows v1.4.0
113[16:42:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
114[16:42:26] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1d7e15c5]
115[16:42:26] [Server thread/INFO]: [AlchemicalArrows] Loading AlchemicalArrows v3.1.1
116[16:42:26] [Server thread/INFO]: [DangerousNether] Loading DangerousNether v1.0
117[16:42:26] [Server thread/INFO]: [HackedServer] Loading HackedServer v2.31.2
118[16:42:26] [Server thread/INFO]: [ShulkerPacks] Loading ShulkerPacks v1.4.1
119[16:42:26] [Server thread/INFO]: [MAmbience] Loading MAmbience v0.6.1
120[16:42:26] [Server thread/INFO]: [Arrows4Players] Loading Arrows4Players v1.14.4
121[16:42:26] [Server thread/INFO]: [CropChecker] Loading CropChecker v1.9
122[16:42:26] [Server thread/INFO]: [InfiniteAnnouncements] Loading InfiniteAnnouncements v1.3
123[16:42:26] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
124[16:42:26] [Server thread/INFO]: [CarpetEffect] Loading CarpetEffect v1.0.0
125[16:42:26] [Server thread/INFO]: [RottenSmelt] Loading RottenSmelt v1.0
126[16:42:26] [Server thread/INFO]: [BackToBlock] Loading BackToBlock v1.0
127[16:42:26] [Server thread/INFO]: [AdvancedDungeons] Loading AdvancedDungeons v0.97
128[16:42:26] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib vDEV - 69 (git 2a0d6fcf)
129[16:42:26] [Server thread/INFO]: [HarmfulSnow] Loading HarmfulSnow v1.0
130[16:42:26] [Server thread/INFO]: [BagOfGold] Loading BagOfGold v2.8.2
131[16:42:26] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
132[16:42:26] [Server thread/INFO]: [UltimateMentions] Loading UltimateMentions v2.5.3
133[16:42:26] [Server thread/INFO]: [ForceGrow] Loading ForceGrow v1.0.4
134[16:42:26] [Server thread/INFO]: [BloodInMinecraft] Loading BloodInMinecraft v6.0
135[16:42:26] [Server thread/INFO]: [EpicCraftingsPlus] Loading EpicCraftingsPlus v5.6.3
136[16:42:26] [Server thread/INFO]: [KiteBoard] Loading KiteBoard v3.0.6
137[16:42:26] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
138[16:42:26] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
139[16:42:26] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
140[16:42:26] [Server thread/INFO]: [MyTameables] Loading MyTameables v0.0.3
141[16:42:26] [Server thread/INFO]: [DragonSlayer] Loading DragonSlayer v0.7.8_Jeppa
142[16:42:26] [Server thread/INFO]: [DiscordMinecraft] Loading DiscordMinecraft v2.3.0
143[16:42:26] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
144[16:42:26] [Server thread/INFO]: [Slimefun] Loading Slimefun vRC - 2 (git 4bb9abd2)
145[16:42:26] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
146[16:42:26] [Server thread/INFO]: [ExtraGear] Loading ExtraGear vDEV - 3 (git de222ab7)
147[16:42:26] [Server thread/INFO]: [LiquidTanks] Loading LiquidTanks v2.3.5
148[16:42:26] [Server thread/INFO]: [BeastWithDraw] Loading BeastWithDraw v2.6-(1.13/1.14)
149[16:42:26] [Server thread/INFO]: [WorldChangeScreenRemover] Loading WorldChangeScreenRemover v1.0.15
150[16:42:26] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.2.8
151[16:42:26] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.8.2-SNAPSHOT
152[16:42:26] [Server thread/INFO]: [TutorialCreator] Loading TutorialCreator v1.14.1
153[16:42:26] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v5.12.5
154[16:42:26] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden vDEV - 22 (git a855f5b7)
155[16:42:26] [Server thread/INFO]: [ExploitFixer] Loading ExploitFixer v0.7.6
156[16:42:26] [Server thread/INFO]: [SlimefunOreChunks] Loading SlimefunOreChunks vDEV - 2 (git 24d90a3e)
157[16:42:26] [Server thread/INFO]: [Matrix] Loading Matrix v2.6.0
158[16:42:26] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
159[16:42:26] [Server thread/INFO]: [SlimeXpansion] Loading SlimeXpansion vDEV - 4 (git 5bf10c29)
160[16:42:26] [Server thread/INFO]: [ChestTerminal] Loading ChestTerminal vDEV - 17 (git 933a7d36)
161[16:42:26] [Server thread/INFO]: [EmeraldEnchants] Loading EmeraldEnchants vDEV - 3 (git 3e3fdd6e)
162[16:42:26] [Server thread/INFO]: [Plan] Loading Plan v5.0 build 224
163[16:42:26] [Server thread/INFO]: [TAB] Loading TAB v2.5.3
164[16:42:26] [Server thread/INFO]: [DefensiveTurrets] Loading DefensiveTurrets v2.3.2
165[16:42:26] [Server thread/INFO]: [ElectricSpawners] Loading ElectricSpawners vDEV - 5 (git c3f8cc9d)
166[16:42:26] [Server thread/INFO]: [AntiVPN] Loading AntiVPN v4.9.31
167[16:42:26] [Server thread/INFO]: [Anti-VPN] Checking version of ACF
168[16:42:26] [Server thread/INFO]: [Anti-VPN] Checking version of SQLite
169[16:42:26] [Server thread/INFO]: [Anti-VPN] Checking version of MySQL
170[16:42:28] [Server thread/WARN]: SLF4J: Class path contains multiple SLF4J bindings.
171[16:42:28] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/minecraft/multicraft/servers/server90674/plugins/antivpn-bukkit-4.9.31.jar!/org/slf4j/impl/StaticLoggerBinder.class]
172[16:42:28] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/minecraft/multicraft/servers/server90674/cache/patched_1.14.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
173[16:42:28] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
174[16:42:28] [Server thread/WARN]: SLF4J: Actual binding is of type [org.slf4j.impl.BukkitLoggerFactory]
175[16:42:28] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0
176[16:42:28] [Server thread/INFO]: [SoulJars] Loading SoulJars vDEV - 4 (git 4a600aa2)
177[16:42:28] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2307
178[16:42:28] [Server thread/INFO]: [LastLoginAPI] Loading LastLoginAPI v1.3.2
179[16:42:28] [Server thread/INFO]: [Parties] Loading Parties v2.6.6
180[16:42:28] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.6.5-2800
181[16:42:28] [Server thread/INFO]: [LorinthsCraftArrows] Loading LorinthsCraftArrows v1.3.5
182[16:42:28] [Server thread/INFO]: [LorinthsCraftArrows] : Lorinths Craft Arrows : On Load
183[16:42:28] [Server thread/INFO]: [LorinthsCraftArrows] : Registering Custom Flag 'no-craft-arrows'
184[16:42:28] [Server thread/INFO]: [LorinthsCraftArrows] : NMS Version : 14
185[16:42:28] [Server thread/INFO]: [LorinthsCraftArrows] : no-craft-arrows flag added to World Guard!
186[16:42:28] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.10.15
187[16:42:28] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;556b638
188[16:42:28] [Server thread/INFO]: [ReduceSneakDamage] Loading ReduceSneakDamage v1.7
189[16:42:28] [Server thread/INFO]: [Confiscate] Loading Confiscate v2.2.9
190[16:42:28] [Server thread/INFO]: [Confiscate] <0> Network unreachable: ramF2YS5uZXQuVW5rbm93bkhvc3RFeGNlcHRpb246IGthbmdhcmtvLmNvbQ==
191[16:42:28] [Server thread/INFO]: [MythicMobsExtension] Loading MythicMobsExtension v1.239
192[16:42:28] [Server thread/INFO]: [BookShelf] Loading BookShelf v4.0.4
193[16:42:28] [Server thread/INFO]: [WG-GUI] Loading WG-GUI v1.5.3
194[16:42:28] [Server thread/INFO]: [XWeather] Loading XWeather v1.2.3
195[16:42:28] [Server thread/INFO]: [UltimateCatcher] Loading UltimateCatcher v1.2.2
196[16:42:28] [Server thread/INFO]: [SuddenDeath] Loading SuddenDeath v1.6.5
197[16:42:28] [Server thread/INFO]: [ECore] Loading ECore v1.0j
198[16:42:28] [Server thread/INFO]: [PhoenixProject] Loading PhoenixProject v1.1.3
199[16:42:28] [Server thread/INFO]: [AdvancedDropManager] Loading AdvancedDropManager v2.8.4
200[16:42:28] [Server thread/INFO]: [NeoMoreTPPlus] Loading NeoMoreTPPlus v1.0t
201[16:42:28] [Server thread/INFO]: [DeathChestPro] Loading DeathChestPro v3.3.6
202[16:42:28] [Server thread/INFO]: [AutoTool] Loading AutoTool v1.0.2
203[16:42:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
204[16:42:28] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.1.7
205[16:42:28] [Server thread/INFO]:
206[16:42:28] [Server thread/INFO]:
207[16:42:28] [Server thread/INFO]: _ __
208[16:42:28] [Server thread/INFO]: |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._
209[16:42:28] [Server thread/INFO]: |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) |
210[16:42:28] [Server thread/INFO]: |
211[16:42:28] [Server thread/INFO]:
212[16:42:28] [Server thread/INFO]: Version 8.1.7 | Thanks for your purchase
213[16:42:28] [Server thread/INFO]:
214[16:42:28] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
215[16:42:28] [Server thread/INFO]:
216[16:42:28] [Server thread/INFO]:
217[16:42:28] [Server thread/INFO]: > Loading structures (.EWG schematics)
218[16:42:29] [Server thread/INFO]: - TREES_bonsai_normal_2 - TREES_tropicalForest_medium_4 - TREES_tropicalForest_medium_3 - TREES_forgottenForest_normal_2 - TREES_jungle_normal_2 - TREES_willow_big - TREES_scotsPine_normal_12 - DECO_rock_18 - TREES_scotsPine_normal_10 - TREES_pine_small_2 - TREES_bonsai_normal - TREES_stoneForest_normal_3 - DECO_desert_tower - TREES_jungle_big - TREES_pine_big - DECO_rock_22 - TREES_bonsai_huge - TREES_dead_big - TREES_tropicalForest_medium_1 - DECO_swampRootSmall_6 - TREES_pine_tiny_2 - TREES_willow_small - DECO_swampRootSmall_3 - DECO_jungle_tower - DECO_forest_house - TREES_forgottenForest_medium - DECO_swampRocks_1 - TREES_willow_medium - TREES_fantasy_normal - TREES_snowyPine_normal_01 - TREES_fantasy_normal_2 - TREES_swamp_medium_2 - TREES_bonsai_big_2 - TREES_willow_normal - TREES_oakTree_huge_3 - DECO_swampPlants_2 - TREES_willow_huge - DECO_rock_19 - TREES_tropicalForest_small_1 - TREES_snowyPine_normal_02 - DECO_swampRoot_2 - TREES_willow_tiny_3 - DECO_rock_23 - TREES_forgottenForest_normal_3 - TREES_bonsai_medium - TREES_willow_tiny - TREES_bonsai_small - TREES_bonsai_big_3 - DECO_rock_25 - TREES_jungle_normal_4 - DECO_rock_24 - TREES_birch_normal_3 - TREES_dead_medium_2 - DECO_rock_01 - TREES_forgottenForest_medium_5 - TREES_fantasy_small - TREES_jungle_small - DECO_rock_21 - TREES_jungle_normal - TREES_birch_normal_2 - DECO_swampPlants_4 - DECO_swampRootSmall_5 - TREES_pine_small_3 - TREES_scotsPine_normal_9 - DECO_swampPlants_3 - TREES_dead_normal - TREES_stoneForest_normal - TREES_scotsPine_normal_11 - TREES_oakTree_normal_4 - TREES_oldtree_normal_1 - TREES_pine_small - TREES_jungle_small_2 - TREES_oakTree_huge_2 - TREES_scotsPine_normal_8 - TREES_pineLong_normal_2 - TREES_jungle_huge - TREES_pine_medium - TREES_tropicalForest_medium_2 - TREES_pine_tiny - DECO_rock_02 - TREES_dead_huge - DECO_swampRoot_4 - TREES_swamp_huge_2 - TREES_forgottenForest_medium_4 - TREES_jungle_medium - TREES_pineLong_normal_1 - TREES_pine_huge - TREES_swamp_medium_1 - DECO_swampRoot_1 - TREES_pineLong_normal_3 - TREES_willow_medium_2 - TREES_pine_normal - DECO_rock_03 - TREES_dead_normal_2 - TREES_snowyPine_normal_03 - DECO_swampRoot_6 - DECO_swampRoot_5 - DECO_swampBush_1 - DECO_swampRootSmall_4 - TREES_pineLong_huge_4 - DECO_swampRootSmall_2 - DECO_rock_20 - TREES_stoneForest_normal_2 - TREES_bonsai_tiny - TREES_nether_normal - TREES_dead_medium - TREES_birch_normal_4 - DECO_swampRoot_3 - DECO_rock_10 - DECO_rock_04 - TREES_swamp_small_1 - TREES_oldtree_normal_2 - TREES_swamp_huge_1 - TREES_swamp_medium_3 - TREES_oakTree_huge_1 - TREES_willow_big_2 - TREES_willow_tiny_2 - DECO_portals_204 - DECO_swampRootSmall_1 - TREES_jungle_small_3 - TREES_fantasy_small_2 - TREES_birch_normal - DECO_swampPlants_1 - TREES_pine_normal_2 - TREES_jungle_normal_3 - DECO_swampRoot_7 - TREES_fantasy_small_3 - TREES_scotsPine_normal_6 - TREES_bonsai_medium_2 - DECO_rock_17 - TREES_bonsai_big
219[16:42:29] [Server thread/INFO]: > Loading configuration
220[16:42:29] [Server thread/INFO]:
221[16:42:29] [Server thread/INFO]: Done
222[16:42:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
223[16:42:29] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
224[16:42:30] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
225[16:42:30] [Server thread/INFO]: [AdvancedDungeons] Enabling AdvancedDungeons v0.97
226[16:42:30] [Server thread/INFO]: _ _
227[16:42:30] [Server thread/INFO]: /\ | | | |
228[16:42:30] [Server thread/INFO]: / \ __| |_ ____ _ _ __ ___ ___ __| |
229[16:42:30] [Server thread/INFO]: / /\ \ / _` \ \ / / _` | '_ \ / __/ _ \/ _` |
230[16:42:30] [Server thread/INFO]: / ____ \ (_| |\ V / (_| | | | | (_| __/ (_| |
231[16:42:30] [Server thread/INFO]: /_/ \_\__,_| \_/ \__,_|_| |_|\___\___|\__,_|
232[16:42:30] [Server thread/INFO]: _____
233[16:42:30] [Server thread/INFO]: | __ \
234[16:42:30] [Server thread/INFO]: | | | |_ _ _ __ __ _ ___ ___ _ __ ___
235[16:42:30] [Server thread/INFO]: | | | | | | | '_ \ / _` |/ _ \/ _ \| '_ \/ __|
236[16:42:30] [Server thread/INFO]: | |__| | |_| | | | | (_| | __/ (_) | | | \__ \
237[16:42:30] [Server thread/INFO]: |_____/ \__,_|_| |_|\__, |\___|\___/|_| |_|___/
238[16:42:30] [Server thread/INFO]: __/ |
239[16:42:30] [Server thread/INFO]: |___/
240[16:42:31] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
241[16:42:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
242[16:42:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
243[16:42:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
244[16:42:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
245[16:42:31] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
246[16:42:31] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
247[16:42:31] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
248[16:42:31] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
249[16:42:31] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
250[16:42:31] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
251[16:42:31] [Server thread/INFO]: Preparing level "world"
252[16:42:31] [Server thread/ERROR]: Could not set generator for default world 'world': Plugin 'EpicWorldGenerator v8.1.7' lacks a default world generator
253[16:42:31] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
254[16:42:31] [Server thread/INFO]: Loaded 6 recipes
255[16:42:32] [Server thread/INFO]: -------- World Settings For [world] --------
256[16:42:32] [Server thread/INFO]: Mob Spawn Range: 6
257[16:42:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
258[16:42:32] [Server thread/INFO]: Cane Growth Modifier: 100%
259[16:42:32] [Server thread/INFO]: Melon Growth Modifier: 100%
260[16:42:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
261[16:42:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
262[16:42:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
263[16:42:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%
264[16:42:32] [Server thread/INFO]: Carrot Growth Modifier: 100%
265[16:42:32] [Server thread/INFO]: Potato Growth Modifier: 100%
266[16:42:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
267[16:42:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
268[16:42:32] [Server thread/INFO]: Vine Growth Modifier: 100%
269[16:42:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
270[16:42:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%
271[16:42:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
272[16:42:32] [Server thread/INFO]: Kelp Growth Modifier: 100%
273[16:42:32] [Server thread/INFO]: Experience Merge Radius: 6.0
274[16:42:32] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
275[16:42:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
276[16:42:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
277[16:42:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
278[16:42:32] [Server thread/INFO]: Max TNT Explosions: 100
279[16:42:32] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
280[16:42:32] [Server thread/INFO]: View Distance: 8
281[16:42:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
282[16:42:32] [Server thread/INFO]: Item Despawn Rate: 6000
283[16:42:32] [Server thread/INFO]: Item Merge Radius: 4.0
284[16:42:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
285[16:42:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
286[16:42:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
287[16:42:32] [Server thread/ERROR]: Could not add item chicken to altItemDespawnRateMap: No enum constant org.bukkit.Material.chicken
288[16:42:32] [Server thread/ERROR]: Could not add item wool to altItemDespawnRateMap: No enum constant org.bukkit.Material.wool
289[16:42:32] [Server thread/ERROR]: Could not add item log to altItemDespawnRateMap: No enum constant org.bukkit.Material.log
290[16:42:32] [Server thread/ERROR]: Could not add item arrow to altItemDespawnRateMap: No enum constant org.bukkit.Material.arrow
291[16:42:32] [Server thread/ERROR]: Could not add item beef to altItemDespawnRateMap: No enum constant org.bukkit.Material.beef
292[16:42:32] [Server thread/ERROR]: Could not add item stone_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_sword
293[16:42:32] [Server thread/ERROR]: Could not add item wooden_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_axe
294[16:42:32] [Server thread/ERROR]: Could not add item grass to altItemDespawnRateMap: No enum constant org.bukkit.Material.grass
295[16:42:32] [Server thread/ERROR]: Could not add item potato to altItemDespawnRateMap: No enum constant org.bukkit.Material.potato
296[16:42:32] [Server thread/ERROR]: Could not add item rabbit to altItemDespawnRateMap: No enum constant org.bukkit.Material.rabbit
297[16:42:32] [Server thread/ERROR]: Could not add item cactus to altItemDespawnRateMap: No enum constant org.bukkit.Material.cactus
298[16:42:32] [Server thread/ERROR]: Could not add item stone_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_pickaxe
299[16:42:32] [Server thread/ERROR]: Could not add item rotten_flesh to altItemDespawnRateMap: No enum constant org.bukkit.Material.rotten_flesh
300[16:42:32] [Server thread/ERROR]: Could not add item wooden_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_pickaxe
301[16:42:32] [Server thread/ERROR]: Could not add item dirt to altItemDespawnRateMap: No enum constant org.bukkit.Material.dirt
302[16:42:32] [Server thread/ERROR]: Could not add item salmon to altItemDespawnRateMap: No enum constant org.bukkit.Material.salmon
303[16:42:32] [Server thread/ERROR]: Could not add item wooden_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_sword
304[16:42:32] [Server thread/ERROR]: Could not add item bone to altItemDespawnRateMap: No enum constant org.bukkit.Material.bone
305[16:42:32] [Server thread/ERROR]: Could not add item leather to altItemDespawnRateMap: No enum constant org.bukkit.Material.leather
306[16:42:32] [Server thread/ERROR]: Could not add item gravel to altItemDespawnRateMap: No enum constant org.bukkit.Material.gravel
307[16:42:32] [Server thread/ERROR]: Could not add item sand to altItemDespawnRateMap: No enum constant org.bukkit.Material.sand
308[16:42:32] [Server thread/ERROR]: Could not add item stone_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_axe
309[16:42:32] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
310[16:42:32] [Server thread/INFO]:
311[16:42:32] [Server thread/INFO]: Biomes that will generated;
312[16:42:32] [Server thread/INFO]: * Bamboo Forest
313[16:42:32] [Server thread/INFO]: * Birch Forest
314[16:42:32] [Server thread/INFO]: * Bonsai Forest
315[16:42:32] [Server thread/INFO]: * Volcano
316[16:42:32] [Server thread/INFO]: * Dark forest
317[16:42:32] [Server thread/INFO]: * Desert
318[16:42:32] [Server thread/INFO]: * Deep Ocean
319[16:42:32] [Server thread/INFO]: * Deciduous Forest
320[16:42:32] [Server thread/INFO]: * Fantasy Forest
321[16:42:32] [Server thread/INFO]: * Farmland
322[16:42:32] [Server thread/INFO]: * Forgotten Forest
323[16:42:32] [Server thread/INFO]: * Frozen Ocean
324[16:42:32] [Server thread/INFO]: * Scots pine forest
325[16:42:32] [Server thread/INFO]: * Jungle
326[16:42:32] [Server thread/INFO]: * Jungle Edge
327[16:42:32] [Server thread/INFO]: * Lukewarm Ocean
328[16:42:32] [Server thread/INFO]: * Mesa
329[16:42:32] [Server thread/INFO]: * Mega Spruce Taiga
330[16:42:32] [Server thread/INFO]: * Mega Taiga
331[16:42:32] [Server thread/INFO]: * Ocean
332[16:42:32] [Server thread/INFO]: * Pine Forest
333[16:42:32] [Server thread/INFO]: * Plains
334[16:42:32] [Server thread/INFO]: * River
335[16:42:32] [Server thread/INFO]: * Stone Forest
336[16:42:32] [Server thread/INFO]: * Swamp
337[16:42:32] [Server thread/INFO]: * Snowy Pine
338[16:42:32] [Server thread/INFO]: * Savanna
339[16:42:32] [Server thread/INFO]: * Swamp Edge
340[16:42:32] [Server thread/INFO]: * Swampland
341[16:42:32] [Server thread/INFO]: * Tropical Forest
342[16:42:32] [Server thread/INFO]: * Warm Ocean
343[16:42:32] [Server thread/INFO]:
344[16:42:32] [Server thread/INFO]: Generator version: 8.1.7
345[16:42:32] [Server thread/INFO]:
346[16:42:32] [Server thread/INFO]: Biomes in total: 31
347[16:42:32] [Server thread/INFO]: Preparing world injection
348[16:42:32] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
349[16:42:33] [Server thread/INFO]: Add AdvancedDungeons Populator to world: world
350[16:42:33] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
351[16:42:33] [Server thread/INFO]: Mob Spawn Range: 6
352[16:42:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
353[16:42:33] [Server thread/INFO]: Cane Growth Modifier: 100%
354[16:42:33] [Server thread/INFO]: Melon Growth Modifier: 100%
355[16:42:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
356[16:42:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
357[16:42:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
358[16:42:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
359[16:42:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
360[16:42:33] [Server thread/INFO]: Potato Growth Modifier: 100%
361[16:42:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
362[16:42:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
363[16:42:33] [Server thread/INFO]: Vine Growth Modifier: 100%
364[16:42:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
365[16:42:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
366[16:42:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
367[16:42:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
368[16:42:33] [Server thread/INFO]: Experience Merge Radius: 6.0
369[16:42:33] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
370[16:42:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
371[16:42:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
372[16:42:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
373[16:42:33] [Server thread/INFO]: Max TNT Explosions: 100
374[16:42:33] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
375[16:42:33] [Server thread/INFO]: View Distance: 8
376[16:42:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
377[16:42:33] [Server thread/INFO]: Item Despawn Rate: 6000
378[16:42:33] [Server thread/INFO]: Item Merge Radius: 4.0
379[16:42:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
380[16:42:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
381[16:42:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
382[16:42:33] [Server thread/ERROR]: Could not add item chicken to altItemDespawnRateMap: No enum constant org.bukkit.Material.chicken
383[16:42:33] [Server thread/ERROR]: Could not add item wool to altItemDespawnRateMap: No enum constant org.bukkit.Material.wool
384[16:42:33] [Server thread/ERROR]: Could not add item log to altItemDespawnRateMap: No enum constant org.bukkit.Material.log
385[16:42:33] [Server thread/ERROR]: Could not add item arrow to altItemDespawnRateMap: No enum constant org.bukkit.Material.arrow
386[16:42:33] [Server thread/ERROR]: Could not add item beef to altItemDespawnRateMap: No enum constant org.bukkit.Material.beef
387[16:42:33] [Server thread/ERROR]: Could not add item stone_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_sword
388[16:42:33] [Server thread/ERROR]: Could not add item wooden_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_axe
389[16:42:33] [Server thread/ERROR]: Could not add item grass to altItemDespawnRateMap: No enum constant org.bukkit.Material.grass
390[16:42:33] [Server thread/ERROR]: Could not add item potato to altItemDespawnRateMap: No enum constant org.bukkit.Material.potato
391[16:42:33] [Server thread/ERROR]: Could not add item rabbit to altItemDespawnRateMap: No enum constant org.bukkit.Material.rabbit
392[16:42:33] [Server thread/ERROR]: Could not add item cactus to altItemDespawnRateMap: No enum constant org.bukkit.Material.cactus
393[16:42:33] [Server thread/ERROR]: Could not add item stone_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_pickaxe
394[16:42:33] [Server thread/ERROR]: Could not add item rotten_flesh to altItemDespawnRateMap: No enum constant org.bukkit.Material.rotten_flesh
395[16:42:33] [Server thread/ERROR]: Could not add item wooden_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_pickaxe
396[16:42:33] [Server thread/ERROR]: Could not add item dirt to altItemDespawnRateMap: No enum constant org.bukkit.Material.dirt
397[16:42:33] [Server thread/ERROR]: Could not add item salmon to altItemDespawnRateMap: No enum constant org.bukkit.Material.salmon
398[16:42:33] [Server thread/ERROR]: Could not add item wooden_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_sword
399[16:42:33] [Server thread/ERROR]: Could not add item bone to altItemDespawnRateMap: No enum constant org.bukkit.Material.bone
400[16:42:33] [Server thread/ERROR]: Could not add item leather to altItemDespawnRateMap: No enum constant org.bukkit.Material.leather
401[16:42:33] [Server thread/ERROR]: Could not add item gravel to altItemDespawnRateMap: No enum constant org.bukkit.Material.gravel
402[16:42:33] [Server thread/ERROR]: Could not add item sand to altItemDespawnRateMap: No enum constant org.bukkit.Material.sand
403[16:42:33] [Server thread/ERROR]: Could not add item stone_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_axe
404[16:42:33] [Server thread/INFO]: AdvancedDungeons Populator is not used in world_the_end
405[16:42:33] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
406[16:42:33] [Server thread/INFO]: Preparing spawn area: 0%
407[16:42:33] [Server thread/INFO]: Preparing spawn area: 0%
408[16:42:34] [Server thread/INFO]: Preparing spawn area: 2%
409[16:42:34] [Server thread/INFO]: Preparing spawn area: 100%
410[16:42:35] [Server thread/INFO]: Loaded 441 spawn chunks for world world
411[16:42:35] [Server thread/INFO]: Time elapsed: 1984 ms
412[16:42:35] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
413[16:42:35] [Server thread/INFO]: Preparing spawn area: 0%
414[16:42:35] [Server thread/INFO]: Preparing spawn area: 100%
415[16:42:35] [Server thread/INFO]: Loaded 441 spawn chunks for world world_the_end
416[16:42:35] [Server thread/INFO]: Time elapsed: 660 ms
417[16:42:35] [Server thread/INFO]: [RedstoneProximitySensor] Enabling RedstoneProximitySensor v2.4.9
418[16:42:35] [Server thread/INFO]: [RedstoneProximitySensor] Plugin has started!
419[16:42:35] [Server thread/INFO]: [RedstoneProximitySensor] RPS's Loaded: 0
420[16:42:35] [Server thread/INFO]: [EntityTrackerFixer] Enabling EntityTrackerFixer v1.1.1
421[16:42:35] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.22.10*
422[16:42:36] [Server thread/INFO]: [PlayerRider] Enabling PlayerRider v1.14.2
423[16:42:36] [Server thread/INFO]: [BetterDoors] Enabling BetterDoors v1.3
424[16:42:36] [Server thread/INFO]: [DragonShout] Enabling DragonShout v1.0-SNAPSHOT
425[16:42:36] [Server thread/INFO]: [BetterConcrete] Enabling BetterConcrete v1.3.1
426[16:42:37] [Server thread/INFO]: [BetterConcrete] This plugin was made by alex_qp
427[16:42:37] [Server thread/INFO]: [BetterConcrete] furnace recipes were enabled in config
428[16:42:37] [Server thread/INFO]: [BetterConcrete] cauldron mechanic was enabled in config.
429[16:42:37] [Server thread/INFO]: [DropGlass] Enabling DropGlass v1.2*
430[16:42:38] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forestLoading DropGlass v1.2 by iShadey
431[16:42:38] [Server thread/INFO]: [VisualFixer] Enabling VisualFixer v2.2.4
432[16:42:38] [Server thread/INFO]: [DangerousCaves] Enabling DangerousCaves v10.5
433[16:42:38] [Server thread/INFO]: [CustomCreatures] Enabling CustomCreatures v0.1.7*
434[16:42:38] [Server thread/ERROR]: [CustomCreatures] [ERROR] A probability of filter of handler 'rapid-monster' should be at least 0.0001
435[16:42:38] [Server thread/ERROR]: [CustomCreatures] [ERROR] Null definition of keys 'diamond-skeleton.equipment.main-hand.enchantments.high_bow_damage' and 'enchantments.high_bow_damage' in enchantments of main-hand of equipment of handler 'diamond-skeleton' at pos 1
436[16:42:38] [Server thread/INFO]: [CustomCreatures] Plugin enabled
437[16:42:38] [Server thread/INFO]: [GSit] Enabling GSit v[2.8.0.0]
438[16:42:38] [Server thread/INFO]: [GSit] The Plugin was successfully enabled.
439[16:42:38] [Server thread/INFO]: [TakeAim] Enabling TakeAim v0.3.3*
440[16:42:38] [Server thread/INFO]: [TakeAim] Plugin enabled
441[16:42:38] [Server thread/INFO]: [RuggedTrails] Enabling RuggedTrails v0.4.0
442[16:42:38] [Server thread/INFO]: [LessPillagers] Enabling LessPillagers v1.0.0
443[16:42:38] [Server thread/INFO]: [LessPillagers] Loading config!
444[16:42:38] [Server thread/INFO]: [LessPillagers] Max Pillagers = 16
445[16:42:38] [Server thread/INFO]: [LessPillagers] Loaded successfully
446[16:42:38] [Server thread/INFO]: [EnderpearlFix] Enabling EnderpearlFix v1.0*
447[16:42:38] [Server thread/INFO]:
448[16:42:38] [Server thread/INFO]: [EnderpearlFix] Loaded correctly.
449[16:42:38] [Server thread/INFO]: Author: Howhit
450[16:42:38] [Server thread/INFO]:
451[16:42:38] [Server thread/INFO]: [EndPortalBugFixer] Enabling EndPortalBugFixer v1.0.0
452[16:42:38] [Server thread/INFO]: [EasyBackup] Enabling EasyBackup v3.1.9
453[16:42:40] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
454[16:42:40] [Server thread/INFO]: [EasyBackup] _____ ______ _
455[16:42:40] [Server thread/INFO]: [EasyBackup] | ___| | ___ \ | |
456[16:42:40] [Server thread/INFO]: [EasyBackup] | |__ __ _ ___ _ _ | |_/ / __ _ ___| | ___ _ _ __
457[16:42:40] [Server thread/INFO]: [EasyBackup] | __|/ _` / __| | | | | ___ \/ _` |/ __| |/ / | | | '_ \
458[16:42:40] [Server thread/INFO]: [EasyBackup] | |__| (_| \__ \ |_| | | |_/ / (_| | (__| <| |_| | |_) |
459[16:42:40] [Server thread/INFO]: [EasyBackup] \____/\__,_|___/\__, | \____/ \__,_|\___|_|\_\\__,_| .__/
460[16:42:40] [Server thread/INFO]: [EasyBackup] __/ | | |
461[16:42:40] [Server thread/INFO]: [EasyBackup] |___/ |_|
462[16:42:40] [Server thread/INFO]: [EasyBackup]
463[16:42:40] [Server thread/INFO]: [EasyBackup] EasyBackup v3.1.9
464[16:42:40] [Server thread/INFO]: [EasyBackup] Made by Forseth11, JarFiles
465[16:42:40] [Server thread/INFO]: [EasyBackup] Licensed to Elguerrero (251570)
466[16:42:40] [Server thread/INFO]: [EasyBackup]
467[16:42:40] [Server thread/INFO]: [EasyBackup] Loading...
468[16:42:41] [Server thread/INFO]: [EasyBackup] Initializing Modules loader...
469[16:42:41] [Server thread/INFO]: [EasyBackup] Enabling API...
470[16:42:41] [Server thread/INFO]: [EasyBackup] Loading Configurations...
471[16:42:41] [Server thread/INFO]: [EasyBackup] Loading settings.yml config...
472[16:42:41] [Server thread/INFO]: [EasyBackup] Loading messages.yml config...
473[16:42:41] [Server thread/INFO]: [EasyBackup] Loading Addons...
474[16:42:41] [Server thread/INFO]: [EasyBackup] No Addons found
475[16:42:41] [Server thread/INFO]: [EasyBackup] Loading Managers...
476[16:42:41] [Server thread/INFO]: [EasyBackup] Loading EasyBackup schedule (CRON).
477[16:42:41] [Server thread/INFO]: [EasyBackup] Schedule applied: 0 0 0 ? * * * (at 00:00)
478[16:42:42] [Server thread/INFO]: [EasyBackup] Loading Listeners...
479[16:42:42] [Server thread/INFO]: [EasyBackup] Loading Commands...
480[16:42:42] [Server thread/INFO]: [EasyBackup] Starting LagMeter...
481[16:42:42] [Server thread/INFO]: [EasyBackup]
482[16:42:42] [Server thread/INFO]: [EasyBackup] EasyBackup has been loaded successfully. Starting backup schedule and disk protection...
483[16:42:42] [Server thread/INFO]: [EasyBackup] Backup Schedule has been started successfully
484[16:42:42] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
485[16:42:42] [Server thread/INFO]: [UltimatePluginManager] Enabling UltimatePluginManager v1.0.0
486[16:42:42] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v1.0-SNAPSHOT
487[16:42:42] [Server thread/INFO]: [UltimateTNT] Enabling UltimateTNT v1.11.2
488[16:42:42] [Server thread/INFO]: [GrapplingHook] Enabling GrapplingHook v2.5*
489[16:42:42] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_14_R1! Trying to find NMS support
490[16:42:42] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_14_R1' loaded!
491[16:42:42] [Server thread/INFO]: [BambooAddition] Enabling BambooAddition v1.1
492[16:42:42] [Server thread/INFO]: [RedstoneBell] Enabling RedstoneBell v1.0
493[16:42:42] [Server thread/INFO]: [RedstoneBell] Redstone Bell plugin enabled!
494[16:42:42] [Server thread/INFO]: [UltraPermissions] Enabling UltraPermissions v4.3.3
495[16:42:42] [Server thread/INFO]: [UltraPermissions] Loading Plugin...
496[16:42:42] [Server thread/INFO]: [UltraPermissions] Loaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24
497[16:42:42] [Server thread/INFO]: [UltraPermissions] Hooked into Vault
498[16:42:42] [Server thread/INFO]: [UltraPermissions] Successfully loaded in 216 ms
499[16:42:42] [Server thread/INFO]: [HackedCore] Enabling HackedCore v2.26.0*
500[16:42:42] [Server thread/INFO]: [HackedCore] Libraries successfully loaded
501[16:42:42] [Server thread/INFO]: [Revenge] Enabling Revenge v7.4.1-POST-1.14.4
502[16:42:42] [Server thread/INFO]: [Revenge] Particle set ! / Name: CRIT / Count: 3 / Speed: 0.1 / dX: 0.5 / dY: 0.3 / dZ: 0.5 / Arg1: 0 / Arg2: 0 / Arg3: 0 / type: Basic particle
503[16:42:42] [Server thread/INFO]: [Revenge] Disable Worlds: It appears that you have no world named "example" on your server.
504[16:42:42] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
505[16:42:42] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
506[16:42:42] [Server thread/INFO]: [UltraPermissions] Hooked into PlaceholderAPI
507[16:42:42] [Server thread/INFO]: [RAntiBot] Enabling RAntiBot v4.0-BUILD04*
508[16:42:42] [Server thread/INFO]: [RAntiBot] RAntiBot plugin is now enabled [By zEnderX5_]
509[16:42:42] [Server thread/INFO]: [RAntiBot] Website: http://bit.ly/2kC345B
510[16:42:42] [Server thread/INFO]: [ArmoredElytra] Enabling ArmoredElytra v2.4.9*
511[16:42:42] [Server thread/INFO]: [ArmoredElytra] Enabling stats! Thanks, it really helps!
512[16:42:42] [Server thread/INFO]: [ArmoredElytra] Durability penalty for flying disabled!
513[16:42:42] [Server thread/INFO]: [ArmoredElytra] Allowed enchantments:
514[16:42:42] [Server thread/INFO]: [ArmoredElytra] - DURABILITY
515[16:42:42] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_FIRE
516[16:42:42] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_EXPLOSIONS
517[16:42:42] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_PROJECTILE
518[16:42:42] [Server thread/INFO]: [ArmoredElytra] - PROTECTION_ENVIRONMENTAL
519[16:42:42] [Server thread/INFO]: [ArmoredElytra] - THORNS
520[16:42:42] [Server thread/INFO]: [ArmoredElytra] - BINDING_CURSE
521[16:42:42] [Server thread/INFO]: [ArmoredElytra] - VANISHING_CURSE
522[16:42:42] [Server thread/INFO]: [BossLand] Enabling BossLand v0.1
523[16:42:42] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
524[16:42:42] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
525[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addIllagerBell(BossLand.java:3445)
526[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3400)
527[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
528[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
529[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
530[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
531[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
532[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
533[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
534[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
535[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
536[16:42:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
537[16:42:42] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
538[16:42:42] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
539[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addWizardBook(BossLand.java:3457)
540[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3401)
541[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
542[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
543[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
544[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
545[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
546[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
547[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
548[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
549[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
550[16:42:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
551[16:42:42] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
552[16:42:42] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
553[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addGiantPotion(BossLand.java:3469)
554[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3402)
555[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
556[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
557[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
558[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
559[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
560[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
561[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
562[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
563[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
564[16:42:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
565[16:42:42] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
566[16:42:42] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
567[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addDragonEgg(BossLand.java:3482)
568[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3403)
569[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
570[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
571[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
572[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
573[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
574[16:42:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
575[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
576[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
577[16:42:42] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
578[16:42:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
579[16:42:42] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
580[16:42:42] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
581[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addGodFruit(BossLand.java:3432)
582[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3404)
583[16:42:42] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
584[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
585[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
586[16:42:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
587[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
588[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
589[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
590[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
591[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
592[16:42:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
593[16:42:43] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
594[16:42:43] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
595[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addDevilFruit(BossLand.java:3422)
596[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3405)
597[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
598[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
599[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
600[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
601[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
602[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
603[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
604[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
605[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
606[16:42:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
607[16:42:43] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
608[16:42:43] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
609[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addDeathNote(BossLand.java:3412)
610[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.addRecipes(BossLand.java:3406)
611[16:42:43] [Server thread/WARN]: at io.hotmail.com.jacob_vejvoda.BossLand.BossLand.onEnable(BossLand.java:148)
612[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
613[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
614[16:42:43] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
615[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
616[16:42:43] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
617[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
618[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
619[16:42:43] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
620[16:42:43] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
621[16:42:43] [Server thread/INFO]: [Trade] Enabling Trade v0.0.4
622[16:42:43] [Server thread/INFO]: [BeautyIndicator] Enabling BeautyIndicator v1.6*
623[16:42:43] [Server thread/INFO]: [BeautyIndicator] Plugin successfully enabled!
624[16:42:43] [Server thread/INFO]: [BeautyIndicator] Spigot page: https://www.spigotmc.org/resources/.57546/
625[16:42:43] [Server thread/INFO]: [BeautyIndicator] Author: Rixafy [https://rixafy.pro]
626[16:42:43] [Server thread/INFO]: [ParrotGlue] Enabling ParrotGlue v2.3
627[16:42:43] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.3
628[16:42:43] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_14_R1, using UniversalSkinFactory.
629[16:42:43] [Thread-27/INFO]: [ArmoredElytra] You seem to be using the latest version of this plugin!
630[16:42:43] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
631[16:42:43] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.7.4
632[16:42:43] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.7.4 has been enabled
633[16:42:43] [Server thread/INFO]: [EternalLight] Enabling EternalLight v1.4
634[16:42:43] [Server thread/INFO]: [EternalLight] Loading material mappings...
635[16:42:43] [Server thread/INFO]: [EternalLight] Loaded and applied 50 mappings
636[16:42:43] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.4.4
637[16:42:43] [Server thread/INFO]: [TotemsPlus] Enabling TotemsPlus v1.2.12
638[16:42:43] [Server thread/INFO]: [JoinMessagesGUI] Enabling JoinMessagesGUI v2.1.1*
639[16:42:43] [Server thread/INFO]: [JoinMessagesGUI] JoinMessagesGUI plugin has been enabled!
640[16:42:43] [Server thread/INFO]: [FishyFlint] Enabling FishyFlint v1.0
641[16:42:43] [Server thread/INFO]: [GHolo] Enabling GHolo v[2.4.2.0]
642[16:42:43] [Server thread/INFO]: [GHolo] The Plugin was successfully enabled.
643[16:42:43] [Server thread/INFO]: [GHolo] Linkage with PlaceholderAPI successful!
644[16:42:43] [Server thread/INFO]: [PlayMoreSounds] Enabling PlayMoreSounds v3.0.0-SNAPSHOT#7
645[16:42:43] [Server thread/INFO]: [PlayMoreSounds] -> 012 configurations loaded.
646[16:42:43] [Server thread/INFO]: [PlayMoreSounds] -> 791 sounds loaded.
647[16:42:43] [Server thread/INFO]: [PlayMoreSounds] -> 016 instruments loaded.
648[16:42:43] [Server thread/INFO]: [PlayMoreSounds] -> 020 events loaded.
649[16:42:43] [Server thread/INFO]: [PlayMoreSounds] ============================================
650[16:42:43] [Server thread/INFO]: [PlayMoreSounds] PlayMoreSounds-LIGHT has been enabled
651[16:42:43] [Server thread/INFO]: [PlayMoreSounds] Version v1.14.R1 detected
652[16:42:43] [Server thread/INFO]: [PlayMoreSounds] ============================================
653[16:42:43] [Server thread/INFO]: [JukeBox] Enabling JukeBox v1.15.1
654[16:42:43] [Server thread/INFO]: [JukeBox] Placeholders registered
655[16:42:43] [Server thread/INFO]: [JukeBox] This JukeBox version requires NoteBlockAPI version 1.4.3 or more. Please ensure that before using JukeBox (you are using NBAPI ver. 1.4.4)
656[16:42:43] [Server thread/INFO]: [JukeBox] Loaded language file en.yml
657[16:42:45] [Server thread/INFO]: Song is corrupted: Pokemon_Battle_Theme.nbs
658[16:42:45] [Server thread/WARN]: [JukeBox] Song "Pushing Onwards" is duplicated. Please delete one from the songs directory. File name: Pushing_Onwards.nbs
659[16:42:46] [Server thread/INFO]: [JukeBox] 198 songs loadeds. Sorting by name...
660[16:42:46] [Server thread/INFO]: [JukeBox] Songs sorted ! 198 songs. Number of pages : 5
661[16:42:46] [Server thread/INFO]: [LagAssist] Enabling LagAssist v2.18.4
662[16:42:46] [Server thread/INFO]: �c�lLag�f�lAssist �e� �fEnabling Systems:
663[16:42:46] [Server thread/INFO]: [✔] Smart Mob Tools.
664[16:42:46] [Server thread/INFO]: [✔] Hopper Manager.
665[16:42:46] [Server thread/INFO]: [✔] Redstone Culler.
666[16:42:46] [Server thread/INFO]: [✔] Physics-Tweaker.
667[16:42:46] [Server thread/INFO]: [✔] Lag Monitor.
668[16:42:46] [Server thread/INFO]: [✔] MapVisualizer.
669[16:42:46] [Server thread/INFO]: [✔] Chunk Analyser.
670[16:42:46] [Server thread/INFO]: [✔] Chunk Limiter.
671[16:42:46] [Server thread/INFO]: [✔] StatsAnalyse.
672[16:42:46] [Server thread/INFO]: [✔] LogCleaner System.
673[16:42:46] [Server thread/INFO]: [✔] GUI.
674[16:42:46] [Server thread/INFO]: 0 ZAI
675[16:42:46] [Server thread/INFO]: [✔] Injecting PacketListener.
676[16:42:46] [Server thread/INFO]: [ThrowableArrows] Enabling ThrowableArrows v1.4.0*
677[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Enabling AlchemicalArrows v3.1.1
678[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Registering events
679[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Registering commands
680[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Registering default alchemical arrows and their recipes
681[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Enabling Plugin Metrics
682[16:42:46] [Server thread/INFO]: [AlchemicalArrows] Getting version information...
683[16:42:46] [Server thread/INFO]: [DangerousNether] Enabling DangerousNether v1.0*
684[16:42:46] [Server thread/INFO]: [HackedServer] Enabling HackedServer v2.31.2*
685[16:42:46] [Server thread/INFO]: [HackedServer] Logs file not found, creating it...
686[16:42:46] [Server thread/INFO]: [HackedServer] Loading listeners
687[16:42:46] [Server thread/INFO]: » Labymod's listener enabled on channel LABYMOD
688[16:42:46] [Server thread/INFO]: » Labymod V3's listener enabled on channel LMC
689[16:42:46] [Server thread/INFO]: » 5zig Mod's listener enabled on channel 5zig_Set
690[16:42:46] [Server thread/INFO]: » PX Mod's listener enabled on channel PX|Version
691[16:42:46] [Server thread/INFO]: » Better Sprinting's listener enabled on channel BSprint
692[16:42:46] [Server thread/INFO]: » Hyperium's listener enabled on channel hyperium
693[16:42:46] [Server thread/INFO]: » JourneyMap's listener enabled on channel journeymap_channel
694[16:42:46] [Server thread/INFO]: » Remix's listener enabled on channel BLC|M
695[16:42:46] [Server thread/INFO]: » Easy Minecraft Client's listener enabled on channels MC|Brand, minecraft:brand
696[16:42:46] [Server thread/INFO]: » LiteLoader's listener enabled on channels MC|Brand, minecraft:brand
697[16:42:46] [Server thread/INFO]: » Rift's listener enabled on channels MC|Brand, minecraft:brand
698[16:42:46] [Server thread/INFO]: » Fabric's listener enabled on channels MC|Brand, minecraft:brand
699[16:42:46] [Server thread/INFO]: » Forge's listener enabled on channels MC|Brand, minecraft:brand
700[16:42:46] [Server thread/INFO]: » World Downloader's listener enabled on channels MC|Brand, minecraft:brand
701[16:42:46] [Server thread/INFO]: » Forge Mod Loader's listener enabled on channels FML|HS, l:fmlhs
702[16:42:46] [Server thread/INFO]: » World Downloader's listener enabled on channel
703[16:42:46] [Server thread/INFO]: » World Downloader's listener enabled on channel WDL|INIT
704[16:42:46] [Server thread/INFO]: » World Downloader's listener enabled on channel WDL|CONTROL
705[16:42:46] [Server thread/INFO]: » World Edit CUI's listener enabled on channel WECUI
706[16:42:46] [Server thread/INFO]: » Vape's listener enabled on channel LOLIMAHCKER
707[16:42:46] [Server thread/INFO]: [HackedServer] Your server is running a supported version: 1_14_R1
708[16:42:46] [Server thread/INFO]: [HackedServer] Enabled
709[16:42:46] [Server thread/INFO]: [ShulkerPacks] Enabling ShulkerPacks v1.4.1
710[16:42:46] [Server thread/INFO]: [ShulkerPacks] ShulkerPacks has been enabled!
711[16:42:46] [Server thread/INFO]: [MAmbience] Enabling MAmbience v0.6.1
712[16:42:47] [Server thread/INFO]: [Arrows4Players] Enabling Arrows4Players v1.14.4*
713[16:42:47] [Server thread/INFO]: [CropChecker] Enabling CropChecker v1.9
714[16:42:47] [Server thread/INFO]: [CropChecker] Metrics is enabled on this server - metrics started
715[16:42:47] [Server thread/INFO]: [InfiniteAnnouncements] Enabling InfiniteAnnouncements v1.3
716[16:42:47] [Server thread/INFO]: [Infinite Announcements] Infinite Announcements v1.3 is now Enabled
717[16:42:47] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
718[16:42:47] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
719[16:42:47] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
720[16:42:47] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 5001 at X: 0.0 Z: 0.0
721[16:42:47] [Server thread/INFO]: [WorldBorder] [CONFIG] World "[worldname]" has border radius 5000 at X: 0.0 Z: 0.0
722[16:42:47] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -31.0 Y: 72.0 Z: 25.0
723[16:42:47] [Server thread/INFO]: [CarpetEffect] Enabling CarpetEffect v1.0.0*
724[16:42:47] [Server thread/INFO]: [CarpetEffect] start plugin
725[16:42:47] [Server thread/ERROR]: Fatal error trying to convert CarpetEffect v1.0.0:me/jamesadams/carpeteffect/Event.class
726org.bukkit.plugin.AuthorNagException: No legacy enum constant for WHITE_CARPET. Did you forget to define api-version: 1.13 in your plugin.yml?
727 at org.bukkit.craftbukkit.v1_14_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:294) ~[patched_1.14.4.jar:git-Paper-209]
728 at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readCode(ClassReader.java:2210) ~[patched_1.14.4.jar:git-Paper-209]
729 at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1283) ~[patched_1.14.4.jar:git-Paper-209]
730 at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:688) ~[patched_1.14.4.jar:git-Paper-209]
731 at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:400) ~[patched_1.14.4.jar:git-Paper-209]
732 at org.bukkit.craftbukkit.v1_14_R1.util.Commodore.convert(Commodore.java:173) ~[patched_1.14.4.jar:git-Paper-209]
733 at org.bukkit.craftbukkit.v1_14_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:283) ~[patched_1.14.4.jar:git-Paper-209]
734 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:112) ~[patched_1.14.4.jar:git-Paper-209]
735 at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:201) ~[patched_1.14.4.jar:git-Paper-209]
736 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[patched_1.14.4.jar:git-Paper-209]
737 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-209]
738 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
739 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
740 at me.jamesadams.carpeteffect.CarpetEffect.onEnable(CarpetEffect.java:12) ~[?:?]
741 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-209]
742 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-209]
743 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-209]
744 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-209]
745 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-209]
746 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-209]
747 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-209]
748 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-209]
749 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
750[16:42:47] [Server thread/INFO]: [RottenSmelt] Enabling RottenSmelt v1.0*
751[16:42:47] [Server thread/INFO]: >---<>---<>---> RottenSmelt <---<>---<>---<
752[16:42:47] [Server thread/INFO]:
753[16:42:47] [Server thread/INFO]: RottenSmelt Version 1.0
754[16:42:47] [Server thread/INFO]: Coded by Tronax
755[16:42:47] [Server thread/INFO]: Plugin enabled!
756[16:42:47] [Server thread/INFO]:
757[16:42:47] [Server thread/INFO]: >---<>---<>---> RottenSmelt <---<>---<>---<
758[16:42:47] [Server thread/INFO]: [BackToBlock] Enabling BackToBlock v1.0
759[16:42:47] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib vDEV - 69 (git 2a0d6fcf)
760[16:42:47] [Server thread/WARN]:
761[16:42:47] [Server thread/WARN]: ################## - DEVELOPMENT BUILD - ##################
762[16:42:47] [Server thread/WARN]: You appear to be using an experimental build of CS-CoreLib
763[16:42:47] [Server thread/WARN]: Version DEV - 69 (git 2a0d6fcf)
764[16:42:47] [Server thread/WARN]:
765[16:42:47] [Server thread/WARN]: Auto-Updates have been disabled. Use at your own risk!
766[16:42:47] [Server thread/WARN]:
767[16:42:47] [Server thread/INFO]: [HarmfulSnow] Enabling HarmfulSnow v1.0*
768[16:42:47] [Server thread/INFO]: [BagOfGold] Enabling BagOfGold v2.8.2
769[16:42:48] [Server thread/INFO]: [BagOfGold] Config.yml was backed up to plugins/BagOfGold/backup/config.yml.bak115
770[16:42:48] [Server thread/INFO]: [BagOfGold] Database version 3 detected.
771[16:42:48] [Server thread/INFO]: [BagOfGold] Enabling compatibility with ProtocolLib (4.5.0-SNAPSHOT).
772[16:42:48] [Server thread/INFO]: [BagOfGold] Enabling compatibility with PlaceholderAPI (2.10.4).
773[16:42:48] [Server thread/INFO]: [BagOfGold] [BagOfGold][Economy] Vault found: Waiting
774[16:42:48] [Server thread/INFO]: [BagOfGold] hooked into Vault
775[16:42:48] [Server thread/INFO]: [UltimateMentions] Enabling UltimateMentions v2.5.3*
776[16:42:48] [Server thread/INFO]: [Ultimate Mentions] Successfully enabled v2.5.3
777[16:42:48] [Server thread/INFO]: --------------------------------------------------------------------------------------
778[16:42:48] [Server thread/INFO]: Developed by Ruben_Artz
779[16:42:48] [Server thread/INFO]: [Ultimate Mentions] Version: 2.5.3
780[16:42:48] [Server thread/INFO]: [Ultimate Mentions] Uploading files...
781[16:42:48] [Server thread/INFO]:
782[16:42:48] [Server thread/INFO]: UltimateMentions - config.yml
783[16:42:48] [Server thread/INFO]: UltimateMentions - lang_ch.yml
784[16:42:48] [Server thread/INFO]: UltimateMentions - lang_en.yml
785[16:42:48] [Server thread/INFO]: UltimateMentions - lang_es.yml
786[16:42:48] [Server thread/INFO]: UltimateMentions - lang_fl.yml
787[16:42:48] [Server thread/INFO]: UltimateMentions - lang_fr.yml
788[16:42:48] [Server thread/INFO]: UltimateMentions - lang_ko.yml
789[16:42:48] [Server thread/INFO]: UltimateMentions - lang_th.yml
790[16:42:48] [Server thread/INFO]: UltimateMentions - lang_tr.yml
791[16:42:48] [Server thread/INFO]:
792[16:42:48] [Server thread/INFO]: [Ultimate Mentions] Successfully loaded files
793[16:42:48] [Server thread/INFO]:
794[16:42:48] [Server thread/INFO]: [Ultimate Mentions] PlaceholderAPI found correctly.
795[16:42:48] [Server thread/INFO]:
796[16:42:48] [Server thread/INFO]: --------------------------------------------------------------------------------------
797[16:42:48] [Server thread/INFO]: [ForceGrow] Enabling ForceGrow v1.0.4
798[16:42:48] [Server thread/INFO]: [BloodInMinecraft] Enabling BloodInMinecraft v6.0*
799[16:42:48] [Server thread/INFO]: ----------------------------------------
800[16:42:48] [Server thread/INFO]: BloodInMinecraft By Yanisssch Is On! No error Found ;)! VERSION 6.0
801[16:42:48] [Server thread/INFO]: Your server running on:git-Paper-209 (MC: 1.14.4)
802[16:42:48] [Server thread/INFO]: ----------------------------------------
803[16:42:48] [Server thread/INFO]: [EpicCraftingsPlus] Enabling EpicCraftingsPlus v5.6.3
804[16:42:48] [Server thread/INFO]: ----------[EpicCraftingsPlus]---------
805[16:42:48] [Server thread/INFO]: Has been enabled! Version: 5.6.3
806[16:42:48] [Server thread/INFO]: Optional Dependencies:
807[16:42:48] [Server thread/INFO]: [JOBS] Not Found!
808[16:42:48] [Server thread/INFO]: [VAULT] Found!
809[16:42:48] [Server thread/INFO]: [BATTLELEVELS] Not Found!
810[16:42:48] [Server thread/INFO]: [SKILLAPI] Not Found!
811[16:42:48] [Server thread/INFO]: [TOKENENCHANT] Not Found!
812[16:42:48] [Server thread/INFO]: [PLACEHOLDERAPI] Found!
813[16:42:48] [Server thread/INFO]:
814[16:42:48] [Server thread/INFO]: Thanks for using my plugin! ~Ajneb97
815[16:42:49] [Server thread/INFO]: -------------------------------------
816[16:42:49] [Server thread/INFO]: [KiteBoard] Enabling KiteBoard v3.0.6
817[16:42:49] [Server thread/INFO]: [KiteBoard] Loading scoreboard groups...
818[16:42:49] [Server thread/INFO]: [KiteBoard] Loading scoreboard group main_board.yml.
819[16:42:49] [Server thread/INFO]: [KiteBoard] Loading tablist groups...
820[16:42:49] [Server thread/INFO]: [KiteBoard] Loading tablist group main_tab.yml.
821[16:42:49] [Server thread/INFO]: [KiteBoard] Registering placeholder hook Player Placeholders.
822[16:42:49] [Server thread/INFO]: [KiteBoard] Registering placeholder hook Event Trigger.
823[16:42:49] [Server thread/INFO]: [KiteBoard] Registering placeholder hook Placeholder API.
824[16:42:49] [Server thread/INFO]: [KiteBoard] bStats metrics is enabled.
825[16:42:49] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719*
826[16:42:49] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5-b719" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--].
827[16:42:49] [ForkJoinPool.commonPool-worker-1/INFO]: [KiteBoard] Your version of KiteBoard is up to date!
828[16:42:49] [Server thread/INFO]: -------- World Settings For [world_nether] --------
829[16:42:49] [Server thread/INFO]: Mob Spawn Range: 6
830[16:42:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
831[16:42:49] [Server thread/INFO]: Cane Growth Modifier: 100%
832[16:42:49] [Server thread/INFO]: Melon Growth Modifier: 100%
833[16:42:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
834[16:42:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
835[16:42:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
836[16:42:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
837[16:42:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
838[16:42:49] [Server thread/INFO]: Potato Growth Modifier: 100%
839[16:42:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
840[16:42:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
841[16:42:49] [Server thread/INFO]: Vine Growth Modifier: 100%
842[16:42:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
843[16:42:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
844[16:42:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
845[16:42:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
846[16:42:49] [Server thread/INFO]: Experience Merge Radius: 6.0
847[16:42:49] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv true
848[16:42:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
849[16:42:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
850[16:42:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
851[16:42:49] [Server thread/INFO]: Max TNT Explosions: 100
852[16:42:49] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
853[16:42:49] [Server thread/INFO]: View Distance: 8
854[16:42:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
855[16:42:49] [Server thread/INFO]: Item Despawn Rate: 6000
856[16:42:49] [Server thread/INFO]: Item Merge Radius: 4.0
857[16:42:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
858[16:42:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
859[16:42:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
860[16:42:49] [Server thread/ERROR]: Could not add item chicken to altItemDespawnRateMap: No enum constant org.bukkit.Material.chicken
861[16:42:49] [Server thread/ERROR]: Could not add item wool to altItemDespawnRateMap: No enum constant org.bukkit.Material.wool
862[16:42:49] [Server thread/ERROR]: Could not add item log to altItemDespawnRateMap: No enum constant org.bukkit.Material.log
863[16:42:49] [Server thread/ERROR]: Could not add item arrow to altItemDespawnRateMap: No enum constant org.bukkit.Material.arrow
864[16:42:49] [Server thread/ERROR]: Could not add item beef to altItemDespawnRateMap: No enum constant org.bukkit.Material.beef
865[16:42:49] [Server thread/ERROR]: Could not add item stone_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_sword
866[16:42:49] [Server thread/ERROR]: Could not add item wooden_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_axe
867[16:42:49] [Server thread/ERROR]: Could not add item grass to altItemDespawnRateMap: No enum constant org.bukkit.Material.grass
868[16:42:49] [Server thread/ERROR]: Could not add item potato to altItemDespawnRateMap: No enum constant org.bukkit.Material.potato
869[16:42:49] [Server thread/ERROR]: Could not add item rabbit to altItemDespawnRateMap: No enum constant org.bukkit.Material.rabbit
870[16:42:49] [Server thread/ERROR]: Could not add item cactus to altItemDespawnRateMap: No enum constant org.bukkit.Material.cactus
871[16:42:49] [Server thread/ERROR]: Could not add item stone_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_pickaxe
872[16:42:49] [Server thread/ERROR]: Could not add item rotten_flesh to altItemDespawnRateMap: No enum constant org.bukkit.Material.rotten_flesh
873[16:42:49] [Server thread/ERROR]: Could not add item wooden_pickaxe to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_pickaxe
874[16:42:49] [Server thread/ERROR]: Could not add item dirt to altItemDespawnRateMap: No enum constant org.bukkit.Material.dirt
875[16:42:49] [Server thread/ERROR]: Could not add item salmon to altItemDespawnRateMap: No enum constant org.bukkit.Material.salmon
876[16:42:49] [Server thread/ERROR]: Could not add item wooden_sword to altItemDespawnRateMap: No enum constant org.bukkit.Material.wooden_sword
877[16:42:49] [Server thread/ERROR]: Could not add item bone to altItemDespawnRateMap: No enum constant org.bukkit.Material.bone
878[16:42:49] [Server thread/ERROR]: Could not add item leather to altItemDespawnRateMap: No enum constant org.bukkit.Material.leather
879[16:42:49] [Server thread/ERROR]: Could not add item gravel to altItemDespawnRateMap: No enum constant org.bukkit.Material.gravel
880[16:42:49] [Server thread/ERROR]: Could not add item sand to altItemDespawnRateMap: No enum constant org.bukkit.Material.sand
881[16:42:49] [Server thread/ERROR]: Could not add item stone_axe to altItemDespawnRateMap: No enum constant org.bukkit.Material.stone_axe
882[16:42:49] [Server thread/INFO]: AdvancedDungeons Populator is not used in world_nether
883[16:42:49] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
884[16:42:49] [Server thread/INFO]: Preparing spawn area: 0%
885[16:42:50] [Server thread/INFO]: Preparing spawn area: 100%
886[16:42:50] [Server-Worker-10/INFO]: Preparing spawn area: 100%
887[16:42:51] [Server-Worker-8/INFO]: Preparing spawn area: 100%
888[16:42:51] [Server-Worker-6/INFO]: Preparing spawn area: 100%
889[16:42:51] [Server thread/INFO]: Loaded 441 spawn chunks for world world_nether
890[16:42:51] [Server thread/INFO]: Time elapsed: 2125 ms
891[16:42:51] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
892[16:42:51] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
893[16:42:51] [Server thread/INFO]: [Revenge] World managment plugin detected! Reloading disable-worlds feature ...
894[16:42:51] [Server thread/INFO]: [Revenge] Disable Worlds: It appears that you have no world named "example" on your server.
895[16:42:51] [Server thread/INFO]: [MyTameables] Enabling MyTameables v0.0.3
896[16:42:51] [Server thread/INFO]: [MyTameables] Vault detected.
897[16:42:51] [Server thread/INFO]: [DragonSlayer] Enabling DragonSlayer v0.7.8_Jeppa
898[16:42:51] [Server thread/INFO]: [DragonSlayer] Checking for updates...
899[16:42:52] [Server thread/INFO]: [DragonSlayer] You're running the latest plugin version!
900[16:42:52] [Server thread/INFO]: [DragonSlayer] Events 1.9+ enabled!
901[16:42:52] [Server thread/INFO]: [DragonSlayer] Paper found!
902[16:42:52] [Server thread/INFO]: [DragonSlayer] Vault dependency found, rewards will be enabled!
903[16:42:52] [Server thread/INFO]: [DragonSlayer] PlaceholderAPI found, will be used!
904[16:42:52] [Server thread/INFO]: [DragonSlayer] 2 endgateways found on world_the_end with 18 free slots...!
905[16:42:52] [Server thread/INFO]: [DiscordMinecraft] Enabling DiscordMinecraft v2.3.0*
906[16:42:52] [Server thread/INFO]: It appears you are on an outdated version.
907[16:42:52] [Server thread/INFO]: For continued support, please update immediately.
908[16:42:52] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8*
909[16:42:52] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
910[16:42:52] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
911[16:42:52] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
912[16:42:52] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
913[16:42:52] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
914[16:42:52] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
915[16:42:52] [Server thread/INFO]: [Slimefun] Enabling Slimefun vRC - 2 (git 4bb9abd2)
916[16:42:52] [Server thread/INFO]: [Slimefun] Loading Files...
917[16:42:52] [Server thread/INFO]: [Slimefun] Loading Config...
918[16:42:53] [Server thread/INFO]: [Slimefun] Loading Items...
919[16:42:53] [Server thread/INFO]: [Slimefun] Loading Researches...
920[16:42:54] [Server thread/INFO]: [Slimefun] Loading World Generators...
921[16:42:54] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Oil
922[16:42:54] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Nether Ice
923[16:42:54] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Small Chunks of Uranium
924[16:42:54] [Server thread/INFO]: [Slimefun] Finished!
925[16:42:54] [Server thread/INFO]: [Slimefun] Hooked into Plugin: PlaceholderAPI
926[16:42:54] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
927[16:42:54] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
928[16:42:54] [Server thread/INFO]: [Essentials] No kits found to migrate.
929[16:42:54] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
930[16:42:54] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
931[16:42:54] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
932[16:42:54] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
933[16:42:54] [Server thread/INFO]: [Essentials] Using locale en_US
934[16:42:54] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
935[16:42:54] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
936[16:42:54] [Server thread/INFO]: [BagOfGold] Enabling compatibility with Essentials (2.17.1.0)
937[16:42:54] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
938[16:42:54] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
939[16:42:54] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: BagOfGold version: 1.7.2-b107)
940[16:42:54] [Server thread/INFO]: [ExtraGear] Enabling ExtraGear vDEV - 3 (git de222ab7)
941[16:42:54] [Server thread/INFO]: [LiquidTanks] Enabling LiquidTanks v2.3.5*
942[16:42:54] [Server thread/INFO]: [LiquidTanks] Tank database found, loading all the tanks!
943[16:42:54] [Server thread/INFO]: [LiquidTanks] Loaded 0 Liquid tanks!
944[16:42:54] [Server thread/INFO]: [BeastWithDraw] Enabling BeastWithDraw v2.6-(1.13/1.14)
945[16:42:54] [Server thread/INFO]: [BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are regitered
946[16:42:54] [Server thread/INFO]: [BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are regitered
947[16:42:54] [Server thread/INFO]: [WorldChangeScreenRemover] Enabling WorldChangeScreenRemover v1.0.15
948[16:42:54] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.2.8*
949[16:42:54] [Server thread/INFO]: [PlayTime] loading...
950[16:42:54] [Server thread/INFO]: [PlayTime] Plugin is up to date! - 1.2.8
951[16:42:54] [Server thread/INFO]: [PlayTime] PlaceholdersAPI Hooked!
952[16:42:54] [Server thread/INFO]: [PlayTime] Successfully loaded.
953[16:42:54] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.8.2-SNAPSHOT
954[16:42:54] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_14_R1
955[16:42:54] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #304
956[16:42:54] [Server thread/INFO]: [LibsDisguises] Build Date: 16/09/2019 02:36
957[16:42:54] [Server thread/ERROR]: [LibsDisguises] You must purchase the plugin to use support for 1.14!
958[16:42:54] [Server thread/ERROR]: [LibsDisguises] This will be released free once the plugin is stable!
959[16:42:54] [Server thread/ERROR]: [LibsDisguises] If you've already purchased the plugin, place the purchased jar inside the Lib's Disguises plugin folder
960[16:42:54] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v9.8.2-SNAPSHOT
961[16:42:54] [Server thread/INFO]: [TutorialCreator] Enabling TutorialCreator v1.14.1
962[16:42:55] [Server thread/INFO]: [TutorialCreator] TutorialCreator loads the config...
963[16:42:55] [Server thread/INFO]: [TutorialCreator] TutorialCreator successfully loaded ProtocolLib.
964[16:42:55] [Server thread/INFO]: [TutorialCreator] TutorialCreator loaded 5 Tutorials.
965[16:42:55] [Server thread/INFO]: [TutorialCreator] TutorialCreator by Freeforever24 started!
966[16:42:55] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v5.12.5
967[16:42:55] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
968[16:42:55] [Server thread/WARN]: [AdvancedAchievements] Overriding configuration: disabling PetMasterGive and PetMasterReceive categories.
969[16:42:55] [Server thread/WARN]: [AdvancedAchievements] Ensure you have placed Pet Master with a minimum version of 1.4 in your plugins folder or add PetMasterGive and PetMasterReceive to the DisabledCategories list in config.yml.
970[16:42:55] [Server thread/INFO]: [AdvancedAchievements] Loaded 54 achievements in 46 categories.
971[16:42:55] [Server thread/INFO]: [AdvancedAchievements] 2 disabled categories: [PetMasterReceive, PetMasterGive]
972[16:42:55] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
973[16:42:55] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
974[16:42:56] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
975[16:42:56] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
976[16:42:56] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
977[16:42:56] [Thread-54/INFO]: [AdvancedAchievements] Checking for plugin update...
978[16:42:56] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 882ms.
979[16:42:56] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden vDEV - 22 (git a855f5b7)
980[16:42:56] [Server thread/INFO]: [ExploitFixer] Enabling ExploitFixer v0.7.6
981[16:42:56] [Server thread/INFO]: [SlimefunOreChunks] Enabling SlimefunOreChunks vDEV - 2 (git 24d90a3e)
982[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Iron Ore Chunk
983[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Gold Ore Chunk
984[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Copper Ore Chunk
985[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Tin Ore Chunk
986[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Silver Ore Chunk
987[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Aluminum Ore Chunk
988[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Lead Ore Chunk
989[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Zinc Ore Chunk
990[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Nickel Ore Chunk
991[16:42:56] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Cobalt Ore Chunk
992[16:42:56] [Server thread/INFO]: [Matrix] Enabling Matrix v2.6.0
993[16:42:56] [Server thread/INFO]: _____
994[16:42:56] [Server thread/INFO]: | | | Matrix AntiCheat v2.6.0
995[16:42:56] [Server thread/INFO]: | | | Environment: git-Paper-209 (MC: 1.14.4)
996[16:42:56] [Server thread/INFO]:
997[16:42:56] [Server thread/INFO]: [Matrix] Enabled 21 checks, Disabled 0 checks
998[16:42:56] [Server thread/INFO]: [Matrix] Loaded all config files
999[16:42:56] [Server thread/INFO]: [Matrix] Loaded 8 Placeholders
1000[16:42:57] [Server thread/INFO]: [Matrix] (Machine Learning) ML Model Version: #6
1001[16:42:57] [Server thread/INFO]: [Matrix] (Machine Learning) Loaded 96 models
1002[16:42:57] [Server thread/INFO]: [Matrix] Hooked with PlaceholderAPI
1003[16:42:57] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
1004[16:42:57] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1005[16:42:57] [Server thread/INFO]: [SlimeXpansion] Enabling SlimeXpansion vDEV - 4 (git 5bf10c29)
1006[16:42:57] [Server thread/INFO]: [SlimeXpansion] There is no such item with name SIGN
1007[16:42:57] [Server thread/INFO]: [SlimeXpansion] There is no such item with name GOLD_HELMET
1008[16:42:57] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Thorium
1009[16:42:57] [Server thread/INFO]: [SlimeXpansion] SlimeXpansion has been enabled!
1010[16:42:57] [Server thread/INFO]: [ChestTerminal] Enabling ChestTerminal vDEV - 17 (git 933a7d36)
1011[16:42:57] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Milky Quartz
1012[16:42:57] [Server thread/INFO]: [EmeraldEnchants] Enabling EmeraldEnchants vDEV - 3 (git 3e3fdd6e)
1013[16:42:57] [Server thread/INFO]: [Plan] Enabling Plan v5.0 build 224
1014[16:42:58] [Server thread/INFO]:
1015[16:42:58] [Server thread/INFO]: ██▌
1016[16:42:58] [Server thread/INFO]: ██▌ ██▌
1017[16:42:58] [Server thread/INFO]: ██▌██▌██▌██▌ Player Analytics
1018[16:42:58] [Server thread/INFO]: ██▌██▌██▌██▌ v5.0 build 224
1019[16:42:58] [Server thread/INFO]:
1020[16:42:58] [Server thread/INFO]: [Plan] Locale: 'English' by Rsl1122
1021[16:42:58] [Server thread/INFO]: [Plan] You're using the latest version.
1022[16:42:58] [Server thread/INFO]: [Plan] SQLite-database connection established.
1023[16:42:58] [Server thread/INFO]: WebServer: Certificate KeyStore File not Found: plugins/Plan/Cert.jks
1024[16:42:58] [Server thread/INFO]: [Plan] WebServer: No Certificate -> Using HTTP-server for Visualization.
1025[16:42:58] [Server thread/INFO]: WebServer: User Authorization Disabled! (Not secure over HTTP)
1026[16:42:58] [Server thread/INFO]: [Plan] Webserver running on PORT 8014 (http://0.0.0.0:8014)
1027[16:42:58] [Server thread/INFO]: [Plan] Registered extension: AdvancedAchievements
1028[16:42:58] [Server thread/INFO]: [Plan] Registered extension: Essentials
1029[16:42:58] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault)
1030[16:42:58] [Server thread/INFO]: [Plan] Player Analytics Enabled. (650 ms)
1031[16:42:58] [Server thread/INFO]: [TAB] Enabling TAB v2.5.3
1032[16:42:58] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1)
1033[16:42:58] [Server thread/INFO]: [TAB] Enabled in 79ms
1034[16:42:58] [Server thread/INFO]: [DefensiveTurrets] Enabling DefensiveTurrets v2.3.2
1035[16:42:58] [Server thread/INFO]: [DefensiveTurrets] Has been enabled! Version: 2.3.2
1036[16:42:58] [Server thread/INFO]: [DefensiveTurrets] Thanks for using my plugin! ~Ajneb97
1037[16:42:58] [Server thread/INFO]: [ElectricSpawners] Enabling ElectricSpawners vDEV - 5 (git c3f8cc9d)
1038[16:42:58] [Server thread/INFO]: [AntiVPN] Enabling AntiVPN v4.9.31
1039[16:42:59] [Server thread/INFO]: [AntiVPN] [ACF] Enabled Asynchronous Tab Completion Support!
1040[16:42:59] [Server thread/INFO]: [AntiVPN] [m{c.z.h.HikariDataSource} HikariPool-1 - Starting...[m
1041[16:42:59] [Server thread/WARN]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
1042[16:42:59] [Server thread/INFO]: [AntiVPN] [m{c.z.h.HikariDataSource} HikariPool-1 - Start completed.[m
1043[16:42:59] [Server thread/INFO]: [Anti-VPN] Enabling support for Plan.
1044[16:42:59] [Server thread/WARN]: [Plan] me.egg82.antivpn.hooks.PlayerAnalyticsHook$Data was attempted to be registered. PluginData API has been decommissioned, so this is a no-op. Please move to using DataExtension API. https://github.com/plan-player-analytics/Plan/wiki/APIv5
1045[16:42:59] [Server thread/INFO]: [Anti-VPN] Enabling support for PlaceholderAPI.
1046[16:42:59] [Server thread/INFO]: [Anti-VPN] Enabled
1047[16:42:59] [Server thread/INFO]: [Anti-VPN] [Version 4.9.31] [2 Commands] [3 Events]
1048[16:42:59] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0
1049[16:42:59] [Server thread/INFO]: [SoulJars] Enabling SoulJars vDEV - 4 (git 4a600aa2)
1050[16:42:59] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2307
1051[16:42:59] [Server thread/INFO]: [AuthMe] SQLite Setup finished
1052[16:42:59] [Server thread/INFO]: [AuthMe] Hooked into Vault!
1053[16:42:59] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
1054[16:42:59] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
1055[16:42:59] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite2 data created by MaxMind, available at https://www.maxmind.com
1056[16:43:00] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2307 successfully enabled!
1057[16:43:00] [Server thread/INFO]: [LastLoginAPI] Enabling LastLoginAPI v1.3.2
1058[16:43:00] [Server thread/INFO]: [[33mLastLoginAPI[0m] Initializing LastLoginAPI 1.3.2
1059[16:43:00] [Server thread/INFO]: [[33mLastLoginAPI[0m] Hooked into PlaceholderAPI
1060[16:43:00] [Server thread/INFO]: [[33mLastLoginAPI[0m] LastLoginAPI v1.3.2 enabled
1061[16:43:00] [Server thread/INFO]: [Parties] Enabling Parties v2.6.6
1062[16:43:00] [Server thread/INFO]: [[36mParties[0m] Initializing Parties 2.6.6
1063[16:43:00] [Server thread/WARN]: [[36mParties[0m] [31mThe file messages.yml is outdated![0m
1064[16:43:00] [Server thread/INFO]: [[36mParties[0m] Hooked into LastLoginAPI
1065[16:43:00] [Server thread/INFO]: [[36mParties[0m] Hooked into PlaceholderAPI
1066[16:43:00] [Server thread/INFO]: [[36mParties[0m] Parties v2.6.6 enabled
1067[16:43:00] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.6.5-2800
1068[16:43:00] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_14_R1 (Minecraft 1.14)...[0m
1069[16:43:00] [Server thread/WARN]: [MythicMobs] ✗[33m Compatibility Error for '[4mLibsDisguises[0m[33m': [37mPlugin not found/incompatible version[0m[0m
1070[16:43:00] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled![0m
1071[16:43:00] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled![0m
1072[16:43:00] [Server thread/WARN]: [MythicMobs] Failed to enable support for WorldGuard. Is it up to date?[0m[0m
1073[16:43:00] [Server thread/WARN]: java.lang.NullPointerException
1074[16:43:00] [Server thread/WARN]: at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
1075[16:43:00] [Server thread/WARN]: at com.sk89q.worldguard.WorldGuard.getPlatform(WorldGuard.java:100)
1076[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.compatibility.WorldGuardSupport$WorldGuardSeven.<init>(WorldGuardSupport.java:65)
1077[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.compatibility.WorldGuardSupport.<init>(WorldGuardSupport.java:48)
1078[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.compatibility.CompatibilityManager.lambda$new$118(CompatibilityManager.java:58)
1079[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.compatibility.CompatibilityManager.registerCompatibility(CompatibilityManager.java:91)
1080[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.compatibility.CompatibilityManager.<init>(CompatibilityManager.java:58)
1081[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:141)
1082[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1083[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1084[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1085[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1086[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1087[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1088[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1089[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1090[16:43:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1091[16:43:00] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
1092[16:43:00] [Server thread/WARN]: while parsing a block mapping
1093[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1094[16:43:00] [Server thread/WARN]: SmashAttack:
1095[16:43:00] [Server thread/WARN]: ^
1096[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1097[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1098[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1099[16:43:00] [Server thread/WARN]: ^
1100[16:43:00] [Server thread/WARN]:
1101[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572)
1102[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
1103[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
1104[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:214)
1105[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144)
1106[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85)
1107[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
1108[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:139)
1109[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
1110[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
1111[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:51)
1112[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:158)
1113[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:126)
1114[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177)
1115[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.reloadCustomConfig(IOLoader.java:70)
1116[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:45)
1117[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:46)
1118[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
1119[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:152)
1120[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1121[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1122[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1123[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1124[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1125[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1126[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1127[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1128[16:43:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1129[16:43:00] [Server thread/ERROR]: [MythicMobs] [31mCannot load plugins/MythicMobs/Skills/ExampleSkills.yml[37m
1130[16:43:00] [Server thread/WARN]: io.lumine.utils.config.InvalidConfigurationException: while parsing a block mapping
1131[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1132[16:43:00] [Server thread/WARN]: SmashAttack:
1133[16:43:00] [Server thread/WARN]: ^
1134[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1135[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1136[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1137[16:43:00] [Server thread/WARN]: ^
1138[16:43:00] [Server thread/WARN]:
1139[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54)
1140[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:158)
1141[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:126)
1142[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177)
1143[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.reloadCustomConfig(IOLoader.java:70)
1144[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:45)
1145[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:46)
1146[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
1147[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:152)
1148[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1149[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1150[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1151[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1152[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1153[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1154[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1155[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1156[16:43:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1157[16:43:00] [Server thread/WARN]: Caused by: while parsing a block mapping
1158[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1159[16:43:00] [Server thread/WARN]: SmashAttack:
1160[16:43:00] [Server thread/WARN]: ^
1161[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1162[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1163[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1164[16:43:00] [Server thread/WARN]: ^
1165[16:43:00] [Server thread/WARN]:
1166[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572)
1167[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
1168[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
1169[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:214)
1170[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144)
1171[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85)
1172[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
1173[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:139)
1174[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
1175[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
1176[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:51)
1177[16:43:00] [Server thread/WARN]: ... 17 more
1178[16:43:00] [Server thread/WARN]: while parsing a block mapping
1179[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1180[16:43:00] [Server thread/WARN]: SmashAttack:
1181[16:43:00] [Server thread/WARN]: ^
1182[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1183[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1184[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1185[16:43:00] [Server thread/WARN]: ^
1186[16:43:00] [Server thread/WARN]:
1187[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572)
1188[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
1189[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
1190[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:214)
1191[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144)
1192[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85)
1193[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
1194[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:139)
1195[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
1196[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
1197[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:51)
1198[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:158)
1199[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:126)
1200[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177)
1201[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.reloadCustomConfig(IOLoader.java:70)
1202[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:52)
1203[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOHandler.getSaveLoad(IOHandler.java:41)
1204[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:49)
1205[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
1206[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:152)
1207[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1208[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1209[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1210[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1211[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1212[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1213[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1214[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1215[16:43:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1216[16:43:00] [Server thread/ERROR]: [MythicMobs] [31mCannot load plugins/MythicMobs/Skills/ExampleSkills.yml[37m
1217[16:43:00] [Server thread/WARN]: io.lumine.utils.config.InvalidConfigurationException: while parsing a block mapping
1218[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1219[16:43:00] [Server thread/WARN]: SmashAttack:
1220[16:43:00] [Server thread/WARN]: ^
1221[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1222[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1223[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1224[16:43:00] [Server thread/WARN]: ^
1225[16:43:00] [Server thread/WARN]:
1226[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:54)
1227[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:158)
1228[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.FileConfiguration.load(FileConfiguration.java:126)
1229[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:177)
1230[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.reloadCustomConfig(IOLoader.java:70)
1231[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOLoader.<init>(IOLoader.java:52)
1232[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.IOHandler.getSaveLoad(IOHandler.java:41)
1233[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:49)
1234[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
1235[16:43:00] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:152)
1236[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1237[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1238[16:43:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1239[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1240[16:43:00] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1241[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
1242[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
1243[16:43:00] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1244[16:43:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1245[16:43:00] [Server thread/WARN]: Caused by: while parsing a block mapping
1246[16:43:00] [Server thread/WARN]: in 'string', line 5, column 1:
1247[16:43:00] [Server thread/WARN]: SmashAttack:
1248[16:43:00] [Server thread/WARN]: ^
1249[16:43:00] [Server thread/WARN]: expected <block end>, but found '<block mapping start>'
1250[16:43:00] [Server thread/WARN]: in 'string', line 36, column 3:
1251[16:43:00] [Server thread/WARN]: IceBolt-Tick:
1252[16:43:00] [Server thread/WARN]: ^
1253[16:43:00] [Server thread/WARN]:
1254[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:572)
1255[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
1256[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
1257[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:214)
1258[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:144)
1259[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:85)
1260[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108)
1261[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:139)
1262[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
1263[16:43:00] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
1264[16:43:00] [Server thread/WARN]: at io.lumine.utils.config.file.YamlConfiguration.loadFromString(YamlConfiguration.java:51)
1265[16:43:00] [Server thread/WARN]: ... 18 more
1266[16:43:00] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=SummonSkeletons}[0m[33m' in 'Unknown': [37mCould not find MetaSkill SummonSkeletons[0m[0m
1267[16:43:00] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=SmashAttack}[0m[33m' in 'Unknown': [37mCould not find MetaSkill SmashAttack[0m[0m
1268[16:43:00] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=AngrySludgePoison}[0m[33m' in 'Unknown': [37mCould not find MetaSkill AngrySludgePoison[0m[0m
1269[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 10 mobs.[0m
1270[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 0 vanilla mob overrides.[0m
1271[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 0 mob stacks.[0m
1272[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 129 skills.[0m
1273[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 6 random spawns.[0m
1274[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 90 mythic items.[0m
1275[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 2 drop tables.[0m
1276[16:43:00] [Server thread/INFO]: [MythicMobs] [32m✓[37mLoaded 0 mob spawners.[0m
1277[16:43:00] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
1278[16:43:01] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
1279[16:43:01] [Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs v4.6.5 (build 2800) has been successfully loaded![0m[0m
1280[16:43:01] [Server thread/INFO]: [LorinthsCraftArrows] Enabling LorinthsCraftArrows v1.3.5
1281[16:43:01] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.10.15
1282[16:43:01] [Server thread/INFO]:
1283[16:43:01] [Server thread/INFO]: =============================
1284[16:43:01] [Server thread/INFO]: UltimateStacker 1.10.15 by Songoda <3!
1285[16:43:01] [Server thread/INFO]: Action: Enabling...
1286[16:43:01] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
1287[16:43:01] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.
1288[16:43:02] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
1289[16:43:02] [Server thread/INFO]: =============================
1290[16:43:02] [Server thread/INFO]:
1291[16:43:02] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;556b638
1292[16:43:02] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
1293[16:43:02] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
1294[16:43:02] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
1295[16:43:02] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
1296[16:43:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
1297[16:43:02] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
1298[16:43:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
1299[16:43:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
1300[16:43:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
1301[16:43:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
1302[16:43:02] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
1303[16:43:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
1304[16:43:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
1305[16:43:02] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
1306[16:43:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
1307[16:43:02] [Server thread/INFO]: [WorldGuard] Loading region data...
1308[16:43:03] [Server thread/INFO]: [ReduceSneakDamage] Enabling ReduceSneakDamage v1.7
1309[16:43:03] [Server thread/INFO]: [ReduceSneakDamage] Reducing damage by: 30.0%
1310[16:43:03] [Server thread/INFO]: [ReduceSneakDamage] Found WorldGuard. Hooking into the WorldGuard API...
1311[16:43:03] [Server thread/INFO]: [ReduceSneakDamage] Need help with RSD? Join our support discord: https://discord.gg/6ugXPfX
1312[16:43:03] [Server thread/INFO]: [Confiscate] Enabling Confiscate v2.2.9
1313[16:43:03] [Server thread/INFO]: ____ ____ _ _ ____ _ ____ ____ ____ ___ ____
1314[16:43:03] [Server thread/INFO]: | | | |\ | |___ | [__ | |__| | |___
1315[16:43:03] [Server thread/INFO]: |___ |__| | \| | | ___] |___ | | | |___
1316[16:43:03] [Server thread/INFO]:
1317[16:43:04] [Server thread/INFO]: Chest room loaded successfully.
1318[16:43:04] [Server thread/INFO]: __________________________________________________________
1319[16:43:04] [Server thread/INFO]:
1320[16:43:04] [Server thread/INFO]: Confiscate 2.2.9 premium
1321[16:43:04] [Server thread/INFO]:
1322[16:43:04] [Server thread/INFO]: For documentation and reporting bugs, please visit
1323[16:43:04] [Server thread/INFO]: https://github.com/kangarko/Confiscate
1324[16:43:04] [Server thread/INFO]:
1325[16:43:04] [Server thread/INFO]: Initialization done. Took 10 ms.
1326[16:43:04] [Server thread/INFO]: __________________________________________________________
1327[16:43:04] [Server thread/INFO]:
1328[16:43:04] [Server thread/INFO]: [MythicMobsExtension] Enabling MythicMobsExtension v1.239*
1329[16:43:04] [Server thread/INFO]: [MythicMobsExtension] Plugin is up-to-date!
1330[16:43:04] [Server thread/INFO]: [MythicMobsExtension] Found Minecraft 1.12 or higher, patching entity PARROT to Mythic_Parrot!
1331[16:43:04] [Server thread/INFO]: [MythicMobsExtension] registered mechanics!
1332[16:43:04] [Server thread/INFO]: [MythicMobsExtension] registered conditions!
1333[16:43:04] [Server thread/INFO]: [MythicMobsExtension] registered targeters!
1334[16:43:04] [Server thread/INFO]: [MythicMobsExtension] registered mythicplayers!
1335[16:43:04] [Server thread/INFO]: [MythicMobsExtension] registered thiefs!
1336[16:43:04] [Server thread/INFO]: [MythicMobsExtension] NaN patch applied!
1337[16:43:04] [Server thread/ERROR]: Error occurred while enabling MythicMobsExtension v1.239 (Is it up to date?)
1338java.lang.NoSuchMethodError: com.sk89q.worldguard.bukkit.WorldGuardPlugin.getFlagRegistry()Lcom/sk89q/worldguard/protection/flags/registry/FlagRegistry;
1339 at com.gmail.berndivader.mythicmobsext.conditions.worldguard.WorldGuardFlags.<init>(WorldGuardFlags.java:21) ~[?:?]
1340 at com.gmail.berndivader.mythicmobsext.Main.onEnable(Main.java:113) ~[?:?]
1341 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-209]
1342 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-209]
1343 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-209]
1344 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-209]
1345 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-209]
1346 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-209]
1347 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-209]
1348 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-209]
1349 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1350[16:43:04] [Server thread/INFO]: [MythicMobsExtension] Disabling MythicMobsExtension v1.239
1351[16:43:04] [Server thread/INFO]: [BookShelf] Enabling BookShelf v4.0.4
1352[16:43:04] [Server thread/INFO]: [BookShelf] Current Database Version: 3
1353[16:43:04] [Server thread/INFO]: [BookShelf] Database Loaded.
1354[16:43:04] [Server thread/INFO]: [BookShelf] Vault found and hooked.
1355[16:43:04] [Server thread/INFO]: [BookShelf] WorldEdit found and hooked.
1356[16:43:04] [Server thread/INFO]: [BookShelf] Enabled BookShelf V4.0.4
1357[16:43:04] [Server thread/INFO]: [WG-GUI] Enabling WG-GUI v1.5.3
1358[16:43:04] [Server thread/INFO]: [WG-GUI] Loading WG-GUI version 1.5.3
1359[16:43:04] [Server thread/INFO]: [WG-GUI] Ready to use!
1360[16:43:04] [Server thread/INFO]: [XWeather] Enabling XWeather v1.2.3
1361[16:43:04] [Server thread/INFO]: [XWeather] Allowing weather in world: world
1362[16:43:04] [Server thread/INFO]: [UltimateCatcher] Enabling UltimateCatcher v1.2.2
1363[16:43:04] [Server thread/INFO]: =============================
1364[16:43:04] [Server thread/INFO]: UltimateCatcher 1.2.2 by Songoda <3!
1365[16:43:04] [Server thread/INFO]: Action: Enabling...
1366[16:43:04] [Server thread/INFO]: [UltimateCatcher] Loaded locale "en_US"
1367[16:43:04] [Server thread/INFO]: [SongodaCore] Hooked UltimateCatcher.
1368[16:43:04] [Server thread/INFO]: =============================
1369[16:43:04] [Server thread/INFO]: [SuddenDeath] Enabling SuddenDeath v1.6.5
1370[16:43:04] [Server thread/INFO]: [SuddenDeath] Detected Bukkit Version: v1_14_R1
1371[16:43:04] [Server thread/INFO]: [SuddenDeath] Hooked onto WorldGuard
1372[16:43:04] [Server thread/INFO]: [SuddenDeath] Hooked onto PlaceholderAPI
1373[16:43:04] [Server thread/INFO]: [ECore] Enabling ECore v1.0j
1374[16:43:04] [Server thread/INFO]: |ECore> You are running on 'v1_14_R1' version
1375[16:43:04] [Server thread/INFO]: |ECore> NMS support 'MC1_14_R1' loaded!
1376[16:43:04] [Server thread/INFO]: [PhoenixProject] Enabling PhoenixProject v1.1.3
1377[16:43:04] [Server thread/INFO]: [PhoenixProject] Downloading required dependency fastutils-8.1.0.jar
1378[16:43:04] [Server thread/INFO]: Loading PhoenixProject v.1.1.3
1379[16:43:04] [Server thread/INFO]: [Phoenix] Loaded 4318 translations.
1380[16:43:04] [Server thread/INFO]: [PhoenixProject] LanguageAPI loaded: en_us
1381[16:43:04] [Server thread/INFO]: [PhoenixProject] This Server is now running PhoenixAPI implementation for version 1.14.x
1382[16:43:05] [Server thread/INFO]: [Phoenix] Loaded 4318 translations.
1383[16:43:05] [Server thread/INFO]: [PhoenixProject] LanguageAPI loaded: en_us
1384[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Enabling AdvancedDropManager v2.8.4
1385[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Manager setup...
1386[16:43:05] [Server thread/INFO]: git-Paper-209 (MC: 1.14.4)
1387[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Checking for plugin support...
1388[16:43:05] [Server thread/INFO]: [AdvancedDropManager] MoneyPickup not detected. No money drop support.
1389[16:43:05] [Server thread/INFO]: [AdvancedDropManager] JobsReborn not detected. No JobsReborn condition support.
1390[16:43:05] [Server thread/INFO]: [AdvancedDropManager] PlaceholderAPI detected. Full variable support for Command Drops enabled.
1391[16:43:05] [Server thread/INFO]: [AdvancedDropManager] WorldGuard detected. WorldGuard condition support enabled.
1392[16:43:05] [Server thread/INFO]: [AdvancedDropManager] MythicMobs detected. MythicMobs drop support enabled.
1393[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Did not find mcMMO. No mcMMO condition support.
1394[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Did not find AdvancedAbilities. No AdvancedAbilities condition support.
1395[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Did not find SkillAPI. No SkillAPI condition support.
1396[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Registering listener...
1397[16:43:05] [Server thread/INFO]: [AdvancedDropManager] Metrics setup...
1398[16:43:05] [Server thread/INFO]: [NeoMoreTPPlus] Enabling NeoMoreTPPlus v1.0t
1399[16:43:05] [Server thread/INFO]: |ECore> Connecting to SQLite Database...
1400[16:43:05] [Server thread/INFO]: |ECore> Connected to SQLite
1401[16:43:05] [Server thread/INFO]: Public Warps Loaded: 0
1402[16:43:05] [Server thread/INFO]: |ECore> WorldGuard Flag Registered Already...
1403[16:43:05] [Server thread/INFO]: [DeathChestPro] Enabling DeathChestPro v3.3.6
1404[16:43:05] [Server thread/INFO]: (Info) DeathChestPro 3.3.6 >> Successfully hooked into Vault !
1405[16:43:05] [Server thread/INFO]: (Info) DeathChestPro 3.3.6 >> Successfully hooked into PlaceholderAPI !
1406[16:43:05] [Server thread/INFO]: (Info) DeathChestPro 3.3.6 >> Successfully hooked into WorldGuard !
1407[16:43:05] [Server thread/INFO]: (Info) DeathChestPro 3.3.6 >> This server is using DeathChestPro running on version 3.3.6 by TheRealDrawe
1408[16:43:05] [Server thread/INFO]: [AutoTool] Enabling AutoTool v1.0.2
1409[16:43:06] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1410[16:43:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1411[16:43:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
1412[16:43:06] [Server thread/INFO]: Done (35.271s)! For help, type "help"
1413[16:43:06] [Server thread/INFO]: Timings Reset
1414[16:43:06] [Server thread/INFO]: [JumpPads] CleanUp found no JumpPads to delete!
1415[16:43:06] [Craft Scheduler Thread - 6/INFO]: [UltraPermissions] Loading Translations from the Web...
1416[16:43:06] [Craft Scheduler Thread - 26/INFO]: [Matrix] Start checking update....
1417[16:43:06] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
1418[16:43:06] [Craft Scheduler Thread - 23/INFO]: [Vault] Checking for Updates ...
1419[16:43:06] [Craft Scheduler Thread - 16/INFO]: LagAssist » You are up to date with LagAssist.
1420[16:43:06] [Craft Scheduler Thread - 24/INFO]: [Matrix] Plugin Enabled
1421[16:43:06] [Thread-63/INFO]: [Slimefun] Slimefun is up to date!
1422[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] ----------------------------------------------
1423[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] +===============+
1424[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] | SkinsRestorer |
1425[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] +===============+
1426[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] ----------------------------------------------
1427[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] Current version: 13.7.3
1428[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] This is the latest version!
1429[16:43:06] [Craft Scheduler Thread - 12/INFO]: [SkinsRestorer] ----------------------------------------------
1430[16:43:06] [Craft Scheduler Thread - 25/INFO]: [Matrix] (Machine Learning) You are using the latest machine learning models
1431[16:43:06] [Craft Scheduler Thread - 23/INFO]: [Vault] No new version available
1432[16:43:06] [Server thread/INFO]: ###################### - Slimefun - ######################
1433[16:43:06] [Server thread/INFO]: Successfully loaded 947 Items (277 Researches)
1434[16:43:06] [Server thread/INFO]: ( 478 Items from Slimefun, 469 Items from Addons )
1435[16:43:06] [Server thread/INFO]: ##########################################################
1436[16:43:06] [WebSocketConnectReadThread-198/INFO]: [Matrix] [Cloud] Connected to the Cloud Service
1437[16:43:07] [Craft Scheduler Thread - 4/INFO]: VisualFixer is up to date!
1438[16:43:07] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
1439[16:43:07] [Server thread/INFO]: [Slimefun] This may take a long time...
1440[16:43:07] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 163 placeholder expansions are available on the cloud.
1441[16:43:07] [Craft Scheduler Thread - 9/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
1442[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4901, 80, 2239
1443[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"SWEET_POTATO"}
1444[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4901;80;2239): {"id":"SWEET_POTATO_BUSH"}
1445[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 204, 68, -679
1446[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"SWEET_POTATO"}
1447[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;204;68;-679): {"id":"SWEET_POTATO_BUSH"}
1448[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -12, 125, -608
1449[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"SWEET_POTATO"}
1450[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-12;125;-608): {"id":"SWEET_POTATO_BUSH"}
1451[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3420, 67, -362
1452[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"OAK_APPLE"}
1453[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3420;67;-362): {"id":"DRAGON_FRUIT"}
1454[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4445, 71, 2192
1455[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COCONUT_SAPLING"}
1456[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4445;71;2192): {"id":"COCONUT"}
1457[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3518, 69, 2355
1458[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1459[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3518;69;2355): {"id":"CILANTRO"}
1460[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3080, 79, -1392
1461[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1462[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3080;79;-1392): {"id":"CILANTRO"}
1463[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 32, 68, 204
1464[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1465[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;32;68;204): {"id":"CILANTRO"}
1466[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -112, 65, 629
1467[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1468[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-112;65;629): {"id":"CILANTRO"}
1469[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 151, 85, -162
1470[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1471[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;151;85;-162): {"id":"CILANTRO"}
1472[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -472, 72, -1639
1473[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1474[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-472;72;-1639): {"id":"CILANTRO"}
1475[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -525, 66, 52
1476[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CILANTRO_BUSH"}
1477[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-525;66;52): {"id":"CILANTRO"}
1478[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 746, 70, -543
1479[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
1480[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;746;70;-543): {"id":"GRAPE_BUSH"}
1481[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4227, 71, 2152
1482[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
1483[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4227;71;2152): {"id":"GRAPE_BUSH"}
1484[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4118, 64, 2379
1485[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
1486[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4118;64;2379): {"id":"GRAPE_BUSH"}
1487[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -89, 70, -25
1488[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
1489[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-89;70;-25): {"id":"GRAPE_BUSH"}
1490[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -506, 66, 95
1491[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
1492[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-506;66;95): {"id":"GRAPE_BUSH"}
1493[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -701, 56, -1652
1494[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COAL_PLANT"}
1495[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-701;56;-1652): {"id":"COAL_ESSENCE"}
1496[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -697, 56, -1654
1497[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COAL_PLANT"}
1498[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-697;56;-1654): {"id":"COAL_ESSENCE"}
1499[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -704, 56, -1652
1500[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COAL_PLANT"}
1501[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-704;56;-1652): {"id":"COAL_ESSENCE"}
1502[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3394, 64, -375
1503[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"RASPBERRY"}
1504[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3394;64;-375): {"id":"RASPBERRY_BUSH"}
1505[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3850, 70, 1456
1506[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1507[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3850;70;1456): {"id":"PINEAPPLE"}
1508[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5029, 70, 2594
1509[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1510[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5029;70;2594): {"id":"PINEAPPLE"}
1511[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3749, 70, 2476
1512[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1513[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3749;70;2476): {"id":"PINEAPPLE"}
1514[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3456, 66, -312
1515[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1516[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3456;66;-312): {"id":"PINEAPPLE"}
1517[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3784, 66, -357
1518[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1519[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3784;66;-357): {"id":"PINEAPPLE"}
1520[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4246, 68, 2955
1521[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1522[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4246;68;2955): {"id":"PINEAPPLE"}
1523[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3749, 71, 3681
1524[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1525[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3749;71;3681): {"id":"PINEAPPLE"}
1526[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3749, 63, 1955
1527[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1528[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3749;63;1955): {"id":"PINEAPPLE"}
1529[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 2975, 65, -1726
1530[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1531[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;2975;65;-1726): {"id":"PINEAPPLE"}
1532[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -82, 71, 9
1533[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1534[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-82;71;9): {"id":"PINEAPPLE"}
1535[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 79, 71, 287
1536[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1537[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;79;71;287): {"id":"PINEAPPLE"}
1538[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -209, 67, 718
1539[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1540[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-209;67;718): {"id":"PINEAPPLE"}
1541[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 551, 68, 914
1542[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1543[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;551;68;914): {"id":"PINEAPPLE"}
1544[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -736, 63, -1583
1545[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1546[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-736;63;-1583): {"id":"PINEAPPLE"}
1547[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -2921, 68, -1415
1548[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
1549[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-2921;68;-1415): {"id":"PINEAPPLE"}
1550[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4143, 68, 2416
1551[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1552[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4143;68;2416): {"id":"CORN_BUSH"}
1553[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3860, 69, 1516
1554[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1555[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3860;69;1516): {"id":"CORN_BUSH"}
1556[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3782, 71, 2462
1557[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1558[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3782;71;2462): {"id":"CORN_BUSH"}
1559[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4334, 69, 1998
1560[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1561[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4334;69;1998): {"id":"CORN_BUSH"}
1562[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4552, 74, 1769
1563[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1564[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4552;74;1769): {"id":"CORN_BUSH"}
1565[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4919, 67, 1618
1566[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1567[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4919;67;1618): {"id":"CORN_BUSH"}
1568[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3540, 78, 1876
1569[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1570[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3540;78;1876): {"id":"CORN_BUSH"}
1571[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4595, 117, 1801
1572[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1573[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4595;117;1801): {"id":"CORN_BUSH"}
1574[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4676, 65, 1189
1575[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1576[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4676;65;1189): {"id":"CORN_BUSH"}
1577[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3037, 69, -1674
1578[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1579[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3037;69;-1674): {"id":"CORN_BUSH"}
1580[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3934, 64, 1795
1581[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1582[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3934;64;1795): {"id":"CORN_BUSH"}
1583[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 31, 70, 334
1584[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1585[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;31;70;334): {"id":"CORN_BUSH"}
1586[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -70, 63, 650
1587[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN"}
1588[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-70;63;650): {"id":"CORN_BUSH"}
1589[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3787, 63, 2574
1590[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CURRY_LEAF"}
1591[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3787;63;2574): {"id":"CURRY_LEAF_BUSH"}
1592[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 143, 95, -145
1593[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CURRY_LEAF"}
1594[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;143;95;-145): {"id":"CURRY_LEAF_BUSH"}
1595[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 32, 73, 329
1596[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CURRY_LEAF"}
1597[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;32;73;329): {"id":"CURRY_LEAF_BUSH"}
1598[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -427, 71, 82
1599[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CURRY_LEAF"}
1600[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-427;71;82): {"id":"CURRY_LEAF_BUSH"}
1601[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3811, 66, 2026
1602[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
1603[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3811;66;2026): {"id":"ELDERBERRY"}
1604[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 121, 91, -51
1605[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
1606[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;121;91;-51): {"id":"ELDERBERRY"}
1607[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4099, 64, 2101
1608[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1609[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4099;64;2101): {"id":"MUSTARD_SEED_BUSH"}
1610[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4513, 65, 2152
1611[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1612[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4513;65;2152): {"id":"MUSTARD_SEED_BUSH"}
1613[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4140, 66, 2080
1614[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1615[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4140;66;2080): {"id":"MUSTARD_SEED_BUSH"}
1616[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4119, 64, 2730
1617[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1618[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4119;64;2730): {"id":"MUSTARD_SEED_BUSH"}
1619[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4219, 68, 2849
1620[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1621[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4219;68;2849): {"id":"MUSTARD_SEED_BUSH"}
1622[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3519, 67, -382
1623[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1624[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3519;67;-382): {"id":"MUSTARD_SEED_BUSH"}
1625[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3486, 68, -269
1626[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1627[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3486;68;-269): {"id":"MUSTARD_SEED_BUSH"}
1628[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3991, 68, 1666
1629[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1630[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3991;68;1666): {"id":"MUSTARD_SEED_BUSH"}
1631[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4069, 91, 2259
1632[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1633[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4069;91;2259): {"id":"MUSTARD_SEED_BUSH"}
1634[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 184, 74, 51
1635[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1636[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;184;74;51): {"id":"MUSTARD_SEED_BUSH"}
1637[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 110, 69, 104
1638[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
1639[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;110;69;104): {"id":"MUSTARD_SEED_BUSH"}
1640[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4335, 73, 2235
1641[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE"}
1642[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4335;73;2235): {"id":"CHERRY_SAPLING"}
1643[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -61, 78, 151
1644[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY"}
1645[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-61;78;151): {"id":"CHERRY_SAPLING"}
1646[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -36, 76, 151
1647[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY"}
1648[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-36;76;151): {"id":"CHERRY_SAPLING"}
1649[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -39, 75, 142
1650[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY"}
1651[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-39;75;142): {"id":"CHERRY_SAPLING"}
1652[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -45, 80, 142
1653[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY"}
1654[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-45;80;142): {"id":"CHERRY_SAPLING"}
1655[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -46, 80, 142
1656[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY"}
1657[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-46;80;142): {"id":"CHERRY_SAPLING"}
1658[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -1384, 70, -2382
1659[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PEACH_SAPLING"}
1660[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-1384;70;-2382): {"id":"PEACH"}
1661[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -695, 56, -1652
1662[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"IRON_ESSENCE"}
1663[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-695;56;-1652): {"id":"IRON_PLANT"}
1664[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4238, 72, 2201
1665[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CRANBERRY_BUSH"}
1666[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4238;72;2201): {"id":"CRANBERRY"}
1667[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4339, 68, 2536
1668[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1669[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4339;68;2536): {"id":"ONION_BUSH"}
1670[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4948, 77, 1533
1671[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1672[16:43:07] [Craft Scheduler Thread - 26/INFO]: > Matrix Updater:
1673[16:43:07] [Craft Scheduler Thread - 26/INFO]: You are using the latest version of Matrix-AntiCheat <3
1674[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4948;77;1533): {"id":"ONION_BUSH"}
1675[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5203, 63, 1245
1676[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1677[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5203;63;1245): {"id":"ONION_BUSH"}
1678[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3013, 67, -1678
1679[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1680[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3013;67;-1678): {"id":"ONION_BUSH"}
1681[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 2318, 66, 3903
1682[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1683[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;2318;66;3903): {"id":"ONION_BUSH"}
1684[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 2531, 69, 3638
1685[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1686[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;2531;69;3638): {"id":"ONION_BUSH"}
1687[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 131, 68, 96
1688[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
1689[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;131;68;96): {"id":"ONION_BUSH"}
1690[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 665, 73, -1376
1691[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1692[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;665;73;-1376): {"id":"BLACK_PEPPER_BUSH"}
1693[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4055, 65, 1594
1694[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1695[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4055;65;1594): {"id":"BLACK_PEPPER_BUSH"}
1696[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4148, 71, 2438
1697[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1698[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4148;71;2438): {"id":"BLACK_PEPPER_BUSH"}
1699[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5586, 64, 751
1700[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1701[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5586;64;751): {"id":"BLACK_PEPPER_BUSH"}
1702[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4976, 70, -298
1703[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1704[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4976;70;-298): {"id":"BLACK_PEPPER_BUSH"}
1705[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4708, 65, 1185
1706[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1707[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4708;65;1185): {"id":"BLACK_PEPPER_BUSH"}
1708[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3088, 91, -1354
1709[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1710[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3088;91;-1354): {"id":"BLACK_PEPPER_BUSH"}
1711[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5502, 73, 1874
1712[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1713[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5502;73;1874): {"id":"BLACK_PEPPER_BUSH"}
1714[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 14, 69, 281
1715[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1716[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;14;69;281): {"id":"BLACK_PEPPER_BUSH"}
1717[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -218, 69, 158
1718[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1719[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-218;69;158): {"id":"BLACK_PEPPER_BUSH"}
1720[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -203, 67, -3285
1721[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1722[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-203;67;-3285): {"id":"BLACK_PEPPER_BUSH"}
1723[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -2989, 66, -2959
1724[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
1725[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-2989;66;-2959): {"id":"BLACK_PEPPER_BUSH"}
1726[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3573, 64, 2233
1727[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1728[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3573;64;2233): {"id":"TEA_LEAF"}
1729[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3530, 69, 2084
1730[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1731[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3530;69;2084): {"id":"TEA_LEAF"}
1732[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4249, 70, 2297
1733[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1734[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4249;70;2297): {"id":"TEA_LEAF"}
1735[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3796, 85, 1493
1736[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1737[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3796;85;1493): {"id":"TEA_LEAF"}
1738[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3807, 88, -421
1739[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1740[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3807;88;-421): {"id":"TEA_LEAF"}
1741[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5029, 69, 1786
1742[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1743[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5029;69;1786): {"id":"TEA_LEAF"}
1744[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 2573, 70, 4173
1745[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1746[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;2573;70;4173): {"id":"TEA_LEAF"}
1747[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4704, 64, 1145
1748[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1749[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4704;64;1145): {"id":"TEA_LEAF"}
1750[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5209, 64, 1778
1751[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1752[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;5209;64;1778): {"id":"TEA_LEAF"}
1753[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4430, 68, 2203
1754[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1755[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4430;68;2203): {"id":"TEA_LEAF"}
1756[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -262, 71, 175
1757[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1758[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-262;71;175): {"id":"TEA_LEAF"}
1759[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -3014, 70, -2974
1760[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TEA_LEAF_BUSH"}
1761[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-3014;70;-2974): {"id":"TEA_LEAF"}
1762[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3398, 64, -369
1763[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"DRAGON_FRUIT"}
1764[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3398;64;-369): {"id":"DRAGON_FRUIT_SAPLING"}
1765[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3402, 65, -367
1766[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"DRAGON_FRUIT"}
1767[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3402;65;-367): {"id":"DRAGON_FRUIT_SAPLING"}
1768[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4031, 67, 1823
1769[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLUEBERRY"}
1770[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4031;67;1823): {"id":"BLUEBERRY_BUSH"}
1771[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4061, 81, 2239
1772[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLUEBERRY"}
1773[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4061;81;2239): {"id":"BLUEBERRY_BUSH"}
1774[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4422, 63, 2110
1775[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLUEBERRY"}
1776[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4422;63;2110): {"id":"BLUEBERRY_BUSH"}
1777[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3979, 63, 1605
1778[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LETTUCE_BUSH"}
1779[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3979;63;1605): {"id":"LETTUCE"}
1780[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4355, 71, 1396
1781[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LETTUCE_BUSH"}
1782[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4355;71;1396): {"id":"LETTUCE"}
1783[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -17, 54, 231
1784[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LETTUCE_BUSH"}
1785[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-17;54;231): {"id":"LETTUCE"}
1786[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 197, 83, 1114
1787[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1788[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;197;83;1114): {"id":"GARLIC_BUSH"}
1789[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4465, 64, 2143
1790[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1791[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4465;64;2143): {"id":"GARLIC_BUSH"}
1792[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4384, 64, 2498
1793[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1794[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4384;64;2498): {"id":"GARLIC_BUSH"}
1795[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4326, 65, 2360
1796[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1797[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4326;65;2360): {"id":"GARLIC_BUSH"}
1798[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4153, 64, 2772
1799[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1800[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4153;64;2772): {"id":"GARLIC_BUSH"}
1801[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3620, 64, 3262
1802[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1803[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;3620;64;3262): {"id":"GARLIC_BUSH"}
1804[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4355, 67, 1913
1805[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1806[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;4355;67;1913): {"id":"GARLIC_BUSH"}
1807[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -77, 63, -3239
1808[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1809[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-77;63;-3239): {"id":"GARLIC_BUSH"}
1810[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 28, 111, -613
1811[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1812[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;28;111;-613): {"id":"GARLIC_BUSH"}
1813[16:43:07] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -4877, 68, -4966
1814[16:43:07] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC"}
1815[16:43:07] [Server thread/INFO]: [Slimefun] New block data (world;-4877;68;-4966): {"id":"GARLIC_BUSH"}
1816[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -54, 71, 37
1817[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COWBERRY_BUSH"}
1818[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-54;71;37): {"id":"COWBERRY"}
1819[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -525, 66, 50
1820[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACKBERRY_BUSH"}
1821[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-525;66;50): {"id":"BLACKBERRY"}
1822[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4454, 71, 2653
1823[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1824[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4454;71;2653): {"id":"STRAWBERRY_BUSH"}
1825[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4127, 65, 2494
1826[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1827[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4127;65;2494): {"id":"STRAWBERRY_BUSH"}
1828[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3887, 63, 2133
1829[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1830[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;3887;63;2133): {"id":"STRAWBERRY_BUSH"}
1831[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3612, 64, 2233
1832[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1833[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;3612;64;2233): {"id":"STRAWBERRY_BUSH"}
1834[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5017, 64, 1464
1835[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1836[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;5017;64;1464): {"id":"STRAWBERRY_BUSH"}
1837[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4267, 70, 2211
1838[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1839[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4267;70;2211): {"id":"STRAWBERRY_BUSH"}
1840[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -289, 68, 290
1841[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY"}
1842[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-289;68;290): {"id":"STRAWBERRY_BUSH"}
1843[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4270, 69, 1641
1844[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1845[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4270;69;1641): {"id":"TOMATO"}
1846[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4405, 63, 2136
1847[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1848[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4405;63;2136): {"id":"TOMATO"}
1849[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4292, 70, 2202
1850[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1851[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4292;70;2202): {"id":"TOMATO"}
1852[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4733, 63, 1949
1853[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1854[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4733;63;1949): {"id":"TOMATO"}
1855[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4093, 66, 1760
1856[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1857[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4093;66;1760): {"id":"TOMATO"}
1858[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 17, 71, 6
1859[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1860[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;17;71;6): {"id":"TOMATO"}
1861[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -1407, 65, -2304
1862[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1863[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-1407;65;-2304): {"id":"TOMATO"}
1864[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -525, 66, 51
1865[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
1866[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-525;66;51): {"id":"TOMATO"}
1867[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4201, 73, 2196
1868[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1869[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4201;73;2196): {"id":"CABBAGE"}
1870[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4250, 64, 2885
1871[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1872[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4250;64;2885): {"id":"CABBAGE"}
1873[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4265, 66, 2917
1874[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1875[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;4265;66;2917): {"id":"CABBAGE"}
1876[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3568, 65, 3057
1877[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1878[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;3568;65;3057): {"id":"CABBAGE"}
1879[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 6042, 63, 2274
1880[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1881[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;6042;63;2274): {"id":"CABBAGE"}
1882[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -303, 85, -1670
1883[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1884[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-303;85;-1670): {"id":"CABBAGE"}
1885[16:43:08] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -1332, 74, -2371
1886[16:43:08] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE_BUSH"}
1887[16:43:08] [Server thread/INFO]: [Slimefun] New block data (world;-1332;74;-2371): {"id":"CABBAGE"}
1888[16:43:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 553ms)
1889[16:43:08] [Server thread/INFO]: [Slimefun] Loaded a total of 54264 Blocks for World "world"
1890[16:43:08] [Server thread/INFO]: [Slimefun] Avg: 0.01ms/Block
1891[16:43:08] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
1892[16:43:08] [Server thread/INFO]: [Slimefun] This may take a long time...
1893[16:43:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
1894[16:43:08] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
1895[16:43:08] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
1896[16:43:08] [Server thread/INFO]: [Slimefun] This may take a long time...
1897[16:43:08] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
1898[16:43:08] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
1899[16:43:08] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ExoticGarden
1900[16:43:08] [Server thread/INFO]: [Slimefun] Hooked into Plugin: EmeraldEnchants
1901[16:43:08] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit
1902[16:43:08] [Thread-66/INFO]: [ExoticGarden] ExoticGarden is up to date!
1903[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mbeehead:4[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
1904[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mcommonmobdrops[0m[33m' in 'plugins/MythicMobs/Mobs/Seeker Mobs.yml': [37mDrop type not found.[0m[0m
1905[16:43:08] [Thread-67/INFO]: [SlimefunOreChunks] SlimefunOreChunks is up to date!
1906[16:43:08] [Thread-71/INFO]: [CS-CoreLib - Updater] SoulJars is up to date!
1907[16:43:08] [Thread-68/INFO]: [SlimeXpansion] SlimeXpansion is up to date!
1908[16:43:08] [Thread-69/INFO]: [ChestTerminal] ChestTerminal is up to date!
1909[16:43:08] [Thread-70/INFO]: [CS-CoreLib - Updater] ElectricSpawners is up to date!
1910[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=SpiderlingPoison;amount=1;radius=1}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1911[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=SpiderlingWither;amount=1;radius=1}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1912[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=SpiderlingFrost;amount=1;radius=1}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1913[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=SpiderlingFire;amount=1;radius=1}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1914[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=dybbuk;amount=1;radius=3}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1915[16:43:08] [Server thread/INFO]: Database successfuly load in 2.0s
1916[16:43:08] [Server thread/INFO]: Total Data:
1917[16:43:08] [Server thread/INFO]: MORETPPLUS_PLAYER_SETTING: 12 data
1918[16:43:08] [Server thread/INFO]: MORETPPLUS_PLAYER_WARP: 0 data
1919[16:43:08] [Server thread/INFO]: MORETPPLUS_HOME: 18 data
1920[16:43:08] [Craft Scheduler Thread - 33/INFO]: [XWeather] Checking for updates
1921[16:43:08] [Craft Scheduler Thread - 33/INFO]: [XWeather] Plugin is up to date!
1922[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=12;t=OrcWarMage,OrcArcher,OrcKnight,Orcling}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1923[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=12;t=OrcWarMage,OrcArcher,OrcKnight,Orcling}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1924[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=12;t=OrcWarMage,OrcArcher,OrcKnight,Orcling}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1925[16:43:08] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=12;t=OrcWarMage,OrcArcher,OrcKnight,Orcling}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
1926[16:43:08] [Craft Scheduler Thread - 6/INFO]: [UltraPermissions] Loading Permission Database...
1927[16:43:09] [Craft Scheduler Thread - 6/INFO]: [UltraPermissions] - 535 Permissions extracted from .jars
1928[16:43:09] [Craft Scheduler Thread - 22/INFO]: A new version of Confiscate is available.
1929[16:43:09] [Craft Scheduler Thread - 22/INFO]: Current version: 2.2.9; New version: 2.2.10
1930[16:43:09] [Craft Scheduler Thread - 22/INFO]: URL: https://www.spigotmc.org/resources/37893/.
1931[16:43:09] [Server thread/INFO]: [i] Si perdiste la guia del slimefun pon /sf guide.
1932
1933[16:43:09] [Craft Scheduler Thread - 6/INFO]: [UltraPermissions] - 5272 Permissions downloaded from the Cloud
1934[16:43:13] [Craft Scheduler Thread - 31/INFO]: [PhoenixProject] Checking for new versions...
1935[16:43:13] [ForkJoinPool.commonPool-worker-6/INFO]: [PhoenixProject] Your version is up to date.