· 6 years ago · Mar 03, 2020, 05:12 PM
1[17:59:32] [main/INFO]: Main is now locked.
2[17:59:32] [Server thread/INFO]: Starting minecraft server version 1.8.8
3[17:59:32] [Server thread/INFO]: Loading properties
4[17:59:32] [Server thread/INFO]: Default game type: SURVIVAL
5[17:59:32] [Server thread/INFO]: This server is running CraftBukkit version git-TacoSpigot-04511af6 (MC: 1.8.8) (Implementing API version 1.8.8-R0.2-SNAPSHOT)
6[17:59:32] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
7[17:59:32] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[17:59:32] [Server thread/INFO]: Using 4 threads for Netty based IO
9[17:59:32] [Server thread/INFO]: Debug logging is disabled
10[17:59:32] [Server thread/INFO]: Data value allowed items:
11[17:59:32] [Server thread/INFO]: Generating keypair
12[17:59:33] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
13[17:59:33] [Server thread/INFO]: Using epoll channel type
14[17:59:33] [Server thread/ERROR]: Ambiguous plugin name `FireballTarget' for files `plugins/FireballThing.jar' and `plugins/FireballTarget.jar' in `plugins'
15[17:59:33] [Server thread/INFO]: Set PluginClassLoader as parallel capable
16[17:59:35] [Server thread/ERROR]: Could not load 'plugins/VotingPlugin.jar' in folder 'plugins'
17org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchFieldError: UI_BUTTON_CLICK
18 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
19 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:335) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
20 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:252) [StellarSpigot.jar:git-TacoSpigot-04511af6]
21 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:286) [StellarSpigot.jar:git-TacoSpigot-04511af6]
22 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:211) [StellarSpigot.jar:git-TacoSpigot-04511af6]
23 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
24 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
25Caused by: java.lang.NoSuchFieldError: UI_BUTTON_CLICK
26 at com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCoreConfigOptions.<init>(AdvancedCoreConfigOptions.java:118) ~[?:?]
27 at com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.<init>(AdvancedCorePlugin.java:134) ~[?:?]
28 at com.Ben12345rocks.VotingPlugin.Main.<init>(Main.java:88) ~[?:?]
29 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
30 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
31 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
32 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
33 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
34 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
35 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
36 ... 6 more
37[17:59:35] [Server thread/ERROR]: Could not load 'plugins/HolographicDisplaysPatch.jar' in folder 'plugins'
38org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener
39 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:335) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
41 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:279) [StellarSpigot.jar:git-TacoSpigot-04511af6]
42 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:286) [StellarSpigot.jar:git-TacoSpigot-04511af6]
43 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:211) [StellarSpigot.jar:git-TacoSpigot-04511af6]
44 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
45 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
46Caused by: java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener
47 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
48 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
49 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
50 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
51 ... 6 more
52Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketListener
53 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
54 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
55 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
56 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
57 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
58 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
59 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
60 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
61 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
62 ... 6 more
63[17:59:36] [Server thread/INFO]: [PunishmentGUI] Loading PunishmentGUI v0.0.7
64[17:59:36] [Server thread/INFO]: [DiamondAnticheat] Loading DiamondAnticheat v1.0.19
65[17:59:36] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
66[17:59:36] [Server thread/INFO]: [RankDisplayNames] Loading RankDisplayNames v1.0.0
67[17:59:36] [Server thread/INFO]: [AlwaysDay] Loading AlwaysDay v2.2.8
68[17:59:36] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
69[17:59:36] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.4.1
70[17:59:36] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
71[17:59:36] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
72[17:59:37] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
73[17:59:37] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
74[17:59:37] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
75[17:59:37] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
76[17:59:37] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
77[17:59:37] [Server thread/INFO]: [ViaVersion] Loading translation mappping
78[17:59:38] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
79[17:59:40] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
80[17:59:40] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
81[17:59:40] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
82[17:59:40] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
83[17:59:40] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
84[17:59:40] [Server thread/INFO]: [BetterAlias] Loading BetterAlias v1.5.2
85[17:59:40] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
86[17:59:40] [Server thread/INFO]: [SellWands] Loading SellWands v1.2.8
87[17:59:40] [Server thread/INFO]: [NoVillagerTrade] Loading NoVillagerTrade v1.0
88[17:59:40] [Server thread/INFO]: [StormPlugin] Loading StormPlugin v1.0.0
89[17:59:40] [Server thread/INFO]: [AgarthaLib] Loading AgarthaLib v2.12
90[17:59:40] [Server thread/INFO]: [Fly] Loading Fly v1.3
91[17:59:40] [Server thread/INFO]: [Interactables] Loading Interactables v1.1.2
92[17:59:40] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v1.6
93[17:59:40] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
94[17:59:40] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
95[17:59:40] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.8
96[17:59:40] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
97[17:59:40] [Server thread/INFO]: [LimitCrafting] Loading LimitCrafting v4.0
98[17:59:40] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.22.0
99[17:59:40] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v1.1
100[17:59:40] [Server thread/INFO]: [StaffChat] Loading StaffChat v2.3
101[17:59:40] [Server thread/INFO]: [FireballTarget] Loading FireballTarget v1
102[17:59:40] [Server thread/INFO]: [AdvancedMonthlyCrates] Loading AdvancedMonthlyCrates v1.9.41
103[17:59:40] [Server thread/INFO]: [StrDis] Loading StrDis v1.0
104[17:59:40] [Server thread/INFO]: [TopKills] Loading TopKills v0.4
105[17:59:40] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
106[17:59:40] [Server thread/INFO]: [PlayTime] Loading PlayTime v1.0
107[17:59:40] [Server thread/INFO]: [HelpOP] Loading HelpOP v1.0
108[17:59:40] [Server thread/INFO]: [Atlas] Loading Atlas v1.6.6
109[17:59:40] [Server thread/INFO]: [AdvancedHelp] Loading AdvancedHelp v1.11.6
110[17:59:40] [Server thread/INFO]: [MuteChat] Loading MuteChat v1.12
111[17:59:40] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.7.2
112[17:59:40] [Server thread/INFO]: [MysticFreeze] Loading MysticFreeze v1.0.1
113[17:59:40] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v3.3.3
114[17:59:40] [Server thread/INFO]: [WorldBorderPearlBlock] Loading WorldBorderPearlBlock v1.0
115[17:59:40] [Server thread/INFO]: [ChatColor] Loading ChatColor v6.2
116[17:59:40] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
117[17:59:40] [Server thread/INFO]: [AntiCrash] Loading AntiCrash v1.7
118[17:59:40] [Server thread/INFO]: [ArrowTrails] Loading ArrowTrails v0.5
119[17:59:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
120[17:59:40] [Server thread/INFO]: [ServerTokens] Loading ServerTokens v1.1
121[17:59:40] [Server thread/INFO]: [killStats] Loading killStats v3.0
122[17:59:40] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
123[17:59:40] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v2.0.10c
124[17:59:40] [Server thread/INFO]: [KOTHSupport4Factions] Loading KOTHSupport4Factions v1.0
125[17:59:40] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.2
126[17:59:40] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
127[17:59:40] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.15
128[17:59:40] [Server thread/INFO]: [AutoRespawnPlus] Loading AutoRespawnPlus v3.7
129[17:59:40] [Server thread/INFO]: [BottleBets] Loading BottleBets v1.0.0
130[17:59:40] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
131[17:59:40] [Server thread/INFO]: [KOTH] Loading KOTH v1.14.2
132[17:59:40] [Server thread/INFO]: [NoMelt] Loading NoMelt v1.0.0
133[17:59:40] [Server thread/INFO]: [CustomHopper] Loading CustomHopper v1
134[17:59:40] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.4.4
135[17:59:40] [Server thread/INFO]: [Iris] Loading Iris v2.2.1
136[17:59:40] [Server thread/INFO]: [RankGrant+] Loading RankGrantPlus v3.5.2
137[17:59:40] [Server thread/INFO]: [SuperPotions] Loading SuperPotions v2.6
138[17:59:40] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.6.2
139[17:59:40] [Server thread/INFO]: [MoneyPouch] Loading MoneyPouch v2.1.10
140[17:59:40] [Server thread/INFO]: [SavageCollectors] Loading SavageCollectors v1.2.1
141[17:59:40] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.1.4
142[17:59:40] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.25.3
143[17:59:40] [Server thread/INFO]: [GUIPlus] Loading GUIPlus v1.33
144[17:59:40] [Server thread/INFO]: [PortalCommands] Loading PortalCommands v2.1.2
145[17:59:40] [Server thread/INFO]: [ScLoad] Loading ScLoad v0.1.4
146[17:59:40] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
147[17:59:40] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.11.0
148[17:59:40] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.24-SNAPSHOT (build 1605)
149[17:59:40] [Server thread/INFO]: [Trading] Loading Trading v3.2
150[17:59:40] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
151[17:59:40] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.8.17
152[17:59:40] [Server thread/INFO]: [PrinterMode] Loading PrinterMode v2.4.6
153[17:59:40] [Server thread/INFO]: [boosCooldowns] Loading boosCooldowns v3.15.0
154[17:59:40] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
155[17:59:40] [Server thread/INFO]: [HLR] Loading HLR v1.3.2
156[17:59:40] [Server thread/INFO]: [KitAdder] Loading KitAdder v3
157[17:59:40] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.1.0
158[17:59:40] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
159[17:59:40] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
160[17:59:40] [Server thread/INFO]: [CoinFlip] Loading CoinFlip v1.0
161[17:59:40] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.1.0
162[17:59:40] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.1.0
163[17:59:40] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0
164[17:59:40] [Server thread/INFO]: [ObsidianDestroyer] Loading ObsidianDestroyer v4.4.14
165[17:59:40] [Server thread/INFO]: [BeastCore] Loading BeastCore v2.4.1.0-BETA
166[17:59:40] [Server thread/INFO]: [WildBuster] Loading WildBuster v2.2.3
167[17:59:40] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.3
168[17:59:40] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
169[17:59:40] [Server thread/INFO]: [HolographicPlaceholders] Loading HolographicPlaceholders v2.0.1 Beta
170[17:59:40] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.7
171[17:59:40] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
172[17:59:40] [Server thread/INFO]: [WildTools] Loading WildTools v2.6.0
173[17:59:40] [Server thread/INFO]: [FactionsTop] Loading FactionsTop v1.2.1-SNAPSHOT
174[17:59:40] [Server thread/INFO]: [CustomBosses] Loading CustomBosses v2.12.37
175[17:59:40] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.11.6
176[17:59:40] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
177[17:59:40] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.5.8-b218
178[17:59:40] [Server thread/INFO]: [Duels] Loading Duels v3.3.0
179[17:59:40] [Server thread/INFO]: [FactionUUIDLogout] Loading FactionUUIDLogout v1.3
180[17:59:40] [Server thread/INFO]: [GenBucket] Loading GenBucket v1.0.7
181[17:59:40] [Server thread/INFO]: [ElapsedSandBot] Loading ElapsedSandBot v2.11-SNAPSHOT
182[17:59:40] [Server thread/INFO]: [Sentinel] Loading Sentinel v2.0.1-SNAPSHOT (build 327)
183[17:59:40] [Server thread/INFO]: [TAB] Loading TAB v2.5.3
184[17:59:40] [Server thread/INFO]: [CrazyEnvoy] Loading CrazyEnvoy v1.3.9-RELEASE
185[17:59:40] [Server thread/INFO]: [DeluxeCombat] Loading DeluxeCombat v1.15.2
186[17:59:40] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
187[17:59:40] [Server thread/INFO]: [ChatItem] Loading ChatItem v1.3.6.4
188[17:59:40] [Server thread/INFO]: [AntiJigsaw] Loading AntiJigsaw v1.05
189[17:59:40] [Server thread/INFO]: [BPS-Premium] Loading BPS-Premium v9.7.6
190[17:59:40] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
191[17:59:40] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
192[17:59:40] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
193[17:59:40] [Server thread/INFO]: __
194[17:59:40] [Server thread/INFO]: | |__) LuckPerms v5.0.72
195[17:59:40] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
196[17:59:40] [Server thread/INFO]: [LuckPerms] Loading configuration...
197[17:59:41] [Server thread/ERROR]: Cannot load plugins/LuckPerms/config.yml
198org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
199found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
200 in 'string', line 106, column 12:
201 password: 'mxiQZQjKSu3i1NFY8YB5kzI0'
202 ^
203
204 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
205 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
206 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
207 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [StellarSpigot.jar:git-TacoSpigot-04511af6]
208 at me.lucko.luckperms.bukkit.BukkitConfigAdapter.reload(BukkitConfigAdapter.java:54) [LuckPerms-Bukkit-5.0.72.jar:?]
209 at me.lucko.luckperms.bukkit.BukkitConfigAdapter.<init>(BukkitConfigAdapter.java:49) [LuckPerms-Bukkit-5.0.72.jar:?]
210 at me.lucko.luckperms.bukkit.LPBukkitPlugin.provideConfigurationAdapter(LPBukkitPlugin.java:127) [LuckPerms-Bukkit-5.0.72.jar:?]
211 at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:119) [LuckPerms-Bukkit-5.0.72.jar:?]
212 at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:155) [LuckPerms-Bukkit-5.0.72.jar:?]
213 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [StellarSpigot.jar:git-TacoSpigot-04511af6]
214 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
215 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
216 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
217 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
218 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:212) [StellarSpigot.jar:git-TacoSpigot-04511af6]
219 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
220 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
221Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
222found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
223 in 'string', line 106, column 12:
224 password: 'mxiQZQjKSu3i1NFY8YB5kzI0'
225 ^
226
227 at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
228 at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
229 at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
230 at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
231 at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
232 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
233 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
234 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
235 at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
236 at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
237 at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
238 at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
239 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
240 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
241 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
242 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
243 ... 16 more
244[17:59:41] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
245[17:59:43] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
246[17:59:43] [Server thread/INFO]: [LuckPerms] Performing initial data load...
247[17:59:44] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3497ms)
248[17:59:44] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5
249[17:59:45] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.15
250[17:59:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
251[17:59:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
252[17:59:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
253[17:59:45] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
254[17:59:45] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
255[17:59:45] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.4.4
256[17:59:46] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
257[17:59:46] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
258[17:59:46] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
259[17:59:46] [Server thread/INFO]: Preparing level "world"
260[17:59:46] [Server thread/INFO]: -------- World Settings For [world] --------
261[17:59:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
262[17:59:46] [Server thread/INFO]: Mob Spawn Range: 4
263[17:59:46] [Server thread/INFO]: Anti X-Ray: false
264[17:59:46] [Server thread/INFO]: Engine Mode: 1
265[17:59:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
266[17:59:46] [Server thread/INFO]: Replace Blocks: [1, 5]
267[17:59:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
268[17:59:46] [Server thread/INFO]: Cane Growth Modifier: 100%
269[17:59:46] [Server thread/INFO]: Melon Growth Modifier: 100%
270[17:59:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
271[17:59:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
272[17:59:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
273[17:59:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
274[17:59:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
275[17:59:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
276[17:59:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
277[17:59:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
278[17:59:46] [Server thread/INFO]: Random Lighting Updates: false
279[17:59:46] [Server thread/INFO]: Structure Info Saving: true
280[17:59:46] [Server thread/INFO]: Sending up to 10 chunks per packet
281[17:59:46] [Server thread/INFO]: Max Entity Collisions: 8
282[17:59:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
283[17:59:46] [Server thread/INFO]: Max TNT Explosions: 5000
284[17:59:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
285[17:59:46] [Server thread/INFO]: Item Despawn Rate: 6000
286[17:59:46] [Server thread/INFO]: Item Merge Radius: 2.5
287[17:59:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
288[17:59:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
289[17:59:46] [Server thread/INFO]: View Distance: 10
290[17:59:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
291[17:59:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
292[17:59:46] [Server thread/INFO]: Clear tick list: false
293[17:59:46] [Server thread/INFO]: Experience Merge Radius: 3.0
294[17:59:46] [Server thread/INFO]: -------- World Settings For [world] --------
295[17:59:46] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
296[17:59:46] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
297[17:59:46] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
298[17:59:46] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
299[17:59:46] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
300[17:59:46] [Server thread/INFO]: Water over lava flow speed: 5
301[17:59:46] [Server thread/INFO]: Fix TNT cannons: true
302[17:59:46] [Server thread/INFO]: Allow undead horse types to be leashed: false
303[17:59:46] [Server thread/INFO]: Keep spawn chunk loaded: true
304[17:59:46] [Server thread/INFO]: World async lighting: false
305[17:59:46] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
306[17:59:46] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
307[17:59:46] [Server thread/INFO]: -------- World Settings For [world] --------
308[17:59:46] [Server thread/INFO]: -------- World Settings For [world] --------
309[17:59:46] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
310[17:59:46] [Server thread/INFO]: Hopper Move Item Events: enabled
311[17:59:46] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8943510932191296933)
312[17:59:47] [Server thread/INFO]: Preparing spawn area: 16%
313[17:59:48] [Server thread/INFO]: Preparing spawn area: 44%
314[17:59:50] [Server thread/INFO]: Preparing spawn area: 71%
315[17:59:50] [Server thread/INFO]: [PunishmentGUI] Enabling PunishmentGUI v0.0.7
316[17:59:50] [Server thread/INFO]: *********************************************************************
317[17:59:50] [Server thread/INFO]: [INFO] Initializing PunishmentGUI Version: 0.0.7
318[17:59:50] [Server thread/INFO]: [INFO] Created by: BGHDDevelopment
319[17:59:50] [Server thread/INFO]: [INFO] Website: https://bghddevelopment.com
320[17:59:50] [Server thread/INFO]: [INFO] Spigot: https://spigotmc.org/resources/52072
321[17:59:50] [Server thread/INFO]: [INFO] Support: https://bghddevelopment.com/discord
322[17:59:50] [Server thread/INFO]: [INFO] Suggestions/Feedback: https://feedback.bghddevelopment.com
323[17:59:50] [Server thread/INFO]: [INFO] Wiki: https://wiki.bghddevelopment.com
324[17:59:50] [Server thread/INFO]: *********************************************************************
325[17:59:50] [Server thread/INFO]: [INFO] Plugin Loading...
326[17:59:50] [Server thread/INFO]: [INFO] Registering Managers...
327[17:59:50] [Server thread/INFO]: [INFO] Managers Registered!
328[17:59:50] [Server thread/INFO]: [INFO] Loading Config's...
329[17:59:50] [Server thread/INFO]: [INFO] Config's Registered!
330[17:59:50] [Server thread/INFO]: [INFO] Registering Listeners...
331[17:59:50] [Server thread/INFO]: [INFO] Listeners Registered!
332[17:59:50] [Server thread/INFO]: [INFO] Registering Commands...
333[17:59:50] [Server thread/INFO]: [INFO] Commands Registered!
334[17:59:50] [Server thread/INFO]: [SUCCESS] PunishmentGUI Version: 0.0.7 Loaded.
335[17:59:50] [Server thread/INFO]: *********************************************************************
336[17:59:50] [Server thread/INFO]: [INFO] Checking for updates...
337[17:59:50] [Server thread/INFO]: [DiamondAnticheat] Enabling DiamondAnticheat v1.0.19
338[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
339[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection socket://api.directleaks.net:443 in main server thread
340[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
341[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
342[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
343[17:59:50] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
344[17:59:51] [Server thread/INFO]: ------ DiamondAnticheat ------
345[17:59:51] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
346[17:59:51] [Server thread/INFO]: Version: 1.0.19
347[17:59:51] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
348[17:59:51] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
349[17:59:51] [Server thread/WARN]: [AutoSaveWorld] Plugin DiamondAnticheat attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
350[17:59:51] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
351[17:59:51] [Server thread/INFO]: [RankDisplayNames] Enabling RankDisplayNames v1.0.0
352[17:59:51] [Server thread/INFO]: [RankDisplayNames] TagAPI is not installed. Player's overhead names will not have colour
353[17:59:51] [Server thread/WARN]: [RankDisplayNames] Could not save lang-eng.yml to plugins/RankDisplayNames/languages/lang-eng.yml because lang-eng.yml already exists.
354[17:59:51] [Server thread/INFO]: [AlwaysDay] Enabling AlwaysDay v2.2.8
355[17:59:51] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now enabled.
356[17:59:51] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
357[17:59:51] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
358[17:59:51] [pool-15-thread-1/WARN]: [AlwaysDay] Could not connect to dev.bukkit.org, please try again later.
359[17:59:51] [Server thread/INFO]: [DeluxeTags] 37 tags loaded
360[17:59:51] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
361[17:59:51] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
362[17:59:51] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
363[17:59:51] [Server thread/WARN]: [AutoSaveWorld] Plugin DeluxeTags attempted to establish connection http://www.spigotmc.org/api/general.php in main server thread
364[17:59:52] [Server thread/WARN]: [AutoSaveWorld] Plugin DeluxeTags attempted to establish connection socket://www.spigotmc.org:80 in main server thread
365[17:59:52] [Server thread/INFO]: ----------------------------
366[17:59:52] [Server thread/INFO]: DeluxeTags Updater
367[17:59:52] [Server thread/INFO]:
368[17:59:52] [Server thread/INFO]: Could not connect to spigotmc.org
369[17:59:52] [Server thread/INFO]: to check for updates!
370[17:59:52] [Server thread/INFO]:
371[17:59:52] [Server thread/INFO]: ----------------------------
372[17:59:52] [Server thread/INFO]: ----------------------------
373[17:59:52] [Server thread/INFO]: DeluxeTags Updater
374[17:59:52] [Server thread/INFO]:
375[17:59:52] [Server thread/INFO]: You are running 1.7.1
376[17:59:52] [Server thread/INFO]: The latest version
377[17:59:52] [Server thread/INFO]: of DeluxeTags!
378[17:59:52] [Server thread/INFO]:
379[17:59:52] [Server thread/INFO]: ----------------------------
380[17:59:52] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.4.1
381[17:59:52] [Server thread/INFO]: [RandomTeleport] Plugin Enabled !
382[17:59:52] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3
383[17:59:52] [Server thread/INFO]: [BetterAlias] Enabling BetterAlias v1.5.2
384[17:59:52] [Server thread/INFO]: [SellWands] Enabling SellWands v1.2.8
385[17:59:52] [Server thread/INFO]: [SellWands] Essentials worth.yml has been found. If you wish to use this, in your config.yml set use-essentials-worth-yml to TRUE.
386[17:59:52] [Server thread/INFO]: [SellWands] Item dirt registered for $1.0
387[17:59:52] [Server thread/INFO]: [SellWands] A total of 1 items have been registered.
388[17:59:52] [Server thread/INFO]: [NoVillagerTrade] Enabling NoVillagerTrade v1.0
389[17:59:52] [Server thread/INFO]: [NoVillagerTrade] version 1.0 is enabled!
390[17:59:52] [Server thread/INFO]: [StormPlugin] Enabling StormPlugin v1.0.0
391[17:59:52] [Server thread/INFO]: [StormPlugin] Storm plugin has been loaded!
392[17:59:52] [Server thread/INFO]: [AgarthaLib] Enabling AgarthaLib v2.12
393[17:59:52] [Server thread/INFO]: [Fly] Enabling Fly v1.3
394[17:59:52] [Server thread/INFO]: [Fly] Fly v1.3 successfully enabled.
395[17:59:52] [Server thread/INFO]: [Interactables] Enabling Interactables v1.1.2
396[17:59:52] [Server thread/INFO]: Initializing plugin list...
397[17:59:52] [Server thread/INFO]: Registering services...
398[17:59:52] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v1.6
399[17:59:52] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
400[17:59:52] [Server thread/INFO]: -------- World Settings For [PvpArea] --------
401[17:59:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
402[17:59:52] [Server thread/INFO]: Mob Spawn Range: 4
403[17:59:52] [Server thread/INFO]: Anti X-Ray: false
404[17:59:52] [Server thread/INFO]: Engine Mode: 1
405[17:59:52] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
406[17:59:52] [Server thread/INFO]: Replace Blocks: [1, 5]
407[17:59:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
408[17:59:52] [Server thread/INFO]: Cane Growth Modifier: 100%
409[17:59:52] [Server thread/INFO]: Melon Growth Modifier: 100%
410[17:59:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
411[17:59:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
412[17:59:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
413[17:59:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
414[17:59:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
415[17:59:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
416[17:59:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
417[17:59:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
418[17:59:52] [Server thread/INFO]: Random Lighting Updates: false
419[17:59:52] [Server thread/INFO]: Structure Info Saving: true
420[17:59:52] [Server thread/INFO]: Sending up to 10 chunks per packet
421[17:59:52] [Server thread/INFO]: Max Entity Collisions: 8
422[17:59:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
423[17:59:52] [Server thread/INFO]: Max TNT Explosions: 5000
424[17:59:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
425[17:59:52] [Server thread/INFO]: Item Despawn Rate: 6000
426[17:59:52] [Server thread/INFO]: Item Merge Radius: 2.5
427[17:59:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
428[17:59:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
429[17:59:52] [Server thread/INFO]: View Distance: 10
430[17:59:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
431[17:59:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
432[17:59:52] [Server thread/INFO]: Clear tick list: false
433[17:59:52] [Server thread/INFO]: Experience Merge Radius: 3.0
434[17:59:52] [Server thread/INFO]: -------- World Settings For [PvpArea] --------
435[17:59:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
436[17:59:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
437[17:59:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
438[17:59:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
439[17:59:52] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
440[17:59:52] [Server thread/INFO]: Water over lava flow speed: 5
441[17:59:52] [Server thread/INFO]: Fix TNT cannons: true
442[17:59:52] [Server thread/INFO]: Allow undead horse types to be leashed: false
443[17:59:52] [Server thread/INFO]: Keep spawn chunk loaded: true
444[17:59:52] [Server thread/INFO]: World async lighting: false
445[17:59:52] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
446[17:59:52] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
447[17:59:52] [Server thread/INFO]: -------- World Settings For [PvpArea] --------
448[17:59:52] [Server thread/INFO]: -------- World Settings For [PvpArea] --------
449[17:59:52] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
450[17:59:52] [Server thread/INFO]: Hopper Move Item Events: enabled
451[17:59:52] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8152721358838540074)
452[17:59:53] [Server thread/INFO]: -------- World Settings For [trailer] --------
453[17:59:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
454[17:59:53] [Server thread/INFO]: Mob Spawn Range: 4
455[17:59:53] [Server thread/INFO]: Anti X-Ray: false
456[17:59:53] [Server thread/INFO]: Engine Mode: 1
457[17:59:53] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
458[17:59:53] [Server thread/INFO]: Replace Blocks: [1, 5]
459[17:59:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
460[17:59:53] [Server thread/INFO]: Cane Growth Modifier: 100%
461[17:59:53] [Server thread/INFO]: Melon Growth Modifier: 100%
462[17:59:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
463[17:59:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
464[17:59:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
465[17:59:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
466[17:59:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
467[17:59:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
468[17:59:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
469[17:59:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
470[17:59:53] [Server thread/INFO]: Random Lighting Updates: false
471[17:59:53] [Server thread/INFO]: Structure Info Saving: true
472[17:59:53] [Server thread/INFO]: Sending up to 10 chunks per packet
473[17:59:53] [Server thread/INFO]: Max Entity Collisions: 8
474[17:59:53] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
475[17:59:53] [Server thread/INFO]: Max TNT Explosions: 5000
476[17:59:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
477[17:59:53] [Server thread/INFO]: Item Despawn Rate: 6000
478[17:59:53] [Server thread/INFO]: Item Merge Radius: 2.5
479[17:59:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
480[17:59:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
481[17:59:53] [Server thread/INFO]: View Distance: 10
482[17:59:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
483[17:59:53] [Server thread/INFO]: Chunks to Grow per Tick: 650
484[17:59:53] [Server thread/INFO]: Clear tick list: false
485[17:59:53] [Server thread/INFO]: Experience Merge Radius: 3.0
486[17:59:53] [Server thread/INFO]: -------- World Settings For [trailer] --------
487[17:59:53] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
488[17:59:53] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
489[17:59:53] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
490[17:59:53] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
491[17:59:53] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
492[17:59:53] [Server thread/INFO]: Water over lava flow speed: 5
493[17:59:53] [Server thread/INFO]: Fix TNT cannons: true
494[17:59:53] [Server thread/INFO]: Allow undead horse types to be leashed: false
495[17:59:53] [Server thread/INFO]: Keep spawn chunk loaded: true
496[17:59:53] [Server thread/INFO]: World async lighting: false
497[17:59:53] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
498[17:59:53] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
499[17:59:53] [Server thread/INFO]: -------- World Settings For [trailer] --------
500[17:59:53] [Server thread/INFO]: -------- World Settings For [trailer] --------
501[17:59:53] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
502[17:59:53] [Server thread/INFO]: Hopper Move Item Events: enabled
503[17:59:53] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1322626757287368907)
504[17:59:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
505[17:59:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
506[17:59:54] [Server thread/INFO]: Mob Spawn Range: 4
507[17:59:54] [Server thread/INFO]: Anti X-Ray: false
508[17:59:54] [Server thread/INFO]: Engine Mode: 1
509[17:59:54] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
510[17:59:54] [Server thread/INFO]: Replace Blocks: [1, 5]
511[17:59:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
512[17:59:54] [Server thread/INFO]: Cane Growth Modifier: 100%
513[17:59:54] [Server thread/INFO]: Melon Growth Modifier: 100%
514[17:59:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
515[17:59:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
516[17:59:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
517[17:59:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
518[17:59:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
519[17:59:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
520[17:59:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
521[17:59:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
522[17:59:54] [Server thread/INFO]: Random Lighting Updates: false
523[17:59:54] [Server thread/INFO]: Structure Info Saving: true
524[17:59:54] [Server thread/INFO]: Sending up to 10 chunks per packet
525[17:59:54] [Server thread/INFO]: Max Entity Collisions: 8
526[17:59:54] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
527[17:59:54] [Server thread/INFO]: Max TNT Explosions: 5000
528[17:59:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
529[17:59:54] [Server thread/INFO]: Item Despawn Rate: 6000
530[17:59:54] [Server thread/INFO]: Item Merge Radius: 2.5
531[17:59:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
532[17:59:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
533[17:59:54] [Server thread/INFO]: View Distance: 10
534[17:59:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
535[17:59:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
536[17:59:54] [Server thread/INFO]: Clear tick list: false
537[17:59:54] [Server thread/INFO]: Experience Merge Radius: 3.0
538[17:59:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
539[17:59:54] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
540[17:59:54] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
541[17:59:54] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
542[17:59:54] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
543[17:59:54] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
544[17:59:54] [Server thread/INFO]: Water over lava flow speed: 5
545[17:59:54] [Server thread/INFO]: Fix TNT cannons: true
546[17:59:54] [Server thread/INFO]: Allow undead horse types to be leashed: false
547[17:59:54] [Server thread/INFO]: Keep spawn chunk loaded: true
548[17:59:54] [Server thread/INFO]: World async lighting: false
549[17:59:54] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
550[17:59:54] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
551[17:59:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
552[17:59:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
553[17:59:54] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
554[17:59:54] [Server thread/INFO]: Hopper Move Item Events: enabled
555[17:59:54] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7459572978301654386)
556[17:59:55] [Server thread/INFO]: Preparing spawn area for world_the_end, 85%
557[17:59:56] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: build
558[17:59:56] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
559[17:59:56] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: snow
560[17:59:56] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
561[17:59:56] [Server thread/INFO]: -------- World Settings For [starting] --------
562[17:59:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
563[17:59:56] [Server thread/INFO]: Mob Spawn Range: 4
564[17:59:56] [Server thread/INFO]: Anti X-Ray: false
565[17:59:56] [Server thread/INFO]: Engine Mode: 1
566[17:59:56] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
567[17:59:56] [Server thread/INFO]: Replace Blocks: [1, 5]
568[17:59:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
569[17:59:56] [Server thread/INFO]: Cane Growth Modifier: 100%
570[17:59:56] [Server thread/INFO]: Melon Growth Modifier: 100%
571[17:59:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
572[17:59:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
573[17:59:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
574[17:59:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
575[17:59:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
576[17:59:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
577[17:59:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
578[17:59:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
579[17:59:56] [Server thread/INFO]: Random Lighting Updates: false
580[17:59:56] [Server thread/INFO]: Structure Info Saving: true
581[17:59:56] [Server thread/INFO]: Sending up to 10 chunks per packet
582[17:59:56] [Server thread/INFO]: Max Entity Collisions: 8
583[17:59:56] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
584[17:59:56] [Server thread/INFO]: Max TNT Explosions: 5000
585[17:59:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
586[17:59:56] [Server thread/INFO]: Item Despawn Rate: 6000
587[17:59:56] [Server thread/INFO]: Item Merge Radius: 2.5
588[17:59:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
589[17:59:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
590[17:59:56] [Server thread/INFO]: View Distance: 10
591[17:59:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
592[17:59:56] [Server thread/INFO]: Chunks to Grow per Tick: 650
593[17:59:56] [Server thread/INFO]: Clear tick list: false
594[17:59:56] [Server thread/INFO]: Experience Merge Radius: 3.0
595[17:59:56] [Server thread/INFO]: -------- World Settings For [starting] --------
596[17:59:56] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
597[17:59:56] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
598[17:59:56] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
599[17:59:56] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
600[17:59:56] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
601[17:59:56] [Server thread/INFO]: Water over lava flow speed: 5
602[17:59:56] [Server thread/INFO]: Fix TNT cannons: true
603[17:59:56] [Server thread/INFO]: Allow undead horse types to be leashed: false
604[17:59:56] [Server thread/INFO]: Keep spawn chunk loaded: true
605[17:59:56] [Server thread/INFO]: World async lighting: false
606[17:59:56] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
607[17:59:56] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
608[17:59:56] [Server thread/INFO]: -------- World Settings For [starting] --------
609[17:59:56] [Server thread/INFO]: -------- World Settings For [starting] --------
610[17:59:56] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
611[17:59:56] [Server thread/INFO]: Hopper Move Item Events: enabled
612[17:59:56] [Server thread/INFO]: Preparing start region for level 4 (Seed: 3579343539720814613)
613[17:59:57] [Server thread/INFO]: Preparing spawn area for starting, 57%
614[17:59:57] [Server thread/INFO]: -------- World Settings For [Void] --------
615[17:59:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
616[17:59:57] [Server thread/INFO]: Mob Spawn Range: 4
617[17:59:57] [Server thread/INFO]: Anti X-Ray: false
618[17:59:57] [Server thread/INFO]: Engine Mode: 1
619[17:59:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
620[17:59:57] [Server thread/INFO]: Replace Blocks: [1, 5]
621[17:59:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
622[17:59:57] [Server thread/INFO]: Cane Growth Modifier: 100%
623[17:59:57] [Server thread/INFO]: Melon Growth Modifier: 100%
624[17:59:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
625[17:59:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
626[17:59:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
627[17:59:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
628[17:59:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
629[17:59:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
630[17:59:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
631[17:59:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
632[17:59:57] [Server thread/INFO]: Random Lighting Updates: false
633[17:59:57] [Server thread/INFO]: Structure Info Saving: true
634[17:59:57] [Server thread/INFO]: Sending up to 10 chunks per packet
635[17:59:57] [Server thread/INFO]: Max Entity Collisions: 8
636[17:59:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
637[17:59:57] [Server thread/INFO]: Max TNT Explosions: 5000
638[17:59:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
639[17:59:57] [Server thread/INFO]: Item Despawn Rate: 6000
640[17:59:57] [Server thread/INFO]: Item Merge Radius: 2.5
641[17:59:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
642[17:59:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
643[17:59:57] [Server thread/INFO]: View Distance: 10
644[17:59:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
645[17:59:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
646[17:59:57] [Server thread/INFO]: Clear tick list: false
647[17:59:57] [Server thread/INFO]: Experience Merge Radius: 3.0
648[17:59:57] [Server thread/INFO]: -------- World Settings For [Void] --------
649[17:59:57] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
650[17:59:57] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
651[17:59:57] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
652[17:59:57] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
653[17:59:57] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
654[17:59:57] [Server thread/INFO]: Water over lava flow speed: 5
655[17:59:57] [Server thread/INFO]: Fix TNT cannons: true
656[17:59:57] [Server thread/INFO]: Allow undead horse types to be leashed: false
657[17:59:57] [Server thread/INFO]: Keep spawn chunk loaded: true
658[17:59:57] [Server thread/INFO]: World async lighting: false
659[17:59:57] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
660[17:59:57] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
661[17:59:57] [Server thread/INFO]: -------- World Settings For [Void] --------
662[17:59:57] [Server thread/INFO]: -------- World Settings For [Void] --------
663[17:59:57] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
664[17:59:57] [Server thread/INFO]: Hopper Move Item Events: enabled
665[17:59:57] [Server thread/INFO]: Preparing start region for level 5 (Seed: -8254644706703693336)
666[17:59:57] [Server thread/INFO]: -------- World Settings For [buildtest] --------
667[17:59:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
668[17:59:57] [Server thread/INFO]: Mob Spawn Range: 4
669[17:59:57] [Server thread/INFO]: Anti X-Ray: false
670[17:59:57] [Server thread/INFO]: Engine Mode: 1
671[17:59:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
672[17:59:57] [Server thread/INFO]: Replace Blocks: [1, 5]
673[17:59:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
674[17:59:57] [Server thread/INFO]: Cane Growth Modifier: 100%
675[17:59:57] [Server thread/INFO]: Melon Growth Modifier: 100%
676[17:59:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
677[17:59:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
678[17:59:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
679[17:59:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
680[17:59:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
681[17:59:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
682[17:59:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
683[17:59:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
684[17:59:57] [Server thread/INFO]: Random Lighting Updates: false
685[17:59:57] [Server thread/INFO]: Structure Info Saving: true
686[17:59:57] [Server thread/INFO]: Sending up to 10 chunks per packet
687[17:59:57] [Server thread/INFO]: Max Entity Collisions: 8
688[17:59:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
689[17:59:57] [Server thread/INFO]: Max TNT Explosions: 5000
690[17:59:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
691[17:59:57] [Server thread/INFO]: Item Despawn Rate: 6000
692[17:59:57] [Server thread/INFO]: Item Merge Radius: 2.5
693[17:59:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
694[17:59:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
695[17:59:57] [Server thread/INFO]: View Distance: 10
696[17:59:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
697[17:59:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
698[17:59:57] [Server thread/INFO]: Clear tick list: false
699[17:59:57] [Server thread/INFO]: Experience Merge Radius: 3.0
700[17:59:57] [Server thread/INFO]: -------- World Settings For [buildtest] --------
701[17:59:57] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
702[17:59:57] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
703[17:59:57] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
704[17:59:57] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
705[17:59:57] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 132 Hard: 164
706[17:59:57] [Server thread/INFO]: Water over lava flow speed: 5
707[17:59:57] [Server thread/INFO]: Fix TNT cannons: true
708[17:59:57] [Server thread/INFO]: Allow undead horse types to be leashed: false
709[17:59:57] [Server thread/INFO]: Keep spawn chunk loaded: true
710[17:59:57] [Server thread/INFO]: World async lighting: false
711[17:59:57] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
712[17:59:57] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
713[17:59:57] [Server thread/INFO]: -------- World Settings For [buildtest] --------
714[17:59:57] [Server thread/INFO]: -------- World Settings For [buildtest] --------
715[17:59:57] [Server thread/INFO]: Cooldown Hoppers when Full: disabled
716[17:59:57] [Server thread/INFO]: Hopper Move Item Events: enabled
717[17:59:57] [Server thread/INFO]: Preparing start region for level 6 (Seed: 0)
718[17:59:58] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
719[17:59:58] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
720[17:59:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1
721[17:59:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
722[17:59:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
723[17:59:58] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.8
724[17:59:58] [Server thread/WARN]: [AutoSaveWorld] Plugin Vouchers attempted to establish connection https://api.spigotmc.org/legacy/premium.php?user_id=767961&resource_id=13654once=-764430778 in main server thread
725[17:59:58] [Server thread/WARN]: [AutoSaveWorld] Plugin Vouchers attempted to establish connection socket://api.spigotmc.org:443 in main server thread
726[17:59:58] [Server thread/INFO]: [Vouchers] Loading the Config.yml
727[17:59:58] [Server thread/INFO]: [Vouchers] Successfully loaded Config.yml
728[17:59:58] [Server thread/INFO]: [Vouchers] Loading the Data.yml
729[17:59:58] [Server thread/INFO]: [Vouchers] Successfully loaded Data.yml
730[17:59:58] [Server thread/INFO]: [Vouchers] Loading the Messages.yml
731[17:59:58] [Server thread/INFO]: [Vouchers] Successfully loaded Messages.yml
732[17:59:58] [Server thread/INFO]: [Vouchers] Loading the VoucherCodes.yml
733[17:59:58] [Server thread/INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
734[17:59:58] [Server thread/INFO]: [LimitCrafting] Enabling LimitCrafting v4.0
735[17:59:58] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.22.0
736[17:59:58] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection https://api.spigotmc.org/legacy/premium.php?user_id=767961&resource_id=2691once=1069948471 in main server thread
737[17:59:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
738[17:59:58] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.22.0
739[17:59:58] [Server thread/INFO]: [FeatherBoard] Framework version: 2019-07
740[17:59:58] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
741[17:59:58] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
742[17:59:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
743[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
744[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
745[17:59:58] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
746[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
747[17:59:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
748[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
749[17:59:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
750[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
751[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading messages ...
752[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
753[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
754[17:59:58] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
755[17:59:58] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
756[17:59:58] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://modules.mvdw-software.com/api/v1/module/321be50d-f8a2-499f-aa4c-9dad57e77eee/list?plugin=FeatherBoard&plugin-version=4.22.0&plugin-filehash=72c105eb1e963b3472a0e698ee9f46eb&plugin-nonce=-1547337428&plugin-asmhash=d689494d791448cdca1909a3c2bc620f&plugin-asmhash2=76ba5c1527e45fbb6bba532c7c64f1cb&plugin-filecount=394&plugin-user=767961&server-javaversion=1.8.0_212 in main server thread
757[17:59:58] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://modules.mvdw-software.com:80 in main server thread
758[18:00:00] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection https://graph.facebook.com/oauth/access_token?client_id=435471433280012lient_secret=2eeea0c3cc3c2ed060175ae5aa48c45b&grant_type=client_credentials in main server thread
759[18:00:00] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://graph.facebook.com:443 in main server thread
760[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
761[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz in main server thread
762[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
763[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
764[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
765[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
766[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz in main server thread
767[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
768[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
769[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
770[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
771[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz in main server thread
772[18:00:01] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://geolite.maxmind.com:80 in main server thread
773[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
774[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
775[18:00:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
776[18:00:02] [Server thread/WARN]: [AutoSaveWorld] Plugin MVdWPlaceholderAPI attempted to establish connection https://gist.githubusercontent.com/Maximvdw/edcaefc020581629ff7213a1efb547ee/raw/ in main server thread
777[18:00:02] [Server thread/WARN]: [AutoSaveWorld] Plugin MVdWPlaceholderAPI attempted to establish connection socket://gist.githubusercontent.com:443 in main server thread
778[18:00:03] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
779[18:00:03] [Server thread/INFO]: [FeatherBoard] Loaded 3317 of the 3317 placholders
780[18:00:03] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
781[18:00:03] [User Authenticator #1/INFO]: UUID of player storm0chaser is bf3b3d9e-bc5a-4fff-958f-e511f6f1b178
782[18:00:04] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
783[18:00:04] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
784[18:00:04] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
785[18:00:04] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
786[18:00:04] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
787[18:00:04] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
788[18:00:04] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
789[18:00:04] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
790[18:00:04] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
791[18:00:05] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
792[18:00:05] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
793[18:00:05] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
794[18:00:06] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
795[18:00:06] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
796[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=2691 in main server thread
797[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://api.spigotmc.org:443 in main server thread
798[18:00:06] [Server thread/INFO]: [FeatherBoard] A new update for FeatherBoard is available for download on Spigot!
799[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://api5.mvdw-software.com/versioncheck.php?plugin=FeatherBoard&version=4.22.0ilehash=72c105eb1e963b3472a0e698ee9f46eb®istered=0once=-1547337428smhash=d689494d791448cdca1909a3c2bc620fsmhash2=76ba5c1527e45fbb6bba532c7c64f1cbilecount=394&userid=767961&serverversion=v1_8_R3&javaversion=1.8.0_212&protocol=1once1=104930871once2=104930871ilesize=678974&serverPort=25565 in main server thread
800[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://api5.mvdw-software.com:80 in main server thread
801[18:00:06] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
802[18:00:06] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
803[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection https://gist.githubusercontent.com/Maximvdw/edcaefc020581629ff7213a1efb547ee/raw/ in main server thread
804[18:00:06] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v1.1
805[18:00:06] [Server thread/INFO]: [StaffChat] Enabling StaffChat v2.3
806[18:00:06] [Server thread/INFO]: [FireballTarget] Enabling FireballTarget v1
807[18:00:06] [Server thread/INFO]: LOG! Registered plugin with the manager!
808[18:00:06] [Server thread/INFO]: [AdvancedMonthlyCrates] Enabling AdvancedMonthlyCrates v1.9.41
809[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
810[18:00:06] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection socket://api.directleaks.net:443 in main server thread
811[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
812[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
813[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
814[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
815[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
816[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
817[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
818[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
819[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
820[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
821[18:00:07] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
822[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
823[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
824[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
825[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
826[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
827[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
828[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
829[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
830[18:00:08] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedMonthlyCrates attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
831[18:00:08] [Server thread/INFO]: [StrDis] Enabling StrDis v1.0
832[18:00:08] [Server thread/INFO]: [TopKills] Enabling TopKills v0.4
833[18:00:08] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
834[18:00:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
835[18:00:09] [Server thread/INFO]: [PlayTime] Enabling PlayTime v1.0
836[18:00:09] [Server thread/INFO]: [HelpOP] Enabling HelpOP v1.0
837[18:00:09] [Server thread/INFO]: [HelpOP] has been enabled!
838[18:00:09] [Server thread/INFO]: [Atlas] Enabling Atlas v1.6.6
839[18:00:09] [Server thread/INFO]: Loading Atlas...
840[18:00:09] [Server thread/INFO]: Firing up the thread turbines...
841[18:00:09] [Server thread/INFO]: Attempting to inject into netty
842[18:00:09] [Server thread/INFO]: Server channel handler injected ([id: 0x5f414b19, /0.0.0.0:25565])
843[18:00:09] [Server thread/INFO]: Loading utilities and managers...
844[18:00:09] [Server thread/WARN]: [AutoSaveWorld] Plugin Atlas attempted to establish connection https://pastebin.com/raw/fX2Ebkpz in main server thread
845[18:00:09] [Server thread/WARN]: [AutoSaveWorld] Plugin Atlas attempted to establish connection socket://pastebin.com:443 in main server thread
846[18:00:09] [Server thread/INFO]: Starting scanner...
847[18:00:09] [Server thread/INFO]: Found ConfigSetting database (default=Atlas.
848[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
849[18:00:09] [Server thread/INFO]: Found ConfigSetting ip (default=127.0.0.1.
850[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
851[18:00:09] [Server thread/INFO]: Found ConfigSetting port (default=3306.
852[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
853[18:00:09] [Server thread/INFO]: Found ConfigSetting username (default=username.
854[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
855[18:00:09] [Server thread/INFO]: Found ConfigSetting password (default=password.
856[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
857[18:00:09] [Server thread/INFO]: Registered Atlas listener ForgeHandler.
858[18:00:09] [Server thread/INFO]: Found ConfigSetting enabled (default=false.
859[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
860[18:00:09] [Server thread/INFO]: Found ConfigSetting fromBungee (default=false.
861[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
862[18:00:09] [Server thread/INFO]: Found ConfigSetting autoDownload (default=false.
863[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
864[18:00:09] [Server thread/INFO]: Found ConfigSetting metricsEnabled (default=true.
865[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
866[18:00:09] [Server thread/INFO]: Found ConfigSetting enableDependingPlugins (default=true.
867[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
868[18:00:09] [Server thread/INFO]: Found ConfigSetting runAsync (default=false.
869[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
870[18:00:09] [Server thread/INFO]: Registered Atlas listener PluginLoaderHandler.
871[18:00:09] [Server thread/INFO]: Found ConfigSetting enabled (default=false.
872[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
873[18:00:09] [Server thread/INFO]: Found ConfigSetting database (default=Atlas.
874[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
875[18:00:09] [Server thread/INFO]: Found ConfigSetting ip (default=127.0.0.1.
876[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
877[18:00:09] [Server thread/INFO]: Found ConfigSetting port (default=27017.
878[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
879[18:00:09] [Server thread/INFO]: Found ConfigSetting username (default=username.
880[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
881[18:00:09] [Server thread/INFO]: Found ConfigSetting password (default=password.
882[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
883[18:00:09] [Server thread/INFO]: Registered Atlas listener UpdaterListener.
884[18:00:09] [Server thread/INFO]: Found ConfigSetting notifyOnJoin (default=true.
885[18:00:09] [Server thread/INFO]: Value not set in config! Setting value...
886[18:00:09] [Server thread/INFO]: Loading other managers and utilities...
887[18:00:09] [Server thread/INFO]: Setting up bStats Metrics...
888[18:00:09] [Server thread/INFO]: Checking for updates...
889[18:00:09] [Server thread/INFO]: There is an update available. See more information with /atlas update.
890[18:00:09] [Server thread/INFO]: Successfully loaded Atlas and its utilities!
891[18:00:09] [Server thread/INFO]: [AdvancedHelp] Enabling AdvancedHelp v1.11.6
892[18:00:09] [Server thread/INFO]: [AdvancedHelp] loading...
893[18:00:09] [Server thread/INFO]: [AdvancedHelp] PlaceholdersAPI Hooked!
894[18:00:09] [Server thread/WARN]: [AutoSaveWorld] Plugin AdvancedHelp attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=44478 in main server thread
895[18:00:09] [Server thread/INFO]: [AdvancedHelp] Plugin is up to date! -1.11.6
896[18:00:09] [Server thread/INFO]: [AdvancedHelp] Successfully enabled.
897[18:00:09] [Server thread/INFO]: [MuteChat] Enabling MuteChat v1.12
898[18:00:09] [Server thread/INFO]: [MuteChat] You are running version 1.10
899[18:00:09] [Server thread/INFO]: [MuteChat] By [Yugie]
900[18:00:09] [Server thread/INFO]: [MuteChat] Sponsored by Pickle Hosting
901[18:00:09] [Server thread/INFO]: [MuteChat] Use code 'Buildz' for 15% off each month
902[18:00:09] [Server thread/INFO]: [MuteChat] Fully Loaded
903[18:00:09] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.7.2
904[18:00:09] [Server thread/INFO]:
905[18:00:09] [Server thread/INFO]: === Super Trails ===
906[18:00:09] [Server thread/INFO]: SuperTrails 9.7.2 for MC 1.8 enabled
907[18:00:09] [Server thread/INFO]: Thank you for using !
908[18:00:09] [Server thread/INFO]: =====================
909[18:00:09] [Server thread/INFO]:
910[18:00:09] [Server thread/INFO]: [MysticFreeze] Enabling MysticFreeze v1.0.1
911[18:00:10] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v3.3.3
912[18:00:10] [Server thread/INFO]: [AutoRestart] Loaded!
913[18:00:10] [Server thread/INFO]: [WorldBorderPearlBlock] Enabling WorldBorderPearlBlock v1.0
914[18:00:10] [Server thread/INFO]: [ChatColor] Enabling ChatColor v6.2
915[18:00:10] [Server thread/INFO]: Yep
916[18:00:10] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
917[18:00:10] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
918[18:00:10] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
919[18:00:10] [Server thread/INFO]: [AntiCrash] Enabling AntiCrash v1.7
920[18:00:10] [Server thread/INFO]: ----------------------------
921[18:00:10] [Server thread/INFO]: AntiCrash by CrispyBow
922[18:00:10] [Server thread/INFO]: Skype crispybow31
923[18:00:10] [Server thread/INFO]: ----------------------------
924[18:00:10] [Server thread/INFO]: [ArrowTrails] Enabling ArrowTrails v0.5
925[18:00:10] [Server thread/INFO]: [ArrowTrails] Config.yml found, loading!
926[18:00:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
927[18:00:10] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
928[18:00:11] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
929[18:00:11] [Server thread/INFO]: [ServerTokens] Enabling ServerTokens v1.1
930[18:00:11] [Server thread/INFO]: [ServerTokens] ServerTokens : Version 1.1 : has been enabled!
931[18:00:11] [Server thread/INFO]: [killStats] Enabling killStats v3.0
932[18:00:11] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
933[18:00:11] [Server thread/ERROR]: false
934[18:00:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
935[18:00:11] [Server thread/INFO]: [ClearLag] Loading modules...
936[18:00:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
937[18:00:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
938[18:00:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
939[18:00:11] [Thread-31/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
940[18:00:11] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v2.0.10c
941[18:00:11] [Server thread/INFO]: §cThe following materials are allowed to have stacks larger than the vanilla size: POTION
942[18:00:11] [Server thread/INFO]: [IllegalStack] Chat Components found! Enabling clickable commands in /istack
943[18:00:11] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
944[18:00:11] [Server thread/INFO]: [Illegal Stack] - MC Version < 1.13 detected!
945[18:00:11] [Server thread/INFO]: [IllegalStack] - Minecraft 1.8 detected not checking offhand slot for overstacked items.
946[18:00:11] [Server thread/INFO]: [IllegalStack] version < 1.11 found, not checking for shulker boxes
947[18:00:11] [Server thread/INFO]: [KOTHSupport4Factions] Enabling KOTHSupport4Factions v1.0
948[18:00:11] [Server thread/INFO]: Successfully loaded version [KOTHSupport4Factions-v1.0].
949[18:00:11] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.2
950[18:00:11] [Thread-31/INFO]: [ClearLag] No updates found!
951[18:00:12] [Server thread/INFO]: [BuycraftX] Validating your server key...
952[18:00:12] [Server thread/WARN]: [AutoSaveWorld] Plugin BuycraftX attempted to establish connection https://plugin.buycraft.net/ in main server thread
953[18:00:12] [Server thread/WARN]: [AutoSaveWorld] Plugin BuycraftX attempted to establish connection socket://plugin.buycraft.net:443 in main server thread
954[18:00:12] [Server thread/WARN]: [AutoSaveWorld] Plugin BuycraftX attempted to establish connection https://plugin.buycraft.net/ in main server thread
955[18:00:13] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.6) is available. Go to your server panel at https://server.buycraft.net/plugins to download the update.
956[18:00:13] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
957[18:00:13] [Server thread/WARN]: [AutoSaveWorld] Plugin BuycraftX attempted to establish connection https://plugin.buycraft.net/ in main server thread
958[18:00:13] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
959[18:00:13] [Server thread/INFO]: [Votifier] Loaded token for website: default
960[18:00:13] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
961[18:00:13] [Server thread/INFO]: [AutoRespawnPlus] Enabling AutoRespawnPlus v3.7
962[18:00:14] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:25684.
963[18:00:14] [Server thread/INFO]: [BottleBets] Enabling BottleBets v1.0.0
964[18:00:14] [Server thread/INFO]: BottleBets 1.0.0 has been activated
965[18:00:14] [Server thread/INFO]: [KOTH] Enabling KOTH v1.14.2
966[18:00:14] [Server thread/INFO]: Configuration files have successfully loaded.
967[18:00:14] [Server thread/INFO]: Successfully registered placeholders with PlaceholderAPI.
968[18:00:14] [Server thread/INFO]: Found MVdWPlaceholderAPI. Adding hooks.
969[18:00:14] [Server thread/INFO]:
970[18:00:14] [Server thread/INFO]: Loaded version [KOTH-v1.14.2] successfully.
971[18:00:14] [Server thread/INFO]:
972[18:00:14] [Server thread/INFO]: [NoMelt] Enabling NoMelt v1.0.0
973[18:00:14] [Server thread/INFO]: [NoMelt] Enabled
974[18:00:14] [Server thread/INFO]: [NoMelt] - Melting is disabled.
975[18:00:14] [Server thread/INFO]: [NoMelt] - Ice will not drop.
976[18:00:14] [Server thread/INFO]: [NoMelt] - Freezing is Disabled.
977[18:00:14] [Server thread/INFO]: [NoMelt] - Ice WILL turn into water upon breaking.
978[18:00:14] [Server thread/INFO]: [CustomHopper] Enabling CustomHopper v1
979[18:00:14] [Server thread/INFO]: [Iris] Enabling Iris v2.2.1
980[18:00:14] [Server thread/INFO]: Registered ancmd: alerts
981[18:00:14] [Server thread/INFO]: Found j Bukkit listener. Registering...
982[18:00:14] [Server thread/INFO]: Found p Bukkit listener. Registering...
983[18:00:14] [Server thread/INFO]: Registered ancmd: entitybox
984[18:00:14] [Server thread/INFO]: Found f Bukkit listener. Registering...
985[18:00:14] [Server thread/INFO]: Found lt message (default=[Iris]).
986[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to [Iris]
987[18:00:14] [Server thread/INFO]: Found lm message (default=).
988[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
989[18:00:14] [Server thread/INFO]: Found lf message (default=).
990[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
991[18:00:14] [Server thread/INFO]: Found lz message (default=).
992[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
993[18:00:14] [Server thread/INFO]: Found ls message (default=).
994[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
995[18:00:14] [Server thread/INFO]: Found lq message (default=).
996[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
997[18:00:14] [Server thread/INFO]: Found lx message (default=).
998[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to
999[18:00:14] [Server thread/INFO]: Found lo message (default=No permission.).
1000[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to No permission.
1001[18:00:14] [Server thread/INFO]: Found ll message (default=Invalid arguments. Check the Iris help page for more information.).
1002[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Invalid arguments. Check the Iris help page for more information.
1003[18:00:14] [Server thread/INFO]: Found lv message (default=This command is for players only.).
1004[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to This command is for players only.
1005[18:00:14] [Server thread/INFO]: Found ld message (default=Could not find player.).
1006[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Could not find player.
1007[18:00:14] [Server thread/INFO]: Found lb message (default=There was an error trying to find this specified user's data object.).
1008[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to There was an error trying to find this specified user's data object.
1009[18:00:14] [Server thread/INFO]: Found le message (default=This command is for console only.).
1010[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to This command is for console only.
1011[18:00:14] [Server thread/INFO]: Found lw message (default=Saving all data...).
1012[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Saving all data...
1013[18:00:14] [Server thread/INFO]: Found lc message (default=Completed!).
1014[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Completed!
1015[18:00:14] [Server thread/INFO]: Found lk message (default=Fully reloading Iris...).
1016[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Fully reloading Iris...
1017[18:00:14] [Server thread/INFO]: Found li message (default=Completed!).
1018[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Completed!
1019[18:00:14] [Server thread/INFO]: Found lr message (default=Opened the menu.).
1020[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Opened the menu.
1021[18:00:14] [Server thread/INFO]: Found lu message (default=Gave you the magic box wand. Use it wisely.).
1022[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Gave you the magic box wand. Use it wisely.
1023[18:00:14] [Server thread/INFO]: Found lj message (default=Toggled your alerts on.).
1024[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Toggled your alerts on.
1025[18:00:14] [Server thread/INFO]: Found lp message (default=Toggled your alerts off.).
1026[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Toggled your alerts off.
1027[18:00:14] [Server thread/INFO]: Found ln message (default=Toggled your developer alerts on.).
1028[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Toggled your developer alerts on.
1029[18:00:14] [Server thread/INFO]: Found ly message (default=Toggled your developer alerts off.).
1030[18:00:14] [Server thread/INFO]: Value found in messages.yml! Set value to Toggled your developer alerts off.
1031[18:00:14] [Server thread/INFO]: Found t Atlas listener. Registering...
1032[18:00:14] [Server thread/INFO]: Found t Bukkit listener. Registering...
1033[18:00:14] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection https://pastebin.com/raw/fX2Ebkpz in main server thread
1034[18:00:14] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection socket://pastebin.com:443 in main server thread
1035[18:00:14] [Server thread/INFO]: Found qv ConfigSetting (default=true).
1036[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1037[18:00:14] [Server thread/INFO]: Found j Atlas listener. Registering...
1038[18:00:14] [Server thread/INFO]: Found b Bukkit listener. Registering...
1039[18:00:14] [Server thread/INFO]: Found a Bukkit listener. Registering...
1040[18:00:14] [Server thread/INFO]: Found k Bukkit listener. Registering...
1041[18:00:14] [Server thread/INFO]: Found j Bukkit listener. Registering...
1042[18:00:14] [Server thread/INFO]: Found qd ConfigSetting (default=true).
1043[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1044[18:00:14] [Server thread/INFO]: Found f Bukkit listener. Registering...
1045[18:00:14] [Server thread/INFO]: Found qb ConfigSetting (default=true).
1046[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to false
1047[18:00:14] [Server thread/INFO]: Found qe ConfigSetting (default=You cannot connect on a VPN or Proxy.).
1048[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to You cannot connect on a VPN or Proxy.
1049[18:00:14] [Server thread/INFO]: Found qw ConfigSetting (default=true).
1050[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1051[18:00:14] [Server thread/INFO]: Found qc ConfigSetting (default=Your IP's risk score is too high.).
1052[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to Your IP's risk score is too high.
1053[18:00:14] [Server thread/INFO]: Found qk ConfigSetting (default=true).
1054[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1055[18:00:14] [Server thread/INFO]: Found qi ConfigSetting (default=%name% attempted to join using a VPN or Proxy (%type%).).
1056[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to %name% attempted to join using a VPN or Proxy (%type%).
1057[18:00:14] [Server thread/INFO]: Found qr ConfigSetting (default=%name% attempted to join using a malicious IP address.).
1058[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to %name% attempted to join using a malicious IP address.
1059[18:00:14] [Server thread/INFO]: Found qu ConfigSetting (default=%uuid% (%name%) is not using a VPN or Proxy.).
1060[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to %uuid% (%name%) is not using a VPN or Proxy.
1061[18:00:14] [Server thread/INFO]: Found qj ConfigSetting (default=%uuid% (%name%) is using a VPN or Proxy (%type%).).
1062[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to %uuid% (%name%) is using a VPN or Proxy (%type%).
1063[18:00:14] [Server thread/INFO]: Found qp ConfigSetting (default=[uuid, uuid2]).
1064[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to [uuid, uuid2]
1065[18:00:14] [Server thread/INFO]: Found qn ConfigSetting (default=true).
1066[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1067[18:00:14] [Server thread/INFO]: Found qy ConfigSetting (default=You cannot post Unicode characters.).
1068[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to You cannot post Unicode characters.
1069[18:00:14] [Server thread/INFO]: Found qg ConfigSetting (default=true).
1070[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to false
1071[18:00:14] [Server thread/INFO]: Found xa ConfigSetting (default=[kick %player% [Iris] Cheating (%check%)]).
1072[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to [kick %player% [Iris] Cheating (%check%)]
1073[18:00:14] [Server thread/INFO]: Found xh ConfigSetting (default=[Iris] %player% has failed %check% (x%vl%)).
1074[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to [Iris] %player% has failed %check% (x%vl%)
1075[18:00:14] [Server thread/INFO]: Found xm ConfigSetting (default=1000).
1076[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to 1000
1077[18:00:14] [Server thread/INFO]: Found xf ConfigSetting (default=false).
1078[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to false
1079[18:00:14] [Server thread/INFO]: Found xz ConfigSetting (default=false).
1080[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to false
1081[18:00:14] [Server thread/INFO]: Found xs ConfigSetting (default=true).
1082[18:00:14] [Server thread/INFO]: Value found in configuration! Set value to true
1083[18:00:14] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=53721 in main server thread
1084[18:00:14] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection socket://api.spigotmc.org:443 in main server thread
1085[18:00:14] [Server thread/INFO]: Iris is up to date.
1086[18:00:14] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection https://pastebin.com/raw/VftEdyAD in main server thread
1087[18:00:15] [Server thread/INFO]: Valid license, enjoy Iris!
1088[18:00:15] [Server thread/INFO]: Plugin Iris has been detected!
1089[18:00:15] [Server thread/INFO]: [RankGrant+] Enabling RankGrantPlus v3.5.2
1090[18:00:15] [Server thread/INFO]: [RankGrant+] Enabling RankGrant+...
1091
1092 ######## ### ## ## ## ## ###### ######## ### ## ## ########
1093 ## ## ## ## ### ## ## ## ## ## ## ## ## ## ### ## ##
1094 ## ## ## ## #### ## ## ## ## ## ## ## ## #### ## ##
1095 ######## ## ## ## ## ## ##### ## #### ######## ## ## ## ## ## ##
1096 ## ## ######### ## #### ## ## ## ## ## ## ######### ## #### ##
1097 ## ## ## ## ## ### ## ## ## ## ## ## ## ## ## ### ##
1098 ## ## ## ## ## ## ## ## ###### ## ## ## ## ## ## ##
1099
1100[18:00:15] [Server thread/INFO]: [RankGrant+] Loading files...
1101[18:00:15] [Server thread/INFO]: [RankGrant+] Loaded files.
1102[18:00:15] [Server thread/INFO]: [RankGrant+] Registering commands...
1103[18:00:15] [Server thread/INFO]: [RankGrant+] Registered commands.
1104[18:00:15] [Server thread/INFO]: [RankGrant+] Registering listeners...
1105[18:00:15] [Server thread/INFO]: [RankGrant+] Registered listeners.
1106[18:00:15] [Server thread/INFO]: [RankGrant+] Hooking into Vault...
1107[18:00:15] [Server thread/INFO]: [RankGrant+] Hooked into Vault.
1108[18:00:15] [Server thread/INFO]: [RankGrant+] Starting temporary-grant expiration timer...
1109[18:00:15] [Server thread/INFO]: [RankGrant+] Started temporary-grant expiration timer.
1110[18:00:15] [Server thread/INFO]: [RankGrant+] Loading metrics...
1111[18:00:15] [Server thread/INFO]: [RankGrant+] Loaded metrics.
1112[18:00:15] [Server thread/INFO]: [RankGrant+] RankGrantPlus v3.5.2 by Demeng7215 has been successfully enabled!
1113[18:00:15] [Server thread/INFO]: [RankGrant+] Checking for updates...
1114[18:00:15] [Server thread/WARN]: [AutoSaveWorld] Plugin RankGrantPlus attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=63403 in main server thread
1115[18:00:15] [Server thread/INFO]: [RankGrant+] ====================== [ UPDATE ] ======================
1116[18:00:15] [Server thread/INFO]: [RankGrant+] A newer version of RankGrantPlus is available!
1117[18:00:15] [Server thread/INFO]: [RankGrant+] Current version: 3.5.2
1118[18:00:15] [Server thread/INFO]: [RankGrant+] Latest version: 3.6.2
1119[18:00:15] [Server thread/INFO]: [RankGrant+] Get the update: https://spigotmc.org/resources/63403
1120[18:00:15] [Server thread/INFO]: [RankGrant+] ====================== [ UPDATE ] ======================
1121[18:00:15] [Server thread/INFO]: [SuperPotions] Enabling SuperPotions v2.6
1122[18:00:15] [Server thread/INFO]: [SuperPotions] version 2.6 has been enabled.
1123[18:00:15] [Server thread/INFO]: [SuperPotions] made by: [Flaminyogurt]
1124[18:00:15] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.6.2
1125[18:00:15] [Server thread/INFO]: [EpicRename] Version: 3.6.2 MC Version: OLDER_THAN_ONE_DOT_NINE
1126[18:00:15] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2020 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
1127[18:00:15] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
1128[18:00:15] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
1129[18:00:15] [Server thread/INFO]: [EpicRename] Plugin Enabled!
1130[18:00:15] [Server thread/INFO]: [MoneyPouch] Enabling MoneyPouch v2.1.10
1131[18:00:15] [Server thread/INFO]: [MoneyPouch] Your server is running version v1_8_R3
1132[18:00:15] [Server thread/INFO]: [MoneyPouch] MoneyPouch setup was successful!
1133[18:00:15] [Server thread/INFO]: [SavageCollectors] Enabling SavageCollectors v1.2.1
1134[18:00:15] [Server thread/INFO]: [SavageCollectors] Running Base Framework Enable...
1135[18:00:15] [Server thread/INFO]: [SavageCollectors] ================================================
1136[18:00:15] [Server thread/INFO]: [SavageCollectors] Plugin: SavageCollectors
1137[18:00:15] [Server thread/INFO]: [SavageCollectors] Version: 1.2.1
1138[18:00:15] [Server thread/INFO]: [SavageCollectors] Author(s): [ProSavage, Rages]
1139[18:00:15] [Server thread/INFO]: [SavageCollectors] Description: A plugin that collects everything.
1140[18:00:15] [Server thread/INFO]: [SavageCollectors] ================================================
1141[18:00:16] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.1.4
1142[18:00:16] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
1143[18:00:16] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.25.3
1144[18:00:16] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
1145[18:00:16] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading sounds (config.yml), no sounds loaded
1146[18:00:16] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
1147[18:00:16] [Server thread/INFO]: [GUIPlus] Enabling GUIPlus v1.33
1148[18:00:16] [Server thread/INFO]: [PortalCommands] Enabling PortalCommands v2.1.2
1149[18:00:16] [Server thread/INFO]: [PortalCommands] Enabling listeners...
1150[18:00:16] [Server thread/INFO]: Running version converter. Converting necessary ConfiguationSections...
1151[18:00:17] [Server thread/INFO]: [ScLoad] Enabling ScLoad v0.1.4
1152[18:00:17] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
1153[18:00:17] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.11.0
1154[18:00:17] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
1155[18:00:17] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.24-SNAPSHOT (build 1605)
1156[18:00:17] [Server thread/INFO]: [Trading] Enabling Trading v3.2
1157[18:00:17] [Server thread/INFO]: [Trading] Trading has been enabled
1158[18:00:17] [Server thread/INFO]: [Trading] Vault and Economy have been found!
1159[18:00:17] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
1160[18:00:17] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
1161[18:00:17] [Server thread/ERROR]: [CitizensCMD] Plugin CitizensCMD v2.4 has failed to register events for class me.mattstudios.citizenscmd.listeners.NPCListener because net/citizensnpcs/api/event/NPCCloneEvent does not exist.
1162[18:00:17] [Server thread/INFO]: [CitizensCMD] Using English messages!
1163[18:00:17] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
1164[18:00:17] [Server thread/INFO]: [CitizensCMD] Using Vault!
1165[18:00:17] [Server thread/WARN]: [AutoSaveWorld] Plugin CitizensCMD attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=30224 in main server thread
1166[18:00:17] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v1.8.17
1167[18:00:17] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_8_R3
1168[18:00:17] [Server thread/WARN]: [AuctionHouse] This "retro" plugin only contains support for Spigot 1.8.8
1169[18:00:17] [Server thread/WARN]: [AuctionHouse] Some features may not be fully tested - use at your own risk!
1170[18:00:18] [Server thread/INFO]: [PrinterMode] Enabling PrinterMode v2.4.6
1171[18:00:18] [Server thread/INFO]: [PrinterMode] Checking configuration version...
1172[18:00:18] [Server thread/INFO]: [PrinterMode] config.yml is up-to-date.
1173[18:00:18] [Server thread/WARN]: [AutoSaveWorld] Plugin PrinterMode attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
1174[18:00:18] [Server thread/WARN]: [AutoSaveWorld] Plugin PrinterMode attempted to establish connection socket://api.directleaks.net:443 in main server thread
1175[18:00:18] [Server thread/WARN]: [AutoSaveWorld] Plugin PrinterMode attempted to establish connection https://api.directleaks.net/index.php?user_id=4048 in main server thread
1176[18:00:18] [Server thread/INFO]: [boosCooldowns] Enabling boosCooldowns v3.15.0
1177[18:00:18] [Server thread/INFO]: [boosCooldowns] version 3.15.0 by [LordBoos (boosik)] is enabled!
1178[18:00:18] [Server thread/INFO]: [boosCooldowns] found [Vault] searching for economy plugin.
1179[18:00:18] [Server thread/INFO]: [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
1180[18:00:18] [Server thread/INFO]: [boosCooldowns] [boosCooldowns] Hooked server version v1_8_R3
1181[18:00:18] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
1182[18:00:18] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
1183[18:00:18] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
1184[18:00:18] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
1185[18:00:18] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
1186[18:00:18] [Server thread/INFO]: Loaded 852 items from items.csv.
1187[18:00:18] [Server thread/INFO]: Using locale en
1188[18:00:18] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
1189[18:00:19] [User Authenticator #2/INFO]: bf3b3d9e-bc5a-4fff-958f-e511f6f1b178 (storm0chaser) is not using a VPN or Proxy.
1190[18:00:19] [User Authenticator #2/INFO]: UUID of player storm0chaser is bf3b3d9e-bc5a-4fff-958f-e511f6f1b178
1191[18:00:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
1192[18:00:19] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1193[18:00:19] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
1194[18:00:19] [Server thread/INFO]: [HLR] Enabling HLR v1.3.2
1195[18:00:19] [Server thread/INFO]: [HLR] HLR Version: 1.3.2 by despawningbone has been enabled!
1196[18:00:19] [Server thread/INFO]: [KitAdder] Enabling KitAdder v3
1197[18:00:19] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
1198[18:00:19] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.1.0
1199[18:00:19] [Server thread/WARN]: Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
1200[18:00:19] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
1201[18:00:19] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
1202[18:00:19] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
1203[18:00:19] [Server thread/INFO]: [CommandNPC] Initiating Database
1204[18:00:20] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
1205[18:00:20] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
1206[18:00:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
1207[18:00:20] [Server thread/INFO]: [CoinFlip] Enabling CoinFlip v1.0
1208[18:00:20] [Server thread/WARN]: [AutoSaveWorld] Plugin CoinFlip attempted to establish connection http://www.spigotmc.org/api/resource.php?user_id=111199&resource_id=23139once=999176382 in main server thread
1209[18:00:20] [Server thread/WARN]: [AutoSaveWorld] Plugin CoinFlip attempted to establish connection socket://www.spigotmc.org:80 in main server thread
1210[18:00:20] [Thread-37/INFO]: [CommandNPC] Loading commands complete!
1211[18:00:20] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.1.0
1212[18:00:20] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
1213[18:00:20] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.1.0
1214[18:00:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0
1215[18:00:20] [Server thread/INFO]: [ObsidianDestroyer] Enabling ObsidianDestroyer v4.4.14
1216[18:00:20] [Server thread/INFO]: [ObsidianDestroyer] Loading config File.
1217[18:00:20] [Server thread/INFO]: [ObsidianDestroyer] Factions hook for version 1.6.9.5-U0.5.8-b218 has been loaded!
1218[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'PORTAL'
1219[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'ENDER_PORTAL'
1220[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'WATER'
1221[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'STATIONARY_WATER'
1222[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'LAVA'
1223[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'STATIONARY_LAVA'
1224[18:00:20] [Server thread/WARN]: [ObsidianDestroyer] Non-Solid Material Type: Did not load 'SKULL'
1225[18:00:20] [Server thread/INFO]: [BeastCore] Enabling BeastCore v2.4.1.0-BETA
1226[18:00:20] [Server thread/WARN]: [AutoSaveWorld] Plugin BeastCore attempted to establish connection http://api.leakmania.com/backend/check_id in main server thread
1227[18:00:20] [Server thread/WARN]: [AutoSaveWorld] Plugin BeastCore attempted to establish connection socket://api.leakmania.com:80 in main server thread
1228[18:00:20] [Server thread/INFO]: [BeastCore] Main config created!!!
1229[18:00:20] [Server thread/INFO]: Vault economy hooked!
1230[18:00:20] [Server thread/INFO]: BeastCommons has hooked into FactionsUUID/SavageFactions/MagicalFactions!
1231[18:00:20] [Server thread/INFO]: [BeastCore] Secondary configs created!
1232[18:00:20] [Server thread/INFO]: [BeastCore] Data configs created!
1233[18:00:20] [Server thread/ERROR]: [BeastCore] Plugin BeastCore v2.4.1.0-BETA has failed to register events for class listener.SpawnerMineListener because de/dustplanet/silkspawners/events/SilkSpawnersSpawnerBreakEvent does not exist.
1234[18:00:20] [Server thread/INFO]: [BeastCore] Listeners registered!
1235[18:00:20] [Server thread/INFO]: [BeastCore] Simple GUIS created!
1236[18:00:20] [Server thread/INFO]: [BeastCore] Complex GUIS created!
1237[18:00:20] [Server thread/INFO]: [BeastCore] Jellylegs
1238[18:00:20] [Server thread/INFO]: [BeastCore] itemfilter
1239[18:00:20] [Server thread/INFO]: [BeastCore] Commands started!
1240[18:00:20] [Server thread/INFO]: [BeastCore] PlaceHolders registered!
1241[18:00:20] [Server thread/INFO]: [WildBuster] Enabling WildBuster v2.2.3
1242[18:00:20] [Server thread/INFO]: [WildBuster] ******** ENABLE START ********
1243[18:00:21] [Server thread/INFO]: [WildBuster] Loading configuration started...
1244[18:00:21] [Server thread/INFO]: [WildBuster] - Found 2 chunk-busters in config.yml.
1245[18:00:21] [Server thread/INFO]: [WildBuster] Loading configuration done (Took 6ms)
1246[18:00:21] [Server thread/INFO]: [WildBuster] Loading database started...
1247[18:00:21] [Server thread/INFO]: [WildBuster] - Found 0 player-busters in files.
1248[18:00:21] [Server thread/INFO]: [WildBuster] Loading database done (Took 0ms)
1249[18:00:21] [Server thread/INFO]: [WildBuster] Loading messages started...
1250[18:00:21] [Server thread/INFO]: [WildBuster] - Found 25 messages in lang.yml.
1251[18:00:21] [Server thread/INFO]: [WildBuster] Loading messages done (Took 10ms)
1252[18:00:21] [Server thread/WARN]: [AutoSaveWorld] Plugin WildBuster attempted to establish connection https://bg-software.com/versions.json in main server thread
1253[18:00:21] [Server thread/WARN]: [AutoSaveWorld] Plugin WildBuster attempted to establish connection socket://bg-software.com:443 in main server thread
1254[18:00:21] [Server thread/INFO]: [WildBuster]
1255[18:00:21] [Server thread/INFO]: [WildBuster] A new version is available (v2.3.1)!
1256[18:00:21] [Server thread/INFO]: [WildBuster] Version's description: "Optimizations, bug fixing & more!"
1257[18:00:21] [Server thread/INFO]: [WildBuster]
1258[18:00:21] [Server thread/INFO]: [WildBuster] ******** ENABLE DONE ********
1259[18:00:21] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.3
1260[18:00:21] [Server thread/WARN]: [NoFlyZone] Could not hook into WorldGuard! Disabling NoFlyZone!
1261[18:00:21] [Server thread/INFO]: [NoFlyZone] Disabling NoFlyZone v1.3
1262[18:00:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
1263[18:00:21] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1264[18:00:21] [Server thread/INFO]: [HolographicPlaceholders] Enabling HolographicPlaceholders v2.0.1 Beta
1265[18:00:21] [Server thread/INFO]: ==================[ Starting ]==================
1266[18:00:21] [Server thread/INFO]: [HPE] Enabled: PlaceholderAPI
1267[18:00:21] [Server thread/INFO]: [HPE] Enabled: BalTop
1268[18:00:21] [Server thread/INFO]: [HPE] Enabled: ProtocolLib
1269[18:00:21] [Server thread/INFO]: =================[ Done: 44ms ]=================
1270[18:00:21] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.7
1271[18:00:21] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.7
1272[18:00:21] [Server thread/INFO]: [HolographicExtension] Registering animation example from config.
1273[18:00:21] [Server thread/INFO]: [HolographicExtension] Registering animation scroller from config.
1274[18:00:21] [Server thread/INFO]: [HolographicExtension] Registering animation typing from config.
1275[18:00:21] [Server thread/INFO]: [HolographicExtension] Registering animation rainbow from config.
1276[18:00:21] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
1277[18:00:21] [Thread-38/INFO]: [HolographicExtension] A new update is available for download at https://www.spigotmc.org/resources/holographicextension.18461/
1278[18:00:21] [Server thread/INFO]: CratesPlus Version 4.5.1
1279[18:00:21] [Server thread/INFO]: HolographicDisplays was found, hooking in!
1280[18:00:21] [Server thread/INFO]: [WildTools] Enabling WildTools v2.6.0
1281[18:00:21] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection http://api.leakmania.com/backend/check_id in main server thread
1282[18:00:22] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection socket://api.leakmania.com:80 in main server thread
1283[18:00:22] [Server thread/INFO]: [WildTools] ******** ENABLE START ********
1284[18:00:22] [Server thread/INFO]: [WildTools] Loading configuration started...
1285[18:00:22] [Server thread/INFO]: [WildTools] - Found 8 tools in config.yml.
1286[18:00:22] [Server thread/INFO]: [WildTools] Loading configuration done (Took 133ms)
1287[18:00:22] [Server thread/INFO]: [WildTools] Loading messages started...
1288[18:00:22] [Server thread/INFO]: [WildTools] - Found 0 messages in lang.yml.
1289[18:00:22] [Server thread/INFO]: [WildTools] Loading messages done (Took 21ms)
1290[18:00:22] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection http://wildseries.xyz/versions.json in main server thread
1291[18:00:22] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection socket://wildseries.xyz:80 in main server thread
1292[18:00:23] [User Authenticator #3/INFO]: bf3b3d9e-bc5a-4fff-958f-e511f6f1b178 (storm0chaser) is not using a VPN or Proxy.
1293[18:00:23] [User Authenticator #3/INFO]: UUID of player storm0chaser is bf3b3d9e-bc5a-4fff-958f-e511f6f1b178
1294[18:00:23] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection http://ww1.wildseries.xyz/?sub1=78a22560-5d70-11ea-8fd2-c72cfaa73369 in main server thread
1295[18:00:23] [Server thread/WARN]: [AutoSaveWorld] Plugin WildTools attempted to establish connection socket://ww1.wildseries.xyz:80 in main server thread
1296[18:00:23] [Server thread/INFO]: [WildTools] ******** ENABLE DONE ********
1297[18:00:23] [Server thread/INFO]: [FactionsTop] Enabling FactionsTop v1.2.1-SNAPSHOT
1298[18:00:23] [Server thread/INFO]: [FactionsTop] Essentials found, using as economy backend.
1299[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] FactionsTop added custom placeholder {factionstop_name:last}
1300[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] FactionsTop added custom placeholder {factionstop_name:1}
1301[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] FactionsTop added custom placeholder {factionstop_name:2}
1302[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] FactionsTop added custom placeholder {factionstop_name:3}
1303[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] FactionsTop added custom placeholder {factionstop_rank:player}
1304[18:00:23] [Server thread/INFO]: [FactionsTop] MVdWPlaceholderAPI found, added placeholders.
1305[18:00:23] [Server thread/INFO]: [FactionsTop] PlaceholderAPI found, added placeholders.
1306[18:00:23] [Server thread/INFO]: [FactionsTop] H2 forcefully loaded, a reboot may be required.
1307[18:00:23] [Server thread/ERROR]: Error occurred while enabling FactionsTop v1.2.1-SNAPSHOT (Is it up to date?)
1308java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:h2:./plugins/FactionsTop/database
1309 at net.novucs.ftop.shade.com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:88) ~[?:?]
1310 at net.novucs.ftop.shade.com.zaxxer.hikari.pool.PoolBase.initializeDataSource(PoolBase.java:298) ~[?:?]
1311 at net.novucs.ftop.shade.com.zaxxer.hikari.pool.PoolBase.<init>(PoolBase.java:91) ~[?:?]
1312 at net.novucs.ftop.shade.com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:101) ~[?:?]
1313 at net.novucs.ftop.shade.com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:71) ~[?:?]
1314 at net.novucs.ftop.manager.DatabaseManager.create(DatabaseManager.java:24) ~[?:?]
1315 at net.novucs.ftop.manager.DatabaseManager.create(DatabaseManager.java:19) ~[?:?]
1316 at net.novucs.ftop.FactionsTopPlugin.loadDatabase(FactionsTopPlugin.java:193) ~[?:?]
1317 at net.novucs.ftop.FactionsTopPlugin.onEnable(FactionsTopPlugin.java:140) ~[?:?]
1318 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1319 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1320 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1321 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1322 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1323 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1324 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1325 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1326 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1327 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1328 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1329Caused by: java.sql.SQLException: No suitable driver
1330 at java.sql.DriverManager.getDriver(DriverManager.java:315) ~[?:1.8.0_212]
1331 at net.novucs.ftop.shade.com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:81) ~[?:?]
1332 ... 19 more
1333[18:00:23] [Server thread/INFO]: [FactionsTop] Disabling FactionsTop v1.2.1-SNAPSHOT
1334[18:00:23] [Server thread/INFO]: [FactionsTop] Preparing shutdown...
1335[18:00:23] [Server thread/INFO]: [FactionsTop] Shutting down chunk worth task...
1336[18:00:23] [Server thread/INFO]: [FactionsTop] Saving everything to database...
1337[18:00:23] [Server thread/INFO]: [FactionsTop] Terminating plugin services...
1338[18:00:23] [Server thread/ERROR]: Error occurred while disabling FactionsTop v1.2.1-SNAPSHOT (Is it up to date?)
1339java.lang.NullPointerException
1340 at net.novucs.ftop.FactionsTopPlugin.onDisable(FactionsTopPlugin.java:178) ~[?:?]
1341 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1342 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:367) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1343 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1344 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1345 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1346 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1347 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1348 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1349 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1350 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1351 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1352 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1353[18:00:23] [Server thread/INFO]: [CustomBosses] Enabling CustomBosses v2.12.37
1354[18:00:23] [Server thread/INFO]: [CustomBosses] Using v1_8_R3 methods.
1355[18:00:23] [Server thread/INFO]: [CustomBosses] Loading all Placeholders (if enabled) and AutoSpawn sections.
1356[18:00:23] [Server thread/INFO]: [CustomBosses] -> Placeholder '{custombosses_1}' is now loaded and bound to AutoSpawn section: '1'!
1357[18:00:23] [Server thread/INFO]: [CustomBosses] -> Placeholder '{custombosses_1}' is now loaded and bound to AutoSpawn section: '1'!
1358[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] CustomBosses added custom placeholder {{custombosses_1}}
1359[18:00:23] [Server thread/INFO]: [CustomBosses] -> Placeholder '{custombosses_2}' is now loaded and bound to AutoSpawn section: '2'!
1360[18:00:23] [Server thread/INFO]: [CustomBosses] -> Placeholder '{custombosses_2}' is now loaded and bound to AutoSpawn section: '2'!
1361[18:00:23] [Server thread/INFO]: [MVdWPlaceholderAPI] CustomBosses added custom placeholder {{custombosses_2}}
1362[18:00:23] [Server thread/INFO]: [CustomBosses] MCUpdate has been successfully set up!
1363[18:00:23] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.11.6
1364[18:00:23] [Server thread/INFO]:
1365[18:00:23] [Server thread/INFO]: =============================
1366[18:00:23] [Server thread/INFO]: UltimateStacker 1.11.6 by Songoda <3!
1367[18:00:23] [Server thread/INFO]: Action: Enabling...
1368[18:00:23] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
1369[18:00:24] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.
1370[18:00:24] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
1371[18:00:24] [Server thread/INFO]: =============================
1372[18:00:24] [Server thread/INFO]:
1373[18:00:24] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
1374[18:00:25] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
1375[18:00:25] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
1376[18:00:25] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
1377[18:00:25] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
1378[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
1379[18:00:25] [Server thread/INFO]: [WorldGuard] (PvpArea) TNT ignition is PERMITTED.
1380[18:00:25] [Server thread/INFO]: [WorldGuard] (PvpArea) Lighters are PERMITTED.
1381[18:00:25] [Server thread/INFO]: [WorldGuard] (PvpArea) Lava fire is blocked.
1382[18:00:25] [Server thread/INFO]: [WorldGuard] (PvpArea) Fire spread is UNRESTRICTED.
1383[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvpArea'
1384[18:00:25] [Server thread/INFO]: [WorldGuard] (trailer) TNT ignition is PERMITTED.
1385[18:00:25] [Server thread/INFO]: [WorldGuard] (trailer) Lighters are PERMITTED.
1386[18:00:25] [Server thread/INFO]: [WorldGuard] (trailer) Lava fire is blocked.
1387[18:00:25] [Server thread/INFO]: [WorldGuard] (trailer) Fire spread is UNRESTRICTED.
1388[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'trailer'
1389[18:00:25] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
1390[18:00:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
1391[18:00:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
1392[18:00:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
1393[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
1394[18:00:25] [Server thread/INFO]: [WorldGuard] (starting) TNT ignition is PERMITTED.
1395[18:00:25] [Server thread/INFO]: [WorldGuard] (starting) Lighters are PERMITTED.
1396[18:00:25] [Server thread/INFO]: [WorldGuard] (starting) Lava fire is blocked.
1397[18:00:25] [Server thread/INFO]: [WorldGuard] (starting) Fire spread is UNRESTRICTED.
1398[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'starting'
1399[18:00:25] [Server thread/INFO]: [WorldGuard] (Void) TNT ignition is PERMITTED.
1400[18:00:25] [Server thread/INFO]: [WorldGuard] (Void) Lighters are PERMITTED.
1401[18:00:25] [Server thread/INFO]: [WorldGuard] (Void) Lava fire is blocked.
1402[18:00:25] [Server thread/INFO]: [WorldGuard] (Void) Fire spread is UNRESTRICTED.
1403[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Void'
1404[18:00:25] [Server thread/INFO]: [WorldGuard] (buildtest) TNT ignition is PERMITTED.
1405[18:00:25] [Server thread/INFO]: [WorldGuard] (buildtest) Lighters are PERMITTED.
1406[18:00:25] [Server thread/INFO]: [WorldGuard] (buildtest) Lava fire is blocked.
1407[18:00:25] [Server thread/INFO]: [WorldGuard] (buildtest) Fire spread is UNRESTRICTED.
1408[18:00:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildtest'
1409[18:00:25] [Server thread/INFO]: [WorldGuard] Loading region data...
1410[18:00:26] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.5.8-b218
1411[18:00:26] [Server thread/INFO]: [Factions] === Starting up! ===
1412[18:00:26] [Server thread/INFO]: [Factions]
1413[18:00:26] [Server thread/INFO]: [Factions] Factions UUID!
1414[18:00:26] [Server thread/INFO]: [Factions] Version 1.6.9.5-U0.5.8-b218
1415[18:00:26] [Server thread/INFO]: [Factions]
1416[18:00:26] [Server thread/INFO]: [Factions] Need support? https://factions.support/help/
1417[18:00:26] [Server thread/INFO]: [Factions]
1418[18:00:26] [Server thread/INFO]: [Factions] Detected Minecraft 1.8.8
1419[18:00:26] [Server thread/INFO]: [Factions]
1420[18:00:26] [Server thread/INFO]: [Factions] Server UUID c2a76c20-2020-4fac-afac-03e73ade68b1
1421[18:00:27] [Server thread/INFO]: [Factions] Using legacy support for materials
1422[18:00:27] [Server thread/INFO]: [Factions] Loaded 870 material mappings.
1423[18:00:27] [Server thread/INFO]: [Factions] Found and connected to Essentials
1424[18:00:27] [Server thread/INFO]: [Factions] Based on main.conf will delete Essentials player homes in their old faction when they leave
1425[18:00:27] [Server thread/INFO]: [Factions] Using Essentials for teleportation
1426[18:00:27] [Server thread/ERROR]: Error occurred while enabling Factions v1.6.9.5-U0.5.8-b218 (Is it up to date?)
1427java.lang.NullPointerException
1428 at com.massivecraft.factions.data.json.JSONFactions.loadCore(JSONFactions.java:88) ~[?:?]
1429 at com.massivecraft.factions.data.json.JSONFactions.load(JSONFactions.java:68) ~[?:?]
1430 at com.massivecraft.factions.FactionsPlugin.onEnable(FactionsPlugin.java:333) ~[?:?]
1431 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1432 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1433 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1434 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1435 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1436 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1437 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1438 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1439 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1440 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1441 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1442[18:00:27] [Server thread/INFO]: [Factions] Disabling Factions v1.6.9.5-U0.5.8-b218
1443[18:00:27] [Server thread/INFO]: [Factions] Disabled
1444[18:00:28] [Server thread/INFO]: [Duels] Enabling Duels v3.3.0
1445[18:00:28] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
1446[18:00:28] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_wins}
1447[18:00:28] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_losses}
1448[18:00:28] [Server thread/INFO]: [MVdWPlaceholderAPI] Duels added custom placeholder {duels_can_request}
1449[18:00:28] [Server thread/INFO]: [Duels] Successfully hooked into 'MVdWPlaceholderAPI'!
1450[18:00:28] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
1451[18:00:28] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
1452[18:00:28] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
1453[18:00:29] [Server thread/INFO]: [Duels] ArenaManager: Loaded 4 arena(s).
1454[18:00:29] [Server thread/INFO]: [Duels] KitManager: Loaded 3 kit(s).
1455[18:00:29] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using world's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
1456[18:00:29] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
1457[18:00:29] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s).
1458[18:00:29] [Server thread/INFO]: [FactionUUIDLogout] Enabling FactionUUIDLogout v1.3
1459[18:00:29] [Server thread/INFO]: [GenBucket] Enabling GenBucket v1.0.7
1460[18:00:29] [Server thread/INFO]: [GenBucket] Hooked into FactionsUUID/SavageFactions
1461[18:00:29] [Server thread/INFO]: [GenBucket] Hooked into WorldGuard 6
1462[18:00:29] [Server thread/INFO]: [GenBucket] Hooked into Minecraft 1.8-1.12
1463[18:00:29] [Server thread/INFO]: [ElapsedSandBot] Enabling ElapsedSandBot v2.11-SNAPSHOT
1464[18:00:29] [Server thread/ERROR]: [ElapsedSandBot] Plugin ElapsedSandBot v2.11-SNAPSHOT has failed to register events for class me.elapsed.plugin.sandbot.listeners.FactionListener because com/massivecraft/factions/event/FactionDisbandEvent does not exist.
1465[18:00:30] [Server thread/INFO]: Found 0 Sand Bot that have been loaded! It took [78ms]
1466[18:00:30] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.0.1-SNAPSHOT (build 327)
1467[18:00:30] [Server thread/INFO]: [Sentinel] Sentinel loading...
1468[18:00:30] [Server thread/WARN]: [Sentinel] Sentinel Configuration value 'random.spectral sound' is set to an invalid sound name. This is usually an ignorable issue.
1469[18:00:30] [Server thread/INFO]: [Sentinel] Sentinel loaded!
1470[18:00:30] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
1471[18:00:30] [Server thread/WARN]: java.lang.NoClassDefFoundError: com/massivecraft/factions/RelationParticipator
1472[18:00:30] [Server thread/WARN]: at org.mcmonkey.sentinel.SentinelPlugin.onEnable(SentinelPlugin.java:359)
1473[18:00:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1474[18:00:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
1475[18:00:30] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411)
1476[18:00:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352)
1477[18:00:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311)
1478[18:00:30] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428)
1479[18:00:30] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392)
1480[18:00:30] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347)
1481[18:00:30] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276)
1482[18:00:30] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594)
1483[18:00:30] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1484[18:00:30] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.RelationParticipator
1485[18:00:30] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
1486[18:00:30] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102)
1487[18:00:30] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87)
1488[18:00:30] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1489[18:00:30] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1490[18:00:30] [Server thread/WARN]: ... 12 more
1491[18:00:30] [Server thread/INFO]: [TAB] Enabling TAB v2.5.3
1492[18:00:30] [Server thread/INFO]: [TAB] Server version: 1.8.8 (v1_8_R3)
1493[18:00:30] [Server thread/INFO]: [TAB] Enabled in 136ms
1494[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Enabling CrazyEnvoy v1.3.9-RELEASE
1495[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loading the Config.yml
1496[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Config.yml
1497[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loading the Messages.yml
1498[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Messages.yml
1499[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loading the Data.yml
1500[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Successfully loaded Data.yml
1501[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loading custom files.
1502[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/Titan.yml.
1503[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/Lucky.yml.
1504[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loaded new custom file: /Tiers/Basic.yml.
1505[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Finished loading custom files.
1506[18:00:30] [User Authenticator #4/INFO]: bf3b3d9e-bc5a-4fff-958f-e511f6f1b178 (storm0chaser) is not using a VPN or Proxy.
1507[18:00:30] [User Authenticator #4/INFO]: UUID of player storm0chaser is bf3b3d9e-bc5a-4fff-958f-e511f6f1b178
1508[18:00:30] [Server thread/INFO]: [CrazyEnvoy] Loaded HolographicDisplays hologram hook.
1509[18:00:30] [Server thread/WARN]: [AutoSaveWorld] Plugin CrazyEnvoy attempted to establish connection http://www.spigotmc.org/api/general.php in main server thread
1510[18:00:30] [Server thread/WARN]: [AutoSaveWorld] Plugin CrazyEnvoy attempted to establish connection socket://www.spigotmc.org:80 in main server thread
1511[18:00:30] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_cooldown}
1512[18:00:30] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_time_left}
1513[18:00:30] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyEnvoy added custom placeholder {crazyenvoy_crates_left}
1514[18:00:31] [Server thread/INFO]: [DeluxeCombat] Enabling DeluxeCombat v1.15.2
1515[18:00:31] [Server thread/WARN]: [AutoSaveWorld] Plugin DeluxeCombat attempted to establish connection https://pastebin.com/raw/ztvcdY2i in main server thread
1516[18:00:31] [Server thread/WARN]: [AutoSaveWorld] Plugin DeluxeCombat attempted to establish connection socket://pastebin.com:443 in main server thread
1517[18:00:31] [Server thread/INFO]: [DeluxeCombat] Connecting to MySQL Server ...
1518[18:00:31] [Server thread/WARN]: [AutoSaveWorld] Plugin DeluxeCombat attempted to establish connection socket://78.46.68.140:3306 in main server thread
1519[18:00:31] [Server thread/WARN]: [DeluxeCombat] Something went wrong while connecting to MySQL Server. Check your username, password, database, host, port in the config.yml!
1520[18:00:31] [Server thread/INFO]: [DeluxeCombat] Disabling DeluxeCombat v1.15.2
1521[18:00:31] [Server thread/ERROR]: Error occurred while disabling DeluxeCombat v1.15.2 (Is it up to date?)
1522java.lang.NullPointerException
1523 at nl.marido.deluxecombat.DeluxeCombat.onDisable(DeluxeCombat.java:211) ~[?:?]
1524 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1525 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:367) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1526 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:430) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1527 at nl.marido.deluxecombat.storage.MySQL.openConnection(MySQL.java:86) [DeluxeCombat%20v.1.15.2.jar:?]
1528 at nl.marido.deluxecombat.storage.MySQL.<init>(MySQL.java:57) [DeluxeCombat%20v.1.15.2.jar:?]
1529 at nl.marido.deluxecombat.DeluxeCombat.setupSQL(DeluxeCombat.java:508) [DeluxeCombat%20v.1.15.2.jar:?]
1530 at nl.marido.deluxecombat.DeluxeCombat.onEnable(DeluxeCombat.java:131) [DeluxeCombat%20v.1.15.2.jar:?]
1531 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1532 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1533 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1534 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1535 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1536 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1537 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1538 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1539 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1540 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1541 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1542[18:00:31] [Server thread/ERROR]: Error occurred while enabling DeluxeCombat v1.15.2 (Is it up to date?)
1543org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
1544 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:420) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1545 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:161) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1546 at nl.marido.deluxecombat.storage.Queries.refreshConnection(Queries.java:69) ~[?:?]
1547 at nl.marido.deluxecombat.storage.Queries.<init>(Queries.java:50) ~[?:?]
1548 at nl.marido.deluxecombat.DeluxeCombat.onEnable(DeluxeCombat.java:132) ~[?:?]
1549 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1550 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1551 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1552 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1553 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1554 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1555 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1556 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1557 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1558 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1559 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1560[18:00:31] [Server thread/INFO]: [ChatItem] Enabling ChatItem v1.3.6.4
1561[18:00:31] [Server thread/INFO]: [AntiJigsaw] Enabling AntiJigsaw v1.05
1562[18:00:31] [Server thread/INFO]: [BPS-Premium] Enabling BPS-Premium v9.7.6
1563[18:00:32] [Server thread/INFO]: [BPS-Premium] Successfully enabled v9.7.6
1564[18:00:32] [Server thread/INFO]: --------------------------------------------------------------------------------------
1565[18:00:32] [Server thread/INFO]: Developed by Ruben_Artz
1566[18:00:32] [Server thread/INFO]: [BPS-Premium] Version: 9.7.6
1567[18:00:32] [Server thread/INFO]: [BPS-Premium] Uploading files...
1568[18:00:32] [Server thread/INFO]: BPS-Premium - config.yml
1569[18:00:32] [Server thread/INFO]: BPS-Premium - Fireworks.yml
1570[18:00:32] [Server thread/INFO]: BPS-Premium - Swear.yml
1571[18:00:32] [Server thread/INFO]: BPS-Premium - Security.yml
1572[18:00:32] [Server thread/INFO]: BPS-Premium - GUI.yml
1573[18:00:32] [Server thread/INFO]: BPS-Premium - lang_en.yml
1574[18:00:32] [Server thread/INFO]: BPS-Premium - lang_es.yml
1575[18:00:32] [Server thread/INFO]: BPS-Premium - lang_fr.yml
1576[18:00:32] [Server thread/INFO]: BPS-Premium - lang_ch.yml
1577[18:00:32] [Server thread/WARN]: [AutoSaveWorld] Plugin BPS-Premium attempted to establish connection socket://78.46.68.140:3306 in main server thread
1578[18:00:32] [Server thread/INFO]: [BPS-Premium] ** ERROR **
1579[18:00:32] [Server thread/INFO]: [BPS-Premium]
1580[18:00:32] [Server thread/INFO]: [BPS-Premium] - You have not connected to the database
1581[18:00:32] [Server thread/INFO]: [BPS-Premium] - Error Code: 495
1582[18:00:32] [Server thread/INFO]: [BPS-Premium] - https://discordapp.com/invite/dENGK9q
1583[18:00:32] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'u1452_s4CpHxPn1L'@'static.224.206.130.94.clients.your-server.de' (using password: YES)
1584[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
1585[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
1586[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
1587[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
1588[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
1589[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
1590[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
1591[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
1592[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
1593[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
1594[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
1595[18:00:32] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1596[18:00:32] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1597[18:00:32] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1598[18:00:32] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1599[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
1600[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
1601[18:00:32] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
1602[18:00:32] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
1603[18:00:32] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
1604[18:00:32] [Server thread/WARN]: at ruben_artz.bukkit.MySQL.BPSMySQL.<init>(BPSMySQL.java:36)
1605[18:00:32] [Server thread/WARN]: at ruben_artz.bukkit.bps.BPSMain.initDatabase(BPSMain.java:111)
1606[18:00:32] [Server thread/WARN]: at ruben_artz.bukkit.bps.BPSMain.getMessages(BPSMain.java:488)
1607[18:00:32] [Server thread/WARN]: at ruben_artz.bukkit.bps.BPSMain.onEnable(BPSMain.java:89)
1608[18:00:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
1609[18:00:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339)
1610[18:00:32] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411)
1611[18:00:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352)
1612[18:00:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311)
1613[18:00:32] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428)
1614[18:00:32] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392)
1615[18:00:32] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347)
1616[18:00:32] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276)
1617[18:00:32] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594)
1618[18:00:32] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1619[18:00:32] [Server thread/INFO]: [BPS-Premium] ProtocolLib found correctly.
1620[18:00:32] [Server thread/INFO]: [BPS-Premium] PlaceholderAPI found correctly.
1621[18:00:32] [Server thread/INFO]: --------------------------------------------------------------------------------------
1622[18:00:32] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
1623[18:00:32] [Server thread/INFO]: [LiteBans] Using default database drivers.
1624[18:00:32] [pool-8-thread-3/INFO]: [LiteBans] Cracked by Coolman
1625[18:00:32] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.cj.jdbc.Driver)
1626[18:00:32] [Server thread/INFO]: [LiteBans] Connecting to database...
1627[18:00:33] [Server thread/WARN]: [AutoSaveWorld] Plugin LiteBans attempted to establish connection socket://78.46.68.140:3306 in main server thread
1628[18:00:33] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://78.46.68.140:3306/s1452_storage;useSSL=false&serverTimezone=UTC] (304 ms).
1629[18:00:33] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
1630[18:00:33] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 93f723f3196541f78c16c8b7620deb9b <1>
1631[18:00:33] [Server thread/INFO]: [LiteBans] Database connection fully initialized (372.2 ms).
1632[18:00:33] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 810 ms.
1633[18:00:33] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
1634[18:00:33] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_isvanished}
1635[18:00:33] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_vanishedplayers}
1636[18:00:33] [Server thread/INFO]: [MVdWPlaceholderAPI] SuperVanish added custom placeholder {supervanish_playercount}
1637[18:00:33] [Server thread/INFO]: [SuperVanish] Hooked into MVdWPlaceholderAPI
1638[18:00:33] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
1639[18:00:33] [Server thread/INFO]: [SuperVanish] Hooked into SuperTrails
1640[18:00:33] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
1641[18:00:33] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
1642[18:00:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1643[18:00:34] [Server thread/INFO]: Done (47.797s)! For help, type "help" or "?"
1644[18:00:34] [Server thread/INFO]: Starting GS4 status listener
1645[18:00:34] [Server thread/INFO]: Starting StellarSpigot TNT Optimizations
1646[18:00:34] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
1647[18:00:34] [Server thread/INFO]: Starting StellarSpigot Redstone Optimizations
1648[18:00:35] [Server thread/INFO]: Starting StellarSpigot TNT Optimizations
1649[18:00:35] [Server thread/INFO]: --------------------------------------------
1650[18:00:35] [Server thread/INFO]:
1651[18:00:35] [Server thread/INFO]: STARTING STELLARSPIGOT TNT CALCULATIONS...
1652[18:00:35] [Server thread/INFO]:
1653[18:00:35] [Server thread/INFO]: -------------------------------------------
1654[18:00:35] [Server thread/INFO]: Progress [1/10]
1655[18:00:35] [Server thread/INFO]: Progress [2/10]
1656[18:00:35] [Server thread/INFO]: Progress [3/10]
1657[18:00:35] [Server thread/INFO]: Progress [4/10]
1658[18:00:35] [Server thread/INFO]: Progress [5/10]
1659[18:00:35] [Server thread/INFO]: Progress [6/10]
1660[18:00:36] [Server thread/INFO]: Progress [7/10]
1661[18:00:36] [Server thread/INFO]: Progress [8/10]
1662[18:00:36] [Server thread/INFO]: Progress [9/10]
1663[18:00:37] [Server thread/INFO]: Progress [10/10]
1664[18:00:37] [Server thread/INFO]: --------------------------------------------
1665[18:00:37] [Server thread/INFO]:
1666[18:00:37] [Server thread/INFO]: FINISHED!
1667[18:00:37] [Server thread/INFO]: (Players may now join)
1668[18:00:37] [Server thread/INFO]:
1669[18:00:37] [Server thread/INFO]: -------------------------------------------
1670[18:00:37] [Server thread/INFO]: StellarSpigot TNT Optimizations Completed
1671[18:00:37] [Server thread/INFO]: Started StellarSpigot TPS Tracker
1672[18:00:37] [Server thread/INFO]: Starting Armor Events
1673[18:00:37] [Server thread/INFO]: > Armor Event Done
1674[18:00:37] [Server thread/INFO]: Starting Mob Stacker
1675[18:00:37] [Server thread/INFO]: > Mob Stacker Done
1676[18:00:37] [Server thread/INFO]: Timings Reset
1677[18:00:37] [Craft Scheduler Thread - 6/INFO]: ****** KillStats ******
1678[18:00:37] [Craft Scheduler Thread - 6/INFO]: All files up to date. Enjoy!
1679[18:00:37] [Craft Scheduler Thread - 6/INFO]: ***********************
1680[18:00:37] [Server thread/INFO]: [WildTools] Loading providers started...
1681[18:00:37] [Server thread/INFO]: [WildTools] - Using v1_8_R3 adapter.
1682[18:00:37] [Server thread/INFO]: [WildTools] - Using ShopGUIPlus as PricesProvider.
1683[18:00:37] [Server thread/INFO]: [WildTools] - Couldn't find any factions providers, using default one.
1684[18:00:37] [Server thread/INFO]: [WildTools] Loading providers done (Took 11ms)
1685[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'mines' was in the world 'snow' but it wasn't loaded.
1686[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'dornak' was in the world 'snow' but it wasn't loaded.
1687[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'slavemines2' was in the world 'snow' but it wasn't loaded.
1688[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'maze' was in the world '-flat' but it wasn't loaded.
1689[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'moboutpost' was in the world 'Things' but it wasn't loaded.
1690[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'cropoutpost' was in the world 'Things' but it wasn't loaded.
1691[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'waysign1' was in the world 'Things' but it wasn't loaded.
1692[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'waysign2' was in the world 'Things' but it wasn't loaded.
1693[18:00:37] [Server thread/WARN]: [HolographicDisplays] Hologram 'mineroutpost' was in the world 'Things' but it wasn't loaded.
1694[18:00:37] [Craft Scheduler Thread - 6/INFO]: [SUCCESS] PunishmentGUI is up to date!
1695[18:00:37] [Server thread/INFO]: [Banknotes] Found economy provider Vault
1696[18:00:37] [Server thread/INFO]: [WildBuster] Loading providers started...
1697[18:00:37] [Server thread/INFO]: [WildBuster] - Using v1_8_R3 adapter.
1698[18:00:37] [Server thread/INFO]: [WildBuster] - Couldn't find any factions providers, using default one.
1699[18:00:37] [Server thread/INFO]: [WildBuster] - Using WorldGuard as BlockBreakProvider.
1700[18:00:37] [Server thread/INFO]: [WildBuster] Loading providers done (Took 30ms)
1701[18:00:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
1702[18:00:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
1703[18:00:38] [Craft Scheduler Thread - 2/WARN]: [CustomBosses] MassiveStats was unable to communicate with its API endpoint.
1704[18:00:39] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
1705[18:00:39] [Server thread/WARN]: [AutoSaveWorld] Plugin AutoRestart attempted to establish connection https://gitlab.com/dennislysenko/AutoRestart-v3/raw/master/plugin.yml in main server thread
1706[18:00:39] [Server thread/WARN]: [AutoSaveWorld] Plugin AutoRestart attempted to establish connection socket://gitlab.com:443 in main server thread
1707[18:00:39] [Server thread/INFO]: [AutoRestart] There is a new version of AutoRestart! Go get it now! Latest version: v4.0.0
1708[18:00:39] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1709[18:00:39] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
1710[18:00:39] [Server thread/INFO]: Loading SilkSpawners v1.6!
1711[18:00:39] [Server thread/INFO]: Loaded SilkSpawners v1.6!
1712[18:00:39] [Server thread/WARN]: [AutoSaveWorld] Plugin AgarthaLib attempted to establish connection https://pastebin.com/raw/8xp3SRnF in main server thread
1713[18:00:39] [Server thread/WARN]: [AutoSaveWorld] Plugin AgarthaLib attempted to establish connection socket://pastebin.com:443 in main server thread
1714[18:00:39] [Craft Scheduler Thread - 3/INFO]: [Duels] No updates were available. You are on the latest version!
1715[18:00:39] [Server thread/INFO]: [MVdWPlaceholderAPI] AgarthaLib added custom placeholder {agarthalib_*}
1716[18:00:39] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support!
1717[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded 11 main menu items!
1718[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Invalid shop size (Raiding)! Valid values are 9, 18, 27, 36, 45 and 54.
1719[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Raiding' with 19 items.
1720[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'potions' with 11 items.
1721[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'MobDrops' with 11 items.
1722[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 1 (shops.yml), item not loaded: Invalid or no material name specified
1723[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 2 (shops.yml), item not loaded: Invalid or no material name specified
1724[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 3 (shops.yml), item not loaded: Invalid or no material name specified
1725[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 4 (shops.yml), item not loaded: Invalid or no material name specified
1726[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 5 (shops.yml), item not loaded: Invalid or no material name specified
1727[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 6 (shops.yml), item not loaded: Invalid or no material name specified
1728[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 7 (shops.yml), item not loaded: Invalid or no material name specified
1729[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 8 (shops.yml), item not loaded: Invalid or no material name specified
1730[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 9 (shops.yml), item not loaded: Invalid or no material name specified
1731[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 10 (shops.yml), item not loaded: Invalid or no material name specified
1732[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 11 (shops.yml), item not loaded: Invalid or no material name specified
1733[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 12 (shops.yml), item not loaded: Invalid or no material name specified
1734[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 13 (shops.yml), item not loaded: Invalid or no material name specified
1735[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 14 (shops.yml), item not loaded: Invalid or no material name specified
1736[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 15 (shops.yml), item not loaded: Invalid or no material name specified
1737[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 16 (shops.yml), item not loaded: Invalid or no material name specified
1738[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 17 (shops.yml), item not loaded: Invalid or no material name specified
1739[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 18 (shops.yml), item not loaded: Invalid or no material name specified
1740[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 19 (shops.yml), item not loaded: Invalid or no material name specified
1741[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 20 (shops.yml), item not loaded: Invalid or no material name specified
1742[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 21 (shops.yml), item not loaded: Invalid or no material name specified
1743[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 22 (shops.yml), item not loaded: Invalid or no material name specified
1744[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 23 (shops.yml), item not loaded: Invalid or no material name specified
1745[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 24 (shops.yml), item not loaded: Invalid or no material name specified
1746[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 25 (shops.yml), item not loaded: Invalid or no material name specified
1747[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 26 (shops.yml), item not loaded: Invalid or no material name specified
1748[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 27 (shops.yml), item not loaded: Invalid or no material name specified
1749[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 28 (shops.yml), item not loaded: Invalid or no material name specified
1750[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading misc > 29 (shops.yml), item not loaded: Invalid or no material name specified
1751[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Invalid or missing item type specified for item misc > 30 (shops.yml), item not loaded
1752[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'misc' with 0 items.
1753[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Other' with 2 items.
1754[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 1 (shops.yml), item not loaded: Invalid or no material name specified
1755[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 2 (shops.yml), item not loaded: Invalid or no material name specified
1756[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 3 (shops.yml), item not loaded: Invalid or no material name specified
1757[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 4 (shops.yml), item not loaded: Invalid or no material name specified
1758[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 6 (shops.yml), item not loaded: Invalid or no material name specified
1759[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 7 (shops.yml), item not loaded: Invalid or no material name specified
1760[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 8 (shops.yml), item not loaded: Invalid or no material name specified
1761[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 9 (shops.yml), item not loaded: Invalid or no material name specified
1762[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 10 (shops.yml), item not loaded: Invalid or no material name specified
1763[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 11 (shops.yml), item not loaded: Invalid or no material name specified
1764[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 12 (shops.yml), item not loaded: Invalid or no material name specified
1765[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 13 (shops.yml), item not loaded: Invalid or no material name specified
1766[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 14 (shops.yml), item not loaded: Invalid or no material name specified
1767[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 15 (shops.yml), item not loaded: Invalid or no material name specified
1768[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 16 (shops.yml), item not loaded: Invalid or no material name specified
1769[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 17 (shops.yml), item not loaded: Invalid or no material name specified
1770[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 18 (shops.yml), item not loaded: Invalid or no material name specified
1771[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 19 (shops.yml), item not loaded: Invalid or no material name specified
1772[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 20 (shops.yml), item not loaded: Invalid or no material name specified
1773[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 21 (shops.yml), item not loaded: Invalid or no material name specified
1774[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 22 (shops.yml), item not loaded: Invalid or no material name specified
1775[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 23 (shops.yml), item not loaded: Invalid or no material name specified
1776[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 24 (shops.yml), item not loaded: Invalid or no material name specified
1777[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 25 (shops.yml), item not loaded: Invalid or no material name specified
1778[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 26 (shops.yml), item not loaded: Invalid or no material name specified
1779[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 27 (shops.yml), item not loaded: Invalid or no material name specified
1780[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 28 (shops.yml), item not loaded: Invalid or no material name specified
1781[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 29 (shops.yml), item not loaded: Invalid or no material name specified
1782[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 30 (shops.yml), item not loaded: Invalid or no material name specified
1783[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 31 (shops.yml), item not loaded: Invalid or no material name specified
1784[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 32 (shops.yml), item not loaded: Invalid or no material name specified
1785[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 33 (shops.yml), item not loaded: Invalid or no material name specified
1786[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 34 (shops.yml), item not loaded: Invalid or no material name specified
1787[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 35 (shops.yml), item not loaded: Invalid or no material name specified
1788[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 36 (shops.yml), item not loaded: Invalid or no material name specified
1789[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading redstone > 37 (shops.yml), item not loaded: Invalid or no material name specified
1790[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'redstone' with 0 items.
1791[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading blocks > 22 (shops.yml), item not loaded: Invalid or no material name specified
1792[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 27 items.
1793[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 17 (shops.yml), item not loaded: Invalid or no material name specified
1794[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 18 (shops.yml), item not loaded: Invalid or no material name specified
1795[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 19 (shops.yml), item not loaded: Invalid or no material name specified
1796[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 20 (shops.yml), item not loaded: Invalid or no material name specified
1797[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 21 (shops.yml), item not loaded: Invalid or no material name specified
1798[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 22 (shops.yml), item not loaded: Invalid or no material name specified
1799[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 23 (shops.yml), item not loaded: Invalid or no material name specified
1800[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 24 (shops.yml), item not loaded: Invalid or no material name specified
1801[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 25 (shops.yml), item not loaded: Invalid or no material name specified
1802[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 26 (shops.yml), item not loaded: Invalid or no material name specified
1803[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 27 (shops.yml), item not loaded: Invalid or no material name specified
1804[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 28 (shops.yml), item not loaded: Invalid or no material name specified
1805[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 29 (shops.yml), item not loaded: Invalid or no material name specified
1806[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 30 (shops.yml), item not loaded: Invalid or no material name specified
1807[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 31 (shops.yml), item not loaded: Invalid or no material name specified
1808[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading Decorations > 32 (shops.yml), item not loaded: Invalid or no material name specified
1809[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Decorations' with 48 items.
1810[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'spawn' with 10 items.
1811[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Ores' with 13 items.
1812[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Farm' with 8 items.
1813[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 11 (shops.yml), item not loaded: Invalid or no material name specified
1814[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 14 (shops.yml), item not loaded: Invalid or no material name specified
1815[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 15 (shops.yml), item not loaded: Invalid or no material name specified
1816[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 16 (shops.yml), item not loaded: Invalid or no material name specified
1817[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 17 (shops.yml), item not loaded: Invalid or no material name specified
1818[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 18 (shops.yml), item not loaded: Invalid or no material name specified
1819[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 19 (shops.yml), item not loaded: Invalid or no material name specified
1820[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 20 (shops.yml), item not loaded: Invalid or no material name specified
1821[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 21 (shops.yml), item not loaded: Invalid or no material name specified
1822[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 22 (shops.yml), item not loaded: Invalid or no material name specified
1823[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 23 (shops.yml), item not loaded: Invalid or no material name specified
1824[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 24 (shops.yml), item not loaded: Invalid or no material name specified
1825[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 25 (shops.yml), item not loaded: Invalid or no material name specified
1826[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 26 (shops.yml), item not loaded: Invalid or no material name specified
1827[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 27 (shops.yml), item not loaded: Invalid or no material name specified
1828[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 28 (shops.yml), item not loaded: Invalid or no material name specified
1829[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 29 (shops.yml), item not loaded: Invalid or no material name specified
1830[18:00:40] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading material > 33 (shops.yml), item not loaded: Invalid or no material name specified
1831[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'material' with 18 items.
1832[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'Food' with 9 items.
1833[18:00:40] [Server thread/INFO]: [ShopGUIPlus] Loaded 13 shops with total of 176 items!
1834[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
1835org.bukkit.event.EventException
1836 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1837 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1838 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1839 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1840 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1841 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1842 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1843 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
1844 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
1845 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
1846 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
1847 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1848 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1849 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1850 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1851 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1852 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1853 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1854Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
1855 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1856 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1857 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1858 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1859 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1860 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1861 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1862 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1863 ... 17 more
1864Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.FLocation
1865 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
1866 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1867 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1868 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
1869 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
1870 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1871 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1872 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1873 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1874 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1875 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1876 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1877 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1878 ... 17 more
1879[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
1880org.bukkit.event.EventException
1881 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1882 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1883 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1884 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1885 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1886 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1887 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1888 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
1889 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
1890 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
1891 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
1892 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1893 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1894 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1895 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1896 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1897 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1898 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1899Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
1900 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1901 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1902 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1903 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1904 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1905 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1906 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1907 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1908 ... 17 more
1909[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
1910org.bukkit.event.EventException
1911 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1912 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1913 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1914 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1915 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1916 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1917 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1918 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
1919 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
1920 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
1921 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
1922 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1923 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1924 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1925 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1926 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1927 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1928 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1929Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
1930 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1931 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1932 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1933 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1934 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1935 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1936 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1937 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1938 ... 17 more
1939[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
1940org.bukkit.event.EventException
1941 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1942 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1943 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1944 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1945 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1946 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1947 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1948 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
1949 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
1950 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
1951 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
1952 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1953 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1954 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1955 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1956 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1957 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1958 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1959Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
1960 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1961 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1962 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1963 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1964 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1965 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1966 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1967 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1968 ... 17 more
1969[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
1970org.bukkit.event.EventException
1971 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1972 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1973 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1974 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1975 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1976 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1977 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1978 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
1979 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
1980 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
1981 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
1982 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1983 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1984 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1985 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1986 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1987 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
1988 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1989Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
1990 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
1991 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
1992 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
1993 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1994 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1995 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1996 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1997 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
1998 ... 17 more
1999[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2000org.bukkit.event.EventException
2001 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2002 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2003 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2004 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2005 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2006 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2007 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2008 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2009 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2010 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2011 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2012 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2013 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2014 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2015 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2016 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2017 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2018 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2019Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2020 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2021 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2022 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2023 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2024 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2025 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2026 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2027 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2028 ... 17 more
2029[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2030org.bukkit.event.EventException
2031 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2032 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2033 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2034 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2035 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2036 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2037 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2038 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2039 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2040 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2041 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2042 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2043 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2044 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2045 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2046 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2047 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2048 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2049Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2050 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2051 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2052 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2053 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2054 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2055 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2056 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2057 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2058 ... 17 more
2059[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2060org.bukkit.event.EventException
2061 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2062 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2063 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2064 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2065 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2066 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2067 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2068 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2069 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2070 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2071 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2072 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2073 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2074 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2075 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2076 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2077 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2078 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2079Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2080 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2081 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2082 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2083 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2084 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2085 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2086 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2087 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2088 ... 17 more
2089[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2090org.bukkit.event.EventException
2091 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2092 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2093 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2094 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2095 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2096 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2097 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2098 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2099 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2100 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2101 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2102 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2103 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2104 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2105 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2106 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2107 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2108 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2109Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2110 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2111 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2112 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2113 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2114 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2115 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2116 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2117 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2118 ... 17 more
2119[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2120org.bukkit.event.EventException
2121 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2122 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2123 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2124 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2125 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2126 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2127 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2128 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2129 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2130 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2131 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2132 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2133 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2134 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2135 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2136 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2137 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2138 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2139Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2140 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2141 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2142 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2143 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2144 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2145 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2146 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2147 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2148 ... 17 more
2149[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2150org.bukkit.event.EventException
2151 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2152 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2153 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2154 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2155 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2156 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2157 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2158 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2159 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2160 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2161 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2162 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2163 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2164 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2165 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2166 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2167 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2168 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2169Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2170 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2171 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2172 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2173 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2174 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2175 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2176 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2177 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2178 ... 17 more
2179[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2180org.bukkit.event.EventException
2181 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2182 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2183 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2184 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2185 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2186 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2187 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2188 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2189 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2190 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2191 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2192 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2193 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2194 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2195 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2196 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2197 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2198 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2199Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2200 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2201 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2202 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2203 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2204 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2205 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2206 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2207 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2208 ... 17 more
2209[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2210org.bukkit.event.EventException
2211 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2212 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2213 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2214 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2215 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2216 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2217 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2218 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2219 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2220 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2221 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2222 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2223 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2224 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2225 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2226 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2227 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2228 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2229Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2230 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2231 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2232 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2233 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2234 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2235 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2236 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2237 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2238 ... 17 more
2239[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2240org.bukkit.event.EventException
2241 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2242 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2243 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2244 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2245 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2246 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2247 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2248 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2249 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2250 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2251 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2252 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2253 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2254 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2255 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2256 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2257 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2258 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2259Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2260 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2261 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2262 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2263 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2264 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2265 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2266 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2267 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2268 ... 17 more
2269[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2270org.bukkit.event.EventException
2271 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2272 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2273 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2274 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2275 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2276 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2277 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2278 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2279 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2280 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2281 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2282 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2283 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2284 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2285 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2286 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2287 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2288 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2289Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2290 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2291 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2292 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2293 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2294 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2295 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2296 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2297 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2298 ... 17 more
2299[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2300org.bukkit.event.EventException
2301 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2302 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2303 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2304 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2305 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2306 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2307 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2308 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2309 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2310 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2311 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2312 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2313 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2314 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2315 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2316 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2317 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2318 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2319Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2320 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2321 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2322 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2323 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2324 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2325 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2326 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2327 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2328 ... 17 more
2329[18:00:40] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2330org.bukkit.event.EventException
2331 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2332 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2333 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2334 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2335 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2336 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2337 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2338 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2339 at net.citizensnpcs.npc.CitizensNPC.load(CitizensNPC.java:143) [Citizens.jar:?]
2340 at net.citizensnpcs.api.npc.SimpleNPCDataStore.loadInto(SimpleNPCDataStore.java:59) [Citizens.jar:?]
2341 at net.citizensnpcs.Citizens$2.run(Citizens.java:306) [Citizens.jar:?]
2342 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2343 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2344 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2345 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2346 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2347 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2348 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2349Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2350 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2351 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2352 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2353 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2354 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2355 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2356 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2357 ... 17 more
2358[18:00:40] [Server thread/INFO]: [Citizens] Loaded 24 NPCs.
2359[18:00:40] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
2360[18:00:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
2361[18:00:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
2362[18:00:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: killstats
2363[18:00:40] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
2364[18:00:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@6736b84d[id=bf3b3d9e-bc5a-4fff-958f-e511f6f1b178,name=storm0chaser,properties={textures=[com.mojang.authlib.properties.Property@751cfca9]},legacy=false] (/31.127.202.5:55597) lost connection: Disconnected
2365[18:00:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@55fd2e1d[id=bf3b3d9e-bc5a-4fff-958f-e511f6f1b178,name=storm0chaser,properties={textures=[com.mojang.authlib.properties.Property@72c989f2]},legacy=false] (/31.127.202.5:55604) lost connection: Disconnected
2366[18:00:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@7c246895[id=bf3b3d9e-bc5a-4fff-958f-e511f6f1b178,name=storm0chaser,properties={textures=[com.mojang.authlib.properties.Property@52db541]},legacy=false] (/31.127.202.5:55608) lost connection: Disconnected
2367[18:00:41] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
2368[18:00:41] [Server thread/ERROR]: Could not pass event PlayerLoginEvent to BeastCore v2.4.1.0-BETA
2369org.bukkit.event.EventException
2370 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2371 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2372 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2373 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2374 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2375 at net.minecraft.server.v1_8_R3.PlayerList.attemptLogin(PlayerList.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2376 at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:118) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2377 at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2378 at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:232) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2379 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2380 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:915) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2381 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2382 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2383 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2384 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2385Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FPlayers
2386 at beastutils.hook.impl.UUIDHook.playerHasFaction(UUIDHook.java:144) ~[?:?]
2387 at listener.AlertsListener.onPlayerLogin(AlertsListener.java:120) ~[?:?]
2388 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2389 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2390 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2391 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2392 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2393 ... 14 more
2394Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.FPlayers
2395 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
2396 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2397 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2398 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
2399 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
2400 at beastutils.hook.impl.UUIDHook.playerHasFaction(UUIDHook.java:144) ~[?:?]
2401 at listener.AlertsListener.onPlayerLogin(AlertsListener.java:120) ~[?:?]
2402 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2403 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2404 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2405 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2406 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2407 ... 14 more
2408[18:00:41] [Server thread/WARN]: [AutoSaveWorld] Plugin Iris attempted to establish connection https://api.spigotmc.org/legacy/update.php?resource=53721 in main server thread
2409[18:00:41] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to FactionUUIDLogout v1.3
2410org.bukkit.event.EventException
2411 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2412 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2413 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2414 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2415 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2416 at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2417 at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:170) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2418 at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2419 at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2420 at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:232) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2421 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2422 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:915) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2423 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2424 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2425 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2426 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2427Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FPlayers
2428 at me.determined.factionsuuidlogout.FactionLogout.onLog(FactionLogout.java:98) ~[?:?]
2429 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2430 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2431 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2432 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2433 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2434 ... 15 more
2435Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.FPlayers
2436 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
2437 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2438 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2439 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
2440 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
2441 at me.determined.factionsuuidlogout.FactionLogout.onLog(FactionLogout.java:98) ~[?:?]
2442 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
2443 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
2444 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2445 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2446 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2447 ... 15 more
2448[18:00:41] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2449org.bukkit.event.EventException
2450 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2451 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2452 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2453 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2454 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2455 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2456 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2457 at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:173) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2458 at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2459 at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2460 at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:232) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2461 at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2462 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:915) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2463 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2464 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2465 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2466 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2467Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2468 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2469 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2470 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2471 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2472 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2473 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2474 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2475 ... 16 more
2476[18:00:41] [Server thread/INFO]: storm0chaser[/31.127.202.5:55611] logged in with entity id 161 at ([world]27.090200355633783, 75.0, -87.30000001192093)
2477[18:00:41] [Netty Epoll Server IO #2/INFO]: MC|Brand
2478[18:00:41] [Netty Epoll Server IO #2/INFO]: 8
2479[18:00:42] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] Error in placeholder: {factionsuuid_faction_name}
2480[18:00:42] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] Error in placeholder: {factionsuuid_player_power}
2481[18:00:42] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] Error in placeholder: {factionsuuid_player_maxpower}
2482[18:00:42] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0></round>:<round decimals=0></round>)! This can lag your server if you do not fix it
2483[18:00:42] [Server thread/WARN]: [Essentials] Permissions lag notice with (GenericVaultHandler). Response took 137.076716ms. Summary: Getting prefix for storm0chaser
2484[18:00:42] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2485org.bukkit.event.EventException
2486 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2487 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2488 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2489 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2490 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2491 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2492 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2493 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2494 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:190) [Citizens.jar:?]
2495 at net.citizensnpcs.EventListen.spawn(EventListen.java:608) [Citizens.jar:?]
2496 at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:578) [Citizens.jar:?]
2497 at net.citizensnpcs.EventListen.onChunkLoad(EventListen.java:144) [Citizens.jar:?]
2498 at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
2499 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2500 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2501 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2502 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2503 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2504 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2505 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2506 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2507 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2508 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2509 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2510 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:35) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2511 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:829) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2512 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2513 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2514 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2515 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2516Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2517 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2518 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2519 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2520 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2521 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2522 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2523 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2524 ... 29 more
2525[18:00:42] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2526org.bukkit.event.EventException
2527 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2528 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2529 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2530 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2531 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2532 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2533 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2534 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2535 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:190) [Citizens.jar:?]
2536 at net.citizensnpcs.EventListen.spawn(EventListen.java:608) [Citizens.jar:?]
2537 at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:578) [Citizens.jar:?]
2538 at net.citizensnpcs.EventListen.onChunkLoad(EventListen.java:144) [Citizens.jar:?]
2539 at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
2540 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2541 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2542 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2543 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2544 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2545 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2546 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2547 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2548 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2549 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2550 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2551 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:35) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2552 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:829) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2553 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2554 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2555 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2556 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2557Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2558 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2559 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2560 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2561 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2562 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2563 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2564 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2565 ... 29 more
2566[18:00:42] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2567org.bukkit.event.EventException
2568 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2569 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2570 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2571 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2572 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2573 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2574 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2575 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2576 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:190) [Citizens.jar:?]
2577 at net.citizensnpcs.EventListen.spawn(EventListen.java:608) [Citizens.jar:?]
2578 at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:578) [Citizens.jar:?]
2579 at net.citizensnpcs.EventListen.onChunkLoad(EventListen.java:144) [Citizens.jar:?]
2580 at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
2581 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2582 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2583 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2584 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2585 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2586 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2587 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2588 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2589 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2590 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2591 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2592 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:35) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2593 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:829) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2594 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2595 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2596 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2597 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2598Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2599 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2600 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2601 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2602 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2603 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2604 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2605 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2606 ... 29 more
2607[18:00:42] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2608org.bukkit.event.EventException
2609 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2610 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2611 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2612 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2613 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2614 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2615 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2616 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2617 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:190) [Citizens.jar:?]
2618 at net.citizensnpcs.EventListen.spawn(EventListen.java:608) [Citizens.jar:?]
2619 at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:578) [Citizens.jar:?]
2620 at net.citizensnpcs.EventListen.onChunkLoad(EventListen.java:144) [Citizens.jar:?]
2621 at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
2622 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2623 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2624 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2625 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2626 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2627 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2628 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2629 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2630 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2631 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2632 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2633 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:35) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2634 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:829) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2635 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2636 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2637 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2638 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2639Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2640 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2641 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2642 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2643 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2644 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2645 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2646 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2647 ... 29 more
2648[18:00:42] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2649org.bukkit.event.EventException
2650 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2651 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2652 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2653 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2654 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2655 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:541) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2656 at org.bukkit.craftbukkit.v1_8_R3.entity.CraftEntity.teleport(CraftEntity.java:289) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2657 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:233) [Citizens.jar:?]
2658 at net.citizensnpcs.npc.CitizensNPC.spawn(CitizensNPC.java:190) [Citizens.jar:?]
2659 at net.citizensnpcs.EventListen.spawn(EventListen.java:608) [Citizens.jar:?]
2660 at net.citizensnpcs.EventListen.respawnAllFromCoord(EventListen.java:578) [Citizens.jar:?]
2661 at net.citizensnpcs.EventListen.onChunkLoad(EventListen.java:144) [Citizens.jar:?]
2662 at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source) ~[?:?]
2663 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2664 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2665 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2666 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2667 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2668 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2669 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2670 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:62) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2671 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2672 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2673 at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2674 at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:35) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2675 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:829) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2676 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2677 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2678 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2679 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2680Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2681 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2682 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2683 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2684 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2685 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2686 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2687 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2688 ... 29 more
2689[18:00:42] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2690[18:00:42] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2691[18:00:43] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2692[18:00:43] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2693[18:00:43] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2694org.bukkit.event.EventException
2695 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2696 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2697 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2698 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2699 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2700 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2701 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2702 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:416) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2703 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2704 at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2705 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2706 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
2707 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
2708 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2709 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2710 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2711 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2712 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2713 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2714Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2715 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2716 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2717 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2718 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2719 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2720 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2721 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2722 ... 18 more
2723[18:00:43] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2724org.bukkit.event.EventException
2725 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2726 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2727 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2728 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2729 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2730 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2731 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2732 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:416) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2733 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2734 at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2735 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2736 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
2737 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
2738 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2739 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2740 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2741 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2742 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2743 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2744Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2745 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2746 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2747 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2748 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2749 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2750 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2751 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2752 ... 18 more
2753[18:00:43] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2754org.bukkit.event.EventException
2755 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2756 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2757 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2758 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2759 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2760 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2761 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2762 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:416) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2763 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2764 at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2765 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2766 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
2767 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
2768 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2769 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2770 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2771 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2772 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2773 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2774Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2775 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2776 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2777 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2778 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2779 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2780 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2781 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2782 ... 18 more
2783[18:00:43] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2784org.bukkit.event.EventException
2785 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2786 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2787 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2788 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2789 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2790 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2791 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2792 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:416) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2793 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2794 at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2795 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2796 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
2797 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
2798 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2799 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2800 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2801 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2802 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2803 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2804Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2805 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2806 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2807 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2808 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2809 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2810 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2811 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2812 ... 18 more
2813[18:00:43] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to BeastCore v2.4.1.0-BETA
2814org.bukkit.event.EventException
2815 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2816 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2817 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2818 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:508) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2819 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:493) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2820 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:480) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2821 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:448) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2822 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:416) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2823 at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2824 at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2825 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2826 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
2827 at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
2828 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2829 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:809) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2830 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2831 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2832 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2833 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2834Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/FLocation
2835 at beastutils.hook.impl.UUIDHook.getFactionAtLocation(UUIDHook.java:27) ~[?:?]
2836 at beastutils.hook.impl.UUIDHook.getFactionIdAtLocation(UUIDHook.java:166) ~[?:?]
2837 at listener.manager.NoEnemyTeleportListener.onTeleport(NoEnemyTeleportListener.java:36) ~[?:?]
2838 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[?:?]
2839 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
2840 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
2841 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2842 ... 18 more
2843[18:00:43] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2844[18:00:43] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2845[18:00:43] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2846[18:00:44] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2847[18:00:44] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetching all due players...
2848[18:00:44] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetched due players (0 found).
2849[18:00:47] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
2850[18:00:47] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
2851[18:00:47] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://modules.mvdw-software.com/api/v1/module/162dd431-431a-49bd-b80d-358c885d1f6a/list?plugin=FeatherBoard&plugin-version=4.22.0&plugin-filehash=72c105eb1e963b3472a0e698ee9f46eb&plugin-nonce=-1547337428&plugin-asmhash=d689494d791448cdca1909a3c2bc620f&plugin-asmhash2=76ba5c1527e45fbb6bba532c7c64f1cb&plugin-filecount=394&plugin-user=767961&server-javaversion=1.8.0_212 in main server thread
2852[18:00:47] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection socket://modules.mvdw-software.com:80 in main server thread
2853[18:00:47] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://modules.mvdw-software.com/api/v1/module/076dde39-8b2f-4a9b-ba03-0f1e102158fd/versions in main server thread
2854[18:00:47] [Server thread/WARN]: [AutoSaveWorld] Plugin FeatherBoard attempted to establish connection http://modules.mvdw-software.com/api/v1/module/d0442073-a98e-4979-9ff3-532bb928d9a7/versions in main server thread
2855[18:00:48] [Server thread/INFO]: storm0chaser issued server command: /pl
2856[18:00:48] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2857[18:00:48] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2858[18:00:48] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2859[18:00:48] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2860[18:00:48] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2861[18:00:48] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2862[18:00:48] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2863[18:00:48] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2864[18:00:48] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2865[18:00:49] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2866[18:00:49] [Server thread/ERROR]: [PlaceholderAPI] ChatColor is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [] and urge them to update it ASAP.
2867[18:00:49] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2868[18:00:49] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2869[18:00:49] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2870[18:00:49] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2871[18:00:49] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2872[18:00:49] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2873[18:00:49] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2874[18:00:49] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2875[18:00:49] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2876[18:00:49] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2877[18:00:49] [Server thread/WARN]: [BeastCore] Task #324 for BeastCore v2.4.1.0-BETA generated an exception
2878java.lang.NoClassDefFoundError: com/massivecraft/factions/Factions
2879 at beastutils.hook.impl.UUIDHook.getAllFactionsIds(UUIDHook.java:101) ~[?:?]
2880 at gui.AlertsGui.lambda$new$0(AlertsGui.java:30) ~[?:?]
2881 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:63) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2882 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:371) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2883 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:818) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2884 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:821) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2885 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:748) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2886 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [StellarSpigot.jar:git-TacoSpigot-04511af6]
2887 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
2888Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.Factions
2889 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
2890 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2891 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
2892 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
2893 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
2894 ... 9 more
2895[18:00:49] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2896[18:00:49] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2897[18:00:49] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2898[18:00:50] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2899[18:00:50] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2900[18:00:50] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2901[18:00:50] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2902[18:00:50] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2903[18:00:50] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2904[18:00:50] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2905[18:00:50] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2906[18:00:50] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2907[18:00:50] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2908[18:00:50] [Craft Scheduler Thread - 17/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2909[18:00:50] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2910[18:00:50] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2911[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2912[18:00:50] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2913[18:00:50] [Craft Scheduler Thread - 10/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2914[18:00:50] [Craft Scheduler Thread - 1/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2915[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2916[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2917[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2918[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2919[18:00:50] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2920[18:00:50] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2921[18:00:51] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2922[18:00:51] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2923[18:00:51] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2924[18:00:51] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2925[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2926[18:00:51] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 167 placeholder expansions are available on the cloud.
2927[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2928[18:00:51] [Craft Scheduler Thread - 1/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2929[18:00:51] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2930[18:00:51] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2931[18:00:51] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2932[18:00:51] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2933[18:00:51] [Craft Scheduler Thread - 9/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2934[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2935[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2936[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2937[18:00:51] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2938[18:00:51] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2939[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2940[18:00:51] [Craft Scheduler Thread - 12/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2941[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2942[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2943[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2944[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2945[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2946[18:00:51] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2947[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2948[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2949[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2950[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2951[18:00:51] [Craft Scheduler Thread - 9/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2952[18:00:51] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2953[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2954[18:00:51] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2955[18:00:51] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2956[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2957[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2958[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2959[18:00:51] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2960[18:00:51] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2961[18:00:52] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2962[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2963[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2964[18:00:52] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2965[18:00:52] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2966[18:00:52] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2967[18:00:52] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2968[18:00:52] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2969[18:00:52] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2970[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2971[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2972[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2973[18:00:52] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2974[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2975[18:00:52] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2976[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2977[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2978[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2979[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2980[18:00:52] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2981[18:00:52] [Craft Scheduler Thread - 9/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2982[18:00:52] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2983[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2984[18:00:52] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2985[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2986[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2987[18:00:52] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2988[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2989[18:00:52] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2990[18:00:52] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2991[18:00:52] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2992[18:00:53] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2993[18:00:53] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2994[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2995[18:00:53] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2996[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2997[18:00:53] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2998[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
2999[18:00:53] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3000[18:00:53] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3001[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3002[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3003[18:00:53] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3004[18:00:53] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3005[18:00:53] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3006[18:00:53] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3007[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3008[18:00:53] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3009[18:00:53] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3010[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3011[18:00:53] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3012[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3013[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3014[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3015[18:00:53] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3016[18:00:53] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3017[18:00:53] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3018[18:00:53] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3019[18:00:53] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3020[18:00:53] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3021[18:00:53] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3022[18:00:53] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3023[18:00:53] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3024[18:00:53] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3025[18:00:54] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3026[18:00:54] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3027[18:00:54] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3028[18:00:54] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3029[18:00:54] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3030[18:00:54] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3031[18:00:54] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3032[18:00:54] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3033[18:00:54] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3034[18:00:54] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3035[18:00:55] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3036[18:00:55] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3037[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3038[18:00:55] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3039[18:00:55] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3040[18:00:55] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3041[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3042[18:00:55] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3043[18:00:55] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3044[18:00:55] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3045[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3046[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3047[18:00:55] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3048[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3049[18:00:55] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3050[18:00:55] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3051[18:00:55] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3052[18:00:55] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3053[18:00:56] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3054[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3055[18:00:56] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3056[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3057[18:00:56] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3058[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3059[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3060[18:00:56] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3061[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3062[18:00:56] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3063[18:00:57] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3064[18:00:57] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3065[18:00:57] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3066[18:00:57] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3067[18:00:57] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3068[18:00:57] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3069[18:00:57] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3070[18:00:57] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3071[18:00:57] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3072[18:00:57] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3073[18:00:58] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3074[18:00:58] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3075[18:00:58] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3076[18:00:58] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3077[18:00:58] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3078[18:00:58] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3079[18:00:58] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3080[18:00:58] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3081[18:00:58] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3082[18:00:58] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3083[18:00:59] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3084[18:00:59] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3085[18:00:59] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3086[18:00:59] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3087[18:00:59] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3088[18:00:59] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3089[18:00:59] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3090[18:00:59] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3091[18:00:59] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3092[18:00:59] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3093[18:01:00] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3094[18:01:00] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3095[18:01:00] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3096[18:01:00] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3097[18:01:00] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3098[18:01:00] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3099[18:01:00] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3100[18:01:00] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3101[18:01:00] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3102[18:01:00] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3103[18:01:01] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3104[18:01:01] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3105[18:01:01] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3106[18:01:01] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3107[18:01:01] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3108[18:01:01] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3109[18:01:01] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3110[18:01:01] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3111[18:01:01] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3112[18:01:02] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3113[18:01:02] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3114[18:01:02] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3115[18:01:02] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3116[18:01:02] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3117[18:01:02] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3118[18:01:03] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3119[18:01:03] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3120[18:01:03] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3121[18:01:03] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3122[18:01:03] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3123[18:01:03] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3124[18:01:03] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3125[18:01:03] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3126[18:01:03] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3127[18:01:03] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3128[18:01:04] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3129[18:01:04] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3130[18:01:04] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3131[18:01:04] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3132[18:01:04] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3133[18:01:04] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3134[18:01:04] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3135[18:01:04] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3136[18:01:04] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3137[18:01:04] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3138[18:01:04] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3139[18:01:05] [Craft Scheduler Thread - 15/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3140[18:01:05] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3141[18:01:05] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3142[18:01:05] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3143[18:01:05] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3144[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3145[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3146[18:01:06] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3147[18:01:06] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3148[18:01:06] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3149[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3150[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3151[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3152[18:01:06] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3153[18:01:06] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3154[18:01:06] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3155[18:01:06] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3156[18:01:06] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3157[18:01:06] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3158[18:01:06] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3159[18:01:06] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3160[18:01:06] [Craft Scheduler Thread - 14/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3161[18:01:06] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3162[18:01:07] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3163[18:01:07] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3164[18:01:07] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3165[18:01:07] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3166[18:01:07] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3167[18:01:07] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3168[18:01:07] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3169[18:01:07] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3170[18:01:07] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3171[18:01:07] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3172[18:01:08] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3173[18:01:08] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3174[18:01:08] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3175[18:01:08] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3176[18:01:08] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3177[18:01:08] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3178[18:01:08] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3179[18:01:08] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3180[18:01:08] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3181[18:01:09] [Craft Scheduler Thread - 11/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3182[18:01:09] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3183[18:01:09] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3184[18:01:09] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3185[18:01:09] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3186[18:01:09] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3187[18:01:09] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3188[18:01:09] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3189[18:01:09] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3190[18:01:09] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3191[18:01:10] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3192[18:01:10] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3193[18:01:10] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3194[18:01:10] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3195[18:01:10] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3196[18:01:10] [Craft Scheduler Thread - 5/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3197[18:01:10] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3198[18:01:10] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3199[18:01:10] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3200[18:01:10] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3201[18:01:11] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3202[18:01:11] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3203[18:01:11] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3204[18:01:11] [Craft Scheduler Thread - 0/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3205[18:01:11] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3206[18:01:11] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3207[18:01:11] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3208[18:01:11] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3209[18:01:11] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3210[18:01:11] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3211[18:01:12] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3212[18:01:12] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3213[18:01:12] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3214[18:01:12] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3215[18:01:12] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3216[18:01:12] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3217[18:01:12] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3218[18:01:12] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3219[18:01:12] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3220[18:01:12] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3221[18:01:13] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3222[18:01:13] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3223[18:01:13] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3224[18:01:13] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3225[18:01:13] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3226[18:01:13] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3227[18:01:13] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3228[18:01:13] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3229[18:01:13] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3230[18:01:13] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3231[18:01:14] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3232[18:01:14] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3233[18:01:14] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3234[18:01:14] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3235[18:01:14] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3236[18:01:14] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3237[18:01:14] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3238[18:01:14] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3239[18:01:14] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3240[18:01:14] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3241[18:01:15] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3242[18:01:15] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3243[18:01:15] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3244[18:01:15] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3245[18:01:15] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3246[18:01:15] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3247[18:01:15] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3248[18:01:15] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3249[18:01:15] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3250[18:01:15] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3251[18:01:16] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3252[18:01:16] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3253[18:01:16] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3254[18:01:16] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3255[18:01:16] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3256[18:01:16] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3257[18:01:16] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3258[18:01:16] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3259[18:01:16] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3260[18:01:16] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3261[18:01:17] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3262[18:01:17] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3263[18:01:17] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3264[18:01:17] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3265[18:01:17] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3266[18:01:17] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3267[18:01:17] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3268[18:01:17] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3269[18:01:17] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3270[18:01:17] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3271[18:01:18] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3272[18:01:18] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3273[18:01:18] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3274[18:01:18] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3275[18:01:18] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3276[18:01:18] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3277[18:01:18] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3278[18:01:18] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3279[18:01:18] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3280[18:01:18] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3281[18:01:19] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3282[18:01:19] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3283[18:01:19] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3284[18:01:19] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3285[18:01:19] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3286[18:01:19] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3287[18:01:19] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3288[18:01:19] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3289[18:01:19] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3290[18:01:19] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3291[18:01:20] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3292[18:01:20] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3293[18:01:20] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3294[18:01:20] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3295[18:01:20] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3296[18:01:20] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3297[18:01:20] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3298[18:01:20] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3299[18:01:20] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3300[18:01:20] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3301[18:01:21] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3302[18:01:21] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3303[18:01:21] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3304[18:01:21] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3305[18:01:21] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3306[18:01:21] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3307[18:01:21] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3308[18:01:21] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3309[18:01:21] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3310[18:01:21] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3311[18:01:22] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3312[18:01:22] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3313[18:01:22] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3314[18:01:22] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3315[18:01:22] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3316[18:01:22] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3317[18:01:22] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3318[18:01:22] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3319[18:01:22] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3320[18:01:22] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3321[18:01:23] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3322[18:01:23] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3323[18:01:23] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3324[18:01:23] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3325[18:01:23] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3326[18:01:23] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3327[18:01:23] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3328[18:01:23] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3329[18:01:23] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3330[18:01:23] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3331[18:01:24] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3332[18:01:24] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3333[18:01:24] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3334[18:01:24] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3335[18:01:24] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3336[18:01:24] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3337[18:01:24] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3338[18:01:24] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3339[18:01:24] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3340[18:01:24] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3341[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3342[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3343[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3344[18:01:25] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3345[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3346[18:01:25] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3347[18:01:25] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3348[18:01:25] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3349[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3350[18:01:25] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3351[18:01:26] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3352[18:01:26] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3353[18:01:26] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3354[18:01:26] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3355[18:01:26] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3356[18:01:26] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3357[18:01:26] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3358[18:01:26] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3359[18:01:26] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3360[18:01:26] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3361[18:01:27] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3362[18:01:27] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3363[18:01:27] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3364[18:01:27] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3365[18:01:27] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3366[18:01:27] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3367[18:01:27] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3368[18:01:27] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3369[18:01:27] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3370[18:01:27] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3371[18:01:28] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3372[18:01:28] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3373[18:01:28] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3374[18:01:28] [Craft Scheduler Thread - 2/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3375[18:01:28] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3376[18:01:28] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3377[18:01:28] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3378[18:01:28] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3379[18:01:28] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3380[18:01:28] [Craft Scheduler Thread - 3/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3381[18:01:29] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3382[18:01:29] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3383[18:01:29] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3384[18:01:29] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3385[18:01:29] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3386[18:01:29] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3387[18:01:29] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3388[18:01:29] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3389[18:01:29] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3390[18:01:29] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3391[18:01:30] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3392[18:01:30] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3393[18:01:30] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3394[18:01:30] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3395[18:01:30] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3396[18:01:30] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3397[18:01:30] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3398[18:01:30] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3399[18:01:30] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3400[18:01:30] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3401[18:01:31] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3402[18:01:31] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3403[18:01:31] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3404[18:01:31] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3405[18:01:31] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3406[18:01:31] [Craft Scheduler Thread - 16/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3407[18:01:31] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3408[18:01:31] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3409[18:01:31] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3410[18:01:31] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3411[18:01:32] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3412[18:01:32] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3413[18:01:32] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3414[18:01:32] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3415[18:01:32] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3416[18:01:32] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3417[18:01:32] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3418[18:01:32] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3419[18:01:32] [Craft Scheduler Thread - 19/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3420[18:01:32] [Craft Scheduler Thread - 8/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3421[18:01:33] [Craft Scheduler Thread - 13/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3422[18:01:33] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3423[18:01:33] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3424[18:01:33] [Craft Scheduler Thread - 20/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3425[18:01:33] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3426[18:01:33] [Craft Scheduler Thread - 6/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3427[18:01:33] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it
3428[18:01:33] [Craft Scheduler Thread - 4/ERROR]: [FeatherBoard] An error happened inside an animation effect (- Power: <round decimals=0>{factionsuuid_player_power}</round>:<round decimals=0>{factionsuuid_player_maxpower}</round>)! This can lag your server if you do not fix it