· 6 years ago · Oct 22, 2019, 04:10 PM
1[16:01:31] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[16:01:31] [Server thread/INFO]: Loading properties
3[16:01:31] [Server thread/INFO]: Default game type: SURVIVAL
4[16:01:31] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[16:01:31] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[16:01:31] [Server thread/INFO]: Using 4 threads for Netty based IO
7[16:01:31] [Server thread/INFO]: Debug logging is disabled
8[16:01:31] [Server thread/INFO]: Generating keypair
9[16:01:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25589
10[16:01:31] [Server thread/INFO]: Using epoll channel type
11[16:01:32] [Server thread/ERROR]: Could not load 'plugins/PlugMan (1).jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
15 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
16 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
17 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
18 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
19Caused by: java.util.zip.ZipException: zip file is empty
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_222]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_222]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_222]
23 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_222]
24 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_222]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
26 ... 5 more
27[16:01:32] [Server thread/ERROR]: Could not load 'plugins/AntiWorldDownloader.jar' in folder 'plugins'
28org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
29 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
30 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
31 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
32 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
33 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
34 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
35Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
36 ... 6 more
37[16:01:32] [Server thread/ERROR]: Could not load 'plugins/1vs1-Update.jar' in folder 'plugins'
38org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
39 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
41 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
42 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
43 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
44 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
45Caused by: java.util.zip.ZipException: zip file is empty
46 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_222]
47 at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_222]
48 at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_222]
49 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_222]
50 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_222]
51 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
52 ... 5 more
53[16:01:32] [Server thread/INFO]: Set PluginClassLoader as parallel capable
54[16:01:32] [Server thread/ERROR]: Could not load 'plugins/FreezeGUI+.jar' in folder 'plugins'
55org.bukkit.plugin.UnknownDependencyException: QLib
56 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
57 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
58 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
59 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
60 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
61[16:01:32] [Server thread/ERROR]: Could not load 'plugins/Practice-1.0-SNAPSHOT.jar' in folder 'plugins'
62org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: gg/ragemc/spigot/handler/MovementHandler
63 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
64 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
65 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
66 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
67 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
68 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
69 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
70Caused by: java.lang.NoClassDefFoundError: gg/ragemc/spigot/handler/MovementHandler
71 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
72 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
73 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
74 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
75 ... 6 more
76Caused by: java.lang.ClassNotFoundException: gg.ragemc.spigot.handler.MovementHandler
77 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
78 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
79 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
80 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
81 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
82 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
83 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
84 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
85 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
86 ... 6 more
87[16:01:32] [Server thread/ERROR]: Could not load 'plugins/SuperbVote-0.5.2-1.12.jar' in folder 'plugins'
88org.bukkit.plugin.UnknownDependencyException: Votifier
89 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
90 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
91 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
92 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
93 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
94[16:01:33] [Server thread/INFO]: [AAC v3.6.4] Cracked by 0nion [December 2018]
95[16:01:34] [Server thread/INFO]: [KitsPreview] Loading KitsPreview v1.0
96[16:01:34] [Server thread/INFO]: [Colored Signs] Loading ColoredSigns v3.0
97[16:01:34] [Server thread/INFO]: [AntiStealer] Loading AntiStealer v1.0
98[16:01:34] [Server thread/INFO]: [PunishmentGUI] Loading PunishmentGUI v0.0.1
99[16:01:34] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
100[16:01:34] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.0
101[16:01:34] [Server thread/INFO]: [PerWorldPlugins] Registering event interceptor...
102[16:01:34] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
103[16:01:34] [Server thread/INFO]: [ProScoreboard] Loading ProScoreboard v1.3
104[16:01:34] [Server thread/INFO]: [Lifestealer] Loading Lifestealer v1.0
105[16:01:34] [Server thread/INFO]: [VerkaPvP] Loading VerkaPvP v1.0-SnapShot
106[16:01:34] [Server thread/INFO]: [Angel] Loading Angel v3.3
107[16:01:34] [Server thread/INFO]: [AJB] Loading AntiJoinBot v5.0
108[16:01:34] [Server thread/INFO]: [VerkaKills] Loading VerkaKills v1.0-SNAPSHOT
109[16:01:34] [Server thread/INFO]: [PremiumStaff] Loading PremiumStaff v1.2.3
110[16:01:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
111[16:01:34] [Server thread/INFO]: [Skript] Loading Skript v2.4-beta9
112[16:01:34] [Server thread/INFO]: [GreatKits] Loading GreatKits v2.9
113[16:01:34] [Server thread/INFO]: [RemoveDrops] Loading RemoveDrops v1.0
114[16:01:34] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
115[16:01:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
116[16:01:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
117[16:01:35] [Server thread/INFO]: [VPNGuard] Loading VPNGuard v3.0
118[16:01:35] [Server thread/INFO]: [CustomDeathMessages] Loading CustomDeathMessages v1.0
119[16:01:35] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2
120[16:01:35] [Server thread/INFO]: [UUIDSpoof-Fix] Loading UUIDSpoof-Fix v4.1
121[16:01:35] [Server thread/INFO]: [WorldEditCrashFix] Loading WorldEditCrashFix v1.1
122[16:01:35] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for iDisguise.
123[16:01:35] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for ProtocolLib.
124[16:01:35] [Server thread/INFO]: [WARN] [TrollCommandsPlusPlus] PowerNBT was not found. The /troll attachcommand command has been disabled.
125[16:01:35] [Server thread/INFO]: [WARN] [TrollCommandsPlusPlus] LP was not found. Using default Bukkit permissions.
126[16:01:35] [Server thread/INFO]: [WARN] [TrollCommandsPlusPlus] CoreProtect was not found. Not logging any block changes.
127[16:01:35] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
128[16:01:35] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v1.1
129[16:01:35] [Server thread/INFO]: [DiscordMinecraft] Loading DiscordMinecraft v2.2.2
130[16:01:35] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
131[16:01:35] [Server thread/INFO]: [TalkingBot] Loading TalkingBot v2.0.0
132[16:01:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
133[16:01:35] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
134[16:01:35] [Server thread/INFO]: [HideAndCustomPlugins] Loading HideAndCustomPlugins v1.8.1
135[16:01:35] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
136[16:01:35] [Server thread/INFO]: [AAC] Loading AAC v3.6.4
137[16:01:35] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.5.1
138[16:01:35] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.2
139[16:01:35] [Server thread/INFO]: [AntiJigsaw] Loading AntiJigsaw v1.05
140[16:01:35] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
141[16:01:35] [Server thread/INFO]: [ChangeSkin] Loading ChangeSkin v3.0
142[16:01:35] [Server thread/INFO]: [AACAdditionPro] Loading AACAdditionPro v5.2.2
143[16:01:35] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
144[16:01:35] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
145[16:01:35] [Server thread/INFO]: [1vs1] Loading 1vs1 v1.6.3 #213
146[16:01:35] [Server thread/INFO]: [KoTH] Loading KoTH v1.5.1
147[16:01:35] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.24-SNAPSHOT (build 1605)
148[16:01:35] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.0.0
149[16:01:35] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
150[16:01:35] [Server thread/INFO]: [TabList] Loading TabList v4.8
151[16:01:35] [Server thread/INFO]: [Duels] Loading Duels v3.3.0
152[16:01:35] [Server thread/INFO]: [CombatLogPro] Loading CombatLogPro v1.5.9
153[16:01:35] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
154[16:01:35] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
155[16:01:35] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
156[16:01:35] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
157[16:01:35] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
158[16:01:35] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
159[16:01:35] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
160[16:01:35] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
161[16:01:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
162[16:01:35] [Server thread/INFO]: Preparing level "Fallen"
163[16:01:36] [Server thread/INFO]: -------- World Settings For [Fallen] --------
164[16:01:36] [Server thread/INFO]: Mob Spawn Range: 4
165[16:01:36] [Server thread/INFO]: Anti X-Ray: true
166[16:01:36] [Server thread/INFO]: Engine Mode: 1
167[16:01:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
168[16:01:36] [Server thread/INFO]: Replace Blocks: [1, 5]
169[16:01:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
170[16:01:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
171[16:01:36] [Server thread/INFO]: Cane Growth Modifier: 100%
172[16:01:36] [Server thread/INFO]: Melon Growth Modifier: 100%
173[16:01:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
174[16:01:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
175[16:01:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
176[16:01:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
177[16:01:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
178[16:01:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
179[16:01:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
180[16:01:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
181[16:01:36] [Server thread/INFO]: Random Lighting Updates: false
182[16:01:36] [Server thread/INFO]: Structure Info Saving: true
183[16:01:36] [Server thread/INFO]: Sending up to 10 chunks per packet
184[16:01:36] [Server thread/INFO]: Max Entity Collisions: 8
185[16:01:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
186[16:01:36] [Server thread/INFO]: Max TNT Explosions: 100
187[16:01:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
188[16:01:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
189[16:01:36] [Server thread/INFO]: Item Despawn Rate: 6000
190[16:01:36] [Server thread/INFO]: Item Merge Radius: 2.5
191[16:01:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
192[16:01:36] [Server thread/INFO]: View Distance: 10
193[16:01:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
194[16:01:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
195[16:01:36] [Server thread/INFO]: Clear tick list: false
196[16:01:36] [Server thread/INFO]: Experience Merge Radius: 3.0
197[16:01:36] [Server thread/INFO]: -------- World Settings For [Fallen_nether] --------
198[16:01:36] [Server thread/INFO]: Mob Spawn Range: 4
199[16:01:36] [Server thread/INFO]: Anti X-Ray: true
200[16:01:36] [Server thread/INFO]: Engine Mode: 1
201[16:01:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
202[16:01:36] [Server thread/INFO]: Replace Blocks: [1, 5]
203[16:01:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
204[16:01:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
205[16:01:36] [Server thread/INFO]: Cane Growth Modifier: 100%
206[16:01:36] [Server thread/INFO]: Melon Growth Modifier: 100%
207[16:01:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
208[16:01:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
209[16:01:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
210[16:01:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
211[16:01:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
212[16:01:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
213[16:01:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
214[16:01:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
215[16:01:36] [Server thread/INFO]: Random Lighting Updates: false
216[16:01:36] [Server thread/INFO]: Structure Info Saving: true
217[16:01:36] [Server thread/INFO]: Sending up to 10 chunks per packet
218[16:01:36] [Server thread/INFO]: Max Entity Collisions: 8
219[16:01:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
220[16:01:36] [Server thread/INFO]: Max TNT Explosions: 100
221[16:01:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
222[16:01:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
223[16:01:36] [Server thread/INFO]: Item Despawn Rate: 6000
224[16:01:36] [Server thread/INFO]: Item Merge Radius: 2.5
225[16:01:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
226[16:01:36] [Server thread/INFO]: View Distance: 10
227[16:01:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
228[16:01:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
229[16:01:36] [Server thread/INFO]: Clear tick list: false
230[16:01:36] [Server thread/INFO]: Experience Merge Radius: 3.0
231[16:01:36] [Server thread/INFO]: -------- World Settings For [Fallen_the_end] --------
232[16:01:36] [Server thread/INFO]: Mob Spawn Range: 4
233[16:01:36] [Server thread/INFO]: Anti X-Ray: true
234[16:01:36] [Server thread/INFO]: Engine Mode: 1
235[16:01:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
236[16:01:36] [Server thread/INFO]: Replace Blocks: [1, 5]
237[16:01:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
238[16:01:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
239[16:01:36] [Server thread/INFO]: Cane Growth Modifier: 100%
240[16:01:36] [Server thread/INFO]: Melon Growth Modifier: 100%
241[16:01:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
242[16:01:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
243[16:01:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
244[16:01:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
245[16:01:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
246[16:01:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
247[16:01:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
248[16:01:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
249[16:01:36] [Server thread/INFO]: Random Lighting Updates: false
250[16:01:36] [Server thread/INFO]: Structure Info Saving: true
251[16:01:36] [Server thread/INFO]: Sending up to 10 chunks per packet
252[16:01:36] [Server thread/INFO]: Max Entity Collisions: 8
253[16:01:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
254[16:01:36] [Server thread/INFO]: Max TNT Explosions: 100
255[16:01:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
256[16:01:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
257[16:01:36] [Server thread/INFO]: Item Despawn Rate: 6000
258[16:01:36] [Server thread/INFO]: Item Merge Radius: 2.5
259[16:01:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
260[16:01:36] [Server thread/INFO]: View Distance: 10
261[16:01:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
262[16:01:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
263[16:01:36] [Server thread/INFO]: Clear tick list: false
264[16:01:36] [Server thread/INFO]: Experience Merge Radius: 3.0
265[16:01:36] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6434252102066650050)
266[16:01:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6434252102066650050)
267[16:01:37] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6434252102066650050)
268[16:01:37] [Server thread/INFO]: [KitsPreview] Enabling KitsPreview v1.0
269[16:01:37] [Server thread/INFO]: [Colored Signs] Enabling ColoredSigns v3.0
270[16:01:37] [Server thread/INFO]: [AntiStealer] Enabling AntiStealer v1.0
271[16:01:37] [Server thread/INFO]: �aHas Been Enabled!
272[16:01:37] [Server thread/INFO]: [PunishmentGUI] Enabling PunishmentGUI v0.0.1
273[16:01:37] [Server thread/INFO]: *********************************************************************
274[16:01:37] [Server thread/INFO]: [INFO] Initializing PunishmentGUI Version: 0.0.1
275[16:01:37] [Server thread/INFO]: [INFO] Created by: BGHDDevelopment
276[16:01:37] [Server thread/INFO]: [INFO] Website: https://bghddevelopment.com
277[16:01:37] [Server thread/INFO]: [INFO] Spigot Link: https://spigotmc.org/resources/52072
278[16:01:37] [Server thread/INFO]: [INFO] Support Link: https://bghddevelopment.com/discord
279[16:01:37] [Server thread/INFO]: *********************************************************************
280[16:01:37] [Server thread/INFO]: [INFO] Plugin Loading...
281[16:01:37] [Server thread/INFO]: [INFO] Registering Managers...
282[16:01:37] [Server thread/INFO]: [INFO] Managers Registered!
283[16:01:37] [Server thread/INFO]: [INFO] Registering Listeners...
284[16:01:37] [Server thread/INFO]: [INFO] Listeners Registered!
285[16:01:37] [Server thread/INFO]: [INFO] Registering Commands...
286[16:01:37] [Server thread/INFO]: [INFO] Commands Registered!
287[16:01:37] [Server thread/INFO]: [INFO] Loading Config's...
288[16:01:37] [Server thread/INFO]: [INFO] Config's Registered!
289[16:01:37] [Server thread/INFO]: [SUCCESS] PunishmentGUI Version: 0.0.1 Loaded.
290[16:01:37] [Server thread/INFO]: *********************************************************************
291[16:01:37] [Server thread/INFO]: [INFO] Checking for updates...
292[16:01:38] [Server thread/INFO]: [SUCCESS] PunishmentGUI is up to date!
293[16:01:38] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
294[16:01:38] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
295[16:01:38] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.0
296[16:01:38] [Server thread/INFO]: [PerWorldPlugins] Enabled, attempting to inject CommandHandler...
297[16:01:38] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2
298[16:01:38] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
299[16:01:38] [Server thread/INFO]: [ProScoreboard] Enabling ProScoreboard v1.3
300[16:01:38] [Server thread/INFO]: [Lifestealer] Enabling Lifestealer v1.0
301[16:01:38] [Server thread/INFO]: [VerkaPvP] Enabling VerkaPvP v1.0-SnapShot
302[16:01:38] [Server thread/INFO]: [Angel] Enabling Angel v3.3
303[16:01:39] [Server thread/INFO]: [AJB] Enabling AntiJoinBot v5.0
304[16:01:39] [Server thread/INFO]: AntiJoinBot enabled in 60 seconds
305[16:01:39] [Server thread/INFO]: [AJB] Loaded: 989 IP's
306[16:01:39] [Server thread/INFO]: [AJB] Loaded: 9 User's
307[16:01:39] [Server thread/INFO]: [AJB] Downloading Blacklist...
308[16:01:39] [Server thread/INFO]: [AJB] Blacklist successfully Downloaded
309[16:01:39] [Server thread/INFO]: [VerkaKills] Enabling VerkaKills v1.0-SNAPSHOT
310[16:01:39] [Server thread/INFO]: Loading PlayerData
311[16:01:39] [Server thread/INFO]: Finished Loading PlayerData
312[16:01:39] [Server thread/INFO]: [PremiumStaff] Enabling PremiumStaff v1.2.3
313[16:01:40] [Server thread/INFO]: [LOG] Started to load PremiumStaff.
314[16:01:40] [Server thread/INFO]: [LOG] Registered all commands.
315[16:01:40] [Server thread/INFO]: [LOG] Hooked into PlaceholderAPI by clip.
316[16:01:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
317[16:01:40] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
318[16:01:40] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
319[16:01:40] [Server thread/INFO]: [Skript] Enabling Skript v2.4-beta9
320[16:01:40] [Server thread/WARN]: [Skript] Using this version of Skript on 1.8 is highly discouraged.
321[16:01:40] [Server thread/WARN]: [Skript] Some features have been disabled; use older Skript to restore them.
322[16:01:40] [Server thread/WARN]: [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
323[16:01:40] [Server thread/WARN]: [Skript] Material mappings for 1.8.8 are not available.
324[16:01:40] [Server thread/WARN]: [Skript] Depending on your server software, some aliases may not work.
325[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
326[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
327[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
328[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
329[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
330[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
331[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
332[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
333[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
334[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
335[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
336[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
337[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
338[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
339[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
340[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
341[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
342[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
343[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
344[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
345[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
346[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
347[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
348[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
349[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
350[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
351[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
352[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
353[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
354[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
355[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
356[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
357[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
358[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
359[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
360[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
361[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
362[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
363[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
364[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
365[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
366[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
367[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
368[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
369[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
370[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
371[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
372[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
373[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
374[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
375[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
376[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
377[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
378[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
379[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
380[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
381[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
382[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
383[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
384[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
385[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
386[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
387[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
388[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
389[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
390[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
391[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
392[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
393[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
394[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
395[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
396[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
397[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
398[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
399[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
400[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
401[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
402[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
403[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
404[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
405[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
406[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
407[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
408[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
409[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
410[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
411[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
412[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
413[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
414[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
415[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
416[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
417[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
418[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
419[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
420[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
421[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
422[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
423[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
424[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
425[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
426[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
427[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
428[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
429[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
430[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
431[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
432[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
433[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
434[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
435[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
436[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
437[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
438[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
439[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
440[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
441[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
442[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
443[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
444[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
445[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
446[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
447[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
448[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
449[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
450[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
451[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
452[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
453[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
454[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
455[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
456[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
457[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
458[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
459[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
460[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
461[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
462[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
463[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
464[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
465[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
466[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
467[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
468[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
469[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
470[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
471[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
472[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
473[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
474[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
475[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
476[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
477[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
478[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
479[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
480[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
481[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
482[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
483[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
484[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
485[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
486[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
487[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
488[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
489[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
490[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
491[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
492[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
493[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
494[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
495[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
496[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
497[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
498[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
499[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
500[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
501[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
502[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
503[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
504[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
505[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
506[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
507[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
508[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
509[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
510[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
511[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
512[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
513[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
514[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
515[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
516[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
517[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
518[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
519[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
520[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
521[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
522[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
523[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
524[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
525[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
526[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
527[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
528[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
529[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
530[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
531[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
532[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
533[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
534[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
535[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
536[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
537[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
538[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
539[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
540[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
541[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
542[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
543[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
544[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
545[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
546[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
547[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
548[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
549[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
550[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
551[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
552[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
553[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
554[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
555[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
556[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
557[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
558[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
559[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
560[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
561[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
562[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
563[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
564[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
565[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
566[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
567[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
568[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
569[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
570[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
571[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
572[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
573[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
574[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
575[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
576[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
577[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
578[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
579[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
580[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
581[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
582[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
583[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
584[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
585[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
586[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
587[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
588[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
589[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
590[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
591[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
592[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
593[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
594[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
595[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
596[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
597[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
598[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
599[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
600[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
601[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
602[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
603[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
604[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
605[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
606[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
607[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
608[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
609[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
610[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
611[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
612[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
613[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
614[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
615[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
616[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
617[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
618[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
619[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
620[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
621[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
622[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
623[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
624[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
625[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
626[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
627[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
628[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
629[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
630[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
631[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
632[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
633[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
634[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
635[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
636[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
637[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
638[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
639[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
640[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
641[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
642[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
643[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
644[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
645[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
646[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
647[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
648[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
649[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
650[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
651[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
652[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
653[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
654[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
655[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
656[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
657[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
658[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
659[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
660[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
661[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
662[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
663[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 65: (splash potion[s] of {potion types}|{potion types} splash potion¦s) = minecraft:splash_potion')
664[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
665[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
666[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
667[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
668[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
669[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
670[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
671[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
672[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
673[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
674[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
675[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
676[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
677[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
678[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
679[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
680[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
681[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
682[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
683[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
684[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
685[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
686[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
687[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
688[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
689[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
690[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
691[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
692[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
693[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
694[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
695[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
696[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
697[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
698[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
699[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
700[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
701[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
702[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
703[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
704[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
705[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
706[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
707[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
708[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
709[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
710[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
711[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
712[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
713[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
714[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
715[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
716[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
717[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
718[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
719[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
720[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
721[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
722[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
723[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
724[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
725[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
726[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
727[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
728[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
729[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
730[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
731[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
732[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
733[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
734[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
735[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
736[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
737[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
738[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
739[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
740[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
741[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
742[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
743[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
744[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
745[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
746[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
747[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
748[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
749[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
750[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
751[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
752[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
753[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
754[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
755[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
756[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
757[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
758[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
759[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
760[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
761[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
762[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
763[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
764[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
765[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
766[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
767[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
768[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
769[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
770[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
771[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
772[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
773[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
774[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
775[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
776[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
777[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
778[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
779[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
780[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
781[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
782[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
783[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
784[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
785[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
786[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
787[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
788[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
789[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
790[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
791[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
792[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
793[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
794[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
795[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
796[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
797[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
798[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
799[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
800[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
801[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
802[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
803[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
804[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
805[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
806[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
807[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
808[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
809[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
810[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
811[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
812[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
813[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
814[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
815[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
816[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
817[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
818[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
819[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
820[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
821[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
822[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
823[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
824[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
825[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
826[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
827[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
828[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
829[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
830[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
831[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
832[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
833[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
834[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
835[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
836[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
837[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
838[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
839[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
840[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
841[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
842[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
843[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
844[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
845[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
846[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
847[16:01:41] [ForkJoinPool.commonPool-worker-1/INFO]: [Skript] You're currently running the latest stable version of Skript.
848[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
849[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
850[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
851[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
852[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
853[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
854[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
855[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
856[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
857[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
858[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
859[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
860[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
861[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
862[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
863[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
864[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
865[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
866[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
867[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
868[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
869[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
870[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
871[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
872[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
873[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
874[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
875[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
876[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
877[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
878[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
879[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
880[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
881[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
882[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
883[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
884[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
885[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
886[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
887[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
888[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
889[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
890[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
891[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
892[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
893[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
894[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
895[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
896[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
897[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
898[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
899[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
900[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
901[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
902[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
903[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
904[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
905[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
906[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
907[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
908[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
909[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
910[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
911[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
912[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
913[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
914[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
915[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
916[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
917[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
918[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
919[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
920[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
921[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
922[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
923[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
924[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
925[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
926[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
927[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
928[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
929[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
930[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
931[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
932[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
933[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
934[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
935[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
936[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
937[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
938[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
939[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
940[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
941[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
942[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
943[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
944[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
945[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
946[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
947[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
948[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
949[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
950[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
951[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
952[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
953[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
954[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
955[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
956[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
957[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
958[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
959[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
960[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
961[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
962[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
963[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
964[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
965[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
966[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
967[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
968[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
969[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
970[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
971[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
972[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
973[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
974[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
975[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
976[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
977[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
978[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
979[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
980[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
981[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
982[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
983[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
984[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
985[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
986[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
987[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
988[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
989[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
990[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
991[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
992[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
993[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
994[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
995[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
996[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
997[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
998[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
999[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
1000[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
1001[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
1002[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
1003[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 66: (lingering potion[s] of {potion types}|{potion types} lingering potion¦s) = minecraft:lingering_potion')
1004[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 68: [any] splash potion = minecraft:splash_potion')
1005[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:splash_potion is not valid (brewing.sk, line 68: [any] splash potion = minecraft:splash_potion')
1006[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 69: [any] lingering potion = minecraft:lingering_potion')
1007[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lingering_potion is not valid (brewing.sk, line 69: [any] lingering potion = minecraft:lingering_potion')
1008[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id any splash potion is not valid (brewing.sk, line 70: any potion = potion, any splash potion, any lingering potion')
1009[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id any lingering potion is not valid (brewing.sk, line 70: any potion = potion, any splash potion, any lingering potion')
1010[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lit_redstone_ore is not valid (building.sk, line 82: lit redstone ore¦s = minecraft:lit_redstone_ore')
1011[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id lit redstone ore is not valid (building.sk, line 83: redstone ore¦s = unlit redstone ore, lit redstone ore')
1012[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1013[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1014[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1015[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1016[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1017[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1018[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1019[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1020[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1021[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1022[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1023[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1024[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1025[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1026[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1027[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1028[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1029[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1030[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1031[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1032[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1033[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1034[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1035[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1036[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:purpur_stairs is not valid (building.sk, line 194: {stair direction} purpur stair¦s = minecraft:purpur_stairs')
1037[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id purpur stairs is not valid (building.sk, line 195: [any] stair¦s = oak stairs, spruce stairs, birch stairs, jungle stairs, acacia stairs, dark oak stairs, cobblestone stairs, brick stairs, stone brick stairs, nether brick stairs, quartz stairs, purpur stairs, sandstone stairs, red sandstone stairs')
1038[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id purpur stairs is not valid (building.sk, line 195: [any] stair¦s = oak stairs, spruce stairs, birch stairs, jungle stairs, acacia stairs, dark oak stairs, cobblestone stairs, brick stairs, stone brick stairs, nether brick stairs, quartz stairs, purpur stairs, sandstone stairs, red sandstone stairs')
1039[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id shield is not valid (combat.sk, line 141: [any] equipment = any weapon, any armor, shield')
1040[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id shield is not valid (combat.sk, line 141: [any] equipment = any weapon, any armor, shield')
1041[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1042[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1043[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1044[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1045[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1046[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1047[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1048[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1049[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1050[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1051[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1052[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1053[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1054[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1055[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1056[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1057[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1058[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1059[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1060[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1061[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1062[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1063[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1064[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1065[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1066[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_rod is not valid (decoration.sk, line 6: {orientable} end[er] rod¦s = minecraft:end_rod')
1067[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:wall_sign is not valid (decoration.sk, line 121: wall sign¦s = minecraft:wall_sign')
1068[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:standing_sign is not valid (decoration.sk, line 122: floor sign¦s = minecraft:standing_sign')
1069[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id wall sign is not valid (decoration.sk, line 124: [any] sign¦s = wall sign, floor sign, sign item')
1070[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id wall sign is not valid (decoration.sk, line 124: [any] sign¦s = wall sign, floor sign, sign item')
1071[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id floor sign is not valid (decoration.sk, line 124: [any] sign¦s = wall sign, floor sign, sign item')
1072[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id floor sign is not valid (decoration.sk, line 124: [any] sign¦s = wall sign, floor sign, sign item')
1073[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:wall_banner is not valid (decoration.sk, line 539: wall banner¦s = minecraft:wall_banner')
1074[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:standing_banner is not valid (decoration.sk, line 540: [standing] banner¦s = minecraft:standing_banner')
1075[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:standing_banner is not valid (decoration.sk, line 540: [standing] banner¦s = minecraft:standing_banner')
1076[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:wall_banner is not valid (decoration.sk, line 542: [any] banner = minecraft:banner, minecraft:wall_banner, minecraft:standing_banner')
1077[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:wall_banner is not valid (decoration.sk, line 542: [any] banner = minecraft:banner, minecraft:wall_banner, minecraft:standing_banner')
1078[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:standing_banner is not valid (decoration.sk, line 542: [any] banner = minecraft:banner, minecraft:wall_banner, minecraft:standing_banner')
1079[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:standing_banner is not valid (decoration.sk, line 542: [any] banner = minecraft:banner, minecraft:wall_banner, minecraft:standing_banner')
1080[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroot is not valid (foodstuffs.sk, line 7: beetroot¦s = minecraft:beetroot')
1081[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroot_soup is not valid (foodstuffs.sk, line 8: beetroot (stew|soup)¦s = minecraft:beetroot_soup')
1082[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroot_soup is not valid (foodstuffs.sk, line 8: beetroot (stew|soup)¦s = minecraft:beetroot_soup')
1083[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:chorus_fruit is not valid (foodstuffs.sk, line 12: chorus fruit¦s = minecraft:chorus_fruit')
1084[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot soup is not valid (foodstuffs.sk, line 79: [any] (soup|stew)¦s = beetroot soup, mushroom stew, rabbit stew')
1085[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot soup is not valid (foodstuffs.sk, line 79: [any] (soup|stew)¦s = beetroot soup, mushroom stew, rabbit stew')
1086[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot soup is not valid (foodstuffs.sk, line 79: [any] (soup|stew)¦s = beetroot soup, mushroom stew, rabbit stew')
1087[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot soup is not valid (foodstuffs.sk, line 79: [any] (soup|stew)¦s = beetroot soup, mushroom stew, rabbit stew')
1088[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot is not valid (foodstuffs.sk, line 80: [any] root vegetable¦s = beetroot, carrot, potato')
1089[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id beetroot is not valid (foodstuffs.sk, line 80: [any] root vegetable¦s = beetroot, carrot, potato')
1090[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id chorus fruit is not valid (foodstuffs.sk, line 82: [any] fruit¦s = apple, chorus fruit, melon slice, any golden apple')
1091[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id chorus fruit is not valid (foodstuffs.sk, line 82: [any] fruit¦s = apple, chorus fruit, melon slice, any golden apple')
1092[16:01:41] [Server thread/ERROR]: [Skript] Minecraft id minecraft:chorus_fruit_popped is not valid (misc.sk, line 26: popped chorus fruit¦s = minecraft:chorus_fruit_popped')
1093[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroot_seeds is not valid (misc.sk, line 124: beetroot seed¦s = minecraft:beetroot_seeds')
1094[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:chorus_fruit is not valid (misc.sk, line 128: chorus fruit¦s = minecraft:chorus_fruit')
1095[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_portal is not valid (other.sk, line 5: end[er] portal [block¦s] = minecraft:end_portal')
1096[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_portal is not valid (other.sk, line 5: end[er] portal [block¦s] = minecraft:end_portal')
1097[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_portal is not valid (other.sk, line 5: end[er] portal [block¦s] = minecraft:end_portal')
1098[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:end_portal is not valid (other.sk, line 5: end[er] portal [block¦s] = minecraft:end_portal')
1099[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:fire is not valid (other.sk, line 6: fire = minecraft:fire')
1100[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:tripwire is not valid (other.sk, line 7: tripwire [(string|line)] = minecraft:tripwire')
1101[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:tripwire is not valid (other.sk, line 7: tripwire [(string|line)] = minecraft:tripwire')
1102[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:tripwire is not valid (other.sk, line 7: tripwire [(string|line)] = minecraft:tripwire')
1103[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:air is not valid (other.sk, line 8: air = minecraft:air')
1104[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:portal is not valid (other.sk, line 15: [nether] portal [block¦s] = minecraft:portal')
1105[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:portal is not valid (other.sk, line 15: [nether] portal [block¦s] = minecraft:portal')
1106[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:portal is not valid (other.sk, line 15: [nether] portal [block¦s] = minecraft:portal')
1107[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:portal is not valid (other.sk, line 15: [nether] portal [block¦s] = minecraft:portal')
1108[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1109[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1110[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1111[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1112[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1113[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1114[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1115[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1116[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1117[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1118[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1119[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1120[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1121[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1122[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1123[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1124[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1125[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1126[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1127[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1128[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1129[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1130[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1131[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1132[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1133[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1134[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1135[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1136[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1137[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1138[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1139[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1140[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1141[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1142[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1143[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1144[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1145[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1146[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1147[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1148[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1149[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1150[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1151[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1152[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1153[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1154[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1155[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1156[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1157[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1158[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1159[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1160[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1161[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1162[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1163[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1164[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1165[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1166[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1167[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1168[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1169[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1170[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1171[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1172[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1173[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1174[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1175[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1176[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1177[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1178[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1179[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1180[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1181[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1182[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1183[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1184[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1185[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1186[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1187[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1188[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1189[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1190[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1191[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1192[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1193[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1194[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1195[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1196[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1197[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1198[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1199[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1200[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1201[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1202[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1203[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1204[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1205[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1206[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1207[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1208[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1209[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1210[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1211[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1212[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1213[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1214[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1215[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1216[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1217[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1218[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1219[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1220[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1221[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1222[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1223[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1224[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1225[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1226[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1227[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1228[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1229[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1230[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1231[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1232[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1233[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1234[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1235[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1236[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1237[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1238[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1239[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1240[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1241[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1242[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1243[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1244[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1245[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1246[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1247[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1248[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1249[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1250[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1251[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1252[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1253[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1254[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1255[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1256[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1257[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1258[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1259[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1260[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1261[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1262[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1263[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1264[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1265[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1266[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1267[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1268[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1269[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1270[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1271[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1272[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1273[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1274[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1275[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1276[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1277[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1278[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1279[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1280[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1281[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1282[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1283[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1284[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1285[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1286[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1287[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1288[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1289[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1290[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1291[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1292[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1293[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1294[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1295[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1296[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1297[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1298[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1299[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1300[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1301[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:cocoa is not valid (other.sk, line 48: {cocoa states} cocoa [plant¦s] = minecraft:cocoa')
1302[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 50: pumpkin stem = minecraft:pumpkin_stem')
1303[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 51: melon stem = minecraft:melon_stem')
1304[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1305[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1306[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1307[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1308[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1309[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1310[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1311[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1312[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1313[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1314[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1315[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1316[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1317[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1318[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1319[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1320[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1321[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:potatoes is not valid (other.sk, line 63: {crop growth stage} potato plant¦s = minecraft:potatoes')
1322[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1323[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1324[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1325[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1326[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1327[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1328[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1329[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1330[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1331[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1332[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1333[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1334[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1335[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1336[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1337[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1338[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1339[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:carrots is not valid (other.sk, line 64: {crop growth stage} carrot plant¦s = minecraft:carrots')
1340[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1341[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1342[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1343[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1344[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1345[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1346[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1347[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1348[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1349[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1350[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1351[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1352[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1353[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1354[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1355[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1356[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1357[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:pumpkin_stem is not valid (other.sk, line 66: {crop growth stage} pumpkin stem = minecraft:pumpkin_stem')
1358[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1359[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1360[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1361[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1362[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1363[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1364[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1365[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1366[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1367[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1368[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1369[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1370[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1371[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1372[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1373[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1374[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1375[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:melon_stem is not valid (other.sk, line 67: {crop growth stage} melon stem = minecraft:melon_stem')
1376[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1377[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1378[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1379[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1380[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1381[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1382[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1383[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1384[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1385[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1386[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1387[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1388[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1389[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1390[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1391[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1392[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1393[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1394[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1395[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1396[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1397[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1398[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1399[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:beetroots is not valid (other.sk, line 74: {beetroot growth stage} beet[root] plant¦s = minecraft:beetroots')
1400[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:water is not valid (other.sk, line 211: [stationary] water = minecraft:water')
1401[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:water is not valid (other.sk, line 211: [stationary] water = minecraft:water')
1402[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lava is not valid (other.sk, line 212: [stationary] lava = minecraft:lava')
1403[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lava is not valid (other.sk, line 212: [stationary] lava = minecraft:lava')
1404[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:redstone_wire is not valid (redstone.sk, line 5: redstone (wire|dust block)¦s = minecraft:redstone_wire')
1405[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:redstone_wire is not valid (redstone.sk, line 5: redstone (wire|dust block)¦s = minecraft:redstone_wire')
1406[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:tripwire is not valid (redstone.sk, line 13: (tripwire|placed string)¦s = minecraft:tripwire')
1407[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:tripwire is not valid (redstone.sk, line 13: (tripwire|placed string)¦s = minecraft:tripwire')
1408[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unpowered_repeater is not valid (redstone.sk, line 27: unpowered [redstone] repeater¦s = minecraft:unpowered_repeater')
1409[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unpowered_repeater is not valid (redstone.sk, line 27: unpowered [redstone] repeater¦s = minecraft:unpowered_repeater')
1410[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:powered_repeater is not valid (redstone.sk, line 28: powered [redstone] repeater¦s = minecraft:powered_repeater')
1411[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:powered_repeater is not valid (redstone.sk, line 28: powered [redstone] repeater¦s = minecraft:powered_repeater')
1412[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id unpowered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1413[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id unpowered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1414[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id unpowered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1415[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id unpowered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1416[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id powered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1417[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id powered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1418[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id powered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1419[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id powered repeater is not valid (redstone.sk, line 30: [any] [redstone] repeater¦s = unpowered repeater, powered repeater, repeater item')
1420[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:powered_comparator is not valid (redstone.sk, line 33: powered comparator = minecraft:powered_comparator')
1421[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1422[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1423[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1424[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1425[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1426[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1427[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1428[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1429[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1430[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1431[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1432[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1433[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:unlit_redstone_torch is not valid (redstone.sk, line 101: {attached} unlit redstone torch¦es = minecraft:unlit_redstone_torch')
1434[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id unlit redstone torch is not valid (redstone.sk, line 102: any redstone torch¦es = lit redstone torch, unlit redstone torch')
1435[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:lit_redstone_lamp is not valid (redstone.sk, line 105: lit redstone lamp¦s = minecraft:lit_redstone_lamp')
1436[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id lit redstone lamp is not valid (redstone.sk, line 107: any redstone lamp¦s = lit redstone lamp, unlit redstone lamp')
1437[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1438[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1439[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1440[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1441[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1442[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1443[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1444[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1445[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1446[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1447[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1448[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1449[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 112: {orientable} piston head¦s = minecraft:piston_head')
1450[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 117: (piston extension|block 36|moving piston|moving block¦s) = minecraft:piston_head')
1451[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 117: (piston extension|block 36|moving piston|moving block¦s) = minecraft:piston_head')
1452[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 117: (piston extension|block 36|moving piston|moving block¦s) = minecraft:piston_head')
1453[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:piston_head is not valid (redstone.sk, line 117: (piston extension|block 36|moving piston|moving block¦s) = minecraft:piston_head')
1454[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:daylight_detector_inverted is not valid (redstone.sk, line 120: inverted daylight (detector|sensor)¦s = minecraft:daylight_detector_inverted')
1455[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:daylight_detector_inverted is not valid (redstone.sk, line 120: inverted daylight (detector|sensor)¦s = minecraft:daylight_detector_inverted')
1456[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id inverted daylight detector is not valid (redstone.sk, line 235: [any] daylight (detector|sensor)¦s = normal daylight detector, inverted daylight detector')
1457[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id inverted daylight detector is not valid (redstone.sk, line 235: [any] daylight (detector|sensor)¦s = normal daylight detector, inverted daylight detector')
1458[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id inverted daylight detector is not valid (redstone.sk, line 235: [any] daylight (detector|sensor)¦s = normal daylight detector, inverted daylight detector')
1459[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id inverted daylight detector is not valid (redstone.sk, line 235: [any] daylight (detector|sensor)¦s = normal daylight detector, inverted daylight detector')
1460[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:elytra is not valid (transportation.sk, line 2: elytra¦s = minecraft:elytra')
1461[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:spruce_boat is not valid (transportation.sk, line 15: spruce boat¦s = minecraft:spruce_boat[relatedEntity=spruce boat]')
1462[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:birch_boat is not valid (transportation.sk, line 16: birch boat¦s = minecraft:birch_boat[relatedEntity=birch boat]')
1463[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:jungle_boat is not valid (transportation.sk, line 17: jungle boat¦s = minecraft:jungle_boat[relatedEntity=jungle boat]')
1464[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:acacia_boat is not valid (transportation.sk, line 18: acacia boat¦s = minecraft:acacia_boat[relatedEntity=acacia boat]')
1465[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id minecraft:dark_oak_boat is not valid (transportation.sk, line 19: dark oak boat¦s = minecraft:dark_oak_boat[relatedEntity=dark oak boat]')
1466[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id spruce boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1467[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id spruce boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1468[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id birch boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1469[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id birch boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1470[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id jungle boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1471[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id jungle boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1472[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id acacia boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1473[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id acacia boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1474[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id dark oak boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1475[16:01:42] [Server thread/ERROR]: [Skript] Minecraft id dark oak boat is not valid (transportation.sk, line 21: [any] boat¦s = oak boat, spruce boat, birch boat, jungle boat, acacia boat, dark oak boat')
1476[16:01:43] [Server thread/ERROR]: [Skript] Minecraft id elytra is not valid (z-categories.sk, line 2: [any] item with durability = any equipment, any tool, fishing rod, flint and steel, shear, elytra')
1477[16:01:43] [Server thread/ERROR]: [Skript] Minecraft id elytra is not valid (z-categories.sk, line 2: [any] item with durability = any equipment, any tool, fishing rod, flint and steel, shear, elytra')
1478[16:01:43] [Server thread/ERROR]: [Skript] Minecraft id splash potion is not valid (z-click-events.sk, line 4: usable in both hands = bow, egg, splash potion, snowball, any bucket, fishing rod, flint and steel, any hoe, leash, shears, any shovel, ender pearl, any spawn egg, paper, item frame item')
1479[16:01:43] [Server thread/ERROR]: [Skript] Minecraft id shield is not valid (z-click-events.sk, line 5: usable in off hand = usable in both hands, shield')
1480[16:01:43] [Server thread/INFO]: [Skript] Loaded 12445 aliases in 2698ms
1481[16:01:43] [Server thread/ERROR]: Error occurred while enabling Skript v2.4-beta9 (Is it up to date?)
1482java.lang.ExceptionInInitializerError
1483 at ch.njol.skript.Skript.onEnable(Skript.java:417) ~[?:?]
1484 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1485 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1486 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1487 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1488 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1489 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1490 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1491 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1492 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1493 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1494 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1495 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1496Caused by: java.lang.IllegalArgumentException: type stationary water not found
1497 at ch.njol.skript.aliases.Aliases.javaItemType(Aliases.java:566) ~[?:?]
1498 at ch.njol.skript.classes.data.BukkitEventValues.<clinit>(BukkitEventValues.java:300) ~[?:?]
1499 ... 13 more
1500[16:01:43] [Server thread/INFO]: [GreatKits] Enabling GreatKits v2.9
1501[16:01:43] [User Authenticator #1/INFO]: UUID of player Vqlky is 8ca2baf2-b02c-45ac-9888-3170079133f4
1502[16:01:43] [Server thread/INFO]: GreatKits 2.9.0 --> ON
1503[16:01:43] [Server thread/INFO]: [RemoveDrops] Enabling RemoveDrops v1.0
1504[16:01:43] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
1505[16:01:44] [Server thread/INFO]: [ClearLag] Loading modules...
1506[16:01:44] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
1507[16:01:44] [Server thread/INFO]: [ClearLag] Modules have been loaded!
1508[16:01:44] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
1509[16:01:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
1510[16:01:44] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
1511[16:01:44] [Server thread/INFO]: -------- World Settings For [world] --------
1512[16:01:44] [Server thread/INFO]: Mob Spawn Range: 4
1513[16:01:44] [Server thread/INFO]: Anti X-Ray: true
1514[16:01:44] [Server thread/INFO]: Engine Mode: 1
1515[16:01:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1516[16:01:44] [Server thread/INFO]: Replace Blocks: [1, 5]
1517[16:01:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1518[16:01:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
1519[16:01:44] [Server thread/INFO]: Cane Growth Modifier: 100%
1520[16:01:44] [Server thread/INFO]: Melon Growth Modifier: 100%
1521[16:01:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1522[16:01:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1523[16:01:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
1524[16:01:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
1525[16:01:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1526[16:01:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1527[16:01:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1528[16:01:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1529[16:01:44] [Server thread/INFO]: Random Lighting Updates: false
1530[16:01:44] [Server thread/INFO]: Structure Info Saving: true
1531[16:01:44] [Server thread/INFO]: Sending up to 10 chunks per packet
1532[16:01:44] [Server thread/INFO]: Max Entity Collisions: 8
1533[16:01:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1534[16:01:44] [Server thread/INFO]: Max TNT Explosions: 100
1535[16:01:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1536[16:01:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1537[16:01:44] [Server thread/INFO]: Item Despawn Rate: 6000
1538[16:01:44] [Server thread/INFO]: Item Merge Radius: 2.5
1539[16:01:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
1540[16:01:44] [Server thread/INFO]: View Distance: 10
1541[16:01:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1542[16:01:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
1543[16:01:44] [Server thread/INFO]: Clear tick list: false
1544[16:01:44] [Server thread/INFO]: Experience Merge Radius: 3.0
1545[16:01:44] [Server thread/INFO]: Preparing start region for level 3 (Seed: 281016327612646314)
1546[16:01:44] [Thread-16/INFO]: [ClearLag] No updates found!
1547[16:01:45] [Server thread/INFO]: -------- World Settings For [bedwarsmap] --------
1548[16:01:45] [Server thread/INFO]: Mob Spawn Range: 4
1549[16:01:45] [Server thread/INFO]: Anti X-Ray: true
1550[16:01:45] [Server thread/INFO]: Engine Mode: 1
1551[16:01:45] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1552[16:01:45] [Server thread/INFO]: Replace Blocks: [1, 5]
1553[16:01:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1554[16:01:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
1555[16:01:45] [Server thread/INFO]: Cane Growth Modifier: 100%
1556[16:01:45] [Server thread/INFO]: Melon Growth Modifier: 100%
1557[16:01:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1558[16:01:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1559[16:01:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
1560[16:01:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
1561[16:01:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1562[16:01:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1563[16:01:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1564[16:01:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1565[16:01:45] [Server thread/INFO]: Random Lighting Updates: false
1566[16:01:45] [Server thread/INFO]: Structure Info Saving: true
1567[16:01:45] [Server thread/INFO]: Sending up to 10 chunks per packet
1568[16:01:45] [Server thread/INFO]: Max Entity Collisions: 8
1569[16:01:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1570[16:01:45] [Server thread/INFO]: Max TNT Explosions: 100
1571[16:01:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1572[16:01:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1573[16:01:45] [Server thread/INFO]: Item Despawn Rate: 6000
1574[16:01:45] [Server thread/INFO]: Item Merge Radius: 2.5
1575[16:01:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
1576[16:01:45] [Server thread/INFO]: View Distance: 10
1577[16:01:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1578[16:01:45] [Server thread/INFO]: Chunks to Grow per Tick: 650
1579[16:01:45] [Server thread/INFO]: Clear tick list: false
1580[16:01:45] [Server thread/INFO]: Experience Merge Radius: 3.0
1581[16:01:45] [Server thread/INFO]: Preparing start region for level 4 (Seed: -4813462213175059191)
1582[16:01:46] [Server thread/INFO]: Preparing spawn area for bedwarsmap, 36%
1583[16:01:46] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
1584[16:01:46] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
1585[16:01:46] [Server thread/INFO]: [VPNGuard] Enabling VPNGuard v3.0
1586[16:01:46] [Server thread/INFO]: [VPNGuard] Attempting to load: settings.dat
1587[16:01:46] [Server thread/INFO]: [VPNGuard] settings.dat has been loaded!
1588[16:01:46] [Server thread/INFO]: [VPNGuard] No API key specified, using free package.
1589[16:01:46] [Server thread/INFO]: [CustomDeathMessages] Enabling CustomDeathMessages v1.0
1590[16:01:46] [Server thread/INFO]: [CustomDeathMessages] CustomDeathMessages 1.0 has been enabled!
1591[16:01:46] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.8.2
1592[16:01:47] [Server thread/INFO]: [iDisguise] iDisguise 5.8.2 enabled!
1593[16:01:47] [Server thread/INFO]: [UUIDSpoof-Fix] Enabling UUIDSpoof-Fix v4.1
1594[16:01:47] [Server thread/INFO]:
1595*----------------------------------------------------------------*
1596Checking online mode...
1597The online-mode is: true!
1598
1599UUIDSpoof - Fix by zPirroZ3007 has been enabled!
1600The UUID exploit is now fixed!
1601*----------------------------------------------------------------*
1602[16:01:47] [Server thread/INFO]: [WorldEditCrashFix] Enabling WorldEditCrashFix v1.1
1603[16:01:47] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabled.
1604[16:01:47] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] [Version 7.29.56] 99 commands 124 events 31 tick handlers 0 message handlers
1605[16:01:47] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Attempting to load compatibility with Bukkit version 1.8.8
1606[16:01:47] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
1607[16:01:47] [Server thread/INFO]: [PermissionsEx] Initializing file backend
1608[16:01:47] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
1609[16:01:47] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1610[16:01:47] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
1611[16:01:47] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
1612[16:01:47] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v1.1
1613[16:01:48] [Server thread/INFO]: [DiscordMinecraft] Enabling DiscordMinecraft v2.2.2
1614[16:01:48] [Server thread/INFO]: [INFO] Loading libs.
1615[16:01:48] [Server thread/INFO]: [ERROR] Error downloading JDA: 404
1616[16:01:48] [Server thread/INFO]: [SUCCESS] Loaded 1 lib.
1617[16:01:48] [Server thread/ERROR]: Error occurred while enabling DiscordMinecraft v2.2.2 (Is it up to date?)
1618java.lang.NoClassDefFoundError: net/dv8tion/jda/core/entities/Game
1619 at com.jagrosh.jdautilities.command.CommandClientBuilder.<init>(CommandClientBuilder.java:38) ~[?:?]
1620 at me.enderaura.dcmc.DiscordMinecraft.onEnable(DiscordMinecraft.java:153) ~[?:?]
1621 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1622 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1623 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1624 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1625 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1626 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1627 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1628 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1629 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1630 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1631 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1632 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1633Caused by: java.lang.ClassNotFoundException: net.dv8tion.jda.core.entities.Game
1634 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
1635 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1636 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1637 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
1638 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
1639 ... 14 more
1640[16:01:48] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b725
1641[16:01:48] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b725 Enabled - By Rigby and fernferret
1642[16:01:50] [Server thread/INFO]: [MVPLogging] 11 - Portals(s) loaded
1643[16:01:50] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
1644[16:01:50] [Server thread/INFO]: [TalkingBot] Enabling TalkingBot v2.0.0
1645[16:01:50] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
1646[16:01:50] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1647[16:01:50] [Server thread/INFO]: [HideAndCustomPlugins] Enabling HideAndCustomPlugins v1.8.1
1648[16:01:50] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: http://mcstats.org/plugin/HideAndCustomPlugins
1649[16:01:50] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: https://bstats.org/plugin/bukkit/HideandCustomPlugins
1650[16:01:50] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
1651[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen) TNT ignition is PERMITTED.
1652[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen) Lighters are PERMITTED.
1653[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen) Lava fire is blocked.
1654[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen) Fire spread is UNRESTRICTED.
1655[16:01:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Fallen'
1656[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_nether) TNT ignition is PERMITTED.
1657[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_nether) Lighters are PERMITTED.
1658[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_nether) Lava fire is blocked.
1659[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_nether) Fire spread is UNRESTRICTED.
1660[16:01:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Fallen_nether'
1661[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_the_end) TNT ignition is PERMITTED.
1662[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_the_end) Lighters are PERMITTED.
1663[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_the_end) Lava fire is blocked.
1664[16:01:50] [Server thread/INFO]: [WorldGuard] (Fallen_the_end) Fire spread is UNRESTRICTED.
1665[16:01:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Fallen_the_end'
1666[16:01:50] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
1667[16:01:50] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
1668[16:01:50] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
1669[16:01:50] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
1670[16:01:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
1671[16:01:50] [Server thread/INFO]: [WorldGuard] (bedwarsmap) TNT ignition is PERMITTED.
1672[16:01:50] [Server thread/INFO]: [WorldGuard] (bedwarsmap) Lighters are PERMITTED.
1673[16:01:50] [Server thread/INFO]: [WorldGuard] (bedwarsmap) Lava fire is blocked.
1674[16:01:50] [Server thread/INFO]: [WorldGuard] (bedwarsmap) Fire spread is UNRESTRICTED.
1675[16:01:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bedwarsmap'
1676[16:01:50] [Server thread/INFO]: [WorldGuard] Loading region data...
1677[16:01:50] [Server thread/INFO]: [AAC] Enabling AAC v3.6.4
1678[16:01:53] [Server thread/INFO]: [AAC] No internet connection.
1679[16:01:53] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.5.1
1680[16:01:53] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
1681[16:01:53] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
1682[16:01:53] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.2-b107
1683[16:01:53] [Server thread/INFO]: | Command file(s) found : 1
1684[16:01:53] [Server thread/INFO]: | Config : Ready.
1685[16:01:53] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
1686[16:01:53] [Server thread/INFO]: [MyCmd] RIGHT_CLICK_INTERACTION Block set item is null, check config.yml
1687[16:01:53] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
1688[16:01:53] [Server thread/INFO]: [MyCmd] PHYSICAL_INTERACTION Block set item is null, check config.yml
1689[16:01:53] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
1690[16:01:53] [Server thread/INFO]: | Custom commands loaded : 41
1691[16:01:53] [Server thread/INFO]: | Version: 5.5.1
1692[16:01:53] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
1693[16:01:53] [Server thread/INFO]: | You are running the latest version of MyCommand.
1694[16:01:53] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
1695[16:01:53] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.2
1696[16:01:53] [Server thread/INFO]: CratesPlus Version 4.5.2
1697[16:01:53] [Server thread/INFO]: HolographicDisplays was found, hooking in!
1698[16:01:53] [Server thread/INFO]: [AntiJigsaw] Enabling AntiJigsaw v1.05
1699[16:01:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
1700[16:01:53] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
1701[16:01:53] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
1702[16:01:53] [Server thread/INFO]: No kits found to migrate.
1703[16:01:53] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
1704[16:01:53] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
1705[16:01:53] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
1706[16:01:54] [Server thread/INFO]: Loaded 852 items from items.csv.
1707[16:01:54] [Server thread/INFO]: Using locale en_US
1708[16:01:54] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
1709[16:01:54] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
1710[16:01:54] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1711[16:01:54] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
1712[16:01:54] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v3.0
1713[16:01:54] [Server thread/ERROR]: Error occurred while enabling ChangeSkin v3.0 (Is it up to date?)
1714java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
1715 at com.zaxxer.hikari.HikariConfig.<clinit>(HikariConfig.java:51) ~[HikariCP-3.1.0.jar!/:?]
1716 at com.github.games647.changeskin.core.SkinStorage.<init>(SkinStorage.java:38) ~[?:?]
1717 at com.github.games647.changeskin.core.ChangeSkinCore.setupDatabase(ChangeSkinCore.java:112) ~[?:?]
1718 at com.github.games647.changeskin.core.ChangeSkinCore.load(ChangeSkinCore.java:79) ~[?:?]
1719 at com.github.games647.changeskin.bukkit.ChangeSkinBukkit.onEnable(ChangeSkinBukkit.java:51) ~[?:?]
1720 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1721 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1722 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:141) [PerWorldPlugins.jar:?]
1723 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1724 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1725 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1726 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1727 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1728 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1729 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1730 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1731 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1732Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
1733 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
1734 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
1735 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) ~[?:1.8.0_222]
1736 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
1737 ... 17 more
1738[16:01:54] [Server thread/INFO]: [AACAdditionPro] Enabling AACAdditionPro v5.2.2
1739[16:01:54] [Server thread/INFO]: [AACAdditionPro] BrandHider was chosen not to be enabled.
1740[16:01:54] [Server thread/INFO]: [AACAdditionPro] LogBot was chosen not to be enabled.
1741[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.BetterSprinting was chosen not to be enabled.
1742[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.DamageIndicator was chosen not to be enabled.
1743[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.5zig was chosen not to be enabled.
1744[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.Forge was chosen not to be enabled.
1745[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.LabyMod was chosen not to be enabled.
1746[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.LiteLoader was chosen not to be enabled.
1747[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.OldLabyMod was chosen not to be enabled.
1748[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.PXMod was chosen not to be enabled.
1749[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.Schematica was chosen not to be enabled.
1750[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.Vape was chosen not to be enabled.
1751[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.VersionControl was chosen not to be enabled.
1752[16:01:54] [Server thread/INFO]: [AACAdditionPro] ClientControl.WorldDownloader was chosen not to be enabled.
1753[16:01:54] [Server thread/INFO]: [AACAdditionPro] AutoFish is not compatible with your server version.
1754[16:01:54] [Server thread/INFO]: [AACAdditionPro] AutoPotion is not compatible with your server version.
1755[16:01:54] [Server thread/INFO]: [AACAdditionPro] Esp has been enabled.
1756[16:01:54] [Server thread/INFO]: [AACAdditionPro] Fastswitch has been enabled.
1757[16:01:54] [Server thread/INFO]: [AACAdditionPro] ImpossibleChat was chosen not to be enabled.
1758[16:01:54] [Server thread/INFO]: [AACAdditionPro] Inventory has been enabled.
1759[16:01:54] [Server thread/INFO]: [AACAdditionPro] KeepAlive has been enabled.
1760[16:01:54] [Server thread/INFO]: [AACAdditionPro] PacketAnalysis has been enabled.
1761[16:01:54] [Server thread/INFO]: [AACAdditionPro] Pingspoof was chosen not to be enabled.
1762[16:01:54] [Server thread/INFO]: [AACAdditionPro] Scaffold has been enabled.
1763[16:01:54] [Server thread/INFO]: [AACAdditionPro] Skinblinker has been enabled.
1764[16:01:54] [Server thread/INFO]: [AACAdditionPro] Teaming was chosen not to be enabled.
1765[16:01:54] [Server thread/INFO]: [AACAdditionPro] Tower has been enabled.
1766[16:01:54] [Server thread/INFO]: [AACAdditionPro] AACAdditionPro Version 5.2.2 enabled
1767[16:01:54] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
1768[16:01:54] [Server thread/INFO]: [LiteBans] Using default database drivers.
1769[16:01:55] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
1770[16:01:55] [Server thread/INFO]: [LiteBans] Connecting to database...
1771[16:01:55] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/minecraft/multicraft/servers/server94334/plugins/LiteBans/litebans] (227.9 ms).
1772[16:01:55] [Server thread/INFO]: [LiteBans] Database connection fully initialized (233.8 ms).
1773[16:01:55] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 621 ms.
1774[16:01:55] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
1775[16:01:55] [Server thread/INFO]: [BuycraftX] Validating your server key...
1776[16:01:56] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
1777[16:01:56] [Server thread/INFO]: [1vs1] Enabling 1vs1 v1.6.3 #213
1778[16:01:56] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
1779[16:01:56] [Server thread/INFO]: [1vs1] Connected!
1780[16:01:56] [Server thread/INFO]: [1vs1] Connecting to database
1781[16:01:56] [Server thread/INFO]: [1vs1] Connecting to sqlite database...
1782[16:01:56] [Server thread/INFO]: [1vs1] Connected!
1783[16:01:56] [Server thread/INFO]: [1vs1] 1vs1 enabled!
1784[16:01:56] [Server thread/INFO]: [KoTH] Enabling KoTH v1.5.1
1785[16:01:56] [Server thread/INFO]: [KoTH] VanishNoPacket hook: Disabled
1786[16:01:56] [Server thread/INFO]: [KoTH] Featherboard hook: Disabled
1787[16:01:56] [Server thread/INFO]: [KoTH] Bossbar hook: Disabled
1788[16:01:56] [Server thread/INFO]: [KoTH] PvPManager hook: Disabled
1789[16:01:56] [Server thread/INFO]: [KoTH] Essentials Vanish hook: Enabled
1790[16:01:57] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.24-SNAPSHOT (build 1605)
1791[16:01:57] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.0.0
1792[16:01:57] [Server thread/WARN]: [EssentialsChat] §4Version mismatch! Please update all Essentials jars to the same version.
1793[16:01:57] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
1794[16:01:57] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
1795[16:01:57] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
1796[16:01:57] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
1797[16:01:57] [Server thread/INFO]: [TabList] Enabling TabList v4.8
1798[16:01:57] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.4
1799[16:01:57] [Server thread/INFO]: [TabList] You're running the latest version.
1800[16:01:57] [Server thread/INFO]: [TabList] Metrics enabled.
1801[16:01:57] [Server thread/INFO]: [TabList] > The plugin successfully enabled v4.8!
1802[16:01:57] [Server thread/INFO]: [Duels] Enabling Duels v3.3.0
1803[16:01:57] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
1804[16:01:57] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
1805[16:01:57] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
1806[16:01:57] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
1807[16:01:57] [Server thread/INFO]: [Duels] ArenaManager: Loaded 1 arena(s).
1808[16:01:57] [Server thread/INFO]: [Duels] KitManager: Loaded 3 kit(s).
1809[16:01:57] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using Fallen's spawn location as default. Use the command /duels setlobby in-game to set the lobby location.
1810[16:01:57] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
1811[16:01:57] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s).
1812[16:01:57] [Server thread/INFO]: [CombatLogPro] Enabling CombatLogPro v1.5.9
1813[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;32;1mProtocolLib [mintegration enabled.[m
1814[16:01:57] [Server thread/INFO]:
1815[0;31;1m[21m _________ ___. __ .____ __________
1816 \_ ___ \ ____ _____\_ |__ _____ _/ |_| | ____ ____ \______ \_______ ____
1817 / \ \/ / _ \ / \| __ \\__ \\ __\ | / _ \ / ___\ | ___/\_ __ \/ _ \
1818 \ \___( <_> ) Y Y \ \_\ \/ __ \| | | |__( <_> ) /_/ > | | | | \( <_> )
1819 \______ /\____/|__|_| /___ (____ /__| |_______ \____/\___ / |____| |__| \____/
1820 \/ \/ \/ \/ \/ /_____/
1821[m [m
1822[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [mRunning support for server version: [0;32;1m1.8[m
1823[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;32;1mWorldGuard [msupport has been enabled.[m
1824[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;31;22m** Towny support unavailable.[m
1825[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;31;22m** Citizens support unavailable.[m
1826[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;32;1mVault [msupport has been enabled.[m
1827[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;32;1mEssentials [msupport has been enabled.[m
1828[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;31;22m** MobArena support unavailable.[m
1829[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;32;1mPlaceholderAPI [msupport has been enabled.[m
1830[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [m[0;31;22m** MVdWPlaceholderAPI support unavailable.[m
1831[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [mUpdates will be checked on login.[m
1832[16:01:57] [Server thread/INFO]: [0;30;1m[[0;31;1mCombatLogPro 1.5.9[0;30;1m] [mDone! (78ms)[m
1833[16:01:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1834[16:01:58] [Server thread/INFO]: Done (22.047s)! For help, type "help" or "?"
1835[16:01:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'Spawn2' was in the world '[ KITPVP FULLPVP MAP SPAWN ]' but it wasn't loaded.
1836[16:01:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'Staff' was in the world '[ KITPVP FULLPVP MAP SPAWN ]' but it wasn't loaded.
1837[16:01:58] [Craft Scheduler Thread - 3/INFO]: [Duels] No updates were available. You are on the latest version!
1838[16:01:58] [Craft Scheduler Thread - 6/INFO]: [1vs1] ***** 1vs1 Version Checker *****
1839[16:01:58] [Craft Scheduler Thread - 6/WARN]: [1vs1] Newest Build: #221 is out!
1840[16:01:58] [Craft Scheduler Thread - 6/WARN]: [1vs1] Current Build: #213
1841[16:01:58] [Craft Scheduler Thread - 6/WARN]: [1vs1] Use /1vs1 update to update automatically
1842[16:01:58] [Craft Scheduler Thread - 6/INFO]: [1vs1] *********************************
1843[16:01:59] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
1844[16:01:59] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1845[16:01:59] [Craft Scheduler Thread - 34/INFO]: [Vault] Checking for Updates ...
1846[16:01:59] [Craft Scheduler Thread - 34/INFO]: [Vault] No new version available
1847[16:01:59] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@7f7cdd80[id=8ca2baf2-b02c-45ac-9888-3170079133f4,name=Vqlky,properties={textures=[com.mojang.authlib.properties.Property@1d1de8a0]},legacy=false] (/85.74.110.146:51420): Server still starting up
1848[16:01:59] [Server thread/INFO]: com.mojang.authlib.GameProfile@7f7cdd80[id=8ca2baf2-b02c-45ac-9888-3170079133f4,name=Vqlky,properties={textures=[com.mojang.authlib.properties.Property@1d1de8a0]},legacy=false] (/85.74.110.146:51420) lost connection: Server still starting up
1849[16:01:59] [Server thread/INFO]: [AAC] Beginning Enable...
1850[16:02:09] [Server thread/WARN]: [AAC] Task #109 for AAC v3.6.4 generated an exception
1851java.lang.OutOfMemoryError: Java heap space
1852 at java.util.HashMap.resize(HashMap.java:704) ~[?:1.8.0_222]
1853 at java.util.HashMap.putVal(HashMap.java:663) ~[?:1.8.0_222]
1854 at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_222]
1855 at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_222]
1856 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.createRegisteredListeners(PerWorldPluginLoader.java:58) ~[?:?]
1857 at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:527) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1858 at java.lang.invoke.LambdaForm$DMH/932951178.invokeInterface_L3_V(LambdaForm$DMH) ~[?:?]
1859 at java.lang.invoke.LambdaForm$BMH/628672725.reinvoke(LambdaForm$BMH) ~[?:?]
1860 at java.lang.invoke.LambdaForm$MH/1017406733.invoke_MT(LambdaForm$MH) ~[?:?]
1861 at me.konsolas.aac.aQ.a(aQ.java) ~[?:?]
1862 at java.lang.invoke.LambdaForm$DMH/500977346.invokeStatic_L5_L(LambdaForm$DMH) ~[?:?]
1863 at java.lang.invoke.LambdaForm$BMH/1403664688.reinvoke(LambdaForm$BMH) ~[?:?]
1864 at java.lang.invoke.LambdaForm$MH/1357861062.linkToCallSite(LambdaForm$MH) ~[?:?]
1865 at me.konsolas.aac.aQ.run(aQ.java:22) ~[?:?]
1866 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1867 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1868 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1869 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1870 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1871 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1872 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1873[16:02:09] [Craft Scheduler Thread - 36/INFO]: Checking for updates via Spigot...
1874[16:02:09] [Craft Scheduler Thread - 36/INFO]: [VerkaCrates] No update was found, you are running the latest version. Will check again later.
1875[16:02:09] [Craft Scheduler Thread - 36/INFO]: [BuycraftX] Fetching all due players...
1876[16:02:09] [Craft Scheduler Thread - 36/INFO]: [BuycraftX] Fetched due players (0 found).
1877[16:02:19] [Server thread/WARN]: [AAC] Task #110 for AAC v3.6.4 generated an exception
1878java.lang.OutOfMemoryError: Java heap space
1879 at java.util.HashMap.resize(HashMap.java:704) ~[?:1.8.0_222]
1880 at java.util.HashMap.putVal(HashMap.java:663) ~[?:1.8.0_222]
1881 at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_222]
1882 at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0_222]
1883 at me.incomprehendable.dev.pwp.transparentlisteners.PerWorldPluginLoader.createRegisteredListeners(PerWorldPluginLoader.java:58) ~[?:?]
1884 at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:527) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1885 at java.lang.invoke.LambdaForm$DMH/932951178.invokeInterface_L3_V(LambdaForm$DMH) ~[?:?]
1886 at java.lang.invoke.LambdaForm$BMH/966161942.reinvoke(LambdaForm$BMH) ~[?:?]
1887 at java.lang.invoke.LambdaForm$MH/1629408945.linkToCallSite(LambdaForm$MH) ~[?:?]
1888 at me.konsolas.aac.cC.a(cC.java:171) ~[?:?]
1889 at me.konsolas.aac.b1.lambda$new$0(b1.java:21) ~[?:?]
1890 at me.konsolas.aac.b1$$Lambda$69/1209118525.run(Unknown Source) ~[?:?]
1891 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1892 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1893 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1894 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1895 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1896 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
1897 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
1898[16:02:26] [Server thread/WARN]: [AAC] Task #110 for AAC v3.6.4 generated an exception
1899java.lang.OutOfMemoryError: Java heap space
1900[16:02:26] [User Authenticator #2/INFO]: UUID of player PingSpoofing_exe is bcce398a-0ce2-4359-8b2b-ccb5c747b340
1901[16:02:27] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@14209619[id=bcce398a-0ce2-4359-8b2b-ccb5c747b340,name=PingSpoofing_exe,properties={textures=[com.mojang.authlib.properties.Property@3d9385da]},legacy=false] (/37.6.2.20:7836): Server still starting up
1902[16:02:27] [Server thread/INFO]: com.mojang.authlib.GameProfile@14209619[id=bcce398a-0ce2-4359-8b2b-ccb5c747b340,name=PingSpoofing_exe,properties={textures=[com.mojang.authlib.properties.Property@3d9385da]},legacy=false] (/37.6.2.20:7836) lost connection: Server still starting up
1903[16:02:27] [Server thread/ERROR]: [PlaceholderAPI] KoTH is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [SubSide] and urge them to update it ASAP.
1904[16:02:35] [Server thread/WARN]: [AAC] Task #110 for AAC v3.6.4 generated an exception
1905java.lang.OutOfMemoryError: Java heap space
1906[16:02:35] [Server thread/INFO]: [AAC] Disabling check movement.Elytra as server is 1.8.8
1907[16:02:41] [Server thread/WARN]: [AAC] Task #110 for AAC v3.6.4 generated an exception
1908java.lang.OutOfMemoryError: Java heap space
1909[16:02:45] [User Authenticator #3/INFO]: UUID of player Vqlky is 8ca2baf2-b02c-45ac-9888-3170079133f4
1910[16:02:49] [Server thread/WARN]: [AAC] Task #110 for AAC v3.6.4 generated an exception
1911java.lang.OutOfMemoryError: Java heap space
1912[16:02:49] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@1ed3d39a[id=8ca2baf2-b02c-45ac-9888-3170079133f4,name=Vqlky,properties={textures=[com.mojang.authlib.properties.Property@38d660a7]},legacy=false] (/85.74.110.146:51427): Server still starting up
1913[16:02:49] [Server thread/INFO]: com.mojang.authlib.GameProfile@1ed3d39a[id=8ca2baf2-b02c-45ac-9888-3170079133f4,name=Vqlky,properties={textures=[com.mojang.authlib.properties.Property@38d660a7]},legacy=false] (/85.74.110.146:51427) lost connection: Server still starting up
1914[16:02:54] [Craft Scheduler Thread - 19/INFO]: [PlaceholderAPI] 162 placeholder expansions are available on the cloud.