· 6 years ago · Jan 31, 2020, 01:40 PM
1[14:35:57] [Server thread/INFO]: Starting minecraft server version 1.15.1
2[14:35:57] [Server thread/INFO]: Loading properties
3[14:35:57] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2ee05fe-d31f05f (MC: 1.15.1) (Implementing API version 1.15.1-R0.1-SNAPSHOT)
4[14:35:57] [Server thread/INFO]: Debug logging is disabled
5[14:35:57] [Server thread/INFO]: Using 4 threads for Netty based IO
6[14:35:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[14:35:58] [Server thread/INFO]: Default game type: SURVIVAL
8[14:35:58] [Server thread/INFO]: Generating keypair
9[14:35:58] [Server thread/INFO]: Starting Minecraft server on *:25565
10[14:35:58] [Server thread/INFO]: Using default channel type
11[14:36:05] [Server thread/INFO]: [WorldEdit] Please restart the server if you have any plugins which depend on FAWE.
12[14:36:06] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4a4830b0]
13[14:36:07] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
14[14:36:07] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_15_R1 as the Bukkit adapter
15[14:36:07] [Server thread/INFO]: [WorldEdit] Default configuration file written: config-legacy.yml
16[14:36:07] [Server thread/INFO]: Ignoring invalid block minecraft:sign
17[14:36:07] [Server thread/INFO]: Ignoring invalid block minecraft:wall_sign
18[14:36:07] [Server thread/WARN]: [WorldEdit] ====================================================
19[14:36:07] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
20[14:36:07] [Server thread/WARN]: [WorldEdit] as your server software.
21[14:36:07] [Server thread/WARN]: [WorldEdit]
22[14:36:07] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
23[14:36:07] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
24[14:36:07] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
25[14:36:07] [Server thread/WARN]: [WorldEdit]
26[14:36:07] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
27[14:36:07] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
28[14:36:07] [Server thread/WARN]: [WorldEdit]
29[14:36:07] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
30[14:36:07] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
31[14:36:07] [Server thread/WARN]: [WorldEdit]
32[14:36:07] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
33[14:36:07] [Server thread/WARN]: [WorldEdit] ====================================================
34[14:36:07] [Server thread/WARN]: Plugin VoteRoulette v3.2.3 does not specify an api-version.
35[14:36:07] [Server thread/WARN]: Plugin Fountains v1.0 does not specify an api-version.
36[14:36:07] [Server thread/WARN]: Plugin CommandRegions v1.0 does not specify an api-version.
37[14:36:07] [Server thread/ERROR]: Could not load 'plugins\mcMMOAction.jar' in folder 'plugins'
38org.bukkit.plugin.UnknownDependencyException: mcMMO
39 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
40 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
41 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
42 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
43 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
44[14:36:07] [Server thread/WARN]: Plugin Multiverse-Core v2.5-b719 does not specify an api-version.
45[14:36:07] [Server thread/WARN]: Plugin GuiRedeemMCMMO v1.7.1 does not specify an api-version.
46[14:36:07] [Server thread/WARN]: Plugin Arconix v1.1.1 does not specify an api-version.
47[14:36:07] [Server thread/WARN]: Plugin asCMD v2.1 does not specify an api-version.
48[14:36:07] [Server thread/ERROR]: Could not load 'plugins\BannerBoard_Skills-2.0.1.jar' in folder 'plugins'
49org.bukkit.plugin.UnknownDependencyException: BannerBoard
50 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
51 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
52 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
53 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
54 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
55[14:36:07] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
56[14:36:07] [Server thread/WARN]: Plugin NoWeather v2.1 does not specify an api-version.
57[14:36:07] [Server thread/ERROR]: Could not load 'plugins\Multiverse-NetherPortals-4.1.0.jar' in folder 'plugins'
58org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
59 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
60 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
61 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
62 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
63 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:202) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
64 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
65 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
66Caused by: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
67 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_221]
68 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_221]
69 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:59) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
70 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
71 ... 6 more
72Caused by: java.lang.ClassNotFoundException: com.onarandombox.commandhandler.Command
73 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_221]
74 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
75 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
76 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
77 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
78 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_221]
79 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_221]
80 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:59) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
81 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
82 ... 6 more
83[14:36:07] [Server thread/WARN]: Plugin MoreTP v0.3.4b does not specify an api-version.
84[14:36:07] [Server thread/WARN]: Plugin ChestShop v3.9.2 (build 86) does not specify an api-version.
85[14:36:08] [Server thread/WARN]: Plugin CombatTagPlus v1.3.1 does not specify an api-version.
86[14:36:08] [Server thread/WARN]: Plugin Trading v3.2 does not specify an api-version.
87[14:36:08] [Server thread/WARN]: Plugin SilkSpawners v5.0.2 does not specify an api-version.
88[14:36:08] [Server thread/WARN]: Plugin CommandNPC v1.9.1 does not specify an api-version.
89[14:36:08] [Server thread/WARN]: Plugin BarGamble v1.3.1 does not specify an api-version.
90[14:36:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v1.15-58;336e411
91[14:36:08] [Server thread/INFO]: [VoteRoulette] Loading VoteRoulette v3.2.3
92[14:36:08] [Server thread/INFO]: [Fountains] Loading Fountains v1.0
93[14:36:08] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
94[14:36:08] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
95[14:36:08] [Server thread/INFO]: [CommandRegions] Loading CommandRegions v1.0
96[14:36:08] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.0.9f
97[14:36:08] [Server thread/INFO]: [Votifier] Loading Votifier v2.6.0-SNAPSHOT
98[14:36:08] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
99[14:36:08] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
100[14:36:08] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
101[14:36:08] [Server thread/INFO]: [GuiRedeemMCMMO] Loading GuiRedeemMCMMO v1.7.1
102[14:36:08] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
103[14:36:08] [Server thread/INFO]: [asCMD] Loading asCMD v2.1
104[14:36:08] [Server thread/INFO]: [KitPreview] Loading KitPreview v1.3.3-SNAPSHOT
105[14:36:08] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.12.0
106[14:36:08] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
107[14:36:08] [Server thread/INFO]: [NoWeather] Loading NoWeather v2.1
108[14:36:08] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.5.1
109[14:36:08] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
110[14:36:08] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4
111[14:36:08] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11-RELEASE
112[14:36:08] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.6
113[14:36:08] [Server thread/INFO]: [MoreTP] Loading MoreTP v0.3.4b
114[14:36:08] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.2 (build 86)
115[14:36:08] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
116[14:36:08] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v4.2.3
117[14:36:08] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v2.2.6
118[14:36:08] [Server thread/INFO]: [Trading] Loading Trading v3.2
119[14:36:08] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
120[14:36:08] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
121[14:36:08] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1812)
122[14:36:08] [Server thread/INFO]: [Quests] Loading Quests v3.8.5-b64
123[14:36:08] [Server thread/INFO]: [MoreFish] Loading MoreFish v3.0.2
124[14:36:08] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.11-RELEASE
125[14:36:08] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
126[14:36:08] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.19.7
127[14:36:08] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.8-Dev-Build-v8-RELEASE
128[14:36:08] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10-RELEASE
129[14:36:08] [Server thread/INFO]: [MyPet] Loading MyPet v3.9
130[14:36:08] [Server thread/INFO]: [[0;32;22mMyPet[m] [mError-Reporter ENABLED[m
131[14:36:09] [Server thread/INFO]: [BarGamble] Loading BarGamble v1.3.1
132[14:36:09] [Server thread/INFO]: [Jobs] Loading Jobs v4.15.4
133[14:36:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
134[14:36:09] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
135[14:36:09] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
136[14:36:09] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
137[14:36:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
138[14:36:09] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
139[14:36:09] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
140[14:36:09] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
141[14:36:09] [Server thread/INFO]: Preparing level "world"
142[14:36:09] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
143[14:36:09] [Server thread/INFO]: Loaded 6 recipes
144[14:36:10] [Server thread/INFO]: -------- World Settings For [world] --------
145[14:36:10] [Server thread/INFO]: View Distance: 10
146[14:36:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
147[14:36:10] [Server thread/INFO]: Item Despawn Rate: 6000
148[14:36:10] [Server thread/INFO]: Item Merge Radius: 3.5
149[14:36:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
150[14:36:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
151[14:36:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
152[14:36:10] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv true
153[14:36:10] [Server thread/INFO]: Experience Merge Radius: 6.0
154[14:36:10] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 1 Hopper Amount: 3
155[14:36:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
156[14:36:10] [Server thread/INFO]: Cane Growth Modifier: 100%
157[14:36:10] [Server thread/INFO]: Melon Growth Modifier: 100%
158[14:36:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
159[14:36:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
160[14:36:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
161[14:36:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
162[14:36:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
163[14:36:10] [Server thread/INFO]: Potato Growth Modifier: 100%
164[14:36:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
165[14:36:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
166[14:36:10] [Server thread/INFO]: Vine Growth Modifier: 100%
167[14:36:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
168[14:36:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
169[14:36:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
170[14:36:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
171[14:36:10] [Server thread/INFO]: Mob Spawn Range: 3
172[14:36:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 20 / Other 64
173[14:36:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
174[14:36:10] [Server thread/INFO]: Max TNT Explosions: 100
175[14:36:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
176[14:36:10] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
177[14:36:10] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
178[14:36:10] [Server thread/INFO]: Preparing spawn area: 0%
179[14:36:10] [Server thread/INFO]: Preparing spawn area: 0%
180[14:36:11] [Server thread/INFO]: Preparing spawn area: 0%
181[14:36:11] [Server thread/INFO]: Time elapsed: 1309 ms
182[14:36:11] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.15.2
183[14:36:11] [Server thread/INFO]: [VoteRoulette] Enabling VoteRoulette v3.2.3
184[14:36:11] [Server thread/INFO]: [VoteRoulette] Hooked into Votifier!
185[14:36:11] [Server thread/INFO]: [VoteRoulette] Hooked into Vault!
186[14:36:11] [Server thread/WARN]: [VoteRoulette] No plugin to handle currency, cash rewards will not be given!
187[14:36:11] [Server thread/INFO]: [VoteRoulette] Loading all files and data...
188[14:36:11] [Server thread/INFO]: [VoteRoulette] Setting default command alias: vr
189[14:36:11] [Server thread/INFO]: [VoteRoulette] Added Reward: Vote key
190[14:36:11] [Server thread/INFO]: [VoteRoulette] "Vote key" saved as default reward.
191[14:36:11] [Server thread/INFO]: [VoteRoulette] Added Milestone: My First Milestone
192[14:36:11] [Server thread/ERROR]: Error occurred while enabling VoteRoulette v3.2.3 (Is it up to date?)
193java.lang.NoSuchMethodError: org.bukkit.Bukkit.getServerName()Ljava/lang/String;
194 at com.mythicacraft.voteroulette.VoteRoulette.loadMessagesData(VoteRoulette.java:729) ~[?:?]
195 at com.mythicacraft.voteroulette.VoteRoulette.loadAllFilesAndData(VoteRoulette.java:414) ~[?:?]
196 at com.mythicacraft.voteroulette.VoteRoulette.onEnable(VoteRoulette.java:251) ~[?:?]
197 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
198 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
199 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
200 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
201 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
202 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
203 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
204 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
205 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
206[14:36:11] [Server thread/INFO]: [Fountains] Enabling Fountains v1.0
207[14:36:11] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
208[14:36:11] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
209[14:36:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
210[14:36:11] [Server thread/INFO]: [ClearLag] Loading modules...
211[14:36:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
212[14:36:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
213[14:36:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
214[14:36:11] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
215[14:36:11] [Server thread/INFO]: [CommandRegions] Enabling CommandRegions v1.0
216[14:36:11] [Server thread/INFO]:
217§6Command Regions§7 by Astero§6 is loading up...
218
219[14:36:11] [Server thread/INFO]: §6→§7 YAML files are loaded up!
220[14:36:11] [Server thread/INFO]: §6→§7 Caching files is done!
221[14:36:11] [Server thread/INFO]: §6→§7 Event Listeners are loaded up!
222[14:36:11] [Server thread/INFO]: §6→§7 Commands are loaded up!
223[14:36:11] [Server thread/INFO]:
224§6 >--------------------------<
225[14:36:11] [Server thread/INFO]: §6 A total of §e1§6 Regions have
226[14:36:11] [Server thread/INFO]: §6 been loaded up.
227[14:36:11] [Server thread/INFO]: §6 >--------------------------<
228
229[14:36:11] [Server thread/INFO]: §6Command Regions§7 by Astero§6 has been sucessfully loaded up!
230
231[14:36:11] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.0.9f
232[14:36:11] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION
233[14:36:11] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
234[14:36:11] [Server thread/INFO]: [Illegal Stack] - MC Version 1.14+ detected!
235[14:36:11] [Server thread/INFO]: Blocking 1.14 villager trade cheesing.
236[14:36:11] [Server thread/INFO]: [Votifier] Enabling Votifier v2.6.0-SNAPSHOT
237[14:36:11] [Server thread/INFO]: [Votifier] Loaded token for website: default
238[14:36:11] [Server thread/INFO]: [Votifier] QUIET mode enabled!
239[14:36:11] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
240[14:36:11] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
241[14:36:11] [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--].
242[14:36:12] [Server thread/INFO]: -------- World Settings For [Survival_nether] --------
243[14:36:12] [Server thread/INFO]: View Distance: 10
244[14:36:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
245[14:36:12] [Server thread/INFO]: Item Despawn Rate: 6000
246[14:36:12] [Server thread/INFO]: Item Merge Radius: 3.5
247[14:36:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
248[14:36:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
249[14:36:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
250[14:36:12] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv true
251[14:36:12] [Server thread/INFO]: Experience Merge Radius: 6.0
252[14:36:12] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 1 Hopper Amount: 3
253[14:36:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
254[14:36:12] [Server thread/INFO]: Cane Growth Modifier: 100%
255[14:36:12] [Server thread/INFO]: Melon Growth Modifier: 100%
256[14:36:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
257[14:36:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
258[14:36:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
259[14:36:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
260[14:36:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
261[14:36:12] [Server thread/INFO]: Potato Growth Modifier: 100%
262[14:36:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
263[14:36:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
264[14:36:12] [Server thread/INFO]: Vine Growth Modifier: 100%
265[14:36:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
266[14:36:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
267[14:36:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
268[14:36:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
269[14:36:12] [Server thread/INFO]: Mob Spawn Range: 3
270[14:36:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 20 / Other 64
271[14:36:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
272[14:36:12] [Server thread/INFO]: Max TNT Explosions: 100
273[14:36:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
274[14:36:12] [Server thread/INFO]: -------- World Settings For [Survival_the_end] --------
275[14:36:12] [Server thread/INFO]: View Distance: 10
276[14:36:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
277[14:36:12] [Server thread/INFO]: Item Despawn Rate: 6000
278[14:36:12] [Server thread/INFO]: Item Merge Radius: 3.5
279[14:36:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
280[14:36:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
281[14:36:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
282[14:36:12] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv true
283[14:36:12] [Server thread/INFO]: Experience Merge Radius: 6.0
284[14:36:12] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 1 Hopper Amount: 3
285[14:36:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
286[14:36:12] [Server thread/INFO]: Cane Growth Modifier: 100%
287[14:36:12] [Server thread/INFO]: Melon Growth Modifier: 100%
288[14:36:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
289[14:36:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
290[14:36:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
291[14:36:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
292[14:36:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
293[14:36:12] [Server thread/INFO]: Potato Growth Modifier: 100%
294[14:36:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
295[14:36:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
296[14:36:12] [Server thread/INFO]: Vine Growth Modifier: 100%
297[14:36:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
298[14:36:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
299[14:36:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
300[14:36:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
301[14:36:12] [Server thread/INFO]: Mob Spawn Range: 3
302[14:36:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 20 / Other 64
303[14:36:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
304[14:36:12] [Server thread/INFO]: Max TNT Explosions: 100
305[14:36:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
306[14:36:12] [Server thread/INFO]: Could not set generator for world 'Plots': Plugin 'PlotSquared' does not exist[m
307[14:36:12] [Server thread/INFO]: -------- World Settings For [Plots] --------
308[14:36:12] [Server thread/INFO]: View Distance: 10
309[14:36:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
310[14:36:12] [Server thread/INFO]: Item Despawn Rate: 6000
311[14:36:12] [Server thread/INFO]: Item Merge Radius: 3.5
312[14:36:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
313[14:36:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
314[14:36:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
315[14:36:12] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv true
316[14:36:12] [Server thread/INFO]: Experience Merge Radius: 6.0
317[14:36:12] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 1 Hopper Amount: 3
318[14:36:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
319[14:36:12] [Server thread/INFO]: Cane Growth Modifier: 100%
320[14:36:12] [Server thread/INFO]: Melon Growth Modifier: 100%
321[14:36:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
322[14:36:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
323[14:36:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
324[14:36:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
325[14:36:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
326[14:36:12] [Server thread/INFO]: Potato Growth Modifier: 100%
327[14:36:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
328[14:36:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
329[14:36:12] [Server thread/INFO]: Vine Growth Modifier: 100%
330[14:36:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
331[14:36:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
332[14:36:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
333[14:36:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
334[14:36:12] [Server thread/INFO]: Mob Spawn Range: 3
335[14:36:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 20 / Other 64
336[14:36:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
337[14:36:12] [Server thread/INFO]: Max TNT Explosions: 100
338[14:36:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
339[14:36:12] [Server thread/INFO]: Could not set generator for world 'Plots': Plugin 'PlotSquared' does not exist[m
340[14:36:12] [Server thread/INFO]: -------- World Settings For [Survival] --------
341[14:36:12] [Server thread/INFO]: View Distance: 10
342[14:36:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
343[14:36:12] [Server thread/INFO]: Item Despawn Rate: 6000
344[14:36:12] [Server thread/INFO]: Item Merge Radius: 3.5
345[14:36:12] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
346[14:36:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
347[14:36:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
348[14:36:12] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv true
349[14:36:12] [Server thread/INFO]: Experience Merge Radius: 6.0
350[14:36:12] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 1 Hopper Amount: 3
351[14:36:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
352[14:36:12] [Server thread/INFO]: Cane Growth Modifier: 100%
353[14:36:12] [Server thread/INFO]: Melon Growth Modifier: 100%
354[14:36:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
355[14:36:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
356[14:36:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
357[14:36:12] [Server thread/INFO]: Beetroot Growth Modifier: 100%
358[14:36:12] [Server thread/INFO]: Carrot Growth Modifier: 100%
359[14:36:12] [Server thread/INFO]: Potato Growth Modifier: 100%
360[14:36:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
361[14:36:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
362[14:36:12] [Server thread/INFO]: Vine Growth Modifier: 100%
363[14:36:12] [Server thread/INFO]: Cocoa Growth Modifier: 100%
364[14:36:12] [Server thread/INFO]: Bamboo Growth Modifier: 100%
365[14:36:12] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
366[14:36:12] [Server thread/INFO]: Kelp Growth Modifier: 100%
367[14:36:12] [Server thread/INFO]: Mob Spawn Range: 3
368[14:36:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 20 / Other 64
369[14:36:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
370[14:36:12] [Server thread/INFO]: Max TNT Explosions: 100
371[14:36:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
372[14:36:12] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
373[14:36:12] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
374[14:36:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
375[14:36:12] [Thread-12/INFO]: [ClearLag] No updates found!
376[14:36:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
377[14:36:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
378[14:36:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
379[14:36:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
380[14:36:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
381[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_nether) TNT ignition is PERMITTED.
382[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lighters are PERMITTED.
383[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lava fire is blocked.
384[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_nether) Fire spread is UNRESTRICTED.
385[14:36:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_nether'
386[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_the_end) TNT ignition is PERMITTED.
387[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lighters are PERMITTED.
388[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lava fire is blocked.
389[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Fire spread is UNRESTRICTED.
390[14:36:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_the_end'
391[14:36:12] [Server thread/INFO]: [WorldGuard] (Plots) TNT ignition is PERMITTED.
392[14:36:12] [Server thread/INFO]: [WorldGuard] (Plots) Lighters are PERMITTED.
393[14:36:12] [Server thread/INFO]: [WorldGuard] (Plots) Lava fire is blocked.
394[14:36:12] [Server thread/INFO]: [WorldGuard] (Plots) Fire spread is UNRESTRICTED.
395[14:36:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Plots'
396[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
397[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
398[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
399[14:36:12] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
400[14:36:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
401[14:36:12] [Server thread/INFO]: [WorldGuard] Loading region data...
402[14:36:12] [Server thread/INFO]: [GuiRedeemMCMMO] Enabling GuiRedeemMCMMO v1.7.1
403[14:36:12] [Server thread/ERROR]: The plugin 'mcMMO' was not found on the server - GuiRedeemMCMMO Disabled!
404[14:36:12] [Server thread/INFO]: [GuiRedeemMCMMO] Disabling GuiRedeemMCMMO v1.7.1
405[14:36:12] [Server thread/INFO]: GuiRedeemMCMMO Has Been Disabled!
406[14:36:12] [Server thread/INFO]: [GuiRedeemMCMMO] Disabled Version 1.7.1
407[14:36:12] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
408[14:36:12] [Server thread/INFO]: [asCMD] Enabling asCMD v2.1
409[14:36:12] [Server thread/INFO]: [asCMD] asCMD version 2.1 is enabled!
410[14:36:12] [Server thread/INFO]: [KitPreview] Enabling KitPreview v1.3.3-SNAPSHOT
411[14:36:12] [Server thread/INFO]: [0;37;22mYou [0;36;1mconfig/lang [0;37;22mis updating![m
412[14:36:12] [Server thread/INFO]: [0;31;1m[21mEssentials not found[m
413[14:36:12] [Server thread/INFO]: [KitPreview] Disabling KitPreview v1.3.3-SNAPSHOT
414[14:36:12] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.12.0
415[14:36:12] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
416[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: jobs is not a valid material name / id!
417[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
418[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: jobs is not a valid material name / id!
419[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
420[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: jobs is not a valid material name / id!
421[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
422[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: jobs is not a valid material name / id!
423[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
424[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: jobs is not a valid material name / id!
425[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
426[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: jobs is not a valid material name / id!
427[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
428[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: jobs is not a valid material name / id!
429[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
430[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: jobs is not a valid material name / id!
431[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
432[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: jobs is not a valid material name / id!
433[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
434[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 11 in GUI menu: jobs is not a valid material name / id!
435[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 11
436[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 12 in GUI menu: jobs is not a valid material name / id!
437[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 12
438[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 13 in GUI menu: jobs is not a valid material name / id!
439[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 13
440[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 14 in GUI menu: jobs is not a valid material name / id!
441[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 14
442[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 15 in GUI menu: jobs is not a valid material name / id!
443[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 15
444[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 16 in GUI menu: jobs is not a valid material name / id!
445[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 16
446[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 17 in GUI menu: jobs is not a valid material name / id!
447[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 17
448[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 18 in GUI menu: jobs is not a valid material name / id!
449[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 18
450[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 19 in GUI menu: jobs is not a valid material name / id!
451[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 19
452[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 20 in GUI menu: jobs is not a valid material name / id!
453[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 20
454[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 21 in GUI menu: jobs is not a valid material name / id!
455[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 21
456[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 22 in GUI menu: jobs is not a valid material name / id!
457[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 22
458[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 23 in GUI menu: jobs is not a valid material name / id!
459[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 23
460[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: jobs is not a valid material name / id!
461[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
462[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: jobs is not a valid material name / id!
463[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
464[14:36:12] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: jobs
465[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: jobs
466[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: jobs2 is not a valid material name / id!
467[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
468[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: jobs2 is not a valid material name / id!
469[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
470[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: jobs2 is not a valid material name / id!
471[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
472[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: jobs2 is not a valid material name / id!
473[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
474[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: jobs2 is not a valid material name / id!
475[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
476[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: jobs2 is not a valid material name / id!
477[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
478[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: jobs2 is not a valid material name / id!
479[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
480[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: jobs2 is not a valid material name / id!
481[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
482[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: jobs2 is not a valid material name / id!
483[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
484[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 11 in GUI menu: jobs2 is not a valid material name / id!
485[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 11
486[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 12 in GUI menu: jobs2 is not a valid material name / id!
487[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 12
488[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 13 in GUI menu: jobs2 is not a valid material name / id!
489[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 13
490[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 14 in GUI menu: jobs2 is not a valid material name / id!
491[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 14
492[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 15 in GUI menu: jobs2 is not a valid material name / id!
493[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 15
494[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 16 in GUI menu: jobs2 is not a valid material name / id!
495[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 16
496[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 17 in GUI menu: jobs2 is not a valid material name / id!
497[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 17
498[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 18 in GUI menu: jobs2 is not a valid material name / id!
499[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 18
500[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 19 in GUI menu: jobs2 is not a valid material name / id!
501[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 19
502[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 20 in GUI menu: jobs2 is not a valid material name / id!
503[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 20
504[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 21 in GUI menu: jobs2 is not a valid material name / id!
505[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 21
506[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 22 in GUI menu: jobs2 is not a valid material name / id!
507[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 22
508[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 23 in GUI menu: jobs2 is not a valid material name / id!
509[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 23
510[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: jobs2 is not a valid material name / id!
511[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
512[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: jobs2 is not a valid material name / id!
513[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
514[14:36:12] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: jobs2
515[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: jobs2
516[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: ce is not a valid material name / id!
517[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
518[14:36:12] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: ce is not a valid material name / id!
519[14:36:12] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
520[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: crazyenchantments is not a valid material name / id!
521[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
522[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: crazyenchantments is not a valid material name / id!
523[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
524[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: warp is not a valid material name / id!
525[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
526[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: warp is not a valid material name / id!
527[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
528[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: warps is not a valid material name / id!
529[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
530[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: warps is not a valid material name / id!
531[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
532[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: warps3 is not a valid material name / id!
533[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
534[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: warps3 is not a valid material name / id!
535[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
536[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: menu is not a valid material name / id!
537[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
538[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: menu is not a valid material name / id!
539[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
540[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: crates is not a valid material name / id!
541[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
542[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: crates is not a valid material name / id!
543[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
544[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: pet is not a valid material name / id!
545[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
546[14:36:13] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: pet is not a valid material name / id!
547[14:36:13] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
548[14:36:13] [Server thread/INFO]: [DeluxeMenus] 8 GUI menus loaded!
549[14:36:13] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
550[14:36:13] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
551[14:36:13] [Server thread/INFO]: [PermissionsEx] Initializing file backend
552[14:36:13] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
553[14:36:13] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
554[14:36:13] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
555[14:36:13] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
556[14:36:13] [Server thread/INFO]: [NoWeather] Enabling NoWeather v2.1
557[14:36:13] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.5.1
558[14:36:13] [Server thread/INFO]: [RandomTeleport] Plugin Enabled !
559[14:36:13] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4
560[14:36:13] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: LONG_GRASS.
561[14:36:13] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: THIN_GLASS.
562[14:36:13] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOD.
563[14:36:13] [Server thread/INFO]: [GriefPrevention] Siege Configuration: Material not found: WOOL.
564[14:36:13] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
565[14:36:13] [Server thread/INFO]: [GriefPrevention] 1 total claims loaded.
566[14:36:14] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
567[14:36:14] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
568[14:36:14] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
569[14:36:14] [Server thread/INFO]: [GriefPrevention] Boot finished.
570[14:36:14] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11-RELEASE
571[14:36:14] [Server thread/INFO]: [BlockParticles] Loading the config.yml
572[14:36:14] [Server thread/INFO]: [BlockParticles] Successfully loaded config.yml
573[14:36:14] [Server thread/INFO]: [BlockParticles] Loading the data.yml
574[14:36:14] [Server thread/INFO]: [BlockParticles] Successfully loaded data.yml
575[14:36:14] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.6
576[14:36:14] [Server thread/INFO]: [MoreTP] Enabling MoreTP v0.3.4b
577[14:36:14] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_15_R1.EnumParticle
578[14:36:14] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
579[14:36:14] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81)
580[14:36:14] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
581[14:36:14] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
582[14:36:14] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
583[14:36:14] [Server thread/WARN]: at java.lang.Class.forName(Unknown Source)
584[14:36:14] [Server thread/WARN]: at me.onenrico.moretp.utils.ReflectionUT.getNMSClass(ReflectionUT.java:16)
585[14:36:14] [Server thread/WARN]: at me.onenrico.moretp.nms.particle.ParticleManager.<init>(ParticleManager.java:24)
586[14:36:14] [Server thread/WARN]: at me.onenrico.moretp.main.Core.setupNMS(Core.java:158)
587[14:36:14] [Server thread/WARN]: at me.onenrico.moretp.main.Core.onEnable(Core.java:77)
588[14:36:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
589[14:36:14] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
590[14:36:14] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
591[14:36:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462)
592[14:36:14] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376)
593[14:36:14] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456)
594[14:36:14] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266)
595[14:36:14] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783)
596[14:36:14] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
597[14:36:14] [Server thread/INFO]: [0;30;1m[21m[[0;36;1mMoreTP[0;30;1m[21m] [0;31;1mPlease Install Vault and Economy Plugin ![m
598[14:36:14] [Server thread/INFO]: [MoreTP] Disabling MoreTP v0.3.4b
599[14:36:14] [Server thread/INFO]: [0;30;1m[21m[[0;36;1mMoreTP[0;30;1m[21m] [0;31;1mPlugin Disabled ![m
600[14:36:14] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.2 (build 86)
601[14:36:15] [Server thread/ERROR]: [ChestShop] No Economy plugin found! You need to install either Vault or Reserve and a compatible economy!
602[14:36:15] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
603[14:36:15] [Server thread/ERROR]: [CombatTagPlus] **VERSION ERROR**
604[14:36:15] [Server thread/ERROR]: [CombatTagPlus] Server API version detected: v1_15_R1
605[14:36:15] [Server thread/ERROR]: [CombatTagPlus] This version of CombatTagPlus is not compatible with your CraftBukkit.
606[14:36:15] [Server thread/INFO]: [CombatTagPlus] Disabling CombatTagPlus v1.3.1
607[14:36:15] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v4.2.3
608[14:36:15] [Server thread/INFO]: [Item2Chat] Item2Chat version 4.2.3 is Enabled
609[14:36:15] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v2.2.6
610[14:36:15] [Server thread/INFO]: [BountyHunters] Detected Server Version: v1_15_R1
611[14:36:15] [Server thread/ERROR]: [BountyHunters] Your server version is not handled with NMS.
612[14:36:15] [Server thread/INFO]: [BountyHunters] Hooked onto PlaceholderAPI
613[14:36:15] [Server thread/ERROR]: [BountyHunters] Couldn't load Vault. Disabling...
614[14:36:15] [Server thread/INFO]: [BountyHunters] Disabling BountyHunters v2.2.6
615[14:36:15] [Server thread/INFO]: [Trading] Enabling Trading v3.2
616[14:36:15] [Server thread/INFO]: [Trading] Trading has been enabled
617[14:36:15] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
618[14:36:15] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
619[14:36:15] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
620[14:36:15] [Server thread/INFO]: [SilkSpawners] This version of the plugin is NOT compatible with your Minecraft version!
621[14:36:15] [Server thread/INFO]: [SilkSpawners] Please check your versions to make sure they match!
622[14:36:15] [Server thread/INFO]: [SilkSpawners] Disabling now!
623[14:36:15] [Server thread/INFO]: [SilkSpawners] Compatible versions are: [v1_5_R1, v1_5_R2, v1_5_R3, v1_6_R1, v1_6_R2, v1_6_R3, v1_7_R1, v1_7_R2, v1_7_R3, v1_7_R4, v1_8_R1, v1_8_R2, v1_8_R3, v1_9_R1, v1_9_R2, v1_10_R1, v1_11_R1, v1_12_R1]
624[14:36:15] [Server thread/INFO]: [SilkSpawners] Your version is: v1_15_R1
625[14:36:15] [Server thread/INFO]: [SilkSpawners] You can disable this check by setting testMCVersion to false in the config!
626[14:36:15] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1812)
627[14:36:15] [Server thread/INFO]: [Quests] Enabling Quests v3.8.5-b64
628[14:36:16] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
629[14:36:16] [Server thread/WARN]: [Quests] Economy not found.
630[14:36:16] [Server thread/INFO]: [MoreFish] Enabling MoreFish v3.0.2
631[14:36:16] [Server thread/INFO]: [0;31;1m[MoreFish] Your config.yml is too old! Please make it up-to-date.[m
632[14:36:16] [Server thread/INFO]: [0;31;1m[MoreFish] Your fish_en.yml is too old! Please make it up-to-date.[m
633[14:36:16] [Server thread/ERROR]: Error occurred while enabling MoreFish v3.0.2 (Is it up to date?)
634java.lang.IllegalStateException: There's no material whose id is 'minecraft:fish'
635 at me.elsiff.morefish.util.NamespacedKeyUtils.material(NamespacedKeyUtils.kt:21) ~[?:?]
636 at me.elsiff.morefish.util.NamespacedKeyUtils.material(NamespacedKeyUtils.kt:17) ~[?:?]
637 at me.elsiff.morefish.configuration.loader.CustomItemStackLoader.loadFrom(CustomItemStackLoader.kt:28) ~[?:?]
638 at me.elsiff.morefish.configuration.loader.FishTypeMapLoader.loadFrom(FishTypeMapLoader.kt:38) ~[?:?]
639 at me.elsiff.morefish.configuration.loader.FishTypeMapLoader.loadFrom(FishTypeMapLoader.kt:13) ~[?:?]
640 at me.elsiff.morefish.configuration.loader.CustomLoader$DefaultImpls.loadFrom$default(CustomLoader.kt:9) ~[?:?]
641 at me.elsiff.morefish.MoreFish.applyConfig(MoreFish.kt:114) ~[?:?]
642 at me.elsiff.morefish.MoreFish.onEnable(MoreFish.kt:65) ~[?:?]
643 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
644 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
645 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
646 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
647 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
648 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
649 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
650 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
651 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
652[14:36:16] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.11-RELEASE
653[14:36:16] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
654[14:36:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
655[14:36:16] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
656[14:36:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
657[14:36:16] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
658[14:36:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
659[14:36:16] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
660[14:36:16] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mVault compatible economy not found! Economy support for CommandNPC has been disabled.[m
661[14:36:16] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInitiating Database[m
662[14:36:16] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mInjecting command info into Citizens.[m
663[14:36:16] [Thread-24/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mLoading commands complete![m
664[14:36:16] [Server thread/INFO]: [0;30;1m[[0;32;22mCommandNPC[0;30;1m] [0;33;22mCommandNPC successfully loaded![m
665[14:36:16] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.19.7
666[14:36:16] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
667[14:36:16] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
668[14:36:16] [Server thread/WARN]: java.lang.ClassNotFoundException: de.dustplanet.silkspawners.compat.v1_15_R1.NMSHandler
669[14:36:16] [Server thread/WARN]: at java.net.URLClassLoader.findClass(Unknown Source)
670[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135)
671[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81)
672[14:36:16] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
673[14:36:16] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
674[14:36:16] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
675[14:36:16] [Server thread/WARN]: at java.lang.Class.forName(Unknown Source)
676[14:36:16] [Server thread/WARN]: at de.dustplanet.util.SilkUtil.setupNMSProvider(SilkUtil.java:150)
677[14:36:16] [Server thread/WARN]: at de.dustplanet.util.SilkUtil.<init>(SilkUtil.java:122)
678[14:36:16] [Server thread/WARN]: at net.brcdev.shopgui.provider.spawner.SpawnerSilkSpawnersProvider.hook(SpawnerSilkSpawnersProvider.java:16)
679[14:36:16] [Server thread/WARN]: at net.brcdev.shopgui.ShopGuiPlugin.setupSpawners(ShopGuiPlugin.java:338)
680[14:36:16] [Server thread/WARN]: at net.brcdev.shopgui.ShopGuiPlugin.onEnable(ShopGuiPlugin.java:147)
681[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
682[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
683[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
684[14:36:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462)
685[14:36:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376)
686[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456)
687[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266)
688[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783)
689[14:36:16] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
690[14:36:16] [Server thread/ERROR]: [SilkSpawners] Could not find support for this CraftBukkit version.
691[14:36:16] [Server thread/INFO]: [SilkSpawners] Check for updates at https://dev.bukkit.org/projects/silkspawners/
692[14:36:16] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners now!
693[14:36:16] [Server thread/INFO]: [ShopGUIPlus] SilkSpawners support enabled.
694[14:36:16] [Server thread/ERROR]: Error occurred while enabling ShopGUIPlus v1.19.7 (Is it up to date?)
695java.lang.IllegalArgumentException: Material cannot be null
696 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
697 at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:70) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
698 at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:58) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
699 at net.brcdev.shopgui.util.ItemUtils.loadItemStackFromConfig(ItemUtils.java:125) ~[?:?]
700 at net.brcdev.shopgui.settings.MenuSettings.load(MenuSettings.java:71) ~[?:?]
701 at net.brcdev.shopgui.settings.MenuSettings.<init>(MenuSettings.java:22) ~[?:?]
702 at net.brcdev.shopgui.settings.MenuWithItemSettings.<init>(MenuWithItemSettings.java:14) ~[?:?]
703 at net.brcdev.shopgui.config.Settings.load(Settings.java:371) ~[?:?]
704 at net.brcdev.shopgui.config.Settings.setConfig(Settings.java:149) ~[?:?]
705 at net.brcdev.shopgui.ShopGuiPlugin.load(ShopGuiPlugin.java:192) ~[?:?]
706 at net.brcdev.shopgui.ShopGuiPlugin.onEnable(ShopGuiPlugin.java:150) ~[?:?]
707 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[Survival.jar:git-Spigot-2ee05fe-d31f05f]
708 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
709 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
710 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
711 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
712 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
713 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
714 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [Survival.jar:git-Spigot-2ee05fe-d31f05f]
715 at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
716[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.8-Dev-Build-v8-RELEASE
717[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
718[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
719[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
720[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
721[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
722[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
723[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
724[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
725[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
726[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
727[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
728[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
729[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
730[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
731[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Signs.yml
732[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Signs.yml
733[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
734[14:36:16] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
735[14:36:16] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
736[14:36:16] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
737[14:36:16] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
738[14:36:16] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
739[14:36:16] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_15_R1' loaded!
740[14:36:16] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
741[14:36:16] [Server thread/WARN]: java.lang.ClassNotFoundException: de.dustplanet.silkspawners.compat.v1_15_R1.NMSHandler
742[14:36:16] [Server thread/WARN]: at java.net.URLClassLoader.findClass(Unknown Source)
743[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135)
744[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81)
745[14:36:16] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
746[14:36:16] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
747[14:36:16] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
748[14:36:16] [Server thread/WARN]: at java.lang.Class.forName(Unknown Source)
749[14:36:16] [Server thread/WARN]: at de.dustplanet.util.SilkUtil.setupNMSProvider(SilkUtil.java:150)
750[14:36:16] [Server thread/WARN]: at de.dustplanet.util.SilkUtil.<init>(SilkUtil.java:122)
751[14:36:16] [Server thread/WARN]: at de.dustplanet.util.SilkUtil.hookIntoSilkSpanwers(SilkUtil.java:139)
752[14:36:16] [Server thread/WARN]: at me.badbones69.crazyenchantments.multisupport.SilkSpawnerSupport.<init>(SilkSpawnerSupport.java:21)
753[14:36:16] [Server thread/WARN]: at me.badbones69.crazyenchantments.Main.onEnable(Main.java:86)
754[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
755[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
756[14:36:16] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
757[14:36:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462)
758[14:36:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376)
759[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:456)
760[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:266)
761[14:36:16] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783)
762[14:36:16] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
763[14:36:16] [Server thread/ERROR]: [SilkSpawners] Could not find support for this CraftBukkit version.
764[14:36:16] [Server thread/INFO]: [SilkSpawners] Check for updates at https://dev.bukkit.org/projects/silkspawners/
765[14:36:16] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners now!
766[14:36:16] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10-RELEASE
767[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
768[14:36:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
769[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
770[14:36:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
771[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
772[14:36:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
773[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
774[14:36:16] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
775[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading custom files.
776[14:36:16] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Legendary.yml.
777[14:36:16] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Rare.yml.
778[14:36:16] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Vote.yml.
779[14:36:16] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
780[14:36:16] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
781[14:36:16] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
782[14:36:16] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_15_R1' loaded!
783[14:36:17] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
784[14:36:17] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
785[14:36:17] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
786[14:36:17] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
787[14:36:17] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
788[14:36:17] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
789[14:36:17] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
790[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mEnabling MyPet v3.9[m
791[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mNo Update available.[m
792[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCustom entity registry found: net.citizensnpcs.nms.v1_15_R1.util.CustomEntityRegistry[m
793[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCompat mode for v1_15_R1 loaded.[m
794[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
795[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
796[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
797[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
798[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
799[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
800[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
801[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
802[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
803[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
804[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
805[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
806[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
807[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
808[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
809[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
810[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
811[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
812[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
813[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
814[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
815[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
816[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
817[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
818[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
819[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
820[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
821[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
822[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
823[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
824[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
825[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
826[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
827[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
828[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
829[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
830[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
831[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
832[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
833[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
834[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
835[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
836[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
837[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
838[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
839[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
840[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
841[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
842[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
843[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
844[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
845[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
846[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
847[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
848[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
849[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
850[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
851[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
852[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
853[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
854[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
855[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
856[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
857[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
858[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
859[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
860[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
861[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
862[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
863[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
864[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
865[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
866[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
867[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
868[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
869[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
870[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
871[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
872[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
873[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
874[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
875[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
876[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
877[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
878[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
879[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
880[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
881[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
882[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
883[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
884[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
885[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
886[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
887[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
888[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
889[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
890[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
891[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
892[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
893[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
894[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
895[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
896[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
897[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
898[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
899[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
900[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
901[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
902[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
903[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
904[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
905[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
906[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
907[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
908[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
909[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
910[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
911[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
912[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
913[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
914[14:36:17] [Server thread/WARN]: [[0;32;22mMyPet[m] [m[0;31;1mNumber IDs are not supported anymore! You need to use 1.13 item IDs from now on. Please check your configs.[m
915[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mExp calculation mode: MyPet[m
916[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mLoading WorldGroups...[m
917[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added '[0;33;22mworld[m' to 'default'[m
918[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added '[0;33;22mPlots[m' to 'default'[m
919[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added '[0;33;22mSurvival[m' to 'default'[m
920[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added '[0;33;22mSurvival_nether[m' to 'default'[m
921[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added '[0;33;22mSurvival_the_end[m' to 'default'[m
922[14:36:17] [Server thread/INFO]: [[0;32;22mMyPet[m] [mConnect to SQLite database...[m
923[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mSQLite connection successful.[m
924[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCitizens (2.0.26-SNAPSHOT (build 1812)) hook activated.[m
925[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mGriefPrevention (16.12.0-d4d7ac4) hook activated.[m
926[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mPlaceholderAPI (2.10.4) hook activated.[m
927[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mProtocolLib (4.5.0) hook activated.[m
928[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mVault (1.7.2-b107) (Permissions: PermissionsEx) hook activated.[m
929[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mWorldGuard (7.0.2-SNAPSHOT;bf2593e) hook activated.[m
930[14:36:18] [Server thread/INFO]: [[0;32;22mMyPet[m] [mVersion 3.9-b1525[0;32;1m ENABLED[m
931[14:36:18] [Server thread/INFO]: [BarGamble] Enabling BarGamble v1.3.1
932[14:36:18] [Server thread/INFO]: BarGamble - Disabling due to lack of Vault Dependency.
933[14:36:18] [Server thread/INFO]: [BarGamble] Disabling BarGamble v1.3.1
934[14:36:18] [Server thread/INFO]: [Jobs] Enabling Jobs v4.15.4
935[14:36:18] [Server thread/INFO]: [0;33;1m[Jobs] PlaceholderAPI hooked.[m
936[14:36:18] [Server thread/INFO]: [0;33;1mPlaceholderAPI was found - Enabling capabilities.[m
937[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 8 titles![m
938[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 47 protected blocks timers![m
939[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 995 custom item names![m
940[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 67 custom entity names![m
941[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 2 custom MythicMobs names![m
942[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 37 custom enchant names![m
943[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 16 custom color names![m
944[14:36:22] [Server thread/ERROR]: [Jobs] Shop item SuperPickAxe has an invalid Icon name property. Skipping!
945[14:36:22] [Server thread/ERROR]: [Jobs] Shop item WoodenShovel has an invalid Icon name property. Skipping!
946[14:36:22] [Server thread/ERROR]: [Jobs] Shop item LureEnchantBook has an invalid Icon name property. Skipping!
947[14:36:22] [Server thread/ERROR]: [Jobs] Shop item Elytra has an invalid Icon name property. Skipping!
948[14:36:22] [Server thread/WARN]: [Jobs] Job Miner is using GLOWING_REDSTONE_ORE instead of REDSTONE_ORE.
949[14:36:22] [Server thread/WARN]: [Jobs] Automatically changing block to REDSTONE_ORE. Please update your configuration.
950[14:36:22] [Server thread/WARN]: [Jobs] Job Miner has an invalid Break type property: NETHER_BRICK (NETHER_BRICK)! Material must be a block! Use "/jobs blockinfo" on a target block
951[14:36:22] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CROPS-7!
952[14:36:22] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CARROT (CARROT-7)! Material must be a block! Use "/jobs blockinfo" on a target block
953[14:36:22] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: POTATO (POTATO-7)! Material must be a block! Use "/jobs blockinfo" on a target block
954[14:36:22] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Place type property: CROPS-0!
955[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 12 jobs![m
956[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Explorer job manager registered![m
957[14:36:22] [Jobs-DatabaseSaveTask/INFO]: [0;33;1m[Jobs] Started database save task.[m
958[14:36:22] [Jobs-BufferedPaymentThread/INFO]: [0;33;1m[Jobs] Started buffered payment thread.[m
959[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Preloaded 28 players data in 0.0[m
960[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] MyPet detected.[m
961[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] WorldGuard detected.[m
962[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loading explorer data[m
963[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Loaded explorer data (19)[m
964[14:36:22] [Server thread/INFO]: [0;33;1m[Jobs] Plugin has been enabled successfully.[m
965[14:36:22] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
966[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
967[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.expansion.essentials.EssentialsExpansion
968[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] net/ess3/api/IEssentials
969[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.MCoreFactionsExpansion
970[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/RelationParticipator
971[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.FactionsExpansion
972[14:36:22] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/iface/RelationParticipator
973[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: griefprevention
974[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tp% has been loaded!
975[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_is_staff% has been loaded!
976[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Javascript string placeholder %javascript_math% has been loaded!
977[14:36:22] [Server thread/WARN]: [PlaceholderAPI] Javascript string placeholder staff_online is invalid!
978[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
979[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobs
980[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
981[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
982[14:36:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voteroulette
983[14:36:22] [Server thread/INFO]: Done (13.661s)! For help, type "help"
984[14:36:22] [Server thread/INFO]: Starting GS4 status listener
985[14:36:22] [Query Listener #1/INFO]: Query running on 0.0.0.0:10058
986[14:36:22] [Server thread/ERROR]: [Jobs] ==================== Jobs ====================
987[14:36:22] [Server thread/ERROR]: [Jobs] Vault is required by this plugin for economy support!
988[14:36:22] [Server thread/ERROR]: [Jobs] Please install them first!
989[14:36:22] [Server thread/ERROR]: [Jobs] You can find the latest versions here:
990[14:36:22] [Server thread/ERROR]: [Jobs] https://www.spigotmc.org/resources/vault.34315/
991[14:36:22] [Server thread/ERROR]: [Jobs] ==============================================
992[14:36:23] [Server thread/INFO]: [Citizens] 16 NPCs geladen.
993[14:36:23] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ...
994[14:36:23] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
995[14:36:23] [Server thread/INFO]: [Quests] Loaded 4 Quest(s), 8 Action(s), 776 Phrase(s)
996[14:36:24] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 165 placeholder expansions are available on the cloud.
997[14:36:24] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 4 installed expansions have updates available.
998[14:36:24] [Server thread/ERROR]: [PlaceholderAPI] MoreFish is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [elsiff] and urge them to update it ASAP.
999[14:36:25] [Server thread/INFO]: [0;33;22m[Jobs] Converting to new database format[m
1000[14:36:25] [Server thread/INFO]: [0;33;22m[Jobs] Converted to new database format[m