· 6 years ago · Jan 14, 2020, 08:10 PM
1[21:05:01] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[21:05:01] [Server thread/INFO]: Loading properties
3[21:05:01] [Server thread/INFO]: Default game type: SURVIVAL
4[21:05:01] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[21:05:01] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[21:05:01] [Server thread/INFO]: Using 4 threads for Netty based IO
7[21:05:01] [Server thread/INFO]: Debug logging is disabled
8[21:05:01] [Server thread/INFO]: Generating keypair
9[21:05:01] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25567
10[21:05:01] [Server thread/INFO]: Using epoll channel type
11[21:05:02] [Server thread/INFO]: Set PluginClassLoader as parallel capable
12[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...[m
13[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...[m
14[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...[m
15[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...[m
16[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...[m
17[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...[m
18[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...[m
19[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...[m
20[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...[m
21[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...[m
22[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...[m
23[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...[m
24[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...[m
25[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...[m
26[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...[m
27[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...[m
28[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...[m
29[21:05:02] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...[m
30[21:05:02] [Server thread/ERROR]: Could not load 'plugins/MVdWPlaceholderAPI.jar' in folder 'plugins'
31org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
32 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-21fe707-e1ebe52]
33 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-21fe707-e1ebe52]
34 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-21fe707-e1ebe52]
35 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-e1ebe52]
36 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-e1ebe52]
37 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
38 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
39Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
40 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[server.jar:git-Spigot-21fe707-e1ebe52]
41 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-21fe707-e1ebe52]
42 at be.maximvdw.placeholderapi.PlaceholderAPI.<init>(PlaceholderAPI.java:27) ~[?:?]
43 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
44 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
45 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
46 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
47 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
48 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-21fe707-e1ebe52]
49 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-e1ebe52]
50 ... 6 more
51Caused by: java.lang.IllegalStateException: Initial initialization
52 at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[server.jar:git-Spigot-21fe707-e1ebe52]
53 at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[server.jar:git-Spigot-21fe707-e1ebe52]
54 at tech.panoply.leaderheads.LeaderHeads.<init>(LeaderHeads.java:31) ~[?:?]
55 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
56 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
57 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
58 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
59 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
60 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[server.jar:git-Spigot-21fe707-e1ebe52]
61 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-e1ebe52]
62 ... 6 more
63[21:05:02] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
64[21:05:02] [Server thread/INFO]: [Item_Stacker] Loading Item_Stacker v1.2
65[21:05:02] [Server thread/INFO]: [LeaderHeadsRevamped] Loading LeaderHeadsRevamped v4.0.4
66[21:05:02] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
67[21:05:02] [Server thread/INFO]: [CustomDrops] Loading CustomDrops v2.0.0
68[21:05:02] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.2
69[21:05:02] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.2 is now loaded, injecting!
70[21:05:02] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
71[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
72[21:05:03] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
73[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
74[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
75[21:05:03] [Server thread/INFO]: [ViaVersion] Loading translation mapping
76[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
77[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
78[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
79[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
80[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
81[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
82[21:05:03] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
83[21:05:04] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
84[21:05:04] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
85[21:05:04] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
86[21:05:04] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.2.1
87[21:05:04] [Server thread/INFO]: [BlockCommands] Loading BlockCommands v1.0
88[21:05:04] [Server thread/INFO]: [LavaSpongeBeta] Loading LavaSpongeBeta v1.0.6.5
89[21:05:04] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
90[21:05:04] [Server thread/INFO]: [DisableJoinMessage] Loading DisableJoinMessage v1.0
91[21:05:04] [Server thread/INFO]: [BarGamble] Loading BarGamble v1.0
92[21:05:04] [Server thread/INFO]: [Hub] Loading Hub v1.3-RELASE
93[21:05:04] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.0.9d
94[21:05:04] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
95[21:05:04] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
96[21:05:04] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
97[21:05:04] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
98[21:05:04] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0
99[21:05:04] [Server thread/INFO]: [BlowableObsidians] Loading BlowableObsidians v4.4
100[21:05:04] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
101[21:05:04] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.12.0
102[21:05:04] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
103[21:05:04] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
104[21:05:04] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.11.1
105[21:05:04] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
106[21:05:04] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.7.2
107[21:05:04] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.9.11
108[21:05:04] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v4.2.3
109[21:05:04] [Server thread/INFO]: [Trading] Loading Trading v3.2
110[21:05:04] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
111[21:05:04] [Server thread/INFO]: [VoteParty] Loading VoteParty v1.14.0
112[21:05:04] [Server thread/INFO]: [RepairPlus] Loading RepairPlus v1.3.4
113[21:05:04] [Server thread/INFO]: [GuiBalance] Loading GuiBalance v1.4
114[21:05:04] [Server thread/INFO]: [WithdrawAdvanced] Loading WithdrawAdvanced v1.6.3
115[21:05:04] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.23.0
116[21:05:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
117[21:05:04] [Server thread/INFO]: [CustomEnderChest] Loading CustomEnderChest v1.6.6
118[21:05:04] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
119[21:05:04] [Server thread/INFO]: [Jobs] Loading Jobs v3.8.2
120[21:05:04] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v2.0
121[21:05:04] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
122[21:05:04] [Server thread/INFO]: [KitPreview] Loading KitPreview v5.4.1
123[21:05:04] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
124[21:05:04] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.11-RELEASE
125[21:05:04] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.8
126[21:05:04] [Server thread/INFO]: [MoreTP] Loading MoreTP v0.3.3
127[21:05:04] [Server thread/INFO]: [CrazyEnvoy] Loading CrazyEnvoy v1.2.8.3
128[21:05:04] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
129[21:05:04] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.5.6-b210
130[21:05:04] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
131[21:05:04] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
132[21:05:04] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.4
133[21:05:04] [Server thread/INFO]: [Scaffold] Loading Scaffold v1.10.0
134[21:05:04] [Server thread/INFO]: [CommandRegions] Loading CommandRegions v2.0.0
135[21:05:04] [Server thread/INFO]: [KoTH] Loading KoTH v1.5.1
136[21:05:04] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
137[21:05:04] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.110
138[21:05:04] [Server thread/ERROR]: com/sk89q/worldguard/protection/flags/registry/FlagConflictException initializing mcMMO v2.1.110 (Is it up to date?)
139java.lang.NoClassDefFoundError: com/sk89q/worldguard/protection/flags/registry/FlagConflictException
140 at com.gmail.nossr50.mcMMO.onLoad(mcMMO.java:315) ~[?:?]
141 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [server.jar:git-Spigot-21fe707-e1ebe52]
142 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-e1ebe52]
143 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
144 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
145Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.protection.flags.registry.FlagConflictException
146 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
147 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-21fe707-e1ebe52]
148 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-21fe707-e1ebe52]
149 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
150 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
151 ... 5 more
152[21:05:04] [Server thread/INFO]: [StackMob] Loading StackMob v2.2.18
153[21:05:04] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.2.3
154[21:05:04] [Server thread/INFO]: [MoreFish] Loading MoreFish v2.1.3
155[21:05:04] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
156[21:05:04] [Server thread/INFO]: [BannerBoard_Skills] Loading BannerBoard_Skills v2.0.1
157[21:05:04] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0
158[21:05:04] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
159[21:05:04] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
160[21:05:05] [Server thread/INFO]: ====== USE PAPER ======[m
161[21:05:05] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[m
162[21:05:05] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[m
163[21:05:05] [Server thread/INFO]: - This is only a recommendation[m
164[21:05:05] [Server thread/INFO]: ==============================[m
165[21:05:05] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
166[21:05:05] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
167[21:05:05] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
168[21:05:05] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
169[21:05:05] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
170[21:05:05] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
171[21:05:05] [Server thread/INFO]: [CustomEnderChest] Enabling CustomEnderChest v1.6.6
172[21:05:05] [Server thread/INFO]: [CustomEnderChest] Loading the config file...
173[21:05:05] [Server thread/INFO]: [CustomEnderChest] Config loaded successfully!
174[21:05:05] [Server thread/INFO]: [CustomEnderChest] Using FlatFile system for data.
175[21:05:05] [Server thread/INFO]: [CustomEnderChest] CustomEnderChest loaded successfully!
176[21:05:05] [Server thread/INFO]: [StackMob] Enabling StackMob v2.2.18
177[21:05:05] [Server thread/INFO]: [StackMob] StackMob Legacy v2.2.18 created by antiPerson/BaconPied
178[21:05:05] [Server thread/INFO]: [StackMob] Documentation can be found at https://www.spigotmc.org/resources/stackmob-legacy.61578/
179[21:05:05] [Server thread/INFO]: [StackMob] GitHub repository can be found at https://github.com/Nathat23/StackMob-2/tree/legacy
180[21:05:05] [Server thread/INFO]: [StackMob] Detected server version: 1
181[21:05:05] [Server thread/INFO]: [StackMob] At the present moment, the feature 'show-player-nearby' is only supported on Minecraft 1.9 and above.
182[21:05:05] [Server thread/INFO]: [StackMob] Loading cached entities...
183[21:05:05] [Server thread/INFO]: [StackMob] Registering listeners...
184[21:05:05] [Server thread/INFO]: [StackMob] There is no new version at this time.
185[21:05:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
186[21:05:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
187[21:05:05] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
188[21:05:05] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
189[21:05:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
190[21:05:05] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
191[21:05:05] [Server thread/INFO]: Preparing level "Spawn"
192[21:05:05] [Server thread/INFO]: -------- World Settings For [Spawn] --------
193[21:05:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
194[21:05:05] [Server thread/INFO]: Cane Growth Modifier: 100%
195[21:05:05] [Server thread/INFO]: Melon Growth Modifier: 100%
196[21:05:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
197[21:05:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
198[21:05:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
199[21:05:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
200[21:05:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
201[21:05:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
202[21:05:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
203[21:05:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
204[21:05:05] [Server thread/INFO]: Mob Spawn Range: 4
205[21:05:05] [Server thread/INFO]: Anti X-Ray: true
206[21:05:05] [Server thread/INFO]: Engine Mode: 1
207[21:05:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
208[21:05:05] [Server thread/INFO]: Replace Blocks: [1, 5]
209[21:05:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
210[21:05:05] [Server thread/INFO]: Random Lighting Updates: false
211[21:05:05] [Server thread/INFO]: Structure Info Saving: true
212[21:05:05] [Server thread/INFO]: Sending up to 10 chunks per packet
213[21:05:05] [Server thread/INFO]: Max Entity Collisions: 8
214[21:05:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
215[21:05:05] [Server thread/INFO]: Max TNT Explosions: 100
216[21:05:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
217[21:05:05] [Server thread/INFO]: Item Despawn Rate: 6000
218[21:05:05] [Server thread/INFO]: Item Merge Radius: 2.5
219[21:05:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
220[21:05:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
221[21:05:05] [Server thread/INFO]: View Distance: 10
222[21:05:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
223[21:05:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
224[21:05:05] [Server thread/INFO]: Clear tick list: false
225[21:05:05] [Server thread/INFO]: Experience Merge Radius: 3.0
226[21:05:05] [Server thread/INFO]: -------- World Settings For [Spawn_nether] --------
227[21:05:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
228[21:05:05] [Server thread/INFO]: Cane Growth Modifier: 100%
229[21:05:05] [Server thread/INFO]: Melon Growth Modifier: 100%
230[21:05:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
231[21:05:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
232[21:05:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
233[21:05:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
234[21:05:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
235[21:05:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
236[21:05:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
237[21:05:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
238[21:05:05] [Server thread/INFO]: Mob Spawn Range: 4
239[21:05:05] [Server thread/INFO]: Anti X-Ray: true
240[21:05:05] [Server thread/INFO]: Engine Mode: 1
241[21:05:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
242[21:05:05] [Server thread/INFO]: Replace Blocks: [1, 5]
243[21:05:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
244[21:05:05] [Server thread/INFO]: Random Lighting Updates: false
245[21:05:05] [Server thread/INFO]: Structure Info Saving: true
246[21:05:05] [Server thread/INFO]: Sending up to 10 chunks per packet
247[21:05:05] [Server thread/INFO]: Max Entity Collisions: 8
248[21:05:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
249[21:05:05] [Server thread/INFO]: Max TNT Explosions: 100
250[21:05:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
251[21:05:05] [Server thread/INFO]: Item Despawn Rate: 6000
252[21:05:05] [Server thread/INFO]: Item Merge Radius: 2.5
253[21:05:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
254[21:05:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
255[21:05:05] [Server thread/INFO]: View Distance: 10
256[21:05:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
257[21:05:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
258[21:05:05] [Server thread/INFO]: Clear tick list: false
259[21:05:05] [Server thread/INFO]: Experience Merge Radius: 3.0
260[21:05:05] [Server thread/INFO]: -------- World Settings For [Spawn_the_end] --------
261[21:05:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
262[21:05:05] [Server thread/INFO]: Cane Growth Modifier: 100%
263[21:05:05] [Server thread/INFO]: Melon Growth Modifier: 100%
264[21:05:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
265[21:05:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
266[21:05:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
267[21:05:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
268[21:05:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
269[21:05:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
270[21:05:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
271[21:05:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
272[21:05:05] [Server thread/INFO]: Mob Spawn Range: 4
273[21:05:05] [Server thread/INFO]: Anti X-Ray: true
274[21:05:05] [Server thread/INFO]: Engine Mode: 1
275[21:05:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
276[21:05:05] [Server thread/INFO]: Replace Blocks: [1, 5]
277[21:05:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
278[21:05:05] [Server thread/INFO]: Random Lighting Updates: false
279[21:05:05] [Server thread/INFO]: Structure Info Saving: true
280[21:05:05] [Server thread/INFO]: Sending up to 10 chunks per packet
281[21:05:05] [Server thread/INFO]: Max Entity Collisions: 8
282[21:05:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
283[21:05:05] [Server thread/INFO]: Max TNT Explosions: 100
284[21:05:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
285[21:05:05] [Server thread/INFO]: Item Despawn Rate: 6000
286[21:05:05] [Server thread/INFO]: Item Merge Radius: 2.5
287[21:05:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
288[21:05:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
289[21:05:05] [Server thread/INFO]: View Distance: 10
290[21:05:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
291[21:05:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
292[21:05:05] [Server thread/INFO]: Clear tick list: false
293[21:05:05] [Server thread/INFO]: Experience Merge Radius: 3.0
294[21:05:05] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2009995673247417630)
295[21:05:05] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2009995673247417630)
296[21:05:06] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2009995673247417630)
297[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
298[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
299[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voteparty
300[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
301[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo
302[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
303[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
304[21:05:06] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.MCoreFactionsExpansion
305[21:05:06] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/RelationParticipator
306[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobs
307[21:05:06] [Server thread/INFO]: [PlaceholderAPI] NMS placeholders such as %player_ping% have been enabled!
308[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
309[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tp% has been loaded!
310[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_is_staff% has been loaded!
311[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Javascript string placeholder %javascript_math% has been loaded!
312[21:05:06] [Server thread/WARN]: [PlaceholderAPI] Javascript string placeholder staff_online is invalid!
313[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
314[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: factions
315[21:05:06] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
316[21:05:06] [Server thread/INFO]: [Item_Stacker] Enabling Item_Stacker v1.2
317[21:05:06] [Server thread/INFO]: [Item_Stacker] Registered 5 messages and 2 different Stack sizes.
318[21:05:06] [Server thread/INFO]: [Item_Stacker] The default stack size will be default size items each stack. Permissions for each item are enabled.
319[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Enabling LeaderHeadsRevamped v4.0.4
320[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into PlaceholderAPI
321[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Hooked into Citizens
322[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Starting up database
323[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Successfully connected to SQLite
324[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Creating database tables
325[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Loading statistics
326[21:05:06] [Server thread/INFO]: [LeaderHeadsRevamped] Cracked by LegitSpigot@blackspigot.com
327[21:05:06] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
328[21:05:06] [Server thread/INFO]: [CustomDrops] Enabling CustomDrops v2.0.0
329[21:05:06] [Server thread/INFO]: [CustomDrops] MCUpdate has been successfully set up![m
330[21:05:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.2
331[21:05:06] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.2.1
332[21:05:07] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
333[21:05:07] [Server thread/INFO]: [BlockCommands] Enabling BlockCommands v1.0
334[21:05:07] [Server thread/INFO]: [LavaSpongeBeta] Enabling LavaSpongeBeta v1.0.6.5
335[21:05:07] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
336[21:05:07] [Server thread/INFO]: [ClearLag] Loading modules...
337[21:05:07] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
338[21:05:07] [Server thread/INFO]: [ClearLag] Modules have been loaded!
339[21:05:07] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
340[21:05:07] [Thread-14/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
341[21:05:07] [Server thread/INFO]: [DisableJoinMessage] Enabling DisableJoinMessage v1.0
342[21:05:07] [Server thread/INFO]: DisableJoinMessage Developed by MajkGamesCZ
343[21:05:07] [Server thread/INFO]: DisableJoinMessage Enabled!
344[21:05:07] [Server thread/INFO]: Plugin now will disable all onJoin messages!
345[21:05:07] [Server thread/INFO]: [BarGamble] Enabling BarGamble v1.0
346[21:05:07] [Server thread/INFO]: [Hub] Enabling Hub v1.3-RELASE
347[21:05:07] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.0.9d
348[21:05:07] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION
349[21:05:07] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
350[21:05:07] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
351[21:05:07] [Server thread/INFO]: [Illegal Stack] - MC Version < 1.13 detected!
352[21:05:07] [Server thread/INFO]: [IllegalStack] - Minecraft 1.8 detected not checking offhand slot for overstacked items.
353[21:05:07] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
354[21:05:07] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
355[21:05:07] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
356[21:05:07] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
357[21:05:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Survival" has border radius 8000 at X: -140.5 Z: 88.5
358[21:05:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Survival_the_end" has border radius 5000 at X: -0.7 Z: -1.3
359[21:05:07] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Survival_nether" has border radius 6000 at X: 0.0 Z: 1.3
360[21:05:07] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 980.0 Y: 78.0 Z: 115.0
361[21:05:07] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2
362[21:05:07] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
363[21:05:07] [Server thread/INFO]: [Votifier] Votifier enabled.
364[21:05:07] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
365[21:05:07] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
366[21:05:07] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
367[21:05:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn' - Env: NORMAL - Type: FLAT & seed: 2009995673247417630
368[21:05:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival' - Env: NORMAL - Type: NORMAL & seed: 341567755338345047
369[21:05:07] [Server thread/INFO]: -------- World Settings For [Survival] --------
370[21:05:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
371[21:05:07] [Server thread/INFO]: Cane Growth Modifier: 100%
372[21:05:07] [Server thread/INFO]: Melon Growth Modifier: 100%
373[21:05:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
374[21:05:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
375[21:05:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
376[21:05:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
377[21:05:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
378[21:05:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
379[21:05:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
380[21:05:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
381[21:05:07] [Server thread/INFO]: Mob Spawn Range: 4
382[21:05:07] [Server thread/INFO]: Anti X-Ray: true
383[21:05:07] [Server thread/INFO]: Engine Mode: 1
384[21:05:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
385[21:05:07] [Server thread/INFO]: Replace Blocks: [1, 5]
386[21:05:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
387[21:05:07] [Server thread/INFO]: Random Lighting Updates: false
388[21:05:07] [Server thread/INFO]: Structure Info Saving: true
389[21:05:07] [Server thread/INFO]: Sending up to 10 chunks per packet
390[21:05:07] [Server thread/INFO]: Max Entity Collisions: 8
391[21:05:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
392[21:05:07] [Server thread/INFO]: Max TNT Explosions: 100
393[21:05:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
394[21:05:07] [Server thread/INFO]: Item Despawn Rate: 6000
395[21:05:07] [Server thread/INFO]: Item Merge Radius: 2.5
396[21:05:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
397[21:05:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
398[21:05:07] [Server thread/INFO]: View Distance: 10
399[21:05:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
400[21:05:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
401[21:05:07] [Server thread/INFO]: Clear tick list: false
402[21:05:07] [Server thread/INFO]: Experience Merge Radius: 3.0
403[21:05:07] [Server thread/INFO]: Preparing start region for level 3 (Seed: 341567755338345047)
404[21:05:07] [Thread-14/INFO]: [ClearLag] No updates found!
405[21:05:08] [Server thread/INFO]: Could not set generator for world 'Survival_the_end': Plugin 'CleanroomGenerator' does not exist[m
406[21:05:08] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_the_end' - Env: THE_END - Type: NORMAL & seed: 4505640429559325091 & generator: CleanroomGenerator:100,121
407[21:05:08] [Server thread/INFO]: -------- World Settings For [Survival_the_end] --------
408[21:05:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
409[21:05:08] [Server thread/INFO]: Cane Growth Modifier: 100%
410[21:05:08] [Server thread/INFO]: Melon Growth Modifier: 100%
411[21:05:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
412[21:05:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
413[21:05:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
414[21:05:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
415[21:05:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
416[21:05:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
417[21:05:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
418[21:05:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
419[21:05:08] [Server thread/INFO]: Mob Spawn Range: 4
420[21:05:08] [Server thread/INFO]: Anti X-Ray: true
421[21:05:08] [Server thread/INFO]: Engine Mode: 1
422[21:05:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
423[21:05:08] [Server thread/INFO]: Replace Blocks: [1, 5]
424[21:05:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
425[21:05:08] [Server thread/INFO]: Random Lighting Updates: false
426[21:05:08] [Server thread/INFO]: Structure Info Saving: true
427[21:05:08] [Server thread/INFO]: Sending up to 10 chunks per packet
428[21:05:08] [Server thread/INFO]: Max Entity Collisions: 8
429[21:05:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
430[21:05:08] [Server thread/INFO]: Max TNT Explosions: 100
431[21:05:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
432[21:05:08] [Server thread/INFO]: Item Despawn Rate: 6000
433[21:05:08] [Server thread/INFO]: Item Merge Radius: 2.5
434[21:05:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
435[21:05:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
436[21:05:08] [Server thread/INFO]: View Distance: 10
437[21:05:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
438[21:05:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
439[21:05:08] [Server thread/INFO]: Clear tick list: false
440[21:05:08] [Server thread/INFO]: Experience Merge Radius: 3.0
441[21:05:08] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4505640429559325091)
442[21:05:08] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_nether' - Env: NETHER - Type: NORMAL & seed: -8008982804516390729
443[21:05:08] [Server thread/INFO]: -------- World Settings For [Survival_nether] --------
444[21:05:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
445[21:05:08] [Server thread/INFO]: Cane Growth Modifier: 100%
446[21:05:08] [Server thread/INFO]: Melon Growth Modifier: 100%
447[21:05:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
448[21:05:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
449[21:05:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
450[21:05:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
451[21:05:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
452[21:05:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
453[21:05:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
454[21:05:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
455[21:05:08] [Server thread/INFO]: Mob Spawn Range: 4
456[21:05:08] [Server thread/INFO]: Anti X-Ray: true
457[21:05:08] [Server thread/INFO]: Engine Mode: 1
458[21:05:08] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
459[21:05:08] [Server thread/INFO]: Replace Blocks: [1, 5]
460[21:05:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
461[21:05:08] [Server thread/INFO]: Random Lighting Updates: false
462[21:05:08] [Server thread/INFO]: Structure Info Saving: true
463[21:05:08] [Server thread/INFO]: Sending up to 10 chunks per packet
464[21:05:08] [Server thread/INFO]: Max Entity Collisions: 8
465[21:05:08] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
466[21:05:08] [Server thread/INFO]: Max TNT Explosions: 100
467[21:05:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
468[21:05:08] [Server thread/INFO]: Item Despawn Rate: 6000
469[21:05:08] [Server thread/INFO]: Item Merge Radius: 2.5
470[21:05:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
471[21:05:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
472[21:05:08] [Server thread/INFO]: View Distance: 10
473[21:05:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
474[21:05:08] [Server thread/INFO]: Chunks to Grow per Tick: 650
475[21:05:08] [Server thread/INFO]: Clear tick list: false
476[21:05:08] [Server thread/INFO]: Experience Merge Radius: 3.0
477[21:05:08] [Server thread/INFO]: Preparing start region for level 5 (Seed: -8008982804516390729)
478[21:05:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn_nether' - Env: NETHER - Type: FLAT & seed: 2009995673247417630
479[21:05:09] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn_the_end' - Env: THE_END - Type: FLAT & seed: 2009995673247417630
480[21:05:09] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
481[21:05:09] [Server thread/INFO]: [BlowableObsidians] Enabling BlowableObsidians v4.4
482[21:05:09] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.12.0
483[21:05:09] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
484[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: bank is not a valid material name / id!
485[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
486[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in GUI menu: bank is not a valid material name / id!
487[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
488[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: jobs is not a valid material name / id!
489[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
490[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: jobs is not a valid material name / id!
491[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
492[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: jobs is not a valid material name / id!
493[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
494[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: jobs is not a valid material name / id!
495[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
496[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: jobs is not a valid material name / id!
497[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
498[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: jobs is not a valid material name / id!
499[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
500[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: jobs is not a valid material name / id!
501[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
502[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: jobs is not a valid material name / id!
503[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
504[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: jobs is not a valid material name / id!
505[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
506[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 11 in GUI menu: jobs is not a valid material name / id!
507[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 11
508[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 12 in GUI menu: jobs is not a valid material name / id!
509[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 12
510[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 13 in GUI menu: jobs is not a valid material name / id!
511[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 13
512[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 14 in GUI menu: jobs is not a valid material name / id!
513[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 14
514[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 15 in GUI menu: jobs is not a valid material name / id!
515[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 15
516[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 16 in GUI menu: jobs is not a valid material name / id!
517[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 16
518[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 17 in GUI menu: jobs is not a valid material name / id!
519[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 17
520[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 18 in GUI menu: jobs is not a valid material name / id!
521[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 18
522[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 19 in GUI menu: jobs is not a valid material name / id!
523[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 19
524[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 20 in GUI menu: jobs is not a valid material name / id!
525[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 20
526[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 21 in GUI menu: jobs is not a valid material name / id!
527[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 21
528[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 22 in GUI menu: jobs is not a valid material name / id!
529[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 22
530[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 23 in GUI menu: jobs is not a valid material name / id!
531[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 23
532[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: jobs is not a valid material name / id!
533[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
534[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: jobs is not a valid material name / id!
535[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
536[21:05:09] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: jobs
537[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: jobs
538[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: withdrawmoney is not a valid material name / id!
539[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
540[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: withdrawexp is not a valid material name / id!
541[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
542[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: withdrawexp is not a valid material name / id!
543[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
544[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: withdrawexp is not a valid material name / id!
545[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
546[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: withdrawexp is not a valid material name / id!
547[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
548[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: withdrawexp is not a valid material name / id!
549[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
550[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: withdrawexp is not a valid material name / id!
551[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
552[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: withdrawexp is not a valid material name / id!
553[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
554[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: withdrawexp is not a valid material name / id!
555[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
556[21:05:09] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: withdrawexp
557[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: withdrawexp
558[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: ce is not a valid material name / id!
559[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
560[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: ce is not a valid material name / id!
561[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
562[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: crazyenchantments is not a valid material name / id!
563[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
564[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: crazyenchantments is not a valid material name / id!
565[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
566[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1221 in GUI menu: warps is not a valid material name / id!
567[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1221
568[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: warps is not a valid material name / id!
569[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
570[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1221 in GUI menu: warp is not a valid material name / id!
571[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1221
572[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: warp is not a valid material name / id!
573[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
574[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: warps2 is not a valid material name / id!
575[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
576[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: warps2 is not a valid material name / id!
577[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
578[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: warps2 is not a valid material name / id!
579[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
580[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 9 in GUI menu: warps2 is not a valid material name / id!
581[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 9
582[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: warps2 is not a valid material name / id!
583[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
584[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1340 in GUI menu: warps2 is not a valid material name / id!
585[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1340
586[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2310 in GUI menu: warps2 is not a valid material name / id!
587[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2310
588[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 10123 in GUI menu: warps2 is not a valid material name / id!
589[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10123
590[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 11230 in GUI menu: warps2 is not a valid material name / id!
591[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 11230
592[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: warps2 is not a valid material name / id!
593[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
594[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: warps2 is not a valid material name / id!
595[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
596[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 27 in GUI menu: warps2 is not a valid material name / id!
597[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 27
598[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 29 in GUI menu: warps2 is not a valid material name / id!
599[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 29
600[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 31 in GUI menu: warps2 is not a valid material name / id!
601[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 31
602[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in GUI menu: warps2 is not a valid material name / id!
603[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
604[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2321 in GUI menu: warps2 is not a valid material name / id!
605[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2321
606[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 3327 in GUI menu: warps2 is not a valid material name / id!
607[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3327
608[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 40 in GUI menu: warps2 is not a valid material name / id!
609[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 40
610[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 41 in GUI menu: warps2 is not a valid material name / id!
611[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 41
612[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 42 in GUI menu: warps2 is not a valid material name / id!
613[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 42
614[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 43 in GUI menu: warps2 is not a valid material name / id!
615[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 43
616[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 46 in GUI menu: warps2 is not a valid material name / id!
617[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 46
618[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 47 in GUI menu: warps2 is not a valid material name / id!
619[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 47
620[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 427 in GUI menu: warps2 is not a valid material name / id!
621[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 427
622[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: menu is not a valid material name / id!
623[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
624[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: menu is not a valid material name / id!
625[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
626[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: menu is not a valid material name / id!
627[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
628[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: menu is not a valid material name / id!
629[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
630[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: menu is not a valid material name / id!
631[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
632[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: menu is not a valid material name / id!
633[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
634[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: menu is not a valid material name / id!
635[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
636[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: menu is not a valid material name / id!
637[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
638[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 9 in GUI menu: menu is not a valid material name / id!
639[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 9
640[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: menu is not a valid material name / id!
641[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
642[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: menu is not a valid material name / id!
643[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
644[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: menu is not a valid material name / id!
645[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
646[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 27 in GUI menu: menu is not a valid material name / id!
647[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 27
648[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 29 in GUI menu: menu is not a valid material name / id!
649[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 29
650[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 31 in GUI menu: menu is not a valid material name / id!
651[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 31
652[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in GUI menu: menu is not a valid material name / id!
653[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
654[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 40 in GUI menu: menu is not a valid material name / id!
655[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 40
656[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 41 in GUI menu: menu is not a valid material name / id!
657[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 41
658[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 42 in GUI menu: menu is not a valid material name / id!
659[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 42
660[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 43 in GUI menu: menu is not a valid material name / id!
661[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 43
662[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 44 in GUI menu: menu is not a valid material name / id!
663[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 44
664[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 45 in GUI menu: menu is not a valid material name / id!
665[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 45
666[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 46 in GUI menu: menu is not a valid material name / id!
667[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 46
668[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 47 in GUI menu: menu is not a valid material name / id!
669[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 47
670[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 48 in GUI menu: menu is not a valid material name / id!
671[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 48
672[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 49 in GUI menu: menu is not a valid material name / id!
673[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 49
674[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 50 in GUI menu: menu is not a valid material name / id!
675[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 50
676[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 51 in GUI menu: menu is not a valid material name / id!
677[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 51
678[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 52 in GUI menu: menu is not a valid material name / id!
679[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 52
680[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 53 in GUI menu: menu is not a valid material name / id!
681[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 53
682[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 54 in GUI menu: menu is not a valid material name / id!
683[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 54
684[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: settings is not a valid material name / id!
685[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
686[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: settings is not a valid material name / id!
687[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
688[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 3 in GUI menu: settings is not a valid material name / id!
689[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 3
690[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 4 in GUI menu: settings is not a valid material name / id!
691[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 4
692[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 5 in GUI menu: settings is not a valid material name / id!
693[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 5
694[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 6 in GUI menu: settings is not a valid material name / id!
695[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 6
696[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 7 in GUI menu: settings is not a valid material name / id!
697[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 7
698[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 8 in GUI menu: settings is not a valid material name / id!
699[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 8
700[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 9 in GUI menu: settings is not a valid material name / id!
701[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 9
702[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 10 in GUI menu: settings is not a valid material name / id!
703[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 10
704[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 24 in GUI menu: settings is not a valid material name / id!
705[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 24
706[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 25 in GUI menu: settings is not a valid material name / id!
707[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 25
708[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 27 in GUI menu: settings is not a valid material name / id!
709[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 27
710[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 247 in GUI menu: settings is not a valid material name / id!
711[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 247
712[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 29 in GUI menu: settings is not a valid material name / id!
713[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 29
714[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 271 in GUI menu: settings is not a valid material name / id!
715[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 271
716[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 31 in GUI menu: settings is not a valid material name / id!
717[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 31
718[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 32 in GUI menu: settings is not a valid material name / id!
719[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 32
720[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 40 in GUI menu: settings is not a valid material name / id!
721[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 40
722[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 435 in GUI menu: settings is not a valid material name / id!
723[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 435
724[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 41 in GUI menu: settings is not a valid material name / id!
725[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 41
726[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 42 in GUI menu: settings is not a valid material name / id!
727[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 42
728[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 43 in GUI menu: settings is not a valid material name / id!
729[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 43
730[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 46 in GUI menu: settings is not a valid material name / id!
731[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 46
732[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 47 in GUI menu: settings is not a valid material name / id!
733[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 47
734[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1221 in GUI menu: randomtp is not a valid material name / id!
735[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1221
736[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: randomtp is not a valid material name / id!
737[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
738[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1221 in GUI menu: wild is not a valid material name / id!
739[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1221
740[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: wild is not a valid material name / id!
741[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
742[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 1221 in GUI menu: wilderness is not a valid material name / id!
743[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1221
744[21:05:09] [Server thread/WARN]: [DeluxeMenus] Material for item: 121 in GUI menu: wilderness is not a valid material name / id!
745[21:05:09] [Server thread/WARN]: [DeluxeMenus] Skipping item: 121
746[21:05:09] [Server thread/INFO]: [DeluxeMenus] 12 GUI menus loaded!
747[21:05:09] [Server thread/ERROR]: [DeluxeMenus] Plugin DeluxeMenus v1.12.0 has failed to register events for class com.extendedclip.deluxemenus.PlayerListener because org/bukkit/event/entity/EntityPickupItemEvent does not exist.
748[21:05:09] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
749[21:05:09] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
750[21:05:09] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
751[21:05:09] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
752[21:05:10] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
753[21:05:15] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
754[21:05:15] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
755[21:05:15] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.11.1
756[21:05:15] [Server thread/INFO]: [0;31;1m[FeatherBoard] [0;31;22mCracked by t0R[m
757[21:05:15] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
758[21:05:15] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.11.1
759[21:05:15] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-06
760[21:05:15] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
761[21:05:15] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
762[21:05:15] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
763[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
764[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
765[21:05:15] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
766[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
767[21:05:15] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
768[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
769[21:05:15] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
770[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
771[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading messages ...
772[21:05:15] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
773[21:05:15] [Server thread/ERROR]: [FeatherBoard] MVdWPlaceholderAPI not found! This plugin is a requirement to use FeatherBoard!!!
774[21:05:15] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v4.11.1
775[21:05:15] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
776[21:05:15] [Server thread/ERROR]: Error occurred while disabling FeatherBoard v4.11.1 (Is it up to date?)
777java.lang.NullPointerException
778 at be.maximvdw.featherboard.FeatherBoard.onDisable(FeatherBoard.java:7) ~[?:?]
779 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-21fe707-e1ebe52]
780 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-21fe707-e1ebe52]
781 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-21fe707-e1ebe52]
782 at be.maximvdw.featherboard.dn.a(Unknown Source) [FeatherBoard-4.11.1.jar:?]
783 at be.maximvdw.featherboard.dA.i(dA.java:50) [FeatherBoard-4.11.1.jar:?]
784 at be.maximvdw.featherboard.FeatherBoard.j(FeatherBoard.java:73) [FeatherBoard-4.11.1.jar:?]
785 at be.maximvdw.featherboard.dA.h(dA.java:40) [FeatherBoard-4.11.1.jar:?]
786 at be.maximvdw.featherboard.dA.onEnable(dA.java:55) [FeatherBoard-4.11.1.jar:?]
787 at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:13) [FeatherBoard-4.11.1.jar:?]
788 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [server.jar:git-Spigot-21fe707-e1ebe52]
789 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-e1ebe52]
790 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-e1ebe52]
791 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-e1ebe52]
792 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-e1ebe52]
793 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-21fe707-e1ebe52]
794 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-21fe707-e1ebe52]
795 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-21fe707-e1ebe52]
796 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-21fe707-e1ebe52]
797 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
798 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
799[21:05:15] [Server thread/ERROR]: Error occurred while enabling FeatherBoard v4.11.1 (Is it up to date?)
800org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register be.maximvdw.featherboard.aF@6ce41f3b while not enabled
801 at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:524) ~[server.jar:git-Spigot-21fe707-e1ebe52]
802 at be.maximvdw.featherboard.ac.<init>(ac.java:6) ~[?:?]
803 at be.maximvdw.featherboard.aF.<init>(aF.java:26) ~[?:?]
804 at be.maximvdw.featherboard.FeatherBoard.m(FeatherBoard.java:18) ~[?:?]
805 at be.maximvdw.featherboard.dA.h(dA.java:38) ~[?:?]
806 at be.maximvdw.featherboard.dA.onEnable(dA.java:55) ~[?:?]
807 at be.maximvdw.featherboard.FeatherBoard.onEnable(FeatherBoard.java:13) ~[?:?]
808 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-21fe707-e1ebe52]
809 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-e1ebe52]
810 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-e1ebe52]
811 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-e1ebe52]
812 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-e1ebe52]
813 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-21fe707-e1ebe52]
814 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-21fe707-e1ebe52]
815 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-21fe707-e1ebe52]
816 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-21fe707-e1ebe52]
817 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
818 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
819[21:05:15] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.7.2
820[21:05:15] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.9.11
821[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
822[21:05:15] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
823[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
824[21:05:15] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
825[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
826[21:05:15] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
827[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
828[21:05:15] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
829[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading custom files.
830[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Legendary.yml.
831[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
832[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Vote.yml.
833[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Party.yml.
834[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Rare.yml.
835[21:05:15] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
836[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
837[21:05:15] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_8_R3! Trying to find NMS support
838[21:05:15] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_8_R3' loaded!
839[21:05:15] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
840[21:05:15] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
841[21:05:15] [Server thread/INFO]: [CrazyCrates] Loaded 3 physical crate locations.
842[21:05:15] [Server thread/INFO]: [CrazyCrates] Failed to load 3 physical crate locations.
843[21:05:15] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
844[21:05:15] [Server thread/INFO]: [CrazyCrates] Wooden.schematic was successfully found and loaded.
845[21:05:15] [Server thread/INFO]: [CrazyCrates] Classic.schematic was successfully found and loaded.
846[21:05:15] [Server thread/INFO]: [CrazyCrates] OutDoors.schematic was successfully found and loaded.
847[21:05:15] [Server thread/INFO]: [CrazyCrates] Soul.schematic was successfully found and loaded.
848[21:05:15] [Server thread/INFO]: [CrazyCrates] Nether.schematic was successfully found and loaded.
849[21:05:15] [Server thread/INFO]: [CrazyCrates] Sea.schematic was successfully found and loaded.
850[21:05:15] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
851[21:05:15] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
852[21:05:15] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
853[21:05:15] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v4.2.3
854[21:05:15] [Server thread/INFO]: [Item2Chat] Item2Chat version 4.2.3 is Enabled
855[21:05:15] [Server thread/INFO]: [Trading] Enabling Trading v3.2
856[21:05:15] [Server thread/INFO]: [Trading] Trading has been enabled
857[21:05:15] [Server thread/INFO]: [Trading] Vault and Economy have been found!
858[21:05:15] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
859[21:05:15] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
860[21:05:15] [Server thread/INFO]: [VoteParty] Enabling VoteParty v1.14.0
861[21:05:15] [Server thread/INFO]: ---------------------------
862[21:05:15] [Server thread/INFO]: VoteParty Updater
863[21:05:15] [Server thread/INFO]:
864[21:05:15] [Server thread/INFO]: An update for VoteParty has been found!
865[21:05:15] [Server thread/INFO]: VoteParty 2.0
866[21:05:15] [Server thread/INFO]: You are running 1.14.0
867[21:05:15] [Server thread/INFO]:
868[21:05:15] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/voteparty.987/
869[21:05:15] [Server thread/INFO]: ---------------------------
870[21:05:15] [Server thread/INFO]: [RepairPlus] Enabling RepairPlus v1.3.4
871[21:05:15] [Server thread/INFO]: [RepairPlus] RepairPlus v1.3.4 has been enabled!
872[21:05:15] [Server thread/INFO]: [RepairPlus] Loading language file
873[21:05:15] [Server thread/INFO]: [RepairPlus] Loading data file
874[21:05:15] [Server thread/INFO]: §3Repair §8» MCUpdate enabled and loaded
875[21:05:15] [Server thread/INFO]: [GuiBalance] Enabling GuiBalance v1.4
876[21:05:15] [Server thread/INFO]: [GuiBalance] [0;32;1mYou are using the latest version of GuiBalance[m
877[21:05:15] [Server thread/INFO]: [WithdrawAdvanced] Enabling WithdrawAdvanced v1.6.3
878[21:05:15] [Server thread/INFO]: [WithdrawAdvanced] Loading support for v1_8_R3
879[21:05:15] [Server thread/INFO]: [0;32;1mWithdraw Advanced has been enabled![m
880[21:05:15] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.23.0
881[21:05:15] [Server thread/INFO]: [0;31;1m[ShopGUIPlus] blackspigot.com[m
882[21:05:15] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
883[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy1, button not loaded: Invalid or no material name specified
884[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy2, button not loaded: Invalid or no material name specified
885[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy3, button not loaded: Invalid or no material name specified
886[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy4, button not loaded: Invalid or no material name specified
887[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy5, button not loaded: Invalid or no material name specified
888[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy6, button not loaded: Invalid or no material name specified
889[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy7, button not loaded: Invalid or no material name specified
890[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy8, button not loaded: Invalid or no material name specified
891[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy9, button not loaded: Invalid or no material name specified
892[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell1, button not loaded: Invalid or no material name specified
893[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell2, button not loaded: Invalid or no material name specified
894[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell3, button not loaded: Invalid or no material name specified
895[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell4, button not loaded: Invalid or no material name specified
896[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell5, button not loaded: Invalid or no material name specified
897[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell6, button not loaded: Invalid or no material name specified
898[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell7, button not loaded: Invalid or no material name specified
899[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell8, button not loaded: Invalid or no material name specified
900[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkSell > sell9, button not loaded: Invalid or no material name specified
901[21:05:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading sounds (config.yml), no sounds loaded
902[21:05:16] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
903[21:05:16] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
904[21:05:16] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
905[21:05:16] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
906[21:05:16] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
907[21:05:16] [Server thread/INFO]: Bukkit version format changed. Version not checked.
908[21:05:16] [Server thread/INFO]: git-Spigot-21fe707-e1ebe52 (MC: 1.8.8)
909[21:05:16] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
910[21:05:16] [Server thread/INFO]: Using locale en
911[21:05:16] [Server thread/INFO]: Using locale en
912[21:05:16] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
913[21:05:16] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
914[21:05:16] [Server thread/INFO]: [Jobs] Enabling Jobs v3.8.2
915[21:05:16] [Server thread/INFO]: [0;31;1m[Jobs] Your server version don't support BossBar. This feature will be disabled[m
916[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 8 titles![m
917[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 restricted areas![m
918[21:05:16] [Server thread/INFO]: [0;31;1m[Jobs] Your defined (207) protected block id/name is not correct![m
919[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 48 protected blocks timers![m
920[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 641 custom item names![m
921[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 41 custom entity names![m
922[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 27 custom enchant names![m
923[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 16 custom color names![m
924[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] 4 shop items loaded![m
925[21:05:16] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_PLANT!
926[21:05:16] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_FLOWER!
927[21:05:16] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: BEETROOT_BLOCK-3!
928[21:05:16] [Server thread/WARN]: [Jobs] Job Hunter has an invalid Kill type property: SHULKER!
929[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 12 jobs![m
930[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Explorer job manager registered![m
931[21:05:16] [Jobs-DatabaseSaveTask/INFO]: [0;33;1m[Jobs] Started database save task.[m
932[21:05:16] [Jobs-BufferedPaymentThread/INFO]: [0;33;1m[Jobs] Started buffered payment thread.[m
933[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded 0 schedulers![m
934[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] [0;33;22mmcMMO was found - Enabling capabilities.[m
935[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loading explorer data[m
936[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Loaded explorer data[m
937[21:05:16] [Server thread/INFO]: [0;33;1m[Jobs] Plugin has been enabled succesfully.[m
938[21:05:16] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v2.0
939[21:05:16] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected Server Version: v1_8_R3[m
940[21:05:16] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected PlaceholderAPI, loading placeholders...[m
941[21:05:16] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
942[21:05:16] [Server thread/INFO]: [KitPreview] Enabling KitPreview v5.4.1
943[21:05:16] [Server thread/INFO]: [0;32;1m=============================[m
944[21:05:16] [Server thread/INFO]: [0;37;22mKitPreview5.4.1 by [0;35;22mBrianna <3![m
945[21:05:16] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
946[21:05:16] [Server thread/INFO]: [KitPreview] Loading language file
947[21:05:16] [Server thread/INFO]: [KitPreview] Loading data file
948[21:05:16] [Server thread/INFO]: MCUpdate enabled and loaded
949[21:05:16] [Server thread/INFO]: [0;32;1m=============================[m
950[21:05:16] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
951[21:05:16] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.11-RELEASE
952[21:05:16] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
953[21:05:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
954[21:05:16] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
955[21:05:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
956[21:05:16] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
957[21:05:16] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
958[21:05:16] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.8
959[21:05:16] [Server thread/INFO]: [0;33;1m[HolographicExtension] [0;37;1mStarting HolographicExtension v1.10.8[m
960[21:05:16] [Server thread/INFO]: [0;33;1m[HolographicExtension] [0;37;22mRegistering animation example from config.[m
961[21:05:16] [Server thread/INFO]: [0;33;1m[HolographicExtension] [0;37;22mRegistering animation scroller from config.[m
962[21:05:17] [Server thread/INFO]: [MoreTP] Enabling MoreTP v0.3.3
963[21:05:17] [Server thread/INFO]: [0;30;1m[[0;35;1mDebug[0;30;1m] [0;37;1m[MoreTP]Only premium version can change prefix[m
964[21:05:17] [Server thread/INFO]: [CrazyEnvoy] Enabling CrazyEnvoy v1.2.8.3
965[21:05:17] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
966[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
967[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
968[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
969[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
970[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
971[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_nether) TNT ignition is PERMITTED.
972[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lighters are PERMITTED.
973[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Lava fire is blocked.
974[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_nether) Fire spread is UNRESTRICTED.
975[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_nether'
976[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) TNT ignition is PERMITTED.
977[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lighters are PERMITTED.
978[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Lava fire is blocked.
979[21:05:17] [Server thread/INFO]: [WorldGuard] (Spawn_the_end) Fire spread is UNRESTRICTED.
980[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn_the_end'
981[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
982[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
983[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
984[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
985[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
986[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_the_end) TNT ignition is PERMITTED.
987[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lighters are PERMITTED.
988[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lava fire is blocked.
989[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Fire spread is UNRESTRICTED.
990[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_the_end'
991[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_nether) TNT ignition is PERMITTED.
992[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lighters are PERMITTED.
993[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lava fire is blocked.
994[21:05:17] [Server thread/INFO]: [WorldGuard] (Survival_nether) Fire spread is UNRESTRICTED.
995[21:05:17] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_nether'
996[21:05:17] [Server thread/INFO]: [WorldGuard] Loading region data...
997[21:05:17] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.5.6-b210
998[21:05:17] [Server thread/INFO]: [Factions] === Starting up! ===
999[21:05:17] [Server thread/INFO]: [Factions]
1000[21:05:17] [Server thread/INFO]: [Factions] Factions UUID!
1001[21:05:17] [Server thread/INFO]: [Factions] Version 1.6.9.5-U0.5.6-b210
1002[21:05:17] [Server thread/INFO]: [Factions]
1003[21:05:17] [Server thread/INFO]: [Factions] Detected Minecraft 1.8.8
1004[21:05:17] [Server thread/INFO]: [Factions]
1005[21:05:17] [Server thread/INFO]: [Factions] Server UUID 41204d69-6e65-4fac-afac-00143ade68b1
1006[21:05:17] [Server thread/INFO]: [Factions] Using legacy support for materials: true
1007[21:05:17] [Server thread/INFO]: [Factions] Found 870 material mappings in the materials.json file.
1008[21:05:17] [Server thread/INFO]: [Factions] Running material provider in LEGACY mode
1009[21:05:17] [Server thread/INFO]: [Factions] Found Essentials, and based on main.conf will delete player homes in their old faction when they leave
1010[21:05:17] [Server thread/INFO]: [Factions] Loaded 5 players
1011[21:05:17] [Server thread/INFO]: [Factions] Loaded 5 Factions
1012[21:05:17] [Server thread/INFO]: [Factions] Loaded 14251 board locations
1013[21:05:17] [Server thread/INFO]: [Factions] Enabling /f fly command
1014[21:05:17] [Server thread/INFO]: [Factions] Economy integration through Vault plugin successful.
1015[21:05:17] [Server thread/INFO]: [Factions] NOTE: Economy is disabled. You can enable it in config/main.conf
1016[21:05:17] [Server thread/INFO]: [Factions] Using Vault with permissions plugin PermissionsEx
1017[21:05:17] [Server thread/INFO]: [Factions]
1018[21:05:17] [Server thread/WARN]: [Factions] Notice: PermissionsEx version 1.x is dead. We suggest using LuckPerms (or PEX 2.0 when available). https://luckperms.github.io/
1019[21:05:17] [Server thread/INFO]: [Factions]
1020[21:05:17] [Server thread/INFO]: [Factions] Not enabling WorldGuard check since no options for it are enabled.
1021[21:05:17] [Server thread/INFO]: [Factions] Using PACKETS as a particle provider
1022[21:05:17] [Server thread/INFO]: [Factions] Using REDSTONE as the ParticleEffect for /f sc
1023[21:05:17] [Server thread/INFO]: [Factions] Didn't find API support for sending titles, using reflection instead.
1024[21:05:17] [Server thread/INFO]: [Factions] Successfully registered placeholders with PlaceholderAPI.
1025[21:05:17] [Server thread/INFO]: [Factions] === Ready to go after 570ms! ===
1026[21:05:18] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
1027[21:05:18] [Server thread/INFO]: Injecting command info into Citizens.[m
1028[21:05:18] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
1029[21:05:18] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.4
1030[21:05:18] [Server thread/INFO]: [Scaffold] Enabling Scaffold v1.10.0
1031[21:05:18] [Server thread/INFO]: [Scaffold] Vault Found, Hooking into Vault
1032[21:05:18] [Server thread/INFO]: [CommandRegions] Enabling CommandRegions v2.0.0
1033[21:05:18] [Server thread/INFO]: [CommandRegions] Enabling the plugin...
1034[21:05:18] [Server thread/INFO]: [CommandRegions] Enabled CommandRegions v2.0.0!
1035[21:05:18] [Server thread/INFO]: [KoTH] Enabling KoTH v1.5.1
1036[21:05:18] [Server thread/INFO]: [KoTH] VanishNoPacket hook: Disabled
1037[21:05:18] [Server thread/INFO]: [KoTH] Featherboard hook: Enabled
1038[21:05:18] [Server thread/INFO]: [KoTH] Bossbar hook: Disabled
1039[21:05:18] [Server thread/INFO]: [KoTH] PvPManager hook: Disabled
1040[21:05:18] [Server thread/INFO]: [KoTH] Essentials Vanish hook: Enabled
1041[21:05:18] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
1042[21:05:18] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
1043[21:05:18] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
1044[21:05:18] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
1045[21:05:18] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
1046[21:05:18] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
1047[21:05:18] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.110
1048[21:05:18] [Server thread/WARN]: [mcMMO] Invalid material: INK_SACK_BLUE
1049[21:05:18] [Server thread/WARN]: [mcMMO] Invalid material: INK_SACK_BROWN
1050[21:05:18] [Server thread/ERROR]: [mcMMO] There was an error while enabling mcMMO!
1051[21:05:18] [Server thread/WARN]: java.lang.NoSuchFieldError: FERN
1052[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.loadTreasures(TreasureConfig.java:274)
1053[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.loadKeys(TreasureConfig.java:94)
1054[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.<init>(TreasureConfig.java:37)
1055[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.config.treasure.TreasureConfig.getInstance(TreasureConfig.java:43)
1056[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.loadConfigFiles(mcMMO.java:513)
1057[21:05:18] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:155)
1058[21:05:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1059[21:05:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1060[21:05:18] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
1061[21:05:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
1062[21:05:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
1063[21:05:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
1064[21:05:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
1065[21:05:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
1066[21:05:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
1067[21:05:18] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
1068[21:05:18] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1069[21:05:18] [Server thread/INFO]: [mcMMO] Disabling mcMMO v2.1.110
1070[21:05:18] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: mcmmo
1071[21:05:19] [Server thread/WARN]: java.lang.NullPointerException
1072[21:05:19] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:334)
1073[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323)
1074[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364)
1075[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424)
1076[21:05:19] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:249)
1077[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1078[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1079[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
1080[21:05:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
1081[21:05:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
1082[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
1083[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
1084[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
1085[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
1086[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
1087[21:05:19] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1088[21:05:19] [Server thread/ERROR]: Error occurred while disabling mcMMO v2.1.110 (Is it up to date?)
1089java.lang.NullPointerException
1090 at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:366) ~[?:?]
1091 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-21fe707-e1ebe52]
1092 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-21fe707-e1ebe52]
1093 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-21fe707-e1ebe52]
1094 at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:249) [mcMMO.jar:?]
1095 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [server.jar:git-Spigot-21fe707-e1ebe52]
1096 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-e1ebe52]
1097 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-e1ebe52]
1098 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-e1ebe52]
1099 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-e1ebe52]
1100 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-21fe707-e1ebe52]
1101 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-21fe707-e1ebe52]
1102 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-21fe707-e1ebe52]
1103 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-21fe707-e1ebe52]
1104 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
1105 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1106[21:05:19] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
1107[21:05:19] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.2.3
1108[21:05:19] [Server thread/INFO]: [MoreFish] Enabling MoreFish v2.1.3
1109[21:05:19] [Server thread/INFO]: [MoreFish] Loaded 24 fish successfully.
1110[21:05:19] [Server thread/WARN]: java.lang.NullPointerException
1111[21:05:19] [Server thread/WARN]: at me.elsiff.morefish.protocol.UpdateChecker.loadNewVersion(UpdateChecker.java:42)
1112[21:05:19] [Server thread/WARN]: at me.elsiff.morefish.protocol.UpdateChecker.<init>(UpdateChecker.java:18)
1113[21:05:19] [Server thread/WARN]: at me.elsiff.morefish.MoreFish.onEnable(MoreFish.java:54)
1114[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1115[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1116[21:05:19] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
1117[21:05:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
1118[21:05:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
1119[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
1120[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
1121[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
1122[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
1123[21:05:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
1124[21:05:19] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1125[21:05:19] [Server thread/INFO]: [MoreFish] Found Vault for economy support.
1126[21:05:19] [Server thread/INFO]: [MoreFish] Found Citizens for Fish Shop Trait.
1127[21:05:19] [Server thread/INFO]: [MoreFish] Found PlaceholderAPI for placeholders support.
1128[21:05:19] [Server thread/INFO]: [MoreFish] Found WorldGuard for regions support.
1129[21:05:19] [Server thread/INFO]: [MoreFish] Plugin has been enabled!
1130[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
1131[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
1132[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
1133[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
1134[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
1135[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
1136[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
1137[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
1138[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
1139[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
1140[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
1141[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
1142[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
1143[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
1144[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
1145[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Signs.yml
1146[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Signs.yml
1147[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
1148[21:05:19] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
1149[21:05:19] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
1150[21:05:19] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
1151[21:05:19] [Server thread/INFO]: [CrazyEnchantments] The sound null is not a sound found in this minecraft version.
1152[21:05:19] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
1153[21:05:19] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
1154[21:05:19] [Server thread/INFO]: [BannerBoard_Skills] Enabling BannerBoard_Skills v2.0.1
1155[21:05:19] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer MCMMO for plugin BannerBoard_Skills...[m
1156[21:05:19] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard_Skills:MCMMO for plugin BannerBoard_Skills...[m
1157[21:05:19] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer JOBSREBORN for plugin BannerBoard_Skills...[m
1158[21:05:19] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard_Skills:JOBSREBORN for plugin BannerBoard_Skills...[m
1159[21:05:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1160[21:05:20] [Server thread/INFO]: Done (14.698s)! For help, type "help" or "?"
1161[21:05:20] [Server thread/INFO]: Starting GS4 status listener
1162[21:05:20] [Query Listener #1/INFO]: Query running on 0.0.0.0:25567
1163[21:05:20] [Server thread/INFO]: [0;33;1m[Jobs] Successfully linked with Vault.[m
1164[21:05:20] [Craft Scheduler Thread - 2/INFO]: [0;33;1m[Jobs] Preloaded 19 players data in 0.01[m
1165[21:05:20] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Detected class org.bukkit.event.block.BlockExplodeEvent[m
1166[21:05:20] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1167[21:05:20] [Server thread/WARN]: [HolographicDisplays] Hologram 'blockshop' was in the world 'world' but it wasn't loaded.
1168[21:05:20] [Server thread/WARN]: [HolographicDisplays] Hologram 'encantamientos' was in the world 'world' but it wasn't loaded.
1169[21:05:20] [Server thread/WARN]: [HolographicDisplays] Hologram 'tintes' was in the world 'world' but it wasn't loaded.
1170[21:05:20] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
1171[21:05:20] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'FactionsUUID' found. Using it now.[m
1172[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...[m
1173[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image alquimista_logo.png.[m
1174[21:05:20] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] Could not load image Montserrat.otf. Bannerboard only supports png images.[m
1175[21:05:20] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] Could not load image Arcadepix.ttf. Bannerboard only supports png images.[m
1176[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image reparador_logo.png.[m
1177[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion6.png.[m
1178[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image alchemy_logo.png.[m
1179[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image crafter_job.png.[m
1180[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image hachas_logo.png.[m
1181[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image brewer_job.png.[m
1182[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image taming_logo.png.[m
1183[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image fishing_logo.png.[m
1184[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image fisherman_job.png.[m
1185[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image farmer_job.png.[m
1186[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image repair_logo.png.[m
1187[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion1.png.[m
1188[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image excavacion_logo.png.[m
1189[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Fondo2.png.[m
1190[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image minero_job.png.[m
1191[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image digger_job.png.[m
1192[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Mina.png.[m
1193[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Vacio.png.[m
1194[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image enchanter_job.png.[m
1195[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image artesano_job.png.[m
1196[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-menu.png.[m
1197[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image hunter_job.png.[m
1198[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image excavation_logo.png.[m
1199[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image cavador_job.png.[m
1200[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image explorador_job.png.[m
1201[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image old_parchment_active.png.[m
1202[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image explorer_job.png.[m
1203[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Safe.png.[m
1204[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Reino.png.[m
1205[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Adentrate-survival.png.[m
1206[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image acrobacias_logo.png.[m
1207[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion.png.[m
1208[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image woodcutting_logo.png.[m
1209[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-parcelas3.png.[m
1210[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-parcelas-comandos.png.[m
1211[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image agricultor_job.png.[m
1212[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image constructor_job.png.[m
1213[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-parcelas1.png.[m
1214[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image woodcutter_job.png.[m
1215[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image salvage_logo.png.[m
1216[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image pescador_job.png.[m
1217[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-parcelas2.png.[m
1218[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion3.png.[m
1219[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image mineria_logo.png.[m
1220[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image herrero_job.png.[m
1221[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image mining_logo.png.[m
1222[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion5.png.[m
1223[21:05:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Fondo3.png.[m
1224[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-banco.png.[m
1225[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image alquimia_job.png.[m
1226[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-shop.png.[m
1227[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image arqueria_logo.png.[m
1228[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image talador_job.png.[m
1229[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image unarmed_logo.png.[m
1230[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion4.png.[m
1231[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image archery_logo.png.[m
1232[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image pescador_logo.png.[m
1233[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-tirate.png.[m
1234[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Transparente.png.[m
1235[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-subasta.png.[m
1236[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image old_parchment.png.[m
1237[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion2.png.[m
1238[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image acrobatics_logo.png.[m
1239[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image herbalism_logo.png.[m
1240[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image builder_job.png.[m
1241[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image axes_logo.png.[m
1242[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image background_texture.png.[m
1243[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image encantador_job.png.[m
1244[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image smelting_logo.png.[m
1245[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image big_old_parchment.png.[m
1246[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image cazador_job.png.[m
1247[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image weaponsmith_job.png.[m
1248[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Fondo.png.[m
1249[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image old_parchment_inactive.png.[m
1250[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image swords_logo.png.[m
1251[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-cofres.png.[m
1252[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-tutoriales.png.[m
1253[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image Framepicture-proteccion7.png.[m
1254[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded image miner_job.png.[m
1255[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 80 image(s).[m
1256[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Loaded font SUBPEAR.TTF.[m
1257[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Loaded font ufonts.com_klavika-bold-opentype.otf.[m
1258[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Loaded font ARCADEPI.TTF.[m
1259[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_10_R1.bc...
1260[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...[m
1261[21:05:21] [Server thread/INFO]: [Citizens] Loaded 31 NPCs.
1262[21:05:21] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support!
1263[21:05:21] [Server thread/INFO]: [ShopGUIPlus] Loaded 27 main menu items!
1264[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading blocks > 30 (shops.yml), item not loaded: Invalid or no material name specified
1265[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading blocks > 31 (shops.yml), item not loaded: Invalid or no material name specified
1266[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading blocks > 32 (shops.yml), item not loaded: Invalid or no material name specified
1267[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading blocks > 33 (shops.yml), item not loaded: Invalid or no material name specified
1268[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 28 (shops.yml), item not loaded: Invalid or no material name specified
1269[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 29 (shops.yml), item not loaded: Invalid or no material name specified
1270[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 30 (shops.yml), item not loaded: Invalid or no material name specified
1271[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 31 (shops.yml), item not loaded: Invalid or no material name specified
1272[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 32 (shops.yml), item not loaded: Invalid or no material name specified
1273[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 33 (shops.yml), item not loaded: Invalid or no material name specified
1274[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 34 (shops.yml), item not loaded: Invalid or no material name specified
1275[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 35 (shops.yml), item not loaded: Invalid or no material name specified
1276[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 36 (shops.yml), item not loaded: Invalid or no material name specified
1277[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 37 (shops.yml), item not loaded: Invalid or no material name specified
1278[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 38 (shops.yml), item not loaded: Invalid or no material name specified
1279[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading tools > 39 (shops.yml), item not loaded: Invalid or no material name specified
1280[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading farming > 7 (shops.yml), item not loaded: Invalid or no material name specified
1281[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 4 (shops.yml), item not loaded: Invalid or no material name specified
1282[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 5 (shops.yml), item not loaded: Invalid or no material name specified
1283[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 6 (shops.yml), item not loaded: Invalid or no material name specified
1284[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 7 (shops.yml), item not loaded: Invalid or no material name specified
1285[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 8 (shops.yml), item not loaded: Invalid or no material name specified
1286[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 9 (shops.yml), item not loaded: Invalid or no material name specified
1287[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 10 (shops.yml), item not loaded: Invalid or no material name specified
1288[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 11 (shops.yml), item not loaded: Invalid or no material name specified
1289[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 12 (shops.yml), item not loaded: Invalid or no material name specified
1290[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 13 (shops.yml), item not loaded: Invalid or no material name specified
1291[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 1 (shops.yml), item not loaded: Invalid or no material name specified
1292[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 2 (shops.yml), item not loaded: Invalid or no material name specified
1293[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 3 (shops.yml), item not loaded: Invalid or no material name specified
1294[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 4 (shops.yml), item not loaded: Invalid or no material name specified
1295[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 5 (shops.yml), item not loaded: Invalid or no material name specified
1296[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 6 (shops.yml), item not loaded: Invalid or no material name specified
1297[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 7 (shops.yml), item not loaded: Invalid or no material name specified
1298[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 8 (shops.yml), item not loaded: Invalid or no material name specified
1299[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 9 (shops.yml), item not loaded: Invalid or no material name specified
1300[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 10 (shops.yml), item not loaded: Invalid or no material name specified
1301[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 11 (shops.yml), item not loaded: Invalid or no material name specified
1302[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 12 (shops.yml), item not loaded: Invalid or no material name specified
1303[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 13 (shops.yml), item not loaded: Invalid or no material name specified
1304[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 14 (shops.yml), item not loaded: Invalid or no material name specified
1305[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 15 (shops.yml), item not loaded: Invalid or no material name specified
1306[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 16 (shops.yml), item not loaded: Invalid or no material name specified
1307[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 17 (shops.yml), item not loaded: Invalid or no material name specified
1308[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading spawners > 18 (shops.yml), item not loaded: Invalid or no material name specified
1309[21:05:21] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading egg > 1 (shops.yml), item not loaded: Invalid or no material name specified
1310[21:05:21] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 125 items!
1311[21:05:21] [Server thread/INFO]: [0;32;1mNew version of [0;36;22mFactions[0;32;1m available: [0;36;22m1.6.9.5-U0.5.7-b215[m
1312[21:05:21] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
1313[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [5]
1314[21:05:21] [Server thread/INFO]: [0;31;1m[WARNING] [BannerBoard] BannerBoard with ID 6 was disabled, because it encountered an exception. com/gmail/nossr50/datatypes/skills/SkillType[m
1315[21:05:21] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
1316[21:05:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1317[21:05:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1318[21:05:21] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1319[21:05:21] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1320[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
1321[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
1322[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.fffa3.run(Unknown Source)
1323[21:05:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1324[21:05:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
1325[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
1326[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
1327[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
1328[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
1329[21:05:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1330[21:05:21] [Server thread/WARN]: Caused by: java.lang.NoClassDefFoundError: com/gmail/nossr50/datatypes/skills/SkillType
1331[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.skills.MCMMORenderer.<init>(MCMMORenderer.java:63)
1332[21:05:21] [Server thread/WARN]: ... 14 more
1333[21:05:21] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.datatypes.skills.SkillType
1334[21:05:21] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
1335[21:05:21] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
1336[21:05:21] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
1337[21:05:21] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1338[21:05:21] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1339[21:05:21] [Server thread/WARN]: ... 15 more
1340[21:05:21] [Server thread/WARN]: java.lang.NoClassDefFoundError: com/gmail/nossr50/datatypes/skills/SkillType
1341[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.skills.MCMMORenderer.<init>(MCMMORenderer.java:63)
1342[21:05:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1343[21:05:21] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1344[21:05:21] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1345[21:05:21] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1346[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.api.CustomRenderer.create(CustomRenderer.java:51)
1347[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.ec9fd.c(Unknown Source)
1348[21:05:21] [Server thread/WARN]: at me.bigteddy98.bannerboard.fffa3.run(Unknown Source)
1349[21:05:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1350[21:05:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
1351[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
1352[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
1353[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
1354[21:05:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
1355[21:05:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1356[21:05:21] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: com.gmail.nossr50.datatypes.skills.SkillType
1357[21:05:21] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
1358[21:05:21] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
1359[21:05:21] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
1360[21:05:21] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1361[21:05:21] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1362[21:05:21] [Server thread/WARN]: ... 15 more
1363[21:05:21] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded BannerBoard [6]
1364[21:05:21] [Craft Scheduler Thread - 8/INFO]: [Vault] No new version available
1365[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;36;1mNMS Version [0;37;1mv1_8_R3 Detected[m
1366[21:05:22] [Craft Scheduler Thread - 9/INFO]: Setup Plugin Metrics Success ![m
1367[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» MoreTP [0;36;1mHas Been Activated ![m
1368[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» #--------- [0;36;1mDepedency Loaded [0;37;22m---------#[m
1369[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;36;1mEssentials[0;37;1m[21m:[m
1370[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;37;1m- Warp[m
1371[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;37;1m- Home[m
1372[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;37;1m- Spawn[m
1373[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;33;22mVault[0;37;1m[21m:[m
1374[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;37;1m- Economy[m
1375[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» [0;37;1m- Permissions[m
1376[21:05:22] [Craft Scheduler Thread - 9/INFO]: [0;36;22mTeleport [0;30;1m» #--------- [0;36;1mDepedency Loaded [0;37;22m---------#[m
1377[21:05:22] [Thread-28/INFO]: UUID of player SecurityCode is 0fcad380-b226-4ea2-acfc-1cc7cf6fe3f3
1378[21:05:23] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 165 placeholder expansions are available on the cloud.
1379[21:05:23] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 6 installed expansions have updates available.
1380[21:05:23] [Server thread/INFO]: SecurityCode[/86.13.223.167:54516] logged in with entity id 1044 at ([Spawn]990.5182400753822, 79.49062091801187, 115.7310874873329)
1381[21:05:25] [Server thread/INFO]: [LeaderHeadsRevamped] Creating PlaceholderAPI placeholders
1382[21:05:26] [Server thread/INFO]: SecurityCode issued server command: /mcmmo
1383[21:05:28] [Server thread/INFO]: SecurityCode issued server command: /mc
1384[21:05:30] [Server thread/INFO]: SecurityCode issued server command: /mcmmo
1385[21:05:38] [Server thread/INFO]: SecurityCode issued server command: /mctop
1386[21:05:40] [Server thread/INFO]: SecurityCode issued server command: /mcrank
1387[21:05:45] [Server thread/INFO]: SecurityCode issued server command: /mcrefresh