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