· 6 years ago · Nov 17, 2019, 07:54 PM
1[20:29:04] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[20:29:04] [Server thread/INFO]: Loading properties
3[20:29:04] [Server thread/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
4[20:29:04] [Server thread/INFO]: Default game type: SURVIVAL
5[20:29:04] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e8ded36-acbc348 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
6[20:29:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[20:29:04] [Server thread/INFO]: Using 4 threads for Netty based IO
8[20:29:04] [Server thread/INFO]: Debug logging is disabled
9[20:29:04] [Server thread/INFO]: Generating keypair
10[20:29:04] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25576
11[20:29:04] [Server thread/INFO]: Using epoll channel type
12[20:29:04] [Server thread/ERROR]: Could not load 'plugins/Expansion-Kredi.jar' in folder 'plugins'
13org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
14 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[server.jar:git-Spigot-e8ded36-acbc348]
15 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [server.jar:git-Spigot-e8ded36-acbc348]
16 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
17 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
18 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
19 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
20Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
21 ... 6 more
22[20:29:04] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins/PlaceholderAPI-2.9.2.jar' and `plugins/PlaceholderAPI-2.10.4.jar' in `plugins'
23[20:29:04] [Server thread/ERROR]: Ambiguous plugin name `Taser' for files `plugins/Taser_1.6.2_MC1.12-0.jar' and `plugins/Taser_1.6.2_MC1.12.jar' in `plugins'
24[20:29:04] [Server thread/ERROR]: Ambiguous plugin name `skRayFall' for files `plugins/skRayFall+v1.9.15.jar' and `plugins/skRayFall_v1.8.jar' in `plugins'
25[20:29:04] [Server thread/ERROR]: Could not load 'plugins/Multiverse-Core-2.5.0.jar' in folder 'plugins'
26org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
27 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[server.jar:git-Spigot-e8ded36-acbc348]
28 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [server.jar:git-Spigot-e8ded36-acbc348]
29 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
30 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
31 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
32 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
33Caused by: org.yaml.snakeyaml.error.YAMLException: java.util.zip.ZipException: invalid LOC header (bad signature)
34 at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:254) ~[server.jar:git-Spigot-e8ded36-acbc348]
35 at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:58) ~[server.jar:git-Spigot-e8ded36-acbc348]
36 at org.yaml.snakeyaml.Yaml.load(Yaml.java:452) ~[server.jar:git-Spigot-e8ded36-acbc348]
37 at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:228) ~[server.jar:git-Spigot-e8ded36-acbc348]
38 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[server.jar:git-Spigot-e8ded36-acbc348]
39 ... 5 more
40Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
41 at java.util.zip.ZipFile.read(Native Method) ~[?:1.8.0_212]
42 at java.util.zip.ZipFile.access$1400(ZipFile.java:60) ~[?:1.8.0_212]
43 at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734) ~[?:1.8.0_212]
44 at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434) ~[?:1.8.0_212]
45 at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) ~[?:1.8.0_212]
46 at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[?:1.8.0_212]
47 at java.io.PushbackInputStream.read(PushbackInputStream.java:186) ~[?:1.8.0_212]
48 at org.yaml.snakeyaml.reader.UnicodeReader.init(UnicodeReader.java:92) ~[server.jar:git-Spigot-e8ded36-acbc348]
49 at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:124) ~[server.jar:git-Spigot-e8ded36-acbc348]
50 at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:223) ~[server.jar:git-Spigot-e8ded36-acbc348]
51 at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:58) ~[server.jar:git-Spigot-e8ded36-acbc348]
52 at org.yaml.snakeyaml.Yaml.load(Yaml.java:452) ~[server.jar:git-Spigot-e8ded36-acbc348]
53 at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:228) ~[server.jar:git-Spigot-e8ded36-acbc348]
54 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[server.jar:git-Spigot-e8ded36-acbc348]
55 ... 5 more
56[20:29:04] [Server thread/ERROR]: Ambiguous plugin name `CCTV' for files `plugins/CCTV4.1.jar' and `plugins/cctv-5.0.14.jar' in `plugins'
57[20:29:04] [Server thread/ERROR]: Could not load 'plugins/DiceFurniture.jar' in folder 'plugins'
58org.bukkit.plugin.UnknownDependencyException: FurnitureLib
59 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [server.jar:git-Spigot-e8ded36-acbc348]
60 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
61 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
62 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
63 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
64[20:29:04] [Server thread/INFO]: Set PluginClassLoader as parallel capable
65[20:29:05] [Server thread/ERROR]: Could not load 'plugins/ViaVersion-2.0.1.jar' in folder 'plugins'
66org.bukkit.plugin.InvalidPluginException: while parsing a block mapping
67 in 'reader', line 13, column 1:
68 checkforupdates: true
69 ^
70expected <block end>, but found Scalar
71 in 'reader', line 97, column 14:
72 1.9+ CLIENTS ON 1.12.2 SERVERS O ...
73 ^
74
75 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-Spigot-e8ded36-acbc348]
76 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[server.jar:git-Spigot-e8ded36-acbc348]
77 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [server.jar:git-Spigot-e8ded36-acbc348]
78 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
79 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
80 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
81 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
82Caused by: us.myles.viaversion.libs.snakeyaml.parser.ParserException: while parsing a block mapping
83 in 'reader', line 13, column 1:
84 checkforupdates: true
85 ^
86expected <block end>, but found Scalar
87 in 'reader', line 97, column 14:
88 1.9+ CLIENTS ON 1.12.2 SERVERS O ...
89 ^
90
91 at us.myles.viaversion.libs.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:569) ~[?:?]
92 at us.myles.viaversion.libs.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[?:?]
93 at us.myles.viaversion.libs.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[?:?]
94 at us.myles.viaversion.libs.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[?:?]
95 at us.myles.viaversion.libs.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[?:?]
96 at us.myles.viaversion.libs.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[?:?]
97 at us.myles.viaversion.libs.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[?:?]
98 at us.myles.viaversion.libs.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[?:?]
99 at us.myles.viaversion.libs.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[?:?]
100 at us.myles.viaversion.libs.snakeyaml.Yaml.load(Yaml.java:436) ~[?:?]
101 at us.myles.ViaVersion.util.Config.loadConfig(Config.java:61) ~[?:?]
102 at us.myles.ViaVersion.util.Config.reloadConfig(Config.java:122) ~[?:?]
103 at us.myles.ViaVersion.bukkit.platform.BukkitViaConfig.<init>(BukkitViaConfig.java:20) ~[?:?]
104 at us.myles.ViaVersion.ViaVersionPlugin.<init>(ViaVersionPlugin.java:54) ~[?:?]
105 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212]
106 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
107 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
108 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
109 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212]
110 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[server.jar:git-Spigot-e8ded36-acbc348]
111 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-Spigot-e8ded36-acbc348]
112 ... 6 more
113[20:29:05] [Server thread/ERROR]: Could not load 'plugins/viabackwards-all-2.4.0-SNAPSHOT.jar' in folder 'plugins'
114org.bukkit.plugin.UnknownDependencyException: ViaVersion
115 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [server.jar:git-Spigot-e8ded36-acbc348]
116 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
117 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
118 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
119 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
120[20:29:05] [Server thread/ERROR]: Could not load 'plugins/BeautyQuests.jar' in folder 'plugins'
121org.bukkit.plugin.InvalidPluginException: java.util.zip.ZipException: invalid LOC header (bad signature)
122 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-Spigot-e8ded36-acbc348]
123 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[server.jar:git-Spigot-e8ded36-acbc348]
124 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [server.jar:git-Spigot-e8ded36-acbc348]
125 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [server.jar:git-Spigot-e8ded36-acbc348]
126 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-e8ded36-acbc348]
127 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
128 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
129Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
130 at java.util.zip.ZipFile.read(Native Method) ~[?:1.8.0_212]
131 at java.util.zip.ZipFile.access$1400(ZipFile.java:60) ~[?:1.8.0_212]
132 at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734) ~[?:1.8.0_212]
133 at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434) ~[?:1.8.0_212]
134 at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) ~[?:1.8.0_212]
135 at sun.misc.IOUtils.readFully(IOUtils.java:65) ~[?:1.8.0_212]
136 at java.util.jar.JarFile.getBytes(JarFile.java:425) ~[?:1.8.0_212]
137 at java.util.jar.JarFile.getManifestFromReference(JarFile.java:193) ~[?:1.8.0_212]
138 at java.util.jar.JarFile.getManifest(JarFile.java:180) ~[?:1.8.0_212]
139 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:72) ~[server.jar:git-Spigot-e8ded36-acbc348]
140 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-Spigot-e8ded36-acbc348]
141 ... 6 more
142[20:29:05] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
143[20:29:05] [Server thread/INFO]: [Vehicles] Loading Vehicles v9.3.2
144[20:29:05] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
145[20:29:05] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.10.1
146[20:29:05] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
147[20:29:05] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.3
148[20:29:05] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.7
149[20:29:05] [Server thread/INFO]: [NoTrashPl] Loading NoTrashPl v2.6
150[20:29:05] [Server thread/INFO]: [UltimateSkins] Loading UltimateSkins v1.2
151[20:29:05] [Server thread/INFO]: [ChatManager] Loading ChatManager v7.0
152[20:29:05] [Server thread/INFO]: [AntiBotDeluxe] Loading AntiBotDeluxe v9.3.2
153[20:29:05] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
154[20:29:05] [Server thread/INFO]: [Skript] Loading Skript v2.3-beta1
155[20:29:05] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
156[20:29:05] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.9
157[20:29:05] [Server thread/INFO]: [SwornGuns] Loading SwornGuns v2.2.2
158[20:29:05] [Server thread/INFO]: [ResourcePackDownloader] Loading ResourcePackDownloader v7.3
159[20:29:05] [Server thread/INFO]: [skDragon] Loading skDragon v0.14.666
160[20:29:05] [Server thread/INFO]: [Chairs] Loading Chairs v4.11
161[20:29:05] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v1.19.7
162[20:29:05] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.2-Lime
163[20:29:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
164[20:29:05] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
165[20:29:05] [Server thread/INFO]: [VPNGuard] Loading VPNGuard v3.1
166[20:29:05] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.0.11-Release
167[20:29:05] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
168[20:29:05] [Server thread/INFO]: [SignColours] Loading SignColours v1.5
169[20:29:05] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v2.99
170[20:29:05] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
171[20:29:05] [Server thread/INFO]: [MundoSK] Loading MundoSK v1.8.5
172[20:29:05] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
173[20:29:05] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
174[20:29:05] [Server thread/INFO]: [skUtilities] Loading skUtilities v0.9.0
175[20:29:05] [Server thread/INFO]: [ImgMap] Loading ImgMap v2
176[20:29:05] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
177[20:29:05] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.7
178[20:29:05] [Server thread/INFO]: [CCTV] Loading CCTV v4.1
179[20:29:05] [Server thread/INFO]: [Taser] Loading Taser v1.6.2
180[20:29:05] [Server thread/INFO]: [GPS] Loading GPS v2.13.1
181[20:29:05] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.1
182[20:29:05] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;8eeab68
183[20:29:05] [Server thread/INFO]: [Images] Loading Images v2.0.2
184[20:29:05] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.14
185[20:29:05] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.5.0
186[20:29:05] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
187[20:29:05] [Server thread/INFO]: [CorpseReborn] Loading CorpseReborn v2.13.3
188[20:29:05] [Server thread/INFO]: [CorpseReborn] Worldguard detected. Adding custom spawn flags
189[20:29:05] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.1
190[20:29:05] [Server thread/INFO]: [Statscraft] Loading Statscraft v1.2.0
191[20:29:05] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v2.0.6
192[20:29:05] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1487)
193[20:29:05] [Server thread/INFO]: [OnTime] Loading OnTime v4.1.4
194[20:29:05] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.2.2
195[20:29:05] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.11-RELEASE
196[20:29:05] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
197[20:29:05] [Server thread/INFO]: [MoneyPrinters] Loading MoneyPrinters v1.2.6
198[20:29:05] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.4.3
199[20:29:05] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.15
200[20:29:05] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.3
201[20:29:05] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
202[20:29:05] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v5.1.6
203[20:29:05] [Server thread/INFO]: [Skellett] Loading Skellett v1.9.6b
204[20:29:05] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.4.0-b1877
205[20:29:05] [Server thread/INFO]: [Umbaska] Loading Umbaska v3.3
206[20:29:05] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2
207[20:29:05] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
208[20:29:05] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
209[20:29:05] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
210[20:29:05] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
211[20:29:05] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
212[20:29:05] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
213[20:29:05] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
214[20:29:06] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
215[20:29:06] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
216[20:29:06] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
217[20:29:06] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
218[20:29:06] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
219[20:29:06] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
220[20:29:06] [Server thread/INFO]: Preparing level "world"
221[20:29:06] [Server thread/INFO]: -------- World Settings For [world] --------
222[20:29:06] [Server thread/INFO]: Mob Spawn Range: 4
223[20:29:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
224[20:29:06] [Server thread/INFO]: Cane Growth Modifier: 100%
225[20:29:06] [Server thread/INFO]: Melon Growth Modifier: 100%
226[20:29:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
227[20:29:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
228[20:29:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
229[20:29:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
230[20:29:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
231[20:29:06] [Server thread/INFO]: Vine Growth Modifier: 100%
232[20:29:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
233[20:29:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
234[20:29:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
235[20:29:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
236[20:29:06] [Server thread/INFO]: Random Lighting Updates: false
237[20:29:06] [Server thread/INFO]: Structure Info Saving: true
238[20:29:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
239[20:29:06] [Server thread/INFO]: Max TNT Explosions: 100
240[20:29:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
241[20:29:06] [Server thread/INFO]: Item Despawn Rate: 6000
242[20:29:06] [Server thread/INFO]: Item Merge Radius: 2.5
243[20:29:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
244[20:29:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
245[20:29:06] [Server thread/INFO]: View Distance: 20
246[20:29:06] [Server thread/INFO]: Experience Merge Radius: 3.0
247[20:29:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
248[20:29:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
249[20:29:06] [Server thread/INFO]: -------- World Settings For [world_nether] --------
250[20:29:06] [Server thread/INFO]: Mob Spawn Range: 4
251[20:29:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
252[20:29:06] [Server thread/INFO]: Cane Growth Modifier: 100%
253[20:29:06] [Server thread/INFO]: Melon Growth Modifier: 100%
254[20:29:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
255[20:29:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
256[20:29:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
257[20:29:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
258[20:29:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
259[20:29:06] [Server thread/INFO]: Vine Growth Modifier: 100%
260[20:29:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
261[20:29:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
262[20:29:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
263[20:29:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
264[20:29:06] [Server thread/INFO]: Random Lighting Updates: false
265[20:29:06] [Server thread/INFO]: Structure Info Saving: true
266[20:29:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
267[20:29:06] [Server thread/INFO]: Max TNT Explosions: 100
268[20:29:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
269[20:29:06] [Server thread/INFO]: Item Despawn Rate: 6000
270[20:29:06] [Server thread/INFO]: Item Merge Radius: 2.5
271[20:29:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
272[20:29:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
273[20:29:06] [Server thread/INFO]: View Distance: 20
274[20:29:06] [Server thread/INFO]: Experience Merge Radius: 3.0
275[20:29:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
276[20:29:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
277[20:29:06] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
278[20:29:06] [Server thread/INFO]: Mob Spawn Range: 4
279[20:29:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
280[20:29:06] [Server thread/INFO]: Cane Growth Modifier: 100%
281[20:29:06] [Server thread/INFO]: Melon Growth Modifier: 100%
282[20:29:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
283[20:29:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
284[20:29:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
285[20:29:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
286[20:29:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
287[20:29:06] [Server thread/INFO]: Vine Growth Modifier: 100%
288[20:29:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
289[20:29:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
290[20:29:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
291[20:29:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
292[20:29:06] [Server thread/INFO]: Random Lighting Updates: false
293[20:29:06] [Server thread/INFO]: Structure Info Saving: true
294[20:29:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
295[20:29:06] [Server thread/INFO]: Max TNT Explosions: 100
296[20:29:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
297[20:29:06] [Server thread/INFO]: Item Despawn Rate: 6000
298[20:29:06] [Server thread/INFO]: Item Merge Radius: 2.5
299[20:29:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
300[20:29:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
301[20:29:06] [Server thread/INFO]: View Distance: 20
302[20:29:06] [Server thread/INFO]: Experience Merge Radius: 3.0
303[20:29:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
304[20:29:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
305[20:29:06] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7165931723107218026)
306[20:29:07] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4299754813638958389)
307[20:29:07] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4299754813638958389)
308[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
309[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
310[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ontime
311[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
312[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
313[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
314[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
315[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: skript
316[20:29:07] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
317[20:29:07] [Server thread/INFO]: [Vehicles] Enabling Vehicles v9.3.2
318[20:29:08] [Server thread/INFO]: Vehicles >> lang.yml loaded.
319[20:29:08] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2
320[20:29:08] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
321[20:29:08] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.10.1
322[20:29:08] [Server thread/INFO]: [BetterChairs] Your server is running version v1_12_R1
323[20:29:08] [Server thread/ERROR]: [BetterChairs] Failed to setup nms !
324[20:29:08] [Server thread/ERROR]: [BetterChairs] Your server version is not compatible with this plugin!
325[20:29:08] [Server thread/INFO]: [BetterChairs] Disabling BetterChairs v0.10.1
326[20:29:08] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
327[20:29:08] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
328[20:29:08] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.3
329[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1mDetected Minecraft [0;33;1mv1_12_R1[0;32;1m, using [0;33;1mUniversalSkinFactory[0;32;1m.[m
330[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
331[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mWe have detected MundoSK on your server with [0;33;1m'enable_custom_skin_and_tablist: true'[0;31;1m.[m
332[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mThat setting is located in [0;33;1m/plugins/MundoSK/config.yml[m
333[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;31;1mYou have to disable it to get SkinsRestorer to work.[m
334[20:29:08] [Server thread/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
335[20:29:08] [Server thread/INFO]: [SkinsRestorer] Updater.PeriodicChecks is missing in config.yml! Using default value.
336[20:29:08] [Server thread/INFO]: [SkinsRestorer] Permissions.NewPermissions is missing in config.yml! Using default value.
337[20:29:08] [Server thread/INFO]: [SkinsRestorer] PerSkinPermissions is missing in config.yml! Using default value.
338[20:29:08] [Server thread/INFO]: [SkinsRestorer] UseOldSkinHelp is missing in config.yml! Using default value.
339[20:29:08] [Server thread/INFO]: [SkinsRestorer] Verbose is missing in config.yml! Using default value.
340[20:29:08] [Server thread/INFO]: [SkinsRestorer] NoSkinIfLoginCanceled is missing in config.yml! Using default value.
341[20:29:08] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.7
342[20:29:08] [Server thread/INFO]: [MaxBans] Using SQLite
343[20:29:08] [Server thread/INFO]: [MaxBans] Loading from DB...
344[20:29:08] [Server thread/INFO]: [MaxBans] Loading bans
345[20:29:08] [Server thread/INFO]: [MaxBans] Loading ipbans
346[20:29:08] [Server thread/INFO]: [MaxBans] Loading mutes
347[20:29:08] [Server thread/INFO]: [MaxBans] Loading player names...
348[20:29:08] [Server thread/INFO]: [MaxBans] Loading IP History
349[20:29:08] [Server thread/INFO]: [MaxBans] Loading warn history...
350[20:29:08] [Server thread/INFO]: [MaxBans] Loading chat commands...
351[20:29:08] [Server thread/INFO]: [MaxBans] Loading history...
352[20:29:08] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
353[20:29:08] [Server thread/INFO]: [MaxBans] Loading proxys...
354[20:29:08] [Server thread/INFO]: [NoTrashPl] Enabling NoTrashPl v2.6
355[20:29:08] [Server thread/INFO]: [[0;33;22mNo[0;31;22mTrash[0;32;22mPl[m] is now [0;32;1mactivated![m
356[20:29:08] [Server thread/INFO]: [[0;33;22mNo[0;31;22mTrash[0;32;22mPl[m] Loading current File-Content: messages.yml[m
357[20:29:08] [Server thread/INFO]: [UltimateSkins] Enabling UltimateSkins v1.2
358[20:29:08] [Server thread/INFO]: [0;33;22mSkin Plugin by [0;37;22mCrispyBow[m
359[20:29:08] [Server thread/INFO]: [ChatManager] Enabling ChatManager v7.0
360[20:29:08] [Server thread/INFO]: [AntiBotDeluxe] Enabling AntiBotDeluxe v9.3.2
361[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m _ _ ____ _ [0;36;1m_____ _[m
362[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m /\ | | (_) _ \ | | [0;36;1m| __ \ | |[m
363[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m / \ _ __ | |_ _| |_) | ___ | |_[0;36;1m| | | | ___| |_ ___ _____ [m
364[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m / /\ \ | '_ \| __| | _ < / _ \| __[0;36;1m| | | |/ _ \ | | | \ \/ / _ \[m
365[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m / ____ \| | | | |_| | |_) | (_) | |_[0;36;1m| |__| | __/ | |_| |> < __/[m
366[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m/_/ \_\_| |_|\__|_|____/ \___/ \__[0;36;1m|_____/ \___|_|\__,_/_/\_\___|[m
367[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m 9.3.2 Made with love.[m
368[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;36;1mRunning as [0;33;1m28@e14c80a8-751a-40ab-9664-fcbfd0351429[m
369[20:29:09] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;36;1mEstablishing connection to system[m
370[20:29:22] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;31;1mUnvalid reply from validating Server (Is CloudFlare blocking you?), this Plugin will now run in safe mode to avoid incompatibilities[m
371[20:29:22] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;32;1mConnected to [0;33;1mBackend [0;32;1m& [0;33;1mWebpanel [0;32;1m- connection is [21malive[m
372[20:29:22] [Server thread/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;32;1mLoaded [0;33;1mConfig [0;32;1m& [0;33;1mModules [0;32;1m- [0;33;1mprotection [0;32;1mprepared[m
373[20:29:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
374[20:29:22] [Thread-19/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;31;1mA Firewall could not be found (IPSet is missing)[m
375[20:29:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
376[20:29:22] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
377[20:29:22] [Server thread/INFO]: [Skript] Enabling Skript v2.3-beta1
378[20:29:25] [Server thread/INFO]: [Skript] Loaded 17513 aliases in 2485ms
379[20:29:25] [Server thread/INFO]: [Skript] Starting updater thread
380[20:29:25] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
381[20:29:25] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
382[20:29:25] [Server thread/INFO]: [ClearLag] Loading modules...
383[20:29:25] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
384[20:29:25] [Server thread/INFO]: [ClearLag] Modules have been loaded!
385[20:29:25] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
386[20:29:25] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
387[20:29:25] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.9
388[20:29:25] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
389[20:29:25] [Server thread/INFO]: [SwornGuns] Enabling SwornGuns v2.2.2
390[20:29:25] [Server thread/INFO]: [SwornGuns] Loaded 8 guns!
391[20:29:25] [Server thread/INFO]: [SwornGuns] Loaded 4 projectiles!
392[20:29:25] [Server thread/INFO]: [SwornGuns] SwornGuns v2.2.2 has been enabled. Took 39 ms.
393[20:29:25] [Server thread/INFO]: [ResourcePackDownloader] Enabling ResourcePackDownloader v7.3
394[20:29:25] [Server thread/INFO]: [0;33;1m------------------------------[m
395[20:29:25] [Server thread/INFO]: [0;32;1mResource Pack Downloader[m
396[20:29:25] [Server thread/INFO]: [m
397[20:29:25] [Server thread/INFO]: [0;33;1mRunning version: [0;32;1m7.3[m
398[20:29:25] [Server thread/INFO]: [0;33;1mAuthor: [0;32;1mJoshb_[m
399[20:29:25] [Server thread/INFO]: [m
400[20:29:25] [Server thread/INFO]: [0;33;1m------------------------------[m
401[20:29:25] [Server thread/INFO]: [skDragon] Enabling skDragon v0.14.666
402[20:29:25] [Server thread/INFO]: §3[§bskDragon§3] §aPlugin has been Enabled
403[20:29:25] [Server thread/INFO]: [Chairs] Enabling Chairs v4.11
404[20:29:26] [Server thread/INFO]: [Modifyworld] Enabling Modifyworld v1.19.7
405[20:29:26] [Server thread/ERROR]: [Modifyworld] Configuration file not found - deploying default one
406[20:29:26] [Server thread/ERROR]: Error occurred while enabling Modifyworld v1.19.7 (Is it up to date?)
407java.lang.NoSuchMethodError: org.bukkit.configuration.file.FileConfiguration.load(Ljava/io/InputStream;)V
408 at ru.tehkode.modifyworld.bukkit.Modifyworld.reloadConfig(Modifyworld.java:149) ~[?:?]
409 at ru.tehkode.modifyworld.bukkit.Modifyworld.getConfig(Modifyworld.java:122) ~[?:?]
410 at ru.tehkode.modifyworld.bukkit.Modifyworld.onEnable(Modifyworld.java:65) ~[?:?]
411 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-e8ded36-acbc348]
412 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
413 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
414 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
415 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
416 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
417 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
418 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
419 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
420 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
421 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
422[20:29:26] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.2-Lime
423[20:29:26] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
424[20:29:26] [Server thread/INFO]: [skQuery] Beginning to process a total of 138 from SkQuery
425[20:29:26] [Server thread/INFO]: [skQuery] Out of 138 classes, 136 classes were loaded from SkQuery
426[20:29:26] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
427[20:29:26] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: starwars
428[20:29:26] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
429[20:29:26] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: ville2
430[20:29:26] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
431[20:29:26] [Server thread/INFO]: -------- World Settings For [ActasiaRP] --------
432[20:29:26] [Server thread/INFO]: Mob Spawn Range: 4
433[20:29:26] [Thread-22/INFO]: [ClearLag] No updates found!
434[20:29:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
435[20:29:26] [Server thread/INFO]: Cane Growth Modifier: 100%
436[20:29:26] [Server thread/INFO]: Melon Growth Modifier: 100%
437[20:29:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
438[20:29:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
439[20:29:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
440[20:29:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
441[20:29:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
442[20:29:26] [Server thread/INFO]: Vine Growth Modifier: 100%
443[20:29:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
444[20:29:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
445[20:29:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
446[20:29:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
447[20:29:26] [Server thread/INFO]: Random Lighting Updates: false
448[20:29:26] [Server thread/INFO]: Structure Info Saving: true
449[20:29:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
450[20:29:26] [Server thread/INFO]: Max TNT Explosions: 100
451[20:29:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
452[20:29:26] [Server thread/INFO]: Item Despawn Rate: 6000
453[20:29:26] [Server thread/INFO]: Item Merge Radius: 2.5
454[20:29:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
455[20:29:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
456[20:29:26] [Server thread/INFO]: View Distance: 20
457[20:29:26] [Server thread/INFO]: Experience Merge Radius: 3.0
458[20:29:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
459[20:29:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
460[20:29:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: -8391362711718404297)
461[20:29:26] [Server thread/INFO]: -------- World Settings For [Spawn] --------
462[20:29:26] [Server thread/INFO]: Mob Spawn Range: 4
463[20:29:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
464[20:29:26] [Server thread/INFO]: Cane Growth Modifier: 100%
465[20:29:26] [Server thread/INFO]: Melon Growth Modifier: 100%
466[20:29:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
467[20:29:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
468[20:29:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
469[20:29:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
470[20:29:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
471[20:29:26] [Server thread/INFO]: Vine Growth Modifier: 100%
472[20:29:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
473[20:29:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
474[20:29:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
475[20:29:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
476[20:29:26] [Server thread/INFO]: Random Lighting Updates: false
477[20:29:26] [Server thread/INFO]: Structure Info Saving: true
478[20:29:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
479[20:29:26] [Server thread/INFO]: Max TNT Explosions: 100
480[20:29:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
481[20:29:26] [Server thread/INFO]: Item Despawn Rate: 6000
482[20:29:26] [Server thread/INFO]: Item Merge Radius: 2.5
483[20:29:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
484[20:29:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
485[20:29:26] [Server thread/INFO]: View Distance: 20
486[20:29:26] [Server thread/INFO]: Experience Merge Radius: 3.0
487[20:29:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
488[20:29:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
489[20:29:26] [Server thread/INFO]: Preparing start region for level 4 (Seed: -8569846320075025025)
490[20:29:27] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
491[20:29:27] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
492[20:29:27] [Server thread/INFO]: [VPNGuard] Enabling VPNGuard v3.1
493[20:29:27] [Server thread/INFO]: [VPNGuard] Attempting to load: settings.dat
494[20:29:27] [Server thread/INFO]: [VPNGuard] settings.dat has been loaded!
495[20:29:27] [Server thread/INFO]: [VPNGuard] No API key specified, using free package.
496[20:29:27] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.0.11-Release
497[20:29:27] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
498[20:29:27] [Server thread/INFO]: [Minepacks] [32mConfig file successfully loaded.[0m
499[20:29:27] [Server thread/INFO]: [Minepacks] [32mLanguage file successfully loaded. Language: french Author: Nogapra[0m
500[20:29:27] [Server thread/INFO]: Minepacks-Connection-Pool - Starting...
501[20:29:27] [Server thread/INFO]: Minepacks-Connection-Pool - Start completed.
502[20:29:27] [Server thread/INFO]: [Minepacks] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
503[20:29:27] [Server thread/INFO]: [Minepacks] Loading item translations ...
504[20:29:27] [Server thread/INFO]: [Minepacks] Finished loading item translations for 692 items.
505[20:29:27] [Server thread/INFO]: [Minepacks] [32m Minepacks has been enabled! [33m :) [0m
506[20:29:27] [Server thread/INFO]: [SignColours] Enabling SignColours v1.5
507[20:29:27] [Server thread/INFO]: SignColours version 1.5 by ichingpow enabled.
508[20:29:27] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v2.99
509[20:29:27] [Server thread/INFO]: [ImageOnMap] Loaded 5 player map files.
510[20:29:27] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
511[20:29:27] [Server thread/INFO]: [WildSkript] skQuery hooked!
512[20:29:27] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
513java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
514 at net.dzikoysk.wildskript.WildSkript.utils(WildSkript.java:124) ~[?:?]
515 at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:52) ~[?:?]
516 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-e8ded36-acbc348]
517 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
518 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
519 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
520 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
521 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
522 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
523 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
524 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
525 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
526 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
527[20:29:27] [Server thread/INFO]: [MundoSK] Enabling MundoSK v1.8.5
528[20:29:27] [Server thread/INFO]: [MundoSK] No worlds were assigned to load automatically
529[20:29:27] [Server thread/INFO]: [MundoSK] Pie is awesome :D
530[20:29:27] [Server thread/ERROR]: Error occurred while enabling MundoSK v1.8.5 (Is it up to date?)
531java.lang.NoSuchMethodError: ch.njol.skript.lang.SyntaxElementInfo.<init>([Ljava/lang/String;Ljava/lang/Class;)V
532 at com.pie.tlatoani.Registration.ModifiableSyntaxElementInfo$Effect.<init>(ModifiableSyntaxElementInfo.java:57) ~[?:?]
533 at com.pie.tlatoani.ListUtil.ListUtil.load(ListUtil.java:41) ~[?:?]
534 at com.pie.tlatoani.Registration.Registration.register(Registration.java:29) ~[?:?]
535 at com.pie.tlatoani.Mundo.onEnable(Mundo.java:80) ~[?:?]
536 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-e8ded36-acbc348]
537 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
538 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
539 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
540 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
541 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
542 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
543 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
544 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
545 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
546 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
547[20:29:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
548[20:29:27] [Server thread/INFO]: [PermissionsEx] Initializing file backend
549[20:29:28] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
550[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Citoyens initialized
551[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Gendarme initialized
552[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Custom initialized
553[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Mine initialized
554[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Sdf initialized
555[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Fermier initialized
556[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Médecin initialized
557[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Garde initialized
558[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Militaire initialized
559[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Eboueur initialized
560[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Pêcheur initialized
561[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Cuisinier initialized
562[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Pompiste initialized
563[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Bucheron initialized
564[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Buildeur initialized
565[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Modérateur initialized
566[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Admin initialized
567[20:29:28] [Server thread/INFO]: [PermissionsEx] Group Fondateur initialized
568[20:29:28] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
569[20:29:28] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
570[20:29:28] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
571[20:29:28] [Server thread/INFO]: [skUtilities] Enabling skUtilities v0.9.0
572[20:29:28] [Server thread/INFO]: [skUtilities] v0.9.0: loaded modules (Conversions, Files, Yaml, Urls, Utilities) in 48ms
573[20:29:28] [Server thread/INFO]: [ImgMap] Enabling ImgMap v2
574[20:29:28] [Server thread/INFO]: git-Spigot-e8ded36-acbc348 (MC: 1.12.2)
575[20:29:28] [Thread-25/WARN]: Exception in thread "Thread-25"
576[20:29:28] [Thread-25/WARN]: java.lang.NullPointerException
577[20:29:28] [Thread-25/WARN]: at com.tenko.ImgMap$1.run(ImgMap.java:105)
578[20:29:28] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.7
579[20:29:28] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
580[20:29:28] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
581[20:29:28] [Server thread/WARN]: [ServerListPlus] [Core] Unable to parse a part of the configuration. Make sure the YAML syntax is valid!
582org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=Favicon for JavaBean=net.minecrell.serverlistplus.core.config.PluginConf@5fa775ed
583 in 'reader', line 72, column 5:
584 --- !Plugin
585 ^
586Cannot create property=ResizeStrategy for JavaBean=net.minecrell.serverlistplus.core.config.PluginConf$FaviconConf@28a55a09
587 in 'reader', line 87, column 3:
588 Timeout: 10s
589 ^
590Can't construct a java object for tag:yaml.org,2002:net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2; exception=Unable to find enum value 'SCALE' for enum class: net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2
591 in 'reader', line 89, column 19:
592 ResizeStrategy: !!net.minecrell.serverlistplus.c ...
593 ^
594
595 in 'reader', line 89, column 19:
596 ResizeStrategy: !!net.minecrell.serverlistplus.c ...
597 ^
598
599 in 'reader', line 87, column 3:
600 Timeout: 10s
601 ^
602
603 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268) ~[server.jar:git-Spigot-e8ded36-acbc348]
604 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[server.jar:git-Spigot-e8ded36-acbc348]
605 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308) ~[server.jar:git-Spigot-e8ded36-acbc348]
606 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
607 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
608 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161) ~[server.jar:git-Spigot-e8ded36-acbc348]
609 at org.yaml.snakeyaml.constructor.BaseConstructor.getData(BaseConstructor.java:127) ~[server.jar:git-Spigot-e8ded36-acbc348]
610 at org.yaml.snakeyaml.Yaml$1.next(Yaml.java:547) ~[server.jar:git-Spigot-e8ded36-acbc348]
611 at net.minecrell.serverlistplus.core.ConfigurationManager.reload(ConfigurationManager.java:96) [ServerListPlus-3.4.7-Universal.jar:?]
612 at net.minecrell.serverlistplus.core.ServerListPlusCore.reload(ServerListPlusCore.java:186) [ServerListPlus-3.4.7-Universal.jar:?]
613 at net.minecrell.serverlistplus.core.ServerListPlusCore.<init>(ServerListPlusCore.java:135) [ServerListPlus-3.4.7-Universal.jar:?]
614 at net.minecrell.serverlistplus.core.ServerListPlusCore.<init>(ServerListPlusCore.java:87) [ServerListPlus-3.4.7-Universal.jar:?]
615 at net.minecrell.serverlistplus.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:139) [ServerListPlus-3.4.7-Universal.jar:?]
616 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [server.jar:git-Spigot-e8ded36-acbc348]
617 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
618 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
619 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
620 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
621 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
622 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
623 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
624 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
625 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
626 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
627Caused by: org.yaml.snakeyaml.constructor.ConstructorException: Cannot create property=ResizeStrategy for JavaBean=net.minecrell.serverlistplus.core.config.PluginConf$FaviconConf@28a55a09
628 in 'reader', line 87, column 3:
629 Timeout: 10s
630 ^
631Can't construct a java object for tag:yaml.org,2002:net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2; exception=Unable to find enum value 'SCALE' for enum class: net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2
632 in 'reader', line 89, column 19:
633 ResizeStrategy: !!net.minecrell.serverlistplus.c ...
634 ^
635
636 in 'reader', line 89, column 19:
637 ResizeStrategy: !!net.minecrell.serverlistplus.c ...
638 ^
639
640 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:268) ~[server.jar:git-Spigot-e8ded36-acbc348]
641 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[server.jar:git-Spigot-e8ded36-acbc348]
642 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
643 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
644 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.newInstance(Constructor.java:281) ~[server.jar:git-Spigot-e8ded36-acbc348]
645 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:246) ~[server.jar:git-Spigot-e8ded36-acbc348]
646 ... 23 more
647Caused by: org.yaml.snakeyaml.constructor.ConstructorException: Can't construct a java object for tag:yaml.org,2002:net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2; exception=Unable to find enum value 'SCALE' for enum class: net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2
648 in 'reader', line 89, column 19:
649 ResizeStrategy: !!net.minecrell.serverlistplus.c ...
650 ^
651
652 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:313) ~[server.jar:git-Spigot-e8ded36-acbc348]
653 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
654 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
655 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) ~[server.jar:git-Spigot-e8ded36-acbc348]
656 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[server.jar:git-Spigot-e8ded36-acbc348]
657 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
658 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
659 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.newInstance(Constructor.java:281) ~[server.jar:git-Spigot-e8ded36-acbc348]
660 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:246) ~[server.jar:git-Spigot-e8ded36-acbc348]
661 ... 23 more
662Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find enum value 'SCALE' for enum class: net.minecrell.serverlistplus.core.favicon.ResizeStrategy$2
663 at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.constructStandardJavaInstance(Constructor.java:475) ~[server.jar:git-Spigot-e8ded36-acbc348]
664 at org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:352) ~[server.jar:git-Spigot-e8ded36-acbc348]
665 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308) ~[server.jar:git-Spigot-e8ded36-acbc348]
666 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
667 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
668 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:247) ~[server.jar:git-Spigot-e8ded36-acbc348]
669 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[server.jar:git-Spigot-e8ded36-acbc348]
670 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[server.jar:git-Spigot-e8ded36-acbc348]
671 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[server.jar:git-Spigot-e8ded36-acbc348]
672 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.newInstance(Constructor.java:281) ~[server.jar:git-Spigot-e8ded36-acbc348]
673 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:246) ~[server.jar:git-Spigot-e8ded36-acbc348]
674 ... 23 more
675[20:29:28] [Server thread/WARN]: [ServerListPlus] [Core] Could not load all configurations from the configuration file. Please make sure the syntax is correct. Type '/slp save' if you want to add the missing parts.
676[20:29:28] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
677[20:29:28] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
678[20:29:28] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.7 enabled.
679[20:29:28] [Server thread/INFO]: [CCTV] Enabling CCTV v4.1
680[20:29:28] [Server thread/INFO]: No language file named fr.lang
681[20:29:28] [Server thread/INFO]: [CCTV] .-==--+]- CCTV -[+--==-.
682[20:29:28] [Server thread/INFO]: [CCTV] This is the CCTV plugin!
683[20:29:28] [Server thread/INFO]: [CCTV] Authors: Timdecoole123, Streampy
684[20:29:28] [Server thread/INFO]: [CCTV] For updates check our spigot or bukkit page
685[20:29:28] [Server thread/INFO]: [CCTV] Spigot: https://www.spigotmc.org/resources/cctv.60310/
686[20:29:28] [Server thread/INFO]: [CCTV] Bukkit: https://dev.bukkit.org/projects/cctv
687[20:29:28] [Server thread/INFO]: [CCTV] To report bugs go to the spigot or bukkit page and send us a message!
688[20:29:28] [Server thread/INFO]: [CCTV] .-==--+]- -[+--==-.
689[20:29:28] [Server thread/INFO]: [Taser] Enabling Taser v1.6.2
690[20:29:28] [Server thread/INFO]: [GPS] Enabling GPS v2.13.1
691[20:29:28] [Server thread/INFO]: [GPS] Cracked by LegitSpigot@blackspigot.com
692[20:29:28] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.1
693[20:29:28] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
694[20:29:28] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
695[20:29:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
696[20:29:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
697[20:29:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
698[20:29:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
699[20:29:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
700[20:29:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
701[20:29:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
702[20:29:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
703[20:29:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
704[20:29:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
705[20:29:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
706[20:29:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
707[20:29:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
708[20:29:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
709[20:29:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
710[20:29:28] [Server thread/INFO]: [WorldGuard] (ActasiaRP) TNT ignition is PERMITTED.
711[20:29:28] [Server thread/INFO]: [WorldGuard] (ActasiaRP) Lighters are PERMITTED.
712[20:29:28] [Server thread/INFO]: [WorldGuard] (ActasiaRP) Lava fire is blocked.
713[20:29:28] [Server thread/INFO]: [WorldGuard] (ActasiaRP) Fire spread is UNRESTRICTED.
714[20:29:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ActasiaRP'
715[20:29:28] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
716[20:29:28] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
717[20:29:28] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
718[20:29:28] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
719[20:29:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
720[20:29:28] [Server thread/INFO]: [WorldGuard] Loading region data...
721[20:29:28] [Server thread/INFO]: [Images] Enabling Images v2.0.2
722[20:29:28] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.14
723[20:29:28] [Server thread/INFO]: [BigDoors] New file created at plugins/BigDoors/log.txt
724[20:29:28] [Server thread/INFO]: [BigDoors] Power Block Types:
725[20:29:28] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK
726[20:29:28] [Server thread/WARN]: [BigDoors] No materials blacklisted!
727[20:29:29] [Server thread/ERROR]: [BigDoors] Failed to make file "plugins/BigDoors/en_US.txt" writable!
728[20:29:29] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps!
729[20:29:29] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.5.0
730[20:29:29] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
731[20:29:29] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
732[20:29:29] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
733[20:29:29] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
734[20:29:29] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
735[20:29:29] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
736[20:29:29] [Server thread/INFO]: Using locale en
737[20:29:29] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
738[20:29:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
739[20:29:29] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
740[20:29:29] [Server thread/INFO]: [CorpseReborn] Enabling CorpseReborn v2.13.3
741[20:29:29] [Server thread/INFO]: [CorpseReborn] Version: v1_12_R1
742[20:29:29] [Server thread/INFO]: [CorpseReborn] Config successfully loaded.
743[20:29:29] [Server thread/INFO]: [CorpseReborn] [0;32;1mAn update for CorpseReborn has been found![m
744[20:29:29] [Server thread/INFO]: [CorpseReborn] [0;36;1mCurrent version: [0;33;1m2.13.3[0;36;1m, new version: [0;33;1m2.14.0[m
745[20:29:29] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.1
746[20:29:29] [Server thread/INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'tebex secret <key>' in the console.
747[20:29:30] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.2) is available. Go to your server panel at https://server.buycraft.net/plugins to download the update.
748[20:29:30] [Server thread/INFO]: [Statscraft] Enabling Statscraft v1.2.0
749[20:29:30] [Server thread/INFO]: Statscraft enabled
750[20:29:30] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v2.0.6
751[20:29:30] [Server thread/INFO]: [InfoBoardReborn] InfoBoardReborn has been enabled (V.2.0.6)
752[20:29:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1487)
753[20:29:30] [Server thread/INFO]: [OnTime] Enabling OnTime v4.1.4
754[20:29:30] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.2.2
755[20:29:30] [Server thread/INFO]: [Shopkeepers] Loading data of 31 shopkeepers..
756[20:29:31] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.11-RELEASE
757[20:29:31] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
758[20:29:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
759[20:29:31] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
760[20:29:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
761[20:29:31] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
762[20:29:31] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
763[20:29:31] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
764[20:29:31] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
765[20:29:31] [Server thread/INFO]: [MoneyPrinters] Enabling MoneyPrinters v1.2.6
766[20:29:31] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.4.3
767[20:29:31] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_12_R1
768[20:29:31] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
769[20:29:31] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
770[20:29:31] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.15
771[20:29:31] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.15!
772[20:29:31] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
773[20:29:31] [Server thread/INFO]: [skRayFall] Cooking Bacon...
774[20:29:31] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
775[20:29:31] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib particle ninjas!
776[20:29:31] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
777[20:29:31] [Server thread/INFO]: [skRayFall] Bacon holograms found
778[20:29:31] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
779[20:29:31] [Server thread/INFO]: [skRayFall] Giving CrackShot snipers bacon.
780[20:29:31] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
781[20:29:31] [Server thread/INFO]: [skRayFall] Getting the general 1.9+ bacon!
782[20:29:31] [Server thread/INFO]: [skRayFall] Getting the extra special 1.12 bacon!
783[20:29:31] [Server thread/INFO]: [[0;36;22mskRayFall[m] [0;31;1mAn update for skRayFall is available![m
784[20:29:31] [Server thread/INFO]: [skRayFall] Bacon is ready!
785[20:29:31] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.3
786[20:29:31] [Server thread/INFO]: [ServerSigns] Version 4.5.3 is now enabled.
787[20:29:31] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
788[20:29:31] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
789java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
790 at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
791 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-e8ded36-acbc348]
792 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
793 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
794 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
795 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
796 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
797 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
798 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
799 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
800 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
801 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
802[20:29:31] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v5.1.6
803[20:29:31] [Server thread/INFO]: [dtlTraders] Loaded 6 guis from the guis config.
804[20:29:31] [Server thread/INFO]: [dtlTraders] Hooking into Citizens!
805[20:29:31] [Server thread/INFO]: [0;31;1mdtlTraders is managed by 4Creation. [0;36;22mwww.4Creation.pro[m
806[20:29:31] [Server thread/INFO]: [0;31;1mUnlock premium features with [0;33;1mdtlTradersPlus[0;31;1m. Buy your copy at: [0;36;1mwww.4Creation.pro/dtlTradersPlus[m
807[20:29:31] [Server thread/INFO]: [Skellett] Enabling Skellett v1.9.6b
808[20:29:32] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1mRegistered [0;32;1m60 [0;33;1mEffects, [0;32;1m24[0;33;1m Conditions, [0;32;1m179[0;33;1m Expressions and [0;32;1m28[0;33;1m Events[m
809[20:29:32] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;31;1mFailed to check for an update on spigot[m
810[20:29:32] [Server thread/INFO]: [0;30;1m[[0;32;1mSkellett[0;30;1m] [0;33;1m[0;32;1mHas been enabled![m
811[20:29:32] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
812[20:29:32] [Server thread/INFO]: [AuthMe] SQLite Setup finished
813[20:29:33] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
814[20:29:33] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
815[20:29:33] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
816[20:29:33] [Server thread/INFO]: [AuthMe] Essentials spawn file not found: '/home/container/plugins/Essentials/spawn.yml'
817[20:29:33] [Thread-30/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
818[20:29:33] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
819[20:29:33] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
820[20:29:33] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0 build n.1877 correctly enabled!
821[20:29:33] [Server thread/INFO]: [Umbaska] Enabling Umbaska v3.3
822[20:29:33] [Server thread/INFO]: [Umbaska] The config /home/container/plugins/Umbaska/config.yml is up to date (version 6)
823[20:29:33] [Server thread/INFO]: [Umbaska Module Manager] You don't have any modules in the folder of Umbaska, why don't you download one? Try the command /umb modules
824[20:29:33] [Server thread/INFO]: [Umbaska Module Manager] WE ARE INSTALLING THE MODULE CORE FOR YOU, HOLD ON!
825[20:29:33] [Server thread/ERROR]: Error occurred while enabling Umbaska v3.3 (Is it up to date?)
826org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
827 at org.json.JSONTokener.syntaxError(JSONTokener.java:432) ~[?:?]
828 at org.json.JSONObject.<init>(JSONObject.java:184) ~[?:?]
829 at org.json.JSONObject.<init>(JSONObject.java:310) ~[?:?]
830 at uk.co.umbaska.utils.ModuleUtil.getAllAvailableModules(ModuleUtil.java:48) ~[?:?]
831 at uk.co.umbaska.utils.ModuleUtil.installModule(ModuleUtil.java:66) ~[?:?]
832 at uk.co.umbaska.modules.ModuleManager.enableModules(ModuleManager.java:101) ~[?:?]
833 at uk.co.umbaska.modules.ModuleManager.loadAndEnableModules(ModuleManager.java:53) ~[?:?]
834 at uk.co.umbaska.Umbaska.onEnable(Umbaska.java:125) ~[?:?]
835 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[server.jar:git-Spigot-e8ded36-acbc348]
836 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-e8ded36-acbc348]
837 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [server.jar:git-Spigot-e8ded36-acbc348]
838 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [server.jar:git-Spigot-e8ded36-acbc348]
839 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [server.jar:git-Spigot-e8ded36-acbc348]
840 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [server.jar:git-Spigot-e8ded36-acbc348]
841 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [server.jar:git-Spigot-e8ded36-acbc348]
842 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [server.jar:git-Spigot-e8ded36-acbc348]
843 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-e8ded36-acbc348]
844 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [server.jar:git-Spigot-e8ded36-acbc348]
845 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
846[20:29:33] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2
847[20:29:33] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
848[20:29:33] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
849[20:29:33] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
850[20:29:33] [Server thread/INFO]: [TuSKe]
851[20:29:33] [Server thread/INFO]: [TuSKe] A special thanks for donators:
852[20:29:33] [Server thread/INFO]: [TuSKe] @X0Freak - 50$
853[20:29:33] [Server thread/INFO]: [TuSKe] @RepublicanSensei - 10$
854[20:29:33] [Server thread/INFO]: [TuSKe]
855[20:29:33] [Server thread/ERROR]: #!#!
856[20:29:33] [Server thread/ERROR]: #!#! [Skript] Severe Error:
857[20:29:33] [Server thread/ERROR]: #!#! TuSKe's class com.github.tukenuke.tuske.effects.EffMakeDrop generated an exception while loading
858[20:29:33] [Server thread/ERROR]: #!#!
859[20:29:33] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
860[20:29:33] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
861[20:29:33] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
862[20:29:33] [Server thread/ERROR]: #!#! Following plugins are probably related to this error in some way:
863[20:29:33] [Server thread/ERROR]: #!#! TuSKe (github.com/Tuke-Nuke/TuSKe)
864[20:29:33] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
865[20:29:33] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
866[20:29:33] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
867[20:29:33] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
868[20:29:33] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
869[20:29:33] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
870[20:29:33] [Server thread/ERROR]: #!#!
871[20:29:34] [Server thread/ERROR]: #!#! Stack trace:
872[20:29:34] [Server thread/ERROR]: #!#! java.lang.NullPointerException
873[20:29:34] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.effects.EffMakeDrop.<clinit>(EffMakeDrop.java:25)
874[20:29:34] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method)
875[20:29:34] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Class.java:348)
876[20:29:34] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:108)
877[20:29:34] [Server thread/ERROR]: #!#! at com.github.tukenuke.tuske.TuSKe.onEnable(TuSKe.java:100)
878[20:29:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
879[20:29:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
880[20:29:34] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
881[20:29:34] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
882[20:29:34] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
883[20:29:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
884[20:29:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
885[20:29:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
886[20:29:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
887[20:29:34] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
888[20:29:34] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
889[20:29:34] [Server thread/ERROR]: #!#!
890[20:29:34] [Server thread/ERROR]: #!#! Version Information:
891[20:29:34] [Server thread/ERROR]: #!#! Skript: 2.3-beta1
892[20:29:34] [Server thread/ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
893[20:29:34] [Server thread/ERROR]: #!#! Minecraft: 1.12.2
894[20:29:34] [Server thread/ERROR]: #!#! Java: 1.8.0_212 (OpenJDK 64-Bit Server VM 25.212-b01)
895[20:29:34] [Server thread/ERROR]: #!#! OS: Linux amd64 4.9.0-11-amd64
896[20:29:34] [Server thread/ERROR]: #!#!
897[20:29:34] [Server thread/ERROR]: #!#! Server platform: Spigot
898[20:29:34] [Server thread/ERROR]: #!#!
899[20:29:34] [Server thread/ERROR]: #!#! Current node: null
900[20:29:34] [Server thread/ERROR]: #!#! Current item: null
901[20:29:34] [Server thread/ERROR]: #!#!
902[20:29:34] [Server thread/ERROR]: #!#! Thread: Server thread
903[20:29:34] [Server thread/ERROR]: #!#!
904[20:29:34] [Server thread/ERROR]: #!#! Language: english
905[20:29:34] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
906[20:29:34] [Server thread/ERROR]: #!#!
907[20:29:34] [Server thread/ERROR]: #!#! End of Error.
908[20:29:34] [Server thread/ERROR]: #!#!
909[20:29:34] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 61 expressions and 0 types. Have fun!
910[20:29:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
911[20:29:34] [Server thread/INFO]: Done (28.556s)! For help, type "help" or "?"
912[20:29:34] [Server thread/INFO]: Starting GS4 status listener
913[20:29:34] [Query Listener #1/INFO]: Query running on 0.0.0.0:25576
914[20:29:34] [Server thread/INFO]: [Skript] Loading variables...
915[20:29:34] [Server thread/INFO]: [Skript] Loaded 1996 variables in 0.1 seconds
916[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
917[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
918[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m | SkinsRestorer |[m
919[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m +===============+[m
920[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
921[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;36;1m Current version: [0;32;1m13.7.3[m
922[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m This is the latest version![m
923[20:29:34] [Craft Scheduler Thread - 4/INFO]: [0;33;1m[[0;32;22mSkinsRestorer[0;33;1m] [0;32;1m----------------------------------------------[m
924[20:29:34] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (rp.sk, line 225: loop all players:')
925[20:29:35] [Craft Scheduler Thread - 5/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m A new version of Skript is available: [0;33;22m2.4-beta10[m (you're currently running [0;33;22m2.3-beta1[m)[m
926[20:29:35] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 163 placeholder expansions are available on the cloud.
927[20:29:35] [Server thread/WARN]: [Skript] coloured the 1st argument is already a text, so you should not put it in one (e.g. coloured the 1st argument instead of "%coloured the 1st argument%") (annonce.sk, line 494: set held item's name to "%colored arg 1%"')
928[20:29:37] [Server thread/INFO]: [Skript] All scripts loaded without errors.
929[20:29:37] [Server thread/INFO]: [Skript] Loaded 5 scripts with a total of 78 triggers and 143 commands in 2.54 seconds
930[20:29:37] [Server thread/INFO]: [Skript] Finished loading.
931[20:29:37] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.0
932[20:29:37] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
933[20:29:37] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
934[20:29:37] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: apmoderne4, Villa1
935[20:29:37] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard.
936[20:29:37] [Server thread/INFO]: [InfoBoardReborn] Checking for updates...
937[20:29:37] [Server thread/INFO]: [InfoBoardReborn] You are running the most recent version!
938[20:29:37] [Craft Scheduler Thread - 6/INFO]: §3[§bskDragon§3] §aChecking for updates now!
939[20:29:37] [Server thread/INFO]: [skUtilities] v0.9.0: A new version of the skUtilities is out v0.9.2
940[20:29:37] [Server thread/INFO]: [skUtilities] v0.9.0: Download v0.9.2: 'https://github.com/tim740/skUtilities/releases/latest'
941[20:29:37] [Server thread/INFO]: [skUtilities] v0.9.0: Option: 'downloadUpdates' is disabled in the config.
942[20:29:37] [Craft Scheduler Thread - 6/INFO]: §3[§bskDragon§3] §av0.15 is available
943[20:29:37] [Craft Scheduler Thread - 6/INFO]: §3[§bskDragon§3] §aFixed redstone colors in versions below 1.13 also capes should work a bit better now
944[20:29:37] [Craft Scheduler Thread - 6/INFO]: §3[§bskDragon§3] §a>> https://forums.skunity.com/resources/skdragon-emotes-particles.20/
945[20:29:37] [Craft Scheduler Thread - 6/INFO]: §3[§bskDragon§3] §a>> https://www.spigotmc.org/resources/skript-addon-skdragon-v0-13-1-beta-free-emotes-particles-great-eula-perks.24173/
946[20:29:37] [Server thread/INFO]: [PermissionsEx] User c1a61d8f-374d-241a-8ff7-7a6d6ab75b8d initialized
947[20:29:37] [Server thread/INFO]: [PermissionsEx] User c1a61d8f-374d-241a-8ff7-7a6d6ab75b8d checked for "worldguard.region.bypass.world", no permission found
948[20:29:37] [Server thread/INFO]: [PermissionsEx] User 3601c5dd-6173-2d67-bc84-d5320970e731 initialized
949[20:29:37] [Server thread/INFO]: [PermissionsEx] User 3601c5dd-6173-2d67-bc84-d5320970e731 checked for "worldguard.region.bypass.world", no permission found
950[20:29:37] [Server thread/INFO]: [PermissionsEx] User 1676b856-ea35-28c1-90c7-80ae141571ad initialized
951[20:29:37] [Server thread/INFO]: [PermissionsEx] User 1676b856-ea35-28c1-90c7-80ae141571ad checked for "worldguard.region.bypass.world", no permission found
952[20:29:37] [Server thread/INFO]: [PermissionsEx] User ed3f620f-e029-2167-9cbb-117fa8db5adc initialized
953[20:29:37] [Server thread/INFO]: [PermissionsEx] User ed3f620f-e029-2167-9cbb-117fa8db5adc checked for "worldguard.region.bypass.world", no permission found
954[20:29:37] [Server thread/INFO]: [PermissionsEx] User db87e84e-1fad-291c-8fc9-59fb6030cf6f initialized
955[20:29:37] [Server thread/INFO]: [PermissionsEx] User db87e84e-1fad-291c-8fc9-59fb6030cf6f checked for "worldguard.region.bypass.world", no permission found
956[20:29:37] [Server thread/INFO]: [PermissionsEx] User 4d2821d2-6e07-217d-b465-f7615fc7e28f initialized
957[20:29:37] [Server thread/INFO]: [PermissionsEx] User 4d2821d2-6e07-217d-b465-f7615fc7e28f checked for "worldguard.region.bypass.world", no permission found
958[20:29:37] [Server thread/INFO]: [PermissionsEx] User 3544da3c-5048-2743-afa5-87a8076fea38 initialized
959[20:29:37] [Server thread/INFO]: [PermissionsEx] User 3544da3c-5048-2743-afa5-87a8076fea38 checked for "worldguard.region.bypass.world", no permission found
960[20:29:37] [Server thread/INFO]: [PermissionsEx] User 46698f8d-98c0-2ee8-af8d-89eef8c2d3eb initialized
961[20:29:37] [Server thread/INFO]: [PermissionsEx] User 46698f8d-98c0-2ee8-af8d-89eef8c2d3eb checked for "worldguard.region.bypass.world", no permission found
962[20:29:37] [Server thread/INFO]: [PermissionsEx] User 6bdb9792-f4a1-274c-bf17-1e4ce8791f4a initialized
963[20:29:37] [Server thread/INFO]: [PermissionsEx] User 6bdb9792-f4a1-274c-bf17-1e4ce8791f4a checked for "worldguard.region.bypass.world", no permission found
964[20:29:38] [Server thread/INFO]: [PermissionsEx] User 253fd847-a7cb-24bf-9cbf-5fbcd2e16450 initialized
965[20:29:38] [Server thread/INFO]: [PermissionsEx] User 253fd847-a7cb-24bf-9cbf-5fbcd2e16450 checked for "worldguard.region.bypass.world", no permission found
966[20:29:38] [Server thread/INFO]: [PermissionsEx] User a0d35452-f1c3-288e-8ee9-0dbd609169bb initialized
967[20:29:38] [Server thread/INFO]: [PermissionsEx] User a0d35452-f1c3-288e-8ee9-0dbd609169bb checked for "worldguard.region.bypass.world", no permission found
968[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49efc3ce-6aa6-251b-acea-037cc5fff81a initialized
969[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49efc3ce-6aa6-251b-acea-037cc5fff81a checked for "worldguard.region.bypass.world", no permission found
970[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8fc6727e-c95e-2624-8550-5189bf315911 initialized
971[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8fc6727e-c95e-2624-8550-5189bf315911 checked for "worldguard.region.bypass.world", no permission found
972[20:29:38] [Server thread/INFO]: [PermissionsEx] User 26a730c4-9cf2-2a08-94d8-14f8dc6a9013 initialized
973[20:29:38] [Server thread/INFO]: [PermissionsEx] User 26a730c4-9cf2-2a08-94d8-14f8dc6a9013 checked for "worldguard.region.bypass.world", no permission found
974[20:29:38] [Server thread/INFO]: [PermissionsEx] User 736f887c-6503-2177-a4b3-7cb26e06e164 initialized
975[20:29:38] [Server thread/INFO]: [PermissionsEx] User 736f887c-6503-2177-a4b3-7cb26e06e164 checked for "worldguard.region.bypass.world", no permission found
976[20:29:38] [Server thread/INFO]: [PermissionsEx] User f029fc6a-000a-2dbe-a900-a3c41e7996aa initialized
977[20:29:38] [Server thread/INFO]: [PermissionsEx] User f029fc6a-000a-2dbe-a900-a3c41e7996aa checked for "worldguard.region.bypass.world", no permission found
978[20:29:38] [Server thread/INFO]: [PermissionsEx] User b440f086-ce15-2241-a7b3-25be6b8c9b92 initialized
979[20:29:38] [Server thread/INFO]: [PermissionsEx] User b440f086-ce15-2241-a7b3-25be6b8c9b92 checked for "worldguard.region.bypass.world", no permission found
980[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49dee970-a3b4-2b3e-b478-60de7f999e1c initialized
981[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49dee970-a3b4-2b3e-b478-60de7f999e1c checked for "worldguard.region.bypass.world", no permission found
982[20:29:38] [Server thread/INFO]: [PermissionsEx] User 903d0a19-7777-2bf7-beaa-ffb3c2dc72dc initialized
983[20:29:38] [Server thread/INFO]: [PermissionsEx] User 903d0a19-7777-2bf7-beaa-ffb3c2dc72dc checked for "worldguard.region.bypass.world", no permission found
984[20:29:38] [Server thread/INFO]: [PermissionsEx] User f566d2a2-887c-2c42-8f87-e65d56a249cb initialized
985[20:29:38] [Server thread/INFO]: [PermissionsEx] User f566d2a2-887c-2c42-8f87-e65d56a249cb checked for "worldguard.region.bypass.world", no permission found
986[20:29:38] [Server thread/INFO]: [PermissionsEx] User 7d55634b-b280-2d84-a4e0-eddcb54ab6e3 initialized
987[20:29:38] [Server thread/INFO]: [PermissionsEx] User 7d55634b-b280-2d84-a4e0-eddcb54ab6e3 checked for "worldguard.region.bypass.world", no permission found
988[20:29:38] [Server thread/INFO]: [PermissionsEx] User df26d65c-6959-218d-a4bf-f94060d4095b initialized
989[20:29:38] [Server thread/INFO]: [PermissionsEx] User df26d65c-6959-218d-a4bf-f94060d4095b checked for "worldguard.region.bypass.world", no permission found
990[20:29:38] [Server thread/INFO]: [PermissionsEx] User 21ca078d-94f2-2007-9912-ad0618c86b03 initialized
991[20:29:38] [Server thread/INFO]: [PermissionsEx] User 21ca078d-94f2-2007-9912-ad0618c86b03 checked for "worldguard.region.bypass.world", no permission found
992[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8ac841ad-5293-2c6d-9153-547580e2dae5 initialized
993[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8ac841ad-5293-2c6d-9153-547580e2dae5 checked for "worldguard.region.bypass.world", no permission found
994[20:29:38] [Server thread/INFO]: [PermissionsEx] User d364ffbe-b42f-2e10-9824-272041fc2bd9 initialized
995[20:29:38] [Server thread/INFO]: [PermissionsEx] User d364ffbe-b42f-2e10-9824-272041fc2bd9 checked for "worldguard.region.bypass.world", no permission found
996[20:29:38] [Server thread/INFO]: [PermissionsEx] User 4241040b-4159-28c2-85e6-a206b91d3f58 initialized
997[20:29:38] [Server thread/INFO]: [PermissionsEx] User 4241040b-4159-28c2-85e6-a206b91d3f58 checked for "worldguard.region.bypass.world", no permission found
998[20:29:38] [Server thread/INFO]: [PermissionsEx] User 3ece7db3-bb4a-2016-94b5-ad4728392baf initialized
999[20:29:38] [Server thread/INFO]: [PermissionsEx] User 3ece7db3-bb4a-2016-94b5-ad4728392baf checked for "worldguard.region.bypass.world", no permission found
1000[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49864cc1-65f4-20da-8119-e7a631e3df3a initialized
1001[20:29:38] [Server thread/INFO]: [PermissionsEx] User 49864cc1-65f4-20da-8119-e7a631e3df3a checked for "worldguard.region.bypass.world", no permission found
1002[20:29:38] [Server thread/INFO]: [PermissionsEx] User b1b04bfb-2af2-287d-9221-efc319f903a9 initialized
1003[20:29:38] [Server thread/INFO]: [PermissionsEx] User b1b04bfb-2af2-287d-9221-efc319f903a9 checked for "worldguard.region.bypass.world", no permission found
1004[20:29:38] [Server thread/INFO]: [PermissionsEx] User e4465e50-6d8b-2763-b4e4-bd572b24cf61 initialized
1005[20:29:38] [Server thread/INFO]: [PermissionsEx] User e4465e50-6d8b-2763-b4e4-bd572b24cf61 checked for "worldguard.region.bypass.world", no permission found
1006[20:29:38] [Server thread/INFO]: [PermissionsEx] User a635bf79-cd2b-20f0-b98f-755638613200 initialized
1007[20:29:38] [Server thread/INFO]: [PermissionsEx] User a635bf79-cd2b-20f0-b98f-755638613200 checked for "worldguard.region.bypass.world", no permission found
1008[20:29:38] [Server thread/INFO]: [PermissionsEx] User e2573741-3b2b-21df-9df0-1aa2fb7a1100 initialized
1009[20:29:38] [Server thread/INFO]: [PermissionsEx] User e2573741-3b2b-21df-9df0-1aa2fb7a1100 checked for "worldguard.region.bypass.world", no permission found
1010[20:29:38] [Server thread/INFO]: [PermissionsEx] User ea82fba8-b7fc-29ee-9aee-137b8b64d4d6 initialized
1011[20:29:38] [Server thread/INFO]: [PermissionsEx] User ea82fba8-b7fc-29ee-9aee-137b8b64d4d6 checked for "worldguard.region.bypass.world", no permission found
1012[20:29:38] [Server thread/INFO]: [PermissionsEx] User d250f990-5e36-2292-859f-8e0b5b21ac82 initialized
1013[20:29:38] [Server thread/INFO]: [PermissionsEx] User d250f990-5e36-2292-859f-8e0b5b21ac82 checked for "worldguard.region.bypass.world", no permission found
1014[20:29:38] [Server thread/INFO]: [PermissionsEx] User e44ad6cb-95db-2248-91ad-1b65cc2dcc46 initialized
1015[20:29:38] [Server thread/INFO]: [PermissionsEx] User e44ad6cb-95db-2248-91ad-1b65cc2dcc46 checked for "worldguard.region.bypass.world", no permission found
1016[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8de3f7a2-b785-25d3-a3e1-5c6bf8f7f33c initialized
1017[20:29:38] [Server thread/INFO]: [PermissionsEx] User 8de3f7a2-b785-25d3-a3e1-5c6bf8f7f33c checked for "worldguard.region.bypass.world", no permission found
1018[20:29:38] [Server thread/INFO]: [PermissionsEx] User c8dfff3c-6c18-27cb-8cda-2e7c7f197a3b initialized
1019[20:29:38] [Server thread/INFO]: [PermissionsEx] User c8dfff3c-6c18-27cb-8cda-2e7c7f197a3b checked for "worldguard.region.bypass.ActasiaRP", no permission found
1020[20:29:38] [Server thread/INFO]: [PermissionsEx] User e1696888-db37-2e6b-9e19-99d840d2c400 initialized
1021[20:29:38] [Server thread/INFO]: [PermissionsEx] User e1696888-db37-2e6b-9e19-99d840d2c400 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1022[20:29:38] [Server thread/INFO]: [PermissionsEx] User c053bbf9-f8ab-2f7a-be32-7a9c16ba12dd initialized
1023[20:29:38] [Server thread/INFO]: [PermissionsEx] User c053bbf9-f8ab-2f7a-be32-7a9c16ba12dd checked for "worldguard.region.bypass.ActasiaRP", no permission found
1024[20:29:38] [Server thread/INFO]: [PermissionsEx] User ed6905cb-cc3f-28cc-b68e-6edb23499616 initialized
1025[20:29:38] [Server thread/INFO]: [PermissionsEx] User ed6905cb-cc3f-28cc-b68e-6edb23499616 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1026[20:29:38] [Server thread/INFO]: [PermissionsEx] User ccceb332-26b9-2afa-b075-33f77979fdb6 initialized
1027[20:29:38] [Server thread/INFO]: [PermissionsEx] User ccceb332-26b9-2afa-b075-33f77979fdb6 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1028[20:29:38] [Server thread/INFO]: [PermissionsEx] User fe212d50-80bd-2736-b44b-d4650ca10742 initialized
1029[20:29:38] [Server thread/INFO]: [PermissionsEx] User fe212d50-80bd-2736-b44b-d4650ca10742 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1030[20:29:38] [Server thread/INFO]: [PermissionsEx] User f9b5accb-0db5-2aff-86ac-2317c259db7d initialized
1031[20:29:38] [Server thread/INFO]: [PermissionsEx] User f9b5accb-0db5-2aff-86ac-2317c259db7d checked for "worldguard.region.bypass.ActasiaRP", no permission found
1032[20:29:38] [Server thread/INFO]: [PermissionsEx] User 4134ea08-b52f-2654-9046-c6304cc4a9ce initialized
1033[20:29:38] [Server thread/INFO]: [PermissionsEx] User 4134ea08-b52f-2654-9046-c6304cc4a9ce checked for "worldguard.region.bypass.ActasiaRP", no permission found
1034[20:29:38] [Server thread/INFO]: [PermissionsEx] User 0e16e272-1ef4-2812-b2f2-046dd5efba0c initialized
1035[20:29:38] [Server thread/INFO]: [PermissionsEx] User 0e16e272-1ef4-2812-b2f2-046dd5efba0c checked for "worldguard.region.bypass.ActasiaRP", no permission found
1036[20:29:38] [Server thread/INFO]: [PermissionsEx] User 6def9517-e03a-2ec6-9ea7-c067c33ff2e5 initialized
1037[20:29:38] [Server thread/INFO]: [PermissionsEx] User 6def9517-e03a-2ec6-9ea7-c067c33ff2e5 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1038[20:29:38] [Server thread/INFO]: [PermissionsEx] User b8a52f12-0336-2506-8cd7-5850cc1b9650 initialized
1039[20:29:38] [Server thread/INFO]: [PermissionsEx] User b8a52f12-0336-2506-8cd7-5850cc1b9650 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1040[20:29:38] [Server thread/INFO]: [PermissionsEx] User 24271cbf-06ce-2cfc-a809-ec1d06839540 initialized
1041[20:29:38] [Server thread/INFO]: [PermissionsEx] User 24271cbf-06ce-2cfc-a809-ec1d06839540 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1042[20:29:38] [Server thread/INFO]: [PermissionsEx] User 54df41d3-4723-2950-beeb-0a1155a79bf5 initialized
1043[20:29:38] [Server thread/INFO]: [PermissionsEx] User 54df41d3-4723-2950-beeb-0a1155a79bf5 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1044[20:29:38] [Server thread/INFO]: [PermissionsEx] User 35141902-7ddd-2381-a7e1-88942f595d8d initialized
1045[20:29:38] [Server thread/INFO]: [PermissionsEx] User 35141902-7ddd-2381-a7e1-88942f595d8d checked for "worldguard.region.bypass.ActasiaRP", no permission found
1046[20:29:38] [Server thread/INFO]: [PermissionsEx] User e05fc69c-c0e9-27ab-a0af-b60481def378 initialized
1047[20:29:38] [Server thread/INFO]: [PermissionsEx] User e05fc69c-c0e9-27ab-a0af-b60481def378 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1048[20:29:38] [Server thread/INFO]: [PermissionsEx] User ee99de4e-90e2-25ed-882b-28bda3770e86 initialized
1049[20:29:38] [Server thread/INFO]: [PermissionsEx] User ee99de4e-90e2-25ed-882b-28bda3770e86 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1050[20:29:38] [Server thread/INFO]: [PermissionsEx] User fb4d1f36-37f3-2e04-85f5-9820969e273e initialized
1051[20:29:38] [Server thread/INFO]: [PermissionsEx] User fb4d1f36-37f3-2e04-85f5-9820969e273e checked for "worldguard.region.bypass.ActasiaRP", no permission found
1052[20:29:38] [Server thread/INFO]: [PermissionsEx] User 899ee6d4-4181-2949-a1ca-086c9d3a877d initialized
1053[20:29:38] [Server thread/INFO]: [PermissionsEx] User 899ee6d4-4181-2949-a1ca-086c9d3a877d checked for "worldguard.region.bypass.ActasiaRP", no permission found
1054[20:29:38] [Server thread/INFO]: [PermissionsEx] User ff1cd5ff-ef86-21c3-be1e-3b24a7714bf0 initialized
1055[20:29:38] [Server thread/INFO]: [PermissionsEx] User ff1cd5ff-ef86-21c3-be1e-3b24a7714bf0 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1056[20:29:38] [Server thread/INFO]: [PermissionsEx] User 25e3f0b6-9468-233f-80f2-b4bc25f6d81c initialized
1057[20:29:38] [Server thread/INFO]: [PermissionsEx] User 25e3f0b6-9468-233f-80f2-b4bc25f6d81c checked for "worldguard.region.bypass.ActasiaRP", no permission found
1058[20:29:38] [Server thread/INFO]: [PermissionsEx] User e7f84048-48fb-2721-bfaf-3a0825b78c55 initialized
1059[20:29:38] [Server thread/INFO]: [PermissionsEx] User e7f84048-48fb-2721-bfaf-3a0825b78c55 checked for "worldguard.region.bypass.Spawn", no permission found
1060[20:29:38] [Server thread/INFO]: [PermissionsEx] User 31424c82-6241-29de-9aa9-6740bedcff09 initialized
1061[20:29:38] [Server thread/INFO]: [PermissionsEx] User 31424c82-6241-29de-9aa9-6740bedcff09 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1062[20:29:38] [Server thread/INFO]: [PermissionsEx] User f2e4edd5-55c7-2b86-9310-660d870a1fe1 initialized
1063[20:29:38] [Server thread/INFO]: [PermissionsEx] User f2e4edd5-55c7-2b86-9310-660d870a1fe1 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1064[20:29:38] [Server thread/INFO]: [PermissionsEx] User 19c24166-1f74-211a-9505-3f4b8a64ca4e initialized
1065[20:29:38] [Server thread/INFO]: [PermissionsEx] User 19c24166-1f74-211a-9505-3f4b8a64ca4e checked for "worldguard.region.bypass.ActasiaRP", no permission found
1066[20:29:38] [Server thread/INFO]: [PermissionsEx] User a6da3499-f87a-2553-b7ff-6a96cd815e03 initialized
1067[20:29:38] [Server thread/INFO]: [PermissionsEx] User a6da3499-f87a-2553-b7ff-6a96cd815e03 checked for "worldguard.region.bypass.ActasiaRP", no permission found
1068[20:29:38] [Server thread/INFO]: [PermissionsEx] User bf76ad7a-f17f-2016-ad1d-6b5ff51aed8a initialized
1069[20:29:38] [Server thread/INFO]: [PermissionsEx] User bf76ad7a-f17f-2016-ad1d-6b5ff51aed8a checked for "worldguard.region.bypass.ActasiaRP", no permission found
1070[20:29:38] [Server thread/INFO]: [PermissionsEx] User 5d608eb6-3b61-2b08-8989-50d6a3f2ad6c initialized
1071[20:29:38] [Server thread/INFO]: [PermissionsEx] User 5d608eb6-3b61-2b08-8989-50d6a3f2ad6c checked for "worldguard.region.bypass.ActasiaRP", no permission found
1072[20:29:38] [Server thread/INFO]: [Citizens] Loaded 71 NPCs.
1073[20:29:38] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
1074[20:29:38] [Server thread/INFO]: [AreaShop] Update from AreaShop V2.5.0 to AreaShop V2.6.0 available, get the latest version at https://www.spigotmc.org/resources/areashop.2991/
1075[20:29:38] [Craft Scheduler Thread - 2/INFO]: [0;37;22m[[0;33;1mGPS[0;37;22m] [0;37;1mA new update is available at:[m
1076[20:29:38] [Craft Scheduler Thread - 2/INFO]: [0;36;1mhttps://www.spigotmc.org/resources/53672/updates[m
1077[20:29:39] [Craft Scheduler Thread - 4/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.5.6
1078[20:29:39] [Craft Scheduler Thread - 4/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
1079[20:29:39] [Craft Scheduler Thread - 4/INFO]: [TuSKe] Checking for latest update...
1080[20:29:39] [Craft Scheduler Thread - 4/INFO]: [TuSKe] No new update was found!
1081[20:29:39] [Craft Scheduler Thread - 6/INFO]: [Images] Loaded 0 images...
1082[20:29:42] [Craft Scheduler Thread - 6/INFO]: [TuSKe] Generating documentation of Skript & Addons.
1083[20:29:42] [Craft Scheduler Thread - 6/INFO]: [TuSKe] Documentation was generated successfully.
1084[20:29:58] [Timer-2/INFO]: [WorldGuard] Region data changes made in 'ActasiaRP' have been background saved
1085[20:30:01] [User Authenticator #1/INFO]: [PermissionsEx] User 5f0e7391-f460-3878-81ff-49474244526a initialized
1086[20:30:01] [Server thread/INFO]: [PermissionsEx] Permissions handler for Jurro34 successfully injected
1087[20:30:01] [Server thread/INFO]: [PermissionsEx] Updating superperms for player Jurro34
1088[20:30:01] [Server thread/INFO]: [PermissionsEx] Updating superperms for player Jurro34
1089[20:30:01] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to UltimateSkins v1.2
1090org.bukkit.event.EventException: null
1091 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-e8ded36-acbc348]
1092 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-Spigot-e8ded36-acbc348]
1093 at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [server.jar:git-Spigot-e8ded36-acbc348]
1094 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [server.jar:git-Spigot-e8ded36-acbc348]
1095 at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [server.jar:git-Spigot-e8ded36-acbc348]
1096 at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [server.jar:git-Spigot-e8ded36-acbc348]
1097 at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [server.jar:git-Spigot-e8ded36-acbc348]
1098 at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [server.jar:git-Spigot-e8ded36-acbc348]
1099 at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [server.jar:git-Spigot-e8ded36-acbc348]
1100 at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [server.jar:git-Spigot-e8ded36-acbc348]
1101 at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [server.jar:git-Spigot-e8ded36-acbc348]
1102 at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [server.jar:git-Spigot-e8ded36-acbc348]
1103 at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [server.jar:git-Spigot-e8ded36-acbc348]
1104 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [server.jar:git-Spigot-e8ded36-acbc348]
1105 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1106Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R3/entity/CraftPlayer
1107 at me.crispybow.yt.Listeners.JoinListener.onJoin(JoinListener.java:16) ~[?:?]
1108 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1109 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1110 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1111 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1112 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-e8ded36-acbc348]
1113 ... 14 more
1114Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer
1115 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[server.jar:git-Spigot-e8ded36-acbc348]
1116 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[server.jar:git-Spigot-e8ded36-acbc348]
1117 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
1118 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
1119 at me.crispybow.yt.Listeners.JoinListener.onJoin(JoinListener.java:16) ~[?:?]
1120 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
1121 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
1122 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
1123 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
1124 at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-e8ded36-acbc348]
1125 ... 14 more
1126[20:30:01] [AntiBotDeluxe#Logger-1/INFO]: [0;37;22mActasiaBote [0;30;1m> [0;37;22m[0;37;22mJurro34/5f0e7391-f460-3878-81ff-49474244526a [0;30;1m[[0;37;22m193.251.55.165[0;30;1m] [0;37;22mlogged in.[m
1127[20:30:01] [Server thread/INFO]: [PermissionsEx] User Jurro34 checked for permission 'skript.admin', regex-matched a value of true from skript.admin (CACHE MISS)
1128[20:30:01] [Server thread/INFO]: [VPNGuard] Player Jurro34 is trying to connect with IP: 193.251.55.165