· 6 years ago · Dec 12, 2019, 07:18 PM
1[20:10:47] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[20:10:47] [Server thread/INFO]: Loading properties
3[20:10:47] [Server thread/INFO]: This server is running Paper version git-Paper-225 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[20:10:48] [Server thread/INFO]: Debug logging is disabled
5[20:10:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[20:10:48] [Server thread/INFO]: Using 4 threads for Netty based IO
7[20:10:48] [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.
8[20:10:48] [Server thread/INFO]: Default game type: SURVIVAL
9[20:10:48] [Server thread/INFO]: Generating keypair
10[20:10:49] [Server thread/INFO]: Starting Minecraft server on 37.59.209.192:25565
11[20:10:49] [Server thread/INFO]: Using epoll channel type
12[20:10:56] [Server thread/WARN]: Plugin ProximityBugReport v1.0 does not specify an api-version.
13[20:10:56] [Server thread/WARN]: Plugin LMGTFY v1.4.0 does not specify an api-version.
14[20:10:56] [Server thread/WARN]: Plugin Arconix v1.1.1 does not specify an api-version.
15[20:10:56] [Server thread/WARN]: Plugin CustomDrops v2.4.4 does not specify an api-version.
16[20:10:56] [Server thread/WARN]: Plugin VoxelSniper v5.171.0-SNAPSHOT does not specify an api-version.
17[20:10:56] [Server thread/WARN]: Plugin AntiAFK v1.1 does not specify an api-version.
18[20:10:56] [Server thread/WARN]: Plugin CoreProtect v2.14.4 does not specify an api-version.
19[20:10:56] [Server thread/WARN]: Plugin dynmap v3.0-beta-5-218 does not specify an api-version.
20[20:10:56] [Server thread/WARN]: Plugin SimpleTrading v1.4 does not specify an api-version.
21[20:10:56] [Server thread/WARN]: Plugin TitleMotd v1.5.0 does not specify an api-version.
22[20:10:56] [Server thread/WARN]: Plugin GlowAPI v1.4.10-SNAPSHOT does not specify an api-version.
23[20:10:56] [Server thread/ERROR]: Could not load 'plugins/GlowAPI_v1.4.10-SNAPSHOT.jar' in folder 'plugins'
24org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/inventivetalent/packetlistener/handler/PacketHandler
25 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.14.4.jar:git-Paper-225]
26 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-225]
27 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:257) ~[patched_1.14.4.jar:git-Paper-225]
28 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[patched_1.14.4.jar:git-Paper-225]
29 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-225]
30 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
31 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
32Caused by: java.lang.NoClassDefFoundError: org/inventivetalent/packetlistener/handler/PacketHandler
33 at org.inventivetalent.glow.GlowPlugin.<init>(GlowPlugin.java:10) ~[?:?]
34 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_111]
35 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_111]
36 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_111]
37 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_111]
38 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_111]
39 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[patched_1.14.4.jar:git-Paper-225]
40 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-225]
41 ... 6 more
42Caused by: java.lang.ClassNotFoundException: org.inventivetalent.packetlistener.handler.PacketHandler
43 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_111]
44 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-225]
45 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-225]
46 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
47 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
48 at org.inventivetalent.glow.GlowPlugin.<init>(GlowPlugin.java:10) ~[?:?]
49 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_111]
50 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_111]
51 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_111]
52 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_111]
53 at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_111]
54 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[patched_1.14.4.jar:git-Paper-225]
55 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-225]
56 ... 6 more
57[20:10:56] [Server thread/WARN]: Plugin AdvancedBan v2.1.4-RELEASE does not specify an api-version.
58[20:10:56] [Server thread/WARN]: Plugin WorldBorder v1.8.7 does not specify an api-version.
59[20:10:56] [Server thread/WARN]: Plugin BannerBoard v1.10.2 does not specify an api-version.
60[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
61[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
62[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
63[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
64[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
65[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
66[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
67[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
68[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
69[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
70[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
71[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
72[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
73[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
74[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
75[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
76[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
77[20:10:57] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
78[20:10:57] [Server thread/WARN]: Plugin CustomJoin v1.0 does not specify an api-version.
79[20:10:57] [Server thread/WARN]: Plugin Multiverse-Core v2.5-b719 does not specify an api-version.
80[20:10:57] [Server thread/WARN]: Plugin MCCore v1.67 does not specify an api-version.
81[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
82[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
83[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
84[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus
85[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
86[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
87[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
88[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
89[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
90[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
91[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
92[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
93[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
94[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType
95[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
96[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
97[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
98[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
99[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy
100[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.collection.LocatedBlockList
101[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.MultiStageReorder
102[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
103[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.AbstractRegion
104[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.EllipsoidRegion
105[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
106[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.TransformRegion
107[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.RegionIntersection
108[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.NullRegion
109[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.Polygonal2DRegion
110[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CylinderRegion
111[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.regions.CuboidRegion
112[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SnapshotUtilCommands
113[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.ScriptingCommands
114[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.SchematicCommands
115[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommands
116[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.UtilityCommandsRegistration
117[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.command.RegionCommandsRegistration
118[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
119[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
120[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
121[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
122[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
123[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
124[20:10:57] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
125[20:10:57] [Server thread/WARN]: Plugin Aliases v1.0 does not specify an api-version.
126[20:10:57] [Server thread/WARN]: Plugin DeluxeMenus v1.10.5 does not specify an api-version.
127[20:10:57] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
128[20:10:57] [Server thread/WARN]: Plugin EffectLib v6.2 does not specify an api-version.
129[20:10:57] [Server thread/ERROR]: Could not load 'plugins/Multiverse-Portals-4.1.0.jar' in folder 'plugins'
130org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
131 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.14.4.jar:git-Paper-225]
132 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[patched_1.14.4.jar:git-Paper-225]
133 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:257) ~[patched_1.14.4.jar:git-Paper-225]
134 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[patched_1.14.4.jar:git-Paper-225]
135 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.14.4.jar:git-Paper-225]
136 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
137 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
138Caused by: java.lang.NoClassDefFoundError: com/onarandombox/commandhandler/Command
139 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
140 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_111]
141 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:63) ~[patched_1.14.4.jar:git-Paper-225]
142 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-225]
143 ... 6 more
144Caused by: java.lang.ClassNotFoundException: com.onarandombox.commandhandler.Command
145 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_111]
146 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-225]
147 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-225]
148 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
149 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
150 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
151 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_111]
152 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:63) ~[patched_1.14.4.jar:git-Paper-225]
153 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.14.4.jar:git-Paper-225]
154 ... 6 more
155[20:10:57] [Server thread/WARN]: Plugin DailyRewards v1.3.1 does not specify an api-version.
156[20:10:57] [Server thread/WARN]: Plugin cManagement v1.0 does not specify an api-version.
157[20:10:57] [Server thread/WARN]: Plugin MassiveCore v2.14.0 does not specify an api-version.
158[20:10:57] [Server thread/WARN]: Plugin ChatColor2 v1.9.4 does not specify an api-version.
159[20:10:58] [Server thread/WARN]: Plugin CreativeGates v2.14.0 does not specify an api-version.
160[20:10:58] [Server thread/WARN]: Plugin Holograms v2.9-SNAPSHOT does not specify an api-version.
161[20:10:58] [Server thread/WARN]: Plugin Multiverse-Inventories v2.5.0-SNAPSHOT-b418 does not specify an api-version.
162[20:10:58] [Server thread/WARN]: Plugin MyCommand v5.3.4 does not specify an api-version.
163[20:10:58] [Server thread/WARN]: Plugin Essentials v2.0.1-b579 does not specify an api-version.
164[20:10:58] [Server thread/WARN]: Plugin SpigotLib v7.0.2 does not specify an api-version.
165[20:10:58] [Server thread/WARN]: Plugin SBR v1.5 does not specify an api-version.
166[20:10:58] [Server thread/WARN]: Plugin EssentialsChat v2.0.1-b579 does not specify an api-version.
167[20:10:58] [Server thread/WARN]: Plugin EssentialsProtect v2.0.1-b579 does not specify an api-version.
168[20:10:58] [Server thread/WARN]: Plugin PluginBlock v2.0 does not specify an api-version.
169[20:10:58] [Server thread/WARN]: Plugin CommandNPC v1.9.1 does not specify an api-version.
170[20:10:58] [Server thread/WARN]: Plugin ProtectionLib v0.9.3 does not specify an api-version.
171[20:10:59] [Server thread/WARN]: Plugin Quests v2.0.14-beta does not specify an api-version.
172[20:10:59] [Server thread/WARN]: Plugin SilkSpawners v5.0.2 does not specify an api-version.
173[20:10:59] [Server thread/WARN]: Plugin DiceFurniture v3.2.1.4 does not specify an api-version.
174[20:10:59] [Server thread/INFO]: [ProximityBugReport] Loading ProximityBugReport v1.0
175[20:10:59] [Server thread/INFO]: [MMOInventory] Loading MMOInventory v1.1.3
176[20:10:59] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
177[20:10:59] [Server thread/INFO]: [LMGTFY] Loading LMGTFY v1.4.0
178[20:10:59] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
179[20:10:59] [Server thread/INFO]: [CustomDrops] Loading CustomDrops v2.4.4
180[20:10:59] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
181[20:10:59] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.1.7
182[20:10:59] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
183[20:10:59] [Server thread/WARN]: [io.sentry.DefaultSentryClientFactory] No 'stacktrace.app.packages' was configured, this option is highly recommended as it affects stacktrace grouping and display on Sentry. See documentation: https://docs.sentry.io/clients/java/config/#in-application-stack-frames
184[20:10:59] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.5.1
185[20:10:59] [Server thread/INFO]: [Realistic_World] Loading Realistic_World v4.3.2
186[20:10:59] [Server thread/INFO]: [AntiCraft] Loading AntiCraft v1.4
187[20:10:59] [Server thread/INFO]: [AntiAFK] Loading AntiAFK v1.1
188[20:10:59] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.4
189[20:10:59] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218
190[20:10:59] [Server thread/INFO]: [dynmap] version=git-Paper-225 (MC: 1.14.4)
191[20:11:00] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
192[20:11:00] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
193[20:11:00] [Server thread/INFO]: [dynmap] Mod Support API available
194[20:11:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
195[20:11:01] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@29adda98]
196[20:11:01] [Server thread/INFO]: [DisplayItem] Loading DisplayItem v2.4.0-SNAPSHOT
197[20:11:01] [Server thread/INFO]: [SimpleTrading] Loading SimpleTrading v1.4
198[20:11:01] [Server thread/INFO]: [Skript] Loading Skript v2.4-alpha4
199[20:11:01] [Server thread/INFO]: [TitleMotd] Loading TitleMotd v1.5.0
200[20:11:01] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v2.0.8
201[20:11:01] [Server thread/INFO]: [AgarthaLib] Loading AgarthaLib v2.17.1
202[20:11:01] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
203[20:11:01] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.4-RELEASE
204[20:11:01] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.1
205[20:11:01] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
206[20:11:01] [Server thread/INFO]: [XPFromHarvest] Loading XPFromHarvest v1.1
207[20:11:01] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
208[20:11:01] [Server thread/INFO]: [CustomJoin] Loading CustomJoin v1.0
209[20:11:01] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
210[20:11:01] [Server thread/INFO]: [DeathMessagesPrime] Loading DeathMessagesPrime v1.14.13
211[20:11:01] [Server thread/INFO]: [MCCore] Loading MCCore v1.67
212[20:11:01] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.11
213[20:11:01] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
214[20:11:01] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.13-breaking
215[20:11:01] [Server thread/INFO]: [Aliases] Loading Aliases v1.0
216[20:11:01] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
217[20:11:01] [Server thread/INFO]: [CraftSlotCommands] Loading CraftSlotCommands v2.1
218[20:11:01] [Server thread/INFO]: [BlocksHub] Loading BlocksHub v3.1.0
219[20:11:01] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
220[20:11:01] [Server thread/INFO]: [Effect Library] Loading EffectLib v6.2
221[20:11:01] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib vv1.6.1
222[20:11:01] [Server thread/INFO]: [UltimateCatcher] Loading UltimateCatcher v1.2.4
223[20:11:01] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
224[20:11:01] [Server thread/INFO]: [DailyRewards] Loading DailyRewards v1.3.1
225[20:11:01] [Server thread/INFO]: [cManagement] Loading cManagement v1.0
226[20:11:01] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
227[20:11:01] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.1
228[20:11:01] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.9.11
229[20:11:01] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.9.4
230[20:11:01] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.14.0
231[20:11:01] [Server thread/INFO]: [Holograms] Loading Holograms v2.9-SNAPSHOT
232[20:11:01] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
233[20:11:01] [Server thread/INFO]: [Slimefun] Loading Slimefun vRC - 3 (git 8a605404)
234[20:11:01] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5.0-SNAPSHOT-b418
235[20:11:01] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
236[20:11:01] [Server thread/INFO]: [DynamicShop] Loading DynamicShop v2.10.6
237[20:11:01] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b579
238[20:11:01] [Server thread/INFO]: [SpigotLib] Loading SpigotLib v7.0.2
239[20:11:01] [Server thread/INFO]: [Startup] Loading configuration and language file...
240[20:11:01] [Server thread/INFO]: [Startup] Loading enchants file...
241[20:11:01] [Server thread/INFO]: [SpigotLib] Error on post loading gyurix.spigotlib.Items object.
242[20:11:01] [Server thread/INFO]: SpigotLib - ERROR REPORT - NoSuchMethodError
243org.bukkit.inventory.ItemStack.<init>(IIS)V
244 #1: LINE 163 in FILE BlockData.java (gyurix.spigotutils.BlockData.toItem)
245 #2: LINE 52 in FILE Items.java (gyurix.spigotlib.Items.postLoad)
246 #3: LINE 442 in FILE DefaultSerializers.java (gyurix.configfile.DefaultSerializers$ObjectSerializer.fromData)
247 #4: LINE 199 in FILE ConfigData.java (gyurix.configfile.ConfigData.deserialize)
248 #5: LINE 140 in FILE Main.java (gyurix.spigotlib.Main.load)
249 #6: LINE 525 in FILE Main.java (gyurix.spigotlib.Main.onLoad)
250[20:11:01] [Server thread/INFO]: [Startup] Loading FILE backend for player data storage...
251[20:11:01] [Server thread/INFO]: [Startup] Loading ReflectionAPI...
252[20:11:01] [Server thread/INFO]: [Startup] Detected server version: UNKNOWN (v1_14_R1) - git-Paper-225 (MC: 1.14.4)
253[20:11:01] [Server thread/INFO]: [SpigotLib] Failed to load plugin, trying to reset the config...
254[20:11:01] [Server thread/INFO]: SpigotLib - ERROR REPORT - NoClassDefFoundError
255net/minecraft/util/io/netty/channel/ChannelHandler
256 #1: LINE 181 in FILE Main.java (gyurix.spigotlib.Main.load)
257 #2: LINE 525 in FILE Main.java (gyurix.spigotlib.Main.onLoad)
258[20:11:01] [Server thread/INFO]: [Startup] Loading configuration and language file...
259[20:11:01] [Server thread/INFO]: [Startup] Loading enchants file...
260[20:11:01] [Server thread/INFO]: [SpigotLib] Error on post loading gyurix.spigotlib.Items object.
261[20:11:01] [Server thread/INFO]: SpigotLib - ERROR REPORT - NoSuchMethodError
262org.bukkit.inventory.ItemStack.<init>(IIS)V
263 #1: LINE 163 in FILE BlockData.java (gyurix.spigotutils.BlockData.toItem)
264 #2: LINE 52 in FILE Items.java (gyurix.spigotlib.Items.postLoad)
265 #3: LINE 442 in FILE DefaultSerializers.java (gyurix.configfile.DefaultSerializers$ObjectSerializer.fromData)
266 #4: LINE 199 in FILE ConfigData.java (gyurix.configfile.ConfigData.deserialize)
267 #5: LINE 140 in FILE Main.java (gyurix.spigotlib.Main.load)
268 #6: LINE 757 in FILE Main.java (gyurix.spigotlib.Main.resetConfig)
269 #7: LINE 529 in FILE Main.java (gyurix.spigotlib.Main.onLoad)
270[20:11:01] [Server thread/INFO]: [Startup] Loading FILE backend for player data storage...
271[20:11:01] [Server thread/INFO]: [Startup] Loading ReflectionAPI...
272[20:11:01] [Server thread/INFO]: [Startup] Detected server version: UNKNOWN (v1_14_R1) - git-Paper-225 (MC: 1.14.4)
273[20:11:01] [Server thread/INFO]: [SpigotLib] Failed to load plugin after config reset :-( The plugin is shutting down...
274[20:11:01] [Server thread/INFO]: SpigotLib - ERROR REPORT - NoClassDefFoundError
275net/minecraft/util/io/netty/channel/ChannelHandler
276 #1: LINE 181 in FILE Main.java (gyurix.spigotlib.Main.load)
277 #2: LINE 757 in FILE Main.java (gyurix.spigotlib.Main.resetConfig)
278 #3: LINE 529 in FILE Main.java (gyurix.spigotlib.Main.onLoad)
279[20:11:01] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
280[20:11:01] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
281[20:11:02] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.8.4-SNAPSHOT
282[20:11:02] [Server thread/INFO]: [SBR] Loading SBR v1.5
283[20:11:02] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1770)
284[20:11:02] [Server thread/INFO]: [HotbarPets] Loading HotbarPets vDEV - 20 (git cd87bc60)
285[20:11:02] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.11-RELEASE
286[20:11:02] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b579
287[20:11:02] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden vDEV - 22 (git a855f5b7)
288[20:11:02] [Server thread/INFO]: [TAB] Loading TAB v2.5.4
289[20:11:02] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v3.4.0
290[20:11:02] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
291[20:11:02] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.7.0-SNAPSHOT
292[20:11:02] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b579
293[20:11:02] [Server thread/INFO]: [PluginBlock] Loading PluginBlock v2.0
294[20:11:02] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
295[20:11:02] [Server thread/INFO]: [Denizen] Loading Denizen v1.1.0-SNAPSHOT (build 1688-REL)
296[20:11:02] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
297[20:11:02] [Server thread/INFO]: [SecurityVillagers] Loading SecurityVillagers v2.10.2
298[20:11:02] [Server thread/INFO]: [MMOCore] Loading MMOCore v1.1-SNAPSHOT
299[20:11:02] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4
300[20:11:02] [Server thread/INFO]: [ProtectionLib] Loading ProtectionLib v0.9.3
301[20:11:02] [Server thread/INFO]: [MMOItems] Loading MMOItems v5.1.1-SNAPSHOT
302[20:11:02] [Server thread/INFO]: [MMOItems] Detected Bukkit Version: v1_14_R1
303[20:11:02] [Server thread/INFO]: [MMOItems] Hooked onto WorldGuard
304[20:11:02] [Server thread/INFO]: [Magic] Loading Magic v7.7.6-748b664
305[20:11:02] [Server thread/INFO]: [Magic] Found WorldGuard 7+
306[20:11:02] [Server thread/INFO]: [Magic] Pre-check for WorldGuard custom flag registration
307[20:11:02] [Server thread/INFO]: [Magic] Registered custom WorldGuard flags: allowed-spells, blocked-spells, allowed-spell-categories, blocked-spell-categories, allowed-wands, blocked-wands, spell-overrides, destructible, reflective, spawn-tags
308[20:11:02] [Server thread/INFO]: [Quests] Loading Quests v2.0.14-beta
309[20:11:02] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v2.1.4
310[20:11:02] [Server thread/INFO]: [MythicMobsExtension] Loading MythicMobsExtension v1.441a-SNAPSHOT
311[20:11:02] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
312[20:11:02] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v3.2.1.4
313[20:11:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
314[20:11:02] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.1.7
315[20:11:02] [Server thread/INFO]:
316[20:11:02] [Server thread/INFO]:
317[20:11:02] [Server thread/INFO]: _ __
318[20:11:02] [Server thread/INFO]: |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._
319[20:11:02] [Server thread/INFO]: |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) |
320[20:11:02] [Server thread/INFO]: |
321[20:11:02] [Server thread/INFO]:
322[20:11:02] [Server thread/INFO]: Version 8.1.7 | Cracked by BlackSpigotMC
323[20:11:02] [Server thread/INFO]:
324[20:11:02] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
325[20:11:02] [Server thread/INFO]:
326[20:11:02] [Server thread/INFO]:
327[20:11:02] [Server thread/INFO]: > Loading structures (.EWG schematics)
328[20:11:06] [Server thread/INFO]: - TREES_pine_tiny_2 - TREES_snowyPine_normal_03 - TREES_bonsai_huge - TREES_stoneForest_normal_3 - DECO_swampRoot_2 - DECO_swampRoot_4 - TREES_jungle_medium - TREES_birch_normal_3 - TREES_pineLong_huge_4 - TREES_oakTree_huge_1 - TREES_scotsPine_normal_11 - TREES_oakTree_huge_3 - TREES_birch_normal - TREES_oakTree_normal_4 - TREES_forgottenForest_normal_3 - TREES_fantasy_small_2 - DECO_swampRoot_1 - TREES_scotsPine_normal_10 - TREES_tropicalForest_medium_2 - TREES_swamp_huge_1 - TREES_willow_big - TREES_dead_huge - TREES_pine_huge - DECO_rock_02 - DECO_rock_01 - DECO_swampRoot_5 - TREES_snowyPine_normal_02 - TREES_bonsai_big - DECO_swampRoot_6 - DECO_portals_204 - TREES_pineLong_normal_2 - TREES_pine_small_2 - TREES_jungle_big - TREES_jungle_normal_3 - TREES_pine_normal - TREES_bonsai_tiny - TREES_scotsPine_normal_8 - TREES_willow_medium_2 - TREES_dead_normal - TREES_swamp_medium_1 - DECO_rock_21 - TREES_jungle_huge - TREES_tropicalForest_medium_3 - TREES_jungle_small - TREES_pine_tiny - DECO_rock_25 - DECO_swampRocks_1 - DECO_swampRootSmall_6 - TREES_forgottenForest_medium - TREES_stoneForest_normal - DECO_rock_22 - DECO_swampRootSmall_4 - TREES_stoneForest_normal_2 - TREES_tropicalForest_medium_1 - TREES_pineLong_normal_1 - DECO_rock_17 - DECO_rock_19 - TREES_jungle_small_2 - TREES_jungle_normal_2 - TREES_willow_small - DECO_swampRootSmall_2 - TREES_willow_big_2 - TREES_pine_small - TREES_willow_huge - TREES_snowyPine_normal_01 - TREES_bonsai_small - TREES_fantasy_normal - DECO_swampRootSmall_3 - DECO_rock_10 - TREES_willow_medium - TREES_dead_big - DECO_swampRootSmall_5 - DECO_swampRootSmall_1 - TREES_jungle_small_3 - TREES_tropicalForest_medium_4 - DECO_rock_23 - TREES_bonsai_medium - DECO_swampPlants_4 - TREES_jungle_normal - TREES_jungle_normal_4 - DECO_rock_24 - TREES_scotsPine_normal_6 - TREES_oakTree_huge_2 - TREES_scotsPine_normal_12 - DECO_jungle_tower - DECO_swampRoot_7 - DECO_swampPlants_3 - TREES_oldtree_normal_1 - DECO_swampPlants_2 - DECO_forest_house - TREES_tropicalForest_small_1 - TREES_willow_tiny - TREES_birch_normal_2 - TREES_dead_medium_2 - TREES_bonsai_normal - TREES_willow_tiny_3 - TREES_nether_normal - TREES_pineLong_normal_3 - TREES_bonsai_medium_2 - TREES_swamp_medium_2 - TREES_swamp_small_1 - TREES_willow_normal - TREES_fantasy_small_3 - TREES_bonsai_big_3 - DECO_swampRoot_3 - TREES_scotsPine_normal_9 - DECO_rock_18 - DECO_desert_tower - TREES_forgottenForest_medium_5 - TREES_pine_medium - DECO_swampPlants_1 - TREES_birch_normal_4 - DECO_rock_03 - TREES_willow_tiny_2 - DECO_swampBush_1 - DECO_rock_04 - TREES_bonsai_big_2 - TREES_forgottenForest_normal_2 - TREES_bonsai_normal_2 - TREES_pine_small_3 - TREES_fantasy_normal_2 - TREES_dead_medium - TREES_swamp_huge_2 - TREES_forgottenForest_medium_4 - DECO_rock_20 - TREES_fantasy_small - TREES_swamp_medium_3 - TREES_oldtree_normal_2 - TREES_dead_normal_2 - TREES_pine_big - TREES_pine_normal_2
329[20:11:06] [Server thread/INFO]: > Loading configuration
330[20:11:06] [Server thread/INFO]:
331[20:11:06] [Server thread/INFO]: Done
332[20:11:06] [Server thread/INFO]: [Realistic_World] Enabling Realistic_World v4.3.2
333[20:11:06] [Server thread/INFO]: [RWG] Your Version 1.14.4 is supported!
334[20:11:07] [Server thread/INFO]: [RWG] Loading Schematics...
335[20:11:10] [Server thread/INFO]: [RWG] Schematics loaded successfully! [95 / 95]
336[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
337[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
338[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
339[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
340[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:26)
341[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
342[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
343[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
344[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
345[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
346[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
347[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
348[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
349[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
350[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
351[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
352[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
353[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
354[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
355[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:27)
356[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
357[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
358[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
359[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
360[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
361[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
362[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
363[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
364[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
365[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
366[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
367[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
368[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
369[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
370[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:28)
371[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
372[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
373[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
374[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
375[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
376[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
377[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
378[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
379[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
380[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
381[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
382[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
383[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
384[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
385[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:29)
386[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
387[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
388[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
389[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
390[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
391[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
392[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
393[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
394[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
395[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
396[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
397[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
398[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
399[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
400[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:30)
401[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
402[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
403[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
404[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
405[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
406[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
407[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
408[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
409[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
410[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
411[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
412[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
413[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
414[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
415[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:31)
416[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
417[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
418[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
419[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
420[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
421[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
422[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
423[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
424[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
425[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
426[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
427[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
428[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
429[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
430[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:32)
431[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
432[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
433[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
434[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
435[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
436[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
437[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
438[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
439[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
440[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
441[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
442[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
443[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
444[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
445[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:33)
446[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
447[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
448[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
449[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
450[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
451[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
452[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
453[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
454[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
455[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
456[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
457[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
458[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
459[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
460[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:34)
461[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
462[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
463[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
464[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
465[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
466[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
467[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
468[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
469[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
470[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
471[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
472[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
473[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
474[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
475[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:35)
476[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
477[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
478[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
479[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
480[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
481[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
482[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
483[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
484[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
485[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
486[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
487[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
488[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
489[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
490[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:36)
491[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
492[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
493[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
494[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
495[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
496[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
497[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
498[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
499[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
500[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
501[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
502[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
503[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
504[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
505[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:37)
506[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
507[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
508[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
509[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
510[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
511[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
512[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
513[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
514[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
515[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
516[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
517[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
518[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
519[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
520[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:38)
521[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
522[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
523[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
524[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
525[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
526[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
527[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
528[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
529[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
530[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
531[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
532[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
533[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
534[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
535[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:39)
536[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
537[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
538[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
539[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
540[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
541[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
542[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
543[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
544[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
545[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
546[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
547[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
548[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
549[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
550[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:40)
551[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
552[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
553[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
554[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
555[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
556[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
557[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
558[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
559[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
560[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
561[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
562[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
563[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
564[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
565[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:41)
566[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
567[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
568[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
569[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
570[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
571[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
572[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
573[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
574[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
575[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
576[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
577[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
578[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
579[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
580[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:42)
581[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
582[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
583[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
584[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
585[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
586[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
587[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
588[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
589[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
590[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
591[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
592[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
593[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
594[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
595[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:43)
596[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
597[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
598[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
599[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
600[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
601[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
602[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
603[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
604[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
605[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
606[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
607[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
608[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
609[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
610[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:44)
611[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
612[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
613[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
614[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
615[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
616[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
617[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
618[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
619[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
620[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
621[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
622[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
623[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
624[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
625[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:45)
626[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
627[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
628[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
629[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
630[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
631[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
632[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
633[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
634[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
635[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
636[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
637[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
638[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
639[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
640[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:46)
641[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
642[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
643[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
644[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
645[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
646[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
647[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
648[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
649[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
650[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
651[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
652[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
653[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
654[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
655[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:47)
656[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
657[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
658[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
659[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
660[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
661[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
662[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
663[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
664[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
665[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
666[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
667[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
668[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
669[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
670[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:48)
671[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
672[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
673[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
674[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
675[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
676[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
677[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
678[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
679[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
680[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
681[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
682[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
683[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
684[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
685[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:49)
686[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
687[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
688[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
689[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
690[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
691[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
692[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
693[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
694[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
695[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
696[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
697[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
698[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
699[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
700[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:50)
701[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
702[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
703[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
704[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
705[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
706[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
707[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
708[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
709[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
710[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
711[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
712[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
713[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
714[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
715[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:51)
716[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
717[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
718[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
719[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
720[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
721[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
722[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
723[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
724[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
725[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
726[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
727[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
728[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
729[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
730[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:52)
731[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
732[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
733[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
734[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
735[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
736[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
737[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
738[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
739[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
740[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
741[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
742[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
743[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
744[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
745[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:53)
746[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
747[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
748[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
749[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
750[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
751[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
752[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
753[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
754[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
755[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
756[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
757[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
758[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
759[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
760[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:54)
761[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
762[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
763[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
764[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
765[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
766[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
767[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
768[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
769[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
770[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
771[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
772[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
773[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
774[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
775[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:55)
776[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
777[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
778[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
779[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
780[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
781[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
782[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
783[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
784[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
785[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
786[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
787[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
788[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
789[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
790[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:56)
791[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
792[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
793[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
794[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
795[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
796[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
797[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
798[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
799[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
800[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
801[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
802[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
803[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
804[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
805[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:57)
806[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
807[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
808[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
809[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
810[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
811[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
812[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
813[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
814[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
815[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
816[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
817[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
818[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
819[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
820[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:58)
821[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
822[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
823[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
824[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
825[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
826[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
827[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
828[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
829[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
830[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
831[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
832[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
833[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
834[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
835[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:59)
836[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
837[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
838[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
839[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
840[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
841[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
842[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
843[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
844[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
845[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
846[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
847[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
848[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
849[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
850[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:60)
851[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
852[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
853[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
854[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
855[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
856[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
857[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
858[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
859[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
860[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
861[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
862[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
863[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
864[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
865[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:61)
866[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
867[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
868[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
869[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
870[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
871[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
872[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
873[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
874[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
875[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
876[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
877[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
878[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
879[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
880[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:62)
881[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
882[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
883[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
884[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
885[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
886[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
887[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
888[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
889[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
890[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
891[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
892[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
893[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
894[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
895[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:63)
896[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
897[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
898[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
899[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
900[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
901[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
902[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
903[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
904[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
905[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
906[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
907[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
908[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
909[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
910[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:64)
911[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
912[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
913[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
914[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
915[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
916[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
917[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
918[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
919[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
920[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
921[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
922[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
923[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
924[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
925[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:65)
926[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
927[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
928[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
929[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
930[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
931[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
932[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
933[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
934[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
935[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
936[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
937[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
938[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
939[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
940[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:66)
941[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
942[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
943[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
944[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
945[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
946[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
947[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
948[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
949[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
950[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
951[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
952[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
953[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
954[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
955[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:67)
956[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
957[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
958[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
959[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
960[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
961[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
962[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
963[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
964[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
965[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
966[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
967[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
968[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
969[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
970[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:68)
971[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
972[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
973[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
974[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
975[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
976[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
977[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
978[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
979[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
980[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
981[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
982[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
983[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
984[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
985[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:69)
986[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
987[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
988[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
989[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
990[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
991[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
992[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
993[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
994[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
995[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
996[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
997[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
998[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
999[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1000[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:70)
1001[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1002[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1003[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1004[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1005[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1006[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1007[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1008[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1009[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1010[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1011[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1012[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1013[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1014[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1015[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:71)
1016[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1017[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1018[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1019[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1020[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1021[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1022[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1023[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1024[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1025[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1026[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1027[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1028[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1029[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1030[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:72)
1031[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1032[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1033[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1034[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1035[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1036[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1037[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1038[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1039[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1040[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1041[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1042[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1043[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1044[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1045[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:73)
1046[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1047[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1048[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1049[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1050[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1051[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1052[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1053[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1054[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1055[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1056[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1057[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1058[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1059[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1060[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:74)
1061[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1062[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1063[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1064[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1065[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1066[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1067[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1068[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1069[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1070[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1071[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1072[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1073[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1074[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1075[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:75)
1076[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1077[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1078[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1079[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1080[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1081[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1082[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1083[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1084[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1085[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1086[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1087[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1088[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1089[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1090[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:76)
1091[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1092[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1093[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1094[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1095[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1096[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1097[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1098[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1099[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1100[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1101[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1102[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1103[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1104[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1105[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:77)
1106[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1107[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1108[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1109[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1110[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1111[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1112[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1113[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1114[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1115[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1116[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1117[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1118[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1119[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1120[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:78)
1121[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1122[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1123[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1124[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1125[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1126[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1127[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1128[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1129[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1130[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1131[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1132[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1133[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1134[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1135[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:79)
1136[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1137[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1138[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1139[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1140[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1141[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1142[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1143[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1144[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1145[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1146[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1147[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1148[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1149[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1150[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:80)
1151[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1152[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1153[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1154[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1155[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1156[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1157[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1158[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1159[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1160[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1161[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1162[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1163[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1164[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1165[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:81)
1166[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1167[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1168[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1169[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1170[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1171[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1172[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1173[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1174[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1175[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1176[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1177[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1178[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1179[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1180[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:82)
1181[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1182[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1183[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1184[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1185[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1186[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1187[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1188[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1189[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1190[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1191[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1192[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1193[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1194[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1195[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:83)
1196[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1197[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1198[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1199[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1200[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1201[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1202[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1203[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1204[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1205[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1206[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1207[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1208[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1209[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1210[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:84)
1211[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1212[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1213[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1214[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1215[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1216[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1217[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1218[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1219[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1220[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1221[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1222[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1223[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1224[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1225[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:85)
1226[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1227[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1228[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1229[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1230[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1231[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1232[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1233[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1234[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1235[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1236[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1237[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1238[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1239[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1240[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:86)
1241[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1242[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1243[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1244[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1245[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1246[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1247[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1248[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1249[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1250[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1251[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1252[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1253[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1254[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1255[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:87)
1256[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1257[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1258[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1259[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1260[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1261[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1262[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1263[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1264[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1265[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1266[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1267[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1268[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1269[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1270[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:88)
1271[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1272[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1273[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1274[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1275[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1276[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1277[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1278[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1279[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1280[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1281[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1282[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1283[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1284[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1285[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:89)
1286[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1287[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1288[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1289[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1290[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1291[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1292[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1293[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1294[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1295[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1296[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1297[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1298[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1299[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1300[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:90)
1301[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1302[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1303[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1304[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1305[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1306[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1307[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1308[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1309[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1310[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1311[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1312[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1313[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1314[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1315[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:91)
1316[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1317[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1318[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1319[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1320[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1321[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1322[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1323[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1324[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1325[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1326[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1327[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1328[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1329[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1330[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:92)
1331[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1332[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1333[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1334[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1335[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1336[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1337[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1338[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1339[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1340[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1341[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1342[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1343[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1344[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1345[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:93)
1346[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1347[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1348[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1349[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1350[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1351[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1352[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1353[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1354[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1355[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1356[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1357[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1358[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1359[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1360[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:94)
1361[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1362[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1363[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1364[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1365[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1366[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1367[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1368[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1369[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1370[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1371[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1372[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1373[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1374[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1375[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:95)
1376[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1377[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1378[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1379[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1380[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1381[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1382[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1383[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1384[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1385[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1386[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1387[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1388[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1389[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1390[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:96)
1391[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1392[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1393[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1394[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1395[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1396[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1397[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1398[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1399[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1400[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1401[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1402[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1403[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1404[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1405[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:97)
1406[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1407[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1408[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1409[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1410[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1411[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1412[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1413[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1414[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1415[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1416[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1417[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1418[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1419[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1420[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:98)
1421[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1422[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1423[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1424[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1425[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1426[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1427[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1428[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1429[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1430[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1431[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1432[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1433[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1434[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1435[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:99)
1436[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1437[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1438[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1439[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1440[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1441[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1442[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1443[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1444[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1445[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1446[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1447[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1448[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1449[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1450[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:100)
1451[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1452[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1453[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1454[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1455[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1456[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1457[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1458[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1459[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1460[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1461[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1462[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1463[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1464[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1465[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:101)
1466[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1467[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1468[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1469[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1470[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1471[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1472[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1473[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1474[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1475[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1476[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1477[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1478[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1479[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1480[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:102)
1481[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1482[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1483[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1484[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1485[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1486[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1487[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1488[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1489[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1490[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1491[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1492[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1493[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1494[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1495[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:103)
1496[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1497[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1498[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1499[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1500[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1501[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1502[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1503[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1504[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1505[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1506[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1507[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1508[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1509[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1510[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:104)
1511[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1512[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1513[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1514[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1515[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1516[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1517[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1518[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1519[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1520[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1521[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1522[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1523[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1524[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1525[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:105)
1526[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1527[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1528[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1529[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1530[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1531[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1532[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1533[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1534[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1535[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1536[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1537[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1538[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1539[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1540[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:106)
1541[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1542[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1543[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1544[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1545[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1546[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1547[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1548[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1549[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1550[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1551[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1552[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1553[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1554[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1555[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:107)
1556[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1557[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1558[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1559[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1560[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1561[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1562[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1563[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1564[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1565[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1566[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1567[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1568[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1569[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1570[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:108)
1571[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1572[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1573[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1574[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1575[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1576[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1577[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1578[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1579[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1580[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1581[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1582[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1583[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1584[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1585[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:109)
1586[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1587[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1588[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1589[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1590[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1591[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1592[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1593[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1594[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1595[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1596[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1597[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1598[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1599[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1600[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:110)
1601[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1602[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1603[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1604[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1605[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1606[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1607[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1608[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1609[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1610[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1611[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1612[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1613[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1614[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1615[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:111)
1616[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1617[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1618[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1619[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1620[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1621[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1622[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1623[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1624[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1625[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1626[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1627[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1628[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1629[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1630[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:112)
1631[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1632[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1633[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1634[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1635[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1636[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1637[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1638[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1639[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1640[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1641[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1642[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1643[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1644[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1645[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:113)
1646[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1647[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1648[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1649[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1650[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1651[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1652[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1653[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1654[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1655[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1656[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1657[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1658[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1659[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1660[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:114)
1661[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1662[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1663[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1664[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1665[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1666[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1667[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1668[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1669[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1670[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1671[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1672[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1673[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1674[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1675[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:115)
1676[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1677[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1678[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1679[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1680[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1681[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1682[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1683[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1684[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1685[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1686[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1687[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1688[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1689[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1690[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:116)
1691[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1692[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1693[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1694[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1695[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1696[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1697[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1698[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1699[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1700[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1701[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1702[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1703[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1704[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1705[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:117)
1706[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1707[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1708[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1709[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1710[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1711[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1712[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1713[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1714[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1715[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1716[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1717[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1718[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1719[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1720[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:118)
1721[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1722[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1723[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1724[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1725[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1726[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1727[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1728[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1729[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1730[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1731[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1732[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1733[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1734[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1735[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:119)
1736[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1737[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1738[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1739[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1740[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1741[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1742[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1743[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1744[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1745[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1746[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: updater.syntaxphoenix.com
1747[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1748[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:169)
1749[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:134)
1750[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .AUX.const(SourceFile:120)
1751[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .lpt7.const(SourceFile:17)
1752[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:70)
1753[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1754[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1755[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1756[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1757[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1758[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1759[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1760[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1761[20:11:10] [Server thread/INFO]: [RWG] SSL is not supported by your Java-Version, falling back to insecure HTTP
1762[20:11:10] [Server thread/WARN]: java.net.UnknownHostException: google.com
1763[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.ꠣꤣ꤀(SourceFile)
1764[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .super.const(SourceFile:33)
1765[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .super.const(SourceFile:104)
1766[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .COm9.case(SourceFile:124)
1767[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.final .COm9.class(SourceFile:110)
1768[20:11:10] [Server thread/WARN]: at com.syntaxphoenix.realistic.Realistic.onEnable(SourceFile:74)
1769[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1770[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
1771[20:11:10] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
1772[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
1773[20:11:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
1774[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
1775[20:11:10] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
1776[20:11:10] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
1777[20:11:10] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
1778[20:11:10] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
1779[20:11:11] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
1780[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.11
1781[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
1782[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] Warning: Unable to get class com.sk89q.worldedit.extent.reorder.MultiStageReorder$Stage3Committer
1783[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
1784[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
1785[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
1786[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ ____| | / /___ _____/ /___/ / ____/___/ (_) /_ =
1787[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / ___/ / / / __ \/ ___/ | /| / / __ \/ ___/ / __ / __/ / __ / / __/ =
1788[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(__ ) /_/ / / / / /__ | |/ |/ / /_/ / / / / /_/ / /___/ /_/ / / /_ =
1789[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = /_/ |_/____/\__, /_/ /_/\___/ |__/|__/\____/_/ /_/\__,_/_____/\__,_/_/\__/ =
1790[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = /____/ =
1791[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
1792[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = ________________ =
1793[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] = ___/ free version \___ =
1794[20:11:11] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
1795[20:11:21] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
1796[20:11:22] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_14_R1, DirectChunkAPI disabled
1797[20:11:22] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
1798[20:11:22] [Server thread/INFO]: [AsyncWorldEdit] Enabled
1799[20:11:22] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
1800[20:11:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
1801[20:11:22] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
1802[20:11:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
1803[20:11:22] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
1804[20:11:22] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
1805[20:11:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
1806[20:11:22] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0*
1807[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
1808[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
1809[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
1810[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
1811[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
1812[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 11ms.
1813[20:11:22] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.14.0 (Is it up to date?)
1814java.lang.ExceptionInInitializerError: null
1815 at com.massivecraft.massivecore.command.type.RegistryType.registerAll(RegistryType.java:318) ~[?:?]
1816 at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:234) ~[?:?]
1817 at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:82) ~[?:?]
1818 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
1819 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
1820 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
1821 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
1822 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
1823 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227) ~[patched_1.14.4.jar:git-Paper-225]
1824 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
1825 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
1826Caused by: java.lang.IllegalArgumentException: Cannot get ID of Modern Material
1827 at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[patched_1.14.4.jar:git-Paper-225]
1828 at org.bukkit.Material.getId(Material.java:3319) ~[patched_1.14.4.jar:git-Paper-225]
1829 at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.getIdsInner(TypeMaterial.java:31) ~[?:?]
1830 at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.getIdsInner(TypeMaterial.java:9) ~[?:?]
1831 at com.massivecraft.massivecore.command.type.TypeAbstract.getIds(TypeAbstract.java:353) ~[?:?]
1832 at com.massivecraft.massivecore.command.type.TypeAbstractChoice.createOptionKeys(TypeAbstractChoice.java:365) ~[?:?]
1833 at com.massivecraft.massivecore.command.type.TypeAbstractChoice.createOptions(TypeAbstractChoice.java:339) ~[?:?]
1834 at com.massivecraft.massivecore.command.type.TypeAbstractChoice.setAll(TypeAbstractChoice.java:77) ~[?:?]
1835 at com.massivecraft.massivecore.command.type.TypeAbstractChoice.setAll(TypeAbstractChoice.java:84) ~[?:?]
1836 at com.massivecraft.massivecore.command.type.enumeration.TypeEnum.<init>(TypeEnum.java:25) ~[?:?]
1837 at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.<init>(TypeMaterial.java:19) ~[?:?]
1838 at com.massivecraft.massivecore.command.type.enumeration.TypeMaterial.<clinit>(TypeMaterial.java:15) ~[?:?]
1839 ... 11 more
1840[20:11:22] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.14.0
1841[20:11:22] [Thread-25/INFO]: [AsyncWorldEdit] You have an old version of the plugin. Your version: 3.6.11, available version: 3.6.14
1842[20:11:22] [Server thread/INFO]: [MassiveCore 2.14.0] Disabled
1843[20:11:22] [Server thread/ERROR]: Error occurred while disabling MassiveCore v2.14.0 (Is it up to date?)
1844java.lang.NullPointerException: null
1845 at com.massivecraft.massivecore.MassiveCoreTaskDeleteFiles.run(MassiveCoreTaskDeleteFiles.java:21) ~[?:?]
1846 at com.massivecraft.massivecore.MassiveCore.onDisable(MassiveCore.java:305) ~[?:?]
1847 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.14.4.jar:git-Paper-225]
1848 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[patched_1.14.4.jar:git-Paper-225]
1849 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[patched_1.14.4.jar:git-Paper-225]
1850 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[patched_1.14.4.jar:git-Paper-225]
1851 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
1852 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
1853 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
1854 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227) ~[patched_1.14.4.jar:git-Paper-225]
1855 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
1856 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
1857[20:11:22] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT
1858[20:11:22] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
1859[20:11:22] [Server thread/INFO]: Preparing level "survival_overworld"
1860[20:11:22] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
1861[20:11:23] [Server thread/INFO]: Loaded 6 recipes
1862[20:11:23] [Server thread/INFO]: -------- World Settings For [survival_overworld] --------
1863[20:11:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
1864[20:11:23] [Server thread/INFO]: Cane Growth Modifier: 100%
1865[20:11:23] [Server thread/INFO]: Melon Growth Modifier: 100%
1866[20:11:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1867[20:11:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1868[20:11:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
1869[20:11:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1870[20:11:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
1871[20:11:23] [Server thread/INFO]: Potato Growth Modifier: 100%
1872[20:11:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
1873[20:11:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1874[20:11:23] [Server thread/INFO]: Vine Growth Modifier: 100%
1875[20:11:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1876[20:11:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1877[20:11:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1878[20:11:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
1879[20:11:23] [Server thread/INFO]: Experience Merge Radius: 3.0
1880[20:11:23] [Server thread/INFO]: Mob Spawn Range: 4
1881[20:11:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1882[20:11:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1883[20:11:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1884[20:11:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1885[20:11:23] [Server thread/INFO]: Max TNT Explosions: 100
1886[20:11:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1887[20:11:23] [Server thread/INFO]: View Distance: 10
1888[20:11:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1889[20:11:23] [Server thread/INFO]: Item Despawn Rate: 6000
1890[20:11:23] [Server thread/INFO]: Item Merge Radius: 2.5
1891[20:11:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
1892[20:11:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
1893[20:11:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1894[20:11:25] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for survival_overworld ]~~~~~~~~~~~~
1895[20:11:25] [Server thread/INFO]:
1896[20:11:25] [Server thread/INFO]: Biomes that will generated;
1897[20:11:25] [Server thread/INFO]: * Bamboo Forest
1898[20:11:25] [Server thread/INFO]: * Birch Forest
1899[20:11:25] [Server thread/INFO]: * Bonsai Forest
1900[20:11:25] [Server thread/INFO]: * Volcano
1901[20:11:25] [Server thread/INFO]: * Dark forest
1902[20:11:25] [Server thread/INFO]: * Desert
1903[20:11:25] [Server thread/INFO]: * Deep Ocean
1904[20:11:25] [Server thread/INFO]: * Deciduous Forest
1905[20:11:25] [Server thread/INFO]: * Fantasy Forest
1906[20:11:25] [Server thread/INFO]: * Farmland
1907[20:11:25] [Server thread/INFO]: * Forgotten Forest
1908[20:11:25] [Server thread/INFO]: * Frozen Ocean
1909[20:11:25] [Server thread/INFO]: * Scots pine forest
1910[20:11:25] [Server thread/INFO]: * Jungle
1911[20:11:25] [Server thread/INFO]: * Jungle Edge
1912[20:11:25] [Server thread/INFO]: * Lukewarm Ocean
1913[20:11:25] [Server thread/INFO]: * Mesa
1914[20:11:25] [Server thread/INFO]: * Mega Spruce Taiga
1915[20:11:25] [Server thread/INFO]: * Mega Taiga
1916[20:11:25] [Server thread/INFO]: * Ocean
1917[20:11:25] [Server thread/INFO]: * Pine Forest
1918[20:11:25] [Server thread/INFO]: * Plains
1919[20:11:25] [Server thread/INFO]: * River
1920[20:11:25] [Server thread/INFO]: * Stone Forest
1921[20:11:25] [Server thread/INFO]: * Swamp
1922[20:11:25] [Server thread/INFO]: * Snowy Pine
1923[20:11:25] [Server thread/INFO]: * Savanna
1924[20:11:25] [Server thread/INFO]: * Swamp Edge
1925[20:11:25] [Server thread/INFO]: * Swampland
1926[20:11:25] [Server thread/INFO]: * Tropical Forest
1927[20:11:25] [Server thread/INFO]: * Warm Ocean
1928[20:11:25] [Server thread/INFO]:
1929[20:11:25] [Server thread/INFO]: Generator version: 8.1.7
1930[20:11:25] [Server thread/INFO]:
1931[20:11:25] [Server thread/INFO]: Biomes in total: 31
1932[20:11:25] [Server thread/INFO]: Preparing world injection
1933[20:11:25] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
1934[20:11:25] [Server thread/INFO]: Preparing start region for dimension 'survival_overworld'/minecraft:overworld
1935[20:11:26] [Server thread/INFO]: Preparing spawn area: 0%
1936[20:11:26] [Server thread/INFO]: Preparing spawn area: 0%
1937[20:11:26] [Server thread/INFO]: Preparing spawn area: 0%
1938[20:11:27] [Server thread/INFO]: Preparing spawn area: 100%
1939[20:11:27] [Server thread/INFO]: Loaded 441 spawn chunks for world survival_overworld
1940[20:11:27] [Server thread/INFO]: Preparing spawn area: 100%
1941[20:11:27] [Server thread/INFO]: Time elapsed: 2120 ms
1942[20:11:27] [Server thread/INFO]: [ProximityBugReport] Enabling ProximityBugReport v1.0*
1943[20:11:27] [Server thread/INFO]: [MMOInventory] Enabling MMOInventory v1.1.3
1944[20:11:27] [Server thread/INFO]: [MMOInventory] Detected Bukkit Version: v1_14_R1
1945[20:11:27] [Server thread/INFO]: [MMOInventory] Successfully registered 14 inventory slots.
1946[20:11:27] [Server thread/INFO]: [MMOInventory] Successfully registered 14 inventory slots.
1947[20:11:27] [Server thread/INFO]: [MMOInventory] Hooked onto MMOItems
1948[20:11:27] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
1949[20:11:28] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
1950[20:11:28] [Server thread/INFO]: [LMGTFY] Enabling LMGTFY v1.4.0*
1951[20:11:28] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1*
1952[20:11:28] [Server thread/INFO]: [CustomDrops] Enabling CustomDrops v2.4.4*
1953[20:11:28] [Server thread/INFO]: [CustomDrops] MassiveStats has been successfully set up!
1954[20:11:28] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT*
1955[20:11:28] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
1956[20:11:28] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
1957[20:11:28] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.5.1
1958[20:11:28] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest[RandomTeleport] Plugin Enabled !
1959[20:11:28] [Server thread/INFO]: [AntiCraft] Enabling AntiCraft v1.4
1960[20:11:28] [Server thread/INFO]: [AntiAFK] Enabling AntiAFK v1.1*
1961[20:11:28] [Server thread/INFO]: [AntiAFK] Config.yml found, loading!
1962[20:11:28] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.4*
1963[20:11:29] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
1964[20:11:29] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
1965[20:11:29] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218*
1966[20:11:29] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4*
1967[20:11:29] [Server thread/INFO]: [PermissionsEx] Initializing file backend
1968[20:11:29] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
1969[20:11:29] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1970[20:11:29] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
1971[20:11:29] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
1972[20:11:29] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
1973[20:11:30] [Server thread/INFO]: [dynmap] Mod Support processing completed
1974[20:11:31] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
1975[20:11:31] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
1976[20:11:31] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
1977[20:11:31] [Server thread/INFO]: [dynmap] Web server started on address 37.59.209.192:8123
1978[20:11:31] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218
1979[20:11:31] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
1980[20:11:31] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
1981[20:11:31] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'survival_overworld'.
1982[20:11:32] [Server thread/INFO]: [dynmap] Full render for world 'survival_overworld' restored
1983[20:11:32] [Server thread/INFO]: [dynmap] Enabled
1984[20:11:32] [Server thread/INFO]: [DisplayItem] Enabling DisplayItem v2.4.0-SNAPSHOT
1985[20:11:32] [Server thread/INFO]: [DisplayItem] Listener priority: NORMAL
1986[20:11:32] [Server thread/WARN]: [DisplayItem] Unregistered listener
1987[20:11:32] [Server thread/WARN]: [DisplayItem] Registered listener
1988[20:11:32] [Server thread/INFO]: [SimpleTrading] Enabling SimpleTrading v1.4*
1989[20:11:32] [Server thread/INFO]: [SimpleTrading] SimpleTrading v1.4 enabled!
1990[20:11:32] [Server thread/INFO]: [Skript] Enabling Skript v2.4-alpha4
1991[20:11:32] [Server thread/INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.
1992[20:11:36] [Server thread/INFO]: [Skript] Loaded 114150 aliases in 3272ms
1993[20:11:36] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
1994[20:11:36] [Server thread/INFO]: [TitleMotd] Enabling TitleMotd v1.5.0*
1995[20:11:36] [Server thread/INFO]: [TitleMotd] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1996[20:11:36] [Server thread/INFO]: [TitleMotd] Plugin: TitleMotd v1.5.0
1997[20:11:36] [Server thread/INFO]: [TitleMotd] Author: Maximvdw
1998[20:11:36] [Server thread/INFO]: [TitleMotd] Site: http://www.mvdw-software.be/
1999[20:11:36] [Server thread/INFO]: [TitleMotd] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2000[20:11:36] [Server thread/INFO]: [TitleMotd] Loading configuration ...
2001[20:11:36] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v2.0.8
2002[20:11:36] [Server thread/INFO]: [AgarthaLib] Enabling AgarthaLib v2.17.1
2003[20:11:36] [Server thread/ERROR]: Error occurred while enabling AgarthaLib v2.17.1 (Is it up to date?)
2004java.lang.NullPointerException: null
2005 at com.praya.agarthalib.utility.ServerUtil.isCompatible(ServerUtil.java:91) ~[?:?]
2006 at com.praya.agarthalib.utility.ServerUtil.isCompatible(ServerUtil.java:85) ~[?:?]
2007 at com.praya.agarthalib.manager.task.TaskBossBarManager.createTaskBossBarPlayer(TaskBossBarManager.java:33) ~[?:?]
2008 at com.praya.agarthalib.manager.task.TaskBossBarManager.reloadTaskBossBarPlayer(TaskBossBarManager.java:29) ~[?:?]
2009 at com.praya.agarthalib.manager.task.TaskBossBarManager.<init>(TaskBossBarManager.java:21) ~[?:?]
2010 at com.praya.agarthalib.manager.task.TaskManager.<init>(TaskManager.java:15) ~[?:?]
2011 at com.praya.agarthalib.AgarthaLib.registerManager(AgarthaLib.java:152) ~[?:?]
2012 at com.praya.agarthalib.AgarthaLib.onEnable(AgarthaLib.java:135) ~[?:?]
2013 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
2014 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
2015 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
2016 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
2017 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
2018 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-225]
2019 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
2020 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
2021 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2022[20:11:36] [Server thread/INFO]: [AgarthaLib] Disabling AgarthaLib v2.17.1
2023[20:11:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
2024[20:11:37] [Server thread/INFO]: [ClearLag] Loading modules...
2025[20:11:37] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
2026[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=Diamond
2027[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=Emerald
2028[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=<-"
2029[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=This"
2030[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=entity"
2031[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=will"
2032[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=be"
2033[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=REMOVED"
2034[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=if"
2035[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=it"
2036[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=doesn't"
2037[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=have"
2038[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=a"
2039[20:11:37] [Server thread/WARN]: [ClearLag] Invalid entity attribute path="kill-mobs.mob-filter" token=name"
2040[20:11:37] [Server thread/WARN]: [ClearLag] Item type 'log' does not match any Materials found on your Craftbukkit version.
2041[20:11:37] [Server thread/WARN]: [ClearLag] Item type 'wool' does not match any Materials found on your Craftbukkit version.
2042[20:11:37] [Server thread/INFO]: [ClearLag] Modules have been loaded!
2043[20:11:37] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
2044[20:11:37] [Thread-42/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]...
2045[20:11:37] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.4-RELEASE*
2046[20:11:37] [Thread-42/INFO]: [ClearLag] No updates found!
2047[20:11:38] [Server thread/INFO]:
2048[20:11:38] [Server thread/INFO]:
2049[20:11:38] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
2050[20:11:38] [Server thread/INFO]: | Information:
2051[20:11:38] [Server thread/INFO]: | Name: AdvancedBan
2052[20:11:38] [Server thread/INFO]: | Developer: Leoko
2053[20:11:38] [Server thread/INFO]: | Version: 2.1.4-RELEASE
2054[20:11:38] [Server thread/INFO]: | Storage: HSQLDB (local)
2055[20:11:38] [Server thread/INFO]: | Support:
2056[20:11:38] [Server thread/INFO]: | Skype: Leoko33
2057[20:11:38] [Server thread/INFO]: | Mail: Leoko4433@gmail.com
2058[20:11:38] [Server thread/INFO]: | Update:
2059[20:11:38] [Server thread/INFO]: | There is a new version available! [2.1.3-RELEASE]
2060[20:11:38] [Server thread/INFO]: []================================[]
2061[20:11:38] [Server thread/INFO]:
2062[20:11:38] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.1
2063[20:11:38] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
2064[20:11:38] [Server thread/INFO]: [skQuery] Beginning to process a total of 139 from SkQuery
2065[20:11:38] [Server thread/INFO]: [skQuery] Out of 139 classes, 137 classes were loaded from SkQuery
2066[20:11:38] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7*
2067[20:11:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
2068[20:11:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
2069[20:11:39] [Server thread/INFO]: [WorldBorder] [CONFIG] World "survival_overworld" has border radius 10000 at X: 3289.5 Z: 774.5
2070[20:11:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
2071[20:11:39] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 3693.0 Y: 118.0 Z: 1397.0
2072[20:11:39] [Server thread/INFO]: [XPFromHarvest] Enabling XPFromHarvest v1.1
2073[20:11:39] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2*
2074[20:11:39] [Server thread/INFO]: [CustomJoin] Enabling CustomJoin v1.0*
2075[20:11:39] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719*
2076[20:11:39] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5-b719" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--].
2077[20:11:39] [Server thread/INFO]: -------- World Settings For [survival_nether] --------
2078[20:11:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
2079[20:11:39] [Server thread/INFO]: Cane Growth Modifier: 100%
2080[20:11:39] [Server thread/INFO]: Melon Growth Modifier: 100%
2081[20:11:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2082[20:11:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2083[20:11:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
2084[20:11:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2085[20:11:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
2086[20:11:39] [Server thread/INFO]: Potato Growth Modifier: 100%
2087[20:11:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
2088[20:11:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2089[20:11:39] [Server thread/INFO]: Vine Growth Modifier: 100%
2090[20:11:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2091[20:11:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2092[20:11:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2093[20:11:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
2094[20:11:39] [Server thread/INFO]: Experience Merge Radius: 3.0
2095[20:11:39] [Server thread/INFO]: Mob Spawn Range: 4
2096[20:11:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2097[20:11:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2098[20:11:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2099[20:11:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2100[20:11:39] [Server thread/INFO]: Max TNT Explosions: 100
2101[20:11:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2102[20:11:39] [Server thread/INFO]: View Distance: 10
2103[20:11:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2104[20:11:39] [Server thread/INFO]: Item Despawn Rate: 6000
2105[20:11:39] [Server thread/INFO]: Item Merge Radius: 2.5
2106[20:11:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
2107[20:11:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2108[20:11:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2109[20:11:39] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'survival_nether'.
2110[20:11:39] [Server thread/INFO]: -------- World Settings For [survival_overworld_07122019] --------
2111[20:11:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
2112[20:11:39] [Server thread/INFO]: Cane Growth Modifier: 100%
2113[20:11:39] [Server thread/INFO]: Melon Growth Modifier: 100%
2114[20:11:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2115[20:11:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2116[20:11:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
2117[20:11:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2118[20:11:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
2119[20:11:39] [Server thread/INFO]: Potato Growth Modifier: 100%
2120[20:11:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
2121[20:11:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2122[20:11:39] [Server thread/INFO]: Vine Growth Modifier: 100%
2123[20:11:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2124[20:11:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2125[20:11:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2126[20:11:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
2127[20:11:39] [Server thread/INFO]: Experience Merge Radius: 3.0
2128[20:11:39] [Server thread/INFO]: Mob Spawn Range: 4
2129[20:11:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2130[20:11:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2131[20:11:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2132[20:11:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2133[20:11:39] [Server thread/INFO]: Max TNT Explosions: 100
2134[20:11:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2135[20:11:39] [Server thread/INFO]: View Distance: 10
2136[20:11:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2137[20:11:39] [Server thread/INFO]: Item Despawn Rate: 6000
2138[20:11:39] [Server thread/INFO]: Item Merge Radius: 2.5
2139[20:11:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
2140[20:11:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2141[20:11:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2142[20:11:41] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for survival_overworld_07122019 ]~~~~~~~~~~~~
2143[20:11:41] [Server thread/INFO]:
2144[20:11:41] [Server thread/INFO]: Biomes that will generated;
2145[20:11:41] [Server thread/INFO]: * Bamboo Forest
2146[20:11:41] [Server thread/INFO]: * Birch Forest
2147[20:11:41] [Server thread/INFO]: * Bonsai Forest
2148[20:11:41] [Server thread/INFO]: * Volcano
2149[20:11:41] [Server thread/INFO]: * Dark forest
2150[20:11:41] [Server thread/INFO]: * Desert
2151[20:11:41] [Server thread/INFO]: * Deep Ocean
2152[20:11:41] [Server thread/INFO]: * Deciduous Forest
2153[20:11:41] [Server thread/INFO]: * Fantasy Forest
2154[20:11:41] [Server thread/INFO]: * Farmland
2155[20:11:41] [Server thread/INFO]: * Forgotten Forest
2156[20:11:41] [Server thread/INFO]: * Frozen Ocean
2157[20:11:41] [Server thread/INFO]: * Scots pine forest
2158[20:11:41] [Server thread/INFO]: * Jungle
2159[20:11:41] [Server thread/INFO]: * Jungle Edge
2160[20:11:41] [Server thread/INFO]: * Lukewarm Ocean
2161[20:11:41] [Server thread/INFO]: * Mesa
2162[20:11:41] [Server thread/INFO]: * Mega Spruce Taiga
2163[20:11:41] [Server thread/INFO]: * Mega Taiga
2164[20:11:41] [Server thread/INFO]: * Ocean
2165[20:11:41] [Server thread/INFO]: * Pine Forest
2166[20:11:41] [Server thread/INFO]: * Plains
2167[20:11:41] [Server thread/INFO]: * River
2168[20:11:41] [Server thread/INFO]: * Stone Forest
2169[20:11:41] [Server thread/INFO]: * Swamp
2170[20:11:41] [Server thread/INFO]: * Snowy Pine
2171[20:11:41] [Server thread/INFO]: * Savanna
2172[20:11:41] [Server thread/INFO]: * Swamp Edge
2173[20:11:41] [Server thread/INFO]: * Swampland
2174[20:11:41] [Server thread/INFO]: * Tropical Forest
2175[20:11:41] [Server thread/INFO]: * Warm Ocean
2176[20:11:41] [Server thread/INFO]:
2177[20:11:41] [Server thread/INFO]: Generator version: 8.1.7
2178[20:11:41] [Server thread/INFO]:
2179[20:11:41] [Server thread/INFO]: Biomes in total: 31
2180[20:11:41] [Server thread/INFO]: Preparing world injection
2181[20:11:41] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'survival_overworld_07122019'.
2182[20:11:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
2183[20:11:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
2184[20:11:41] [Server thread/INFO]: Cane Growth Modifier: 100%
2185[20:11:41] [Server thread/INFO]: Melon Growth Modifier: 100%
2186[20:11:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2187[20:11:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2188[20:11:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
2189[20:11:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2190[20:11:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
2191[20:11:41] [Server thread/INFO]: Potato Growth Modifier: 100%
2192[20:11:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
2193[20:11:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2194[20:11:41] [Server thread/INFO]: Vine Growth Modifier: 100%
2195[20:11:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2196[20:11:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2197[20:11:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2198[20:11:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
2199[20:11:41] [Server thread/INFO]: Experience Merge Radius: 3.0
2200[20:11:41] [Server thread/INFO]: Mob Spawn Range: 4
2201[20:11:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2202[20:11:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2203[20:11:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2204[20:11:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2205[20:11:41] [Server thread/INFO]: Max TNT Explosions: 100
2206[20:11:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2207[20:11:41] [Server thread/INFO]: View Distance: 10
2208[20:11:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2209[20:11:41] [Server thread/INFO]: Item Despawn Rate: 6000
2210[20:11:41] [Server thread/INFO]: Item Merge Radius: 2.5
2211[20:11:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
2212[20:11:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2213[20:11:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2214[20:11:41] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
2215[20:11:41] [Server thread/INFO]: Preparing spawn area: 0%
2216[20:11:42] [Server-Worker-12/INFO]: Preparing spawn area: 100%
2217[20:11:42] [Server-Worker-12/INFO]: Preparing spawn area: 100%
2218[20:11:43] [Server-Worker-7/INFO]: Preparing spawn area: 100%
2219[20:11:43] [Server thread/INFO]: Loaded 441 spawn chunks for world world_the_end
2220[20:11:43] [Server thread/INFO]: Time elapsed: 1687 ms
2221[20:11:43] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
2222[20:11:43] [Server thread/INFO]: -------- World Settings For [survival_overworld_the_end] --------
2223[20:11:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
2224[20:11:43] [Server thread/INFO]: Cane Growth Modifier: 100%
2225[20:11:43] [Server thread/INFO]: Melon Growth Modifier: 100%
2226[20:11:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2227[20:11:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2228[20:11:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
2229[20:11:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2230[20:11:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
2231[20:11:43] [Server thread/INFO]: Potato Growth Modifier: 100%
2232[20:11:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
2233[20:11:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2234[20:11:43] [Server thread/INFO]: Vine Growth Modifier: 100%
2235[20:11:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2236[20:11:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2237[20:11:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2238[20:11:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
2239[20:11:43] [Server thread/INFO]: Experience Merge Radius: 3.0
2240[20:11:43] [Server thread/INFO]: Mob Spawn Range: 4
2241[20:11:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2242[20:11:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2243[20:11:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2244[20:11:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2245[20:11:43] [Server thread/INFO]: Max TNT Explosions: 100
2246[20:11:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2247[20:11:43] [Server thread/INFO]: View Distance: 10
2248[20:11:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2249[20:11:43] [Server thread/INFO]: Item Despawn Rate: 6000
2250[20:11:43] [Server thread/INFO]: Item Merge Radius: 2.5
2251[20:11:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
2252[20:11:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2253[20:11:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2254[20:11:43] [Server thread/INFO]: Preparing start region for dimension 'survival_overworld_the_end'/minecraft:the_end
2255[20:11:43] [Server thread/INFO]: Preparing spawn area: 0%
2256[20:11:43] [Server thread/INFO]: Preparing spawn area: 12%
2257[20:11:44] [Server thread/INFO]: Loaded 441 spawn chunks for world survival_overworld_the_end
2258[20:11:44] [Server thread/INFO]: Time elapsed: 1042 ms
2259[20:11:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'survival_overworld_the_end'.
2260[20:11:44] [Server thread/INFO]: -------- World Settings For [world_nether] --------
2261[20:11:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
2262[20:11:44] [Server thread/INFO]: Cane Growth Modifier: 100%
2263[20:11:44] [Server thread/INFO]: Melon Growth Modifier: 100%
2264[20:11:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2265[20:11:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2266[20:11:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
2267[20:11:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2268[20:11:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
2269[20:11:44] [Server thread/INFO]: Potato Growth Modifier: 100%
2270[20:11:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
2271[20:11:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2272[20:11:44] [Server thread/INFO]: Vine Growth Modifier: 100%
2273[20:11:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2274[20:11:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2275[20:11:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2276[20:11:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
2277[20:11:44] [Server thread/INFO]: Experience Merge Radius: 3.0
2278[20:11:44] [Server thread/INFO]: Mob Spawn Range: 4
2279[20:11:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2280[20:11:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2281[20:11:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2282[20:11:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2283[20:11:44] [Server thread/INFO]: Max TNT Explosions: 100
2284[20:11:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2285[20:11:44] [Server thread/INFO]: View Distance: 10
2286[20:11:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2287[20:11:44] [Server thread/INFO]: Item Despawn Rate: 6000
2288[20:11:44] [Server thread/INFO]: Item Merge Radius: 2.5
2289[20:11:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
2290[20:11:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2291[20:11:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2292[20:11:44] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
2293[20:11:44] [Server thread/INFO]: Preparing spawn area: 0%
2294[20:11:45] [Server thread/INFO]: Preparing spawn area: 36%
2295[20:11:45] [Server-Worker-7/INFO]: Preparing spawn area: 100%
2296[20:11:46] [Server-Worker-5/INFO]: Preparing spawn area: 100%
2297[20:11:46] [Server-Worker-7/INFO]: Preparing spawn area: 100%
2298[20:11:47] [Server-Worker-12/INFO]: Preparing spawn area: 100%
2299[20:11:47] [Server thread/INFO]: Loaded 441 spawn chunks for world world_nether
2300[20:11:47] [Server thread/INFO]: Time elapsed: 2728 ms
2301[20:11:47] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
2302[20:11:47] [Server thread/INFO]: -------- World Settings For [backupworld] --------
2303[20:11:47] [Server thread/INFO]: Cactus Growth Modifier: 100%
2304[20:11:47] [Server thread/INFO]: Cane Growth Modifier: 100%
2305[20:11:47] [Server thread/INFO]: Melon Growth Modifier: 100%
2306[20:11:47] [Server thread/INFO]: Mushroom Growth Modifier: 100%
2307[20:11:47] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
2308[20:11:47] [Server thread/INFO]: Sapling Growth Modifier: 100%
2309[20:11:47] [Server thread/INFO]: Beetroot Growth Modifier: 100%
2310[20:11:47] [Server thread/INFO]: Carrot Growth Modifier: 100%
2311[20:11:47] [Server thread/INFO]: Potato Growth Modifier: 100%
2312[20:11:47] [Server thread/INFO]: Wheat Growth Modifier: 100%
2313[20:11:47] [Server thread/INFO]: NetherWart Growth Modifier: 100%
2314[20:11:47] [Server thread/INFO]: Vine Growth Modifier: 100%
2315[20:11:47] [Server thread/INFO]: Cocoa Growth Modifier: 100%
2316[20:11:47] [Server thread/INFO]: Bamboo Growth Modifier: 100%
2317[20:11:47] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
2318[20:11:47] [Server thread/INFO]: Kelp Growth Modifier: 100%
2319[20:11:47] [Server thread/INFO]: Experience Merge Radius: 3.0
2320[20:11:47] [Server thread/INFO]: Mob Spawn Range: 4
2321[20:11:47] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
2322[20:11:47] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
2323[20:11:47] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
2324[20:11:47] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
2325[20:11:47] [Server thread/INFO]: Max TNT Explosions: 100
2326[20:11:47] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
2327[20:11:47] [Server thread/INFO]: View Distance: 10
2328[20:11:47] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
2329[20:11:47] [Server thread/INFO]: Item Despawn Rate: 6000
2330[20:11:47] [Server thread/INFO]: Item Merge Radius: 2.5
2331[20:11:47] [Server thread/INFO]: Arrow Despawn Rate: 1200
2332[20:11:47] [Server thread/INFO]: Zombie Aggressive Towards Villager: false
2333[20:11:47] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
2334[20:11:49] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for backupworld ]~~~~~~~~~~~~
2335[20:11:49] [Server thread/INFO]:
2336[20:11:49] [Server thread/INFO]: Biomes that will generated;
2337[20:11:49] [Server thread/INFO]: * Bamboo Forest
2338[20:11:49] [Server thread/INFO]: * Birch Forest
2339[20:11:49] [Server thread/INFO]: * Bonsai Forest
2340[20:11:49] [Server thread/INFO]: * Volcano
2341[20:11:49] [Server thread/INFO]: * Dark forest
2342[20:11:49] [Server thread/INFO]: * Desert
2343[20:11:49] [Server thread/INFO]: * Deep Ocean
2344[20:11:49] [Server thread/INFO]: * Deciduous Forest
2345[20:11:49] [Server thread/INFO]: * Fantasy Forest
2346[20:11:49] [Server thread/INFO]: * Farmland
2347[20:11:49] [Server thread/INFO]: * Forgotten Forest
2348[20:11:49] [Server thread/INFO]: * Frozen Ocean
2349[20:11:49] [Server thread/INFO]: * Scots pine forest
2350[20:11:49] [Server thread/INFO]: * Jungle
2351[20:11:49] [Server thread/INFO]: * Jungle Edge
2352[20:11:49] [Server thread/INFO]: * Lukewarm Ocean
2353[20:11:49] [Server thread/INFO]: * Mesa
2354[20:11:49] [Server thread/INFO]: * Mega Spruce Taiga
2355[20:11:49] [Server thread/INFO]: * Mega Taiga
2356[20:11:49] [Server thread/INFO]: * Ocean
2357[20:11:49] [Server thread/INFO]: * Pine Forest
2358[20:11:49] [Server thread/INFO]: * Plains
2359[20:11:49] [Server thread/INFO]: * River
2360[20:11:49] [Server thread/INFO]: * Stone Forest
2361[20:11:49] [Server thread/INFO]: * Swamp
2362[20:11:49] [Server thread/INFO]: * Snowy Pine
2363[20:11:49] [Server thread/INFO]: * Savanna
2364[20:11:49] [Server thread/INFO]: * Swamp Edge
2365[20:11:49] [Server thread/INFO]: * Swampland
2366[20:11:49] [Server thread/INFO]: * Tropical Forest
2367[20:11:49] [Server thread/INFO]: * Warm Ocean
2368[20:11:49] [Server thread/INFO]:
2369[20:11:49] [Server thread/INFO]: Generator version: 8.1.7
2370[20:11:49] [Server thread/INFO]:
2371[20:11:49] [Server thread/INFO]: Biomes in total: 31
2372[20:11:49] [Server thread/INFO]: Preparing world injection
2373[20:11:50] [Server thread/INFO]: Preparing start region for dimension 'backupworld'/minecraft:overworld
2374[20:11:50] [Server thread/INFO]: Preparing spawn area: 0%
2375[20:11:50] [Server thread/INFO]: Preparing spawn area: 39%
2376[20:11:51] [Server thread/INFO]: Preparing spawn area: 69%
2377[20:11:54] [Server-Worker-9/INFO]: Preparing spawn area: 92%
2378[20:11:54] [Server-Worker-12/INFO]: Preparing spawn area: 92%
2379[20:11:54] [Server-Worker-12/INFO]: Preparing spawn area: 92%
2380[20:11:54] [Server-Worker-7/INFO]: Preparing spawn area: 92%
2381[20:11:54] [Server-Worker-9/INFO]: Preparing spawn area: 92%
2382[20:11:54] [Server-Worker-7/INFO]: Preparing spawn area: 92%
2383[20:11:54] [Server-Worker-9/INFO]: Preparing spawn area: 92%
2384[20:11:56] [Server-Worker-5/INFO]: Preparing spawn area: 100%
2385[20:11:56] [Server-Worker-7/INFO]: Preparing spawn area: 100%
2386[20:11:56] [Server-Worker-8/INFO]: Preparing spawn area: 100%
2387[20:11:56] [Server-Worker-9/INFO]: Preparing spawn area: 100%
2388[20:11:57] [Server-Worker-14/INFO]: Preparing spawn area: 100%
2389[20:11:57] [Server-Worker-12/INFO]: Preparing spawn area: 100%
2390[20:11:58] [Server thread/INFO]: Loaded 441 spawn chunks for world backupworld
2391[20:11:58] [Server thread/INFO]: Time elapsed: 7938 ms
2392[20:11:58] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'backupworld'.
2393[20:11:58] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
2394[20:11:58] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
2395[20:11:58] [Server thread/INFO]: [DeathMessagesPrime] Enabling DeathMessagesPrime v1.14.13
2396[20:11:58] [Server thread/INFO]: [DeathMessagesPrime] Minecraft version is 1.14.4
2397[20:11:58] [Server thread/INFO]: [MCCore] Enabling MCCore v1.67*
2398[20:11:58] [Server thread/INFO]: Server version: 11404
2399[20:11:58] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forestCUSTOM TERRAIN: Scots pine forestFailed to set up reflection for scoreboards - restoring to slow method
2400[20:11:58] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.13-breaking
2401[20:11:58] [Server thread/INFO]: [Aliases] Enabling Aliases v1.0*
2402[20:11:58] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5*
2403[20:11:58] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
2404[20:11:58] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: sethomeconfirm is not a valid material name / id!
2405[20:11:58] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
2406[20:11:58] [Server thread/WARN]: [DeluxeMenus] Material for item: 2 in GUI menu: sethomeconfirm is not a valid material name / id!
2407[20:11:58] [Server thread/WARN]: [DeluxeMenus] Skipping item: 2
2408[20:11:58] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: sethomeconfirm
2409[20:11:58] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: sethomeconfirm
2410[20:11:58] [Server thread/WARN]: [DeluxeMenus] Material for item: 1 in GUI menu: progressionguide is not a valid material name / id!
2411[20:11:58] [Server thread/WARN]: [DeluxeMenus] Skipping item: 1
2412[20:11:58] [Server thread/WARN]: [DeluxeMenus] Failed to load menu items for GUI menu: progressionguide
2413[20:11:58] [Server thread/WARN]: [DeluxeMenus] Skipping loading of GUI menu: progressionguide
2414[20:11:58] [Server thread/INFO]: [DeluxeMenus] 5 GUI menus loaded!
2415[20:11:58] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
2416[20:11:58] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
2417[20:11:58] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
2418[20:11:58] [Server thread/INFO]: [CraftSlotCommands] Enabling CraftSlotCommands v2.1
2419[20:11:58] [Server thread/INFO]: [BlocksHub] Enabling BlocksHub v3.1.0
2420[20:11:58] [Server thread/INFO]: Initializing access controllers
2421[20:11:58] [Server thread/INFO]: Initializing block loggers
2422[20:11:58] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] Enabled
2423[20:11:58] [Server thread/INFO]: [AsyncWorldEdit] Initializing BlocksHub using org.primesoft.blockshub.BlocksHubBukkit...
2424[20:11:58] [Server thread/INFO]: [AsyncWorldEdit] Trying to use BlocksHub v3.x factory.
2425[20:11:58] [Server thread/INFO]: [AsyncWorldEdit] BlocksHub integrator set to BlocksHub v3.x
2426[20:11:58] [Server thread/INFO]: [Effect Library] Enabling EffectLib v6.2*
2427[20:11:58] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib vv1.6.1
2428[20:11:58] [Server thread/INFO]: [UltimateCatcher] Enabling UltimateCatcher v1.2.4
2429[20:11:58] [Server thread/INFO]:
2430[20:11:58] [Server thread/INFO]: =============================
2431[20:11:58] [Server thread/INFO]: UltimateCatcher 1.2.4 by Songoda <3!
2432[20:11:58] [Server thread/INFO]: Action: Enabling...
2433[20:11:58] [Server thread/INFO]: [UltimateCatcher] Loaded locale "en_US"
2434[20:11:59] [Server thread/INFO]: [SongodaCore] Hooked UltimateCatcher.
2435[20:11:59] [Server thread/INFO]: =============================
2436[20:11:59] [Server thread/INFO]:
2437[20:11:59] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v1.3.1*
2438[20:11:59] [Server thread/INFO]: [cManagement] Enabling cManagement v1.0*
2439[20:11:59] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.1
2440[20:11:59] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.9.11
2441[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
2442[20:11:59] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
2443[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
2444[20:11:59] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
2445[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
2446[20:11:59] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
2447[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
2448[20:11:59] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
2449[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading custom files.
2450[20:11:59] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
2451[20:11:59] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
2452[20:11:59] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
2453[20:11:59] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
2454[20:11:59] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
2455[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
2456[20:11:59] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_14_R1! Trying to find NMS support
2457[20:11:59] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_14_R1' loaded!
2458[20:11:59] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
2459[20:11:59] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
2460[20:11:59] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
2461[20:11:59] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
2462[20:11:59] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
2463[20:11:59] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
2464[20:11:59] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
2465[20:11:59] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
2466[20:11:59] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
2467[20:11:59] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
2468[20:11:59] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
2469[20:11:59] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
2470[20:11:59] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.9.4*
2471[20:11:59] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.9.4 has been enabled.
2472[20:11:59] [Server thread/INFO]: [ChatColor] Current update: Color-Text placeholders everywhere, bug fixes.
2473[20:11:59] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
2474[20:11:59] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
2475[20:11:59] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.14.0*
2476[20:11:59] [Server thread/INFO]: [CreativeGates 2.14.0] === ENABLE START ===
2477[20:11:59] [Server thread/ERROR]: Error occurred while enabling CreativeGates v2.14.0 (Is it up to date?)
2478java.lang.NullPointerException: null
2479 at com.massivecraft.massivecore.MassivePlugin.checkVersionSynchronization(MassivePlugin.java:117) ~[?:?]
2480 at com.massivecraft.massivecore.MassivePlugin.onEnablePre(MassivePlugin.java:96) ~[?:?]
2481 at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:81) ~[?:?]
2482 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
2483 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
2484 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
2485 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
2486 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
2487 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-225]
2488 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
2489 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
2490 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2491[20:11:59] [Server thread/INFO]: [CreativeGates] Disabling CreativeGates v2.14.0
2492[20:11:59] [Server thread/INFO]: [CreativeGates 2.14.0] Disabled
2493[20:11:59] [Server thread/INFO]: [Holograms] Enabling Holograms v2.9-SNAPSHOT*
2494[20:11:59] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl
2495[20:11:59] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
2496[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld) TNT ignition is PERMITTED.
2497[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld) Lighters are PERMITTED.
2498[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld) Lava fire is blocked.
2499[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld) Fire spread is UNRESTRICTED.
2500[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_overworld'
2501[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_nether) TNT ignition is PERMITTED.
2502[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_nether) Lighters are PERMITTED.
2503[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_nether) Lava fire is blocked.
2504[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_nether) Fire spread is UNRESTRICTED.
2505[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_nether'
2506[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_07122019) TNT ignition is PERMITTED.
2507[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_07122019) Lighters are PERMITTED.
2508[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_07122019) Lava fire is blocked.
2509[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_07122019) Fire spread is UNRESTRICTED.
2510[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_overworld_07122019'
2511[20:12:00] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2512[20:12:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
2513[20:12:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
2514[20:12:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2515[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
2516[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_the_end) TNT ignition is PERMITTED.
2517[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_the_end) Lighters are PERMITTED.
2518[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_the_end) Lava fire is blocked.
2519[20:12:00] [Server thread/INFO]: [WorldGuard] (survival_overworld_the_end) Fire spread is UNRESTRICTED.
2520[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_overworld_the_end'
2521[20:12:00] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2522[20:12:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
2523[20:12:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
2524[20:12:00] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2525[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
2526[20:12:00] [Server thread/INFO]: [WorldGuard] (backupworld) TNT ignition is PERMITTED.
2527[20:12:00] [Server thread/INFO]: [WorldGuard] (backupworld) Lighters are PERMITTED.
2528[20:12:00] [Server thread/INFO]: [WorldGuard] (backupworld) Lava fire is blocked.
2529[20:12:00] [Server thread/INFO]: [WorldGuard] (backupworld) Fire spread is UNRESTRICTED.
2530[20:12:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'backupworld'
2531[20:12:00] [Server thread/INFO]: [WorldGuard] Loading region data...
2532[20:12:00] [Server thread/INFO]: [Slimefun] Enabling Slimefun vRC - 3 (git 8a605404)
2533[20:12:00] [Server thread/INFO]: [Slimefun] Loading Files...
2534[20:12:00] [Server thread/INFO]: [Slimefun] Loading Config...
2535[20:12:00] [Server thread/INFO]: [Slimefun] Loading Items...
2536[20:12:01] [Server thread/INFO]: [Slimefun] Loading Researches...
2537[20:12:01] [Server thread/INFO]: [Slimefun] Loading Wiki pages...
2538[20:12:01] [Server thread/INFO]: [Slimefun] Loading World Generators...
2539[20:12:01] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Oil
2540[20:12:01] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Nether Ice
2541[20:12:01] [Server thread/INFO]: [Slimefun] Registering Ore Gen: Small Chunks of Uranium
2542[20:12:01] [Server thread/INFO]: [Slimefun] Finished!
2543[20:12:01] [Server thread/INFO]: [Slimefun] Hooked into Plugin: PlaceholderAPI
2544[20:12:01] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5.0-SNAPSHOT-b418*
2545[20:12:01] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world
2546[20:12:01] [Server thread/INFO]: [Multiverse-Inventories 2.5.0-SNAPSHOT-b418] enabled.
2547[20:12:01] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4*
2548[20:12:01] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
2549[20:12:01] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.2-b107
2550[20:12:01] [Server thread/INFO]: | Command file(s) found : 3
2551[20:12:01] [Server thread/INFO]: | Config : Ready.
2552[20:12:01] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
2553[20:12:01] [Server thread/INFO]: | Custom commands loaded : 44
2554[20:12:01] [Server thread/INFO]: | Version: 5.3.4
2555[20:12:01] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
2556[20:12:02] [Server thread/INFO]: | New update available : MyCommand v5.6.0
2557[20:12:02] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
2558[20:12:02] [Server thread/INFO]: [DynamicShop] Enabling DynamicShop v2.10.6
2559[20:12:02] [Server thread/INFO]: [DynamicShop] Vault Found
2560[20:12:02] [Server thread/INFO]: [DynamicShop] Jobs Reborn Not Found
2561[20:12:02] [Server thread/INFO]: [DynamicShop] Enabled! :)
2562[20:12:02] [Server thread/INFO]: -------------------------------------------------------
2563[20:12:02] [Server thread/INFO]: [DynamicShop] Plugin is up to date!
2564[20:12:02] [Server thread/INFO]: Please rate my plugin if you like it
2565[20:12:02] [Server thread/INFO]: https://www.spigotmc.org/resources/65603/
2566[20:12:02] [Server thread/INFO]: -------------------------------------------------------
2567[20:12:02] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b579*
2568[20:12:03] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
2569[20:12:03] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
2570[20:12:03] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
2571[20:12:03] [Server thread/INFO]: [Essentials] Using locale en_US
2572[20:12:03] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
2573[20:12:03] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
2574[20:12:03] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
2575[20:12:03] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
2576[20:12:03] [Server thread/INFO]: [SpigotLib] Enabling SpigotLib v7.0.2*
2577[20:12:03] [Server thread/INFO]: [Startup] Failed to initialize CustomCommandMap :(
2578[20:12:03] [Server thread/INFO]: SpigotLib - ERROR REPORT - IllegalArgumentException
2579Can not set final org.bukkit.craftbukkit.v1_14_R1.command.CraftCommandMap field org.bukkit.craftbukkit.v1_14_R1.CraftServer.commandMap to gyurix.commands.CustomCommandMap
2580 #1: LINE 167 in FILE UnsafeFieldAccessorImpl.java (sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException)
2581 #2: LINE 171 in FILE UnsafeFieldAccessorImpl.java (sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException)
2582 #3: LINE 83 in FILE UnsafeQualifiedObjectFieldAccessorImpl.java (sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl.set)
2583 #4: LINE 764 in FILE Field.java (java.lang.reflect.Field.set)
2584 #5: LINE 38 in FILE CustomCommandMap.java (gyurix.commands.CustomCommandMap.<init>)
2585 #6: LINE 595 in FILE Main.java (gyurix.spigotlib.Main.onEnable)
2586[20:12:03] [Server thread/INFO]: [Startup] Initializing offline player manager...
2587[20:12:03] [Server thread/ERROR]: Error occurred while enabling SpigotLib v7.0.2 (Is it up to date?)
2588java.lang.IllegalArgumentException: Listener can not be null
2589 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.14.4.jar:git-Paper-225]
2590 at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:240) ~[patched_1.14.4.jar:git-Paper-225]
2591 at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:577) ~[patched_1.14.4.jar:git-Paper-225]
2592 at gyurix.spigotlib.Main.onEnable(Main.java:598) ~[?:?]
2593 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
2594 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
2595 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
2596 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
2597 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
2598 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-225]
2599 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
2600 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
2601 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
2602[20:12:03] [Server thread/INFO]: [SpigotLib] Disabling SpigotLib v7.0.2
2603[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Collecting plugins depending on SpigotLib...
2604[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Saving players...
2605[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Unloading plugins depending on SpigotLib...
2606[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Unloading plugin PluginBlock...
2607[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Stopping PacketAPI...
2608[20:12:03] [Server thread/INFO]: SpigotLib - ERROR REPORT - NullPointerException
2609 #1: LINE 568 in FILE Main.java (gyurix.spigotlib.Main.onDisable)
2610[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Stopping AnimationAPI...
2611[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] Stopping CommandAPI...
2612[20:12:03] [Server thread/INFO]: [SpigotLib] [Shutdown] The SpigotLib has shutted down properly.
2613[20:12:03] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.8.4-SNAPSHOT
2614[20:12:03] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_14_R1
2615[20:12:03] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #316
2616[20:12:03] [Server thread/INFO]: [LibsDisguises] Build Date: 10/11/2019 10:09
2617[20:12:03] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players (Console, Command Blocks)
2618[20:12:04] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
2619[20:12:04] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
2620[20:12:04] [Server thread/INFO]: [SBR] Enabling SBR v1.5*
2621[20:12:04] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2622[20:12:04] [Server thread/INFO]:
2623[20:12:04] [Server thread/INFO]: SCOREBOARD REBORN
2624[20:12:04] [Server thread/INFO]: Status: Enabled
2625[20:12:04] [Server thread/INFO]:
2626[20:12:04] [Server thread/INFO]: DEPENDECIES LOADER
2627[20:12:04] [Server thread/INFO]: Vault dependency loaded
2628[20:12:04] [Server thread/INFO]: PlaceholderAPI dependency loaded
2629[20:12:04] [Server thread/INFO]:
2630[20:12:04] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2631[20:12:04] [Server thread/INFO]:
2632[20:12:04] [Server thread/INFO]: [SBR] Plugin is up to date! - 1.5
2633[20:12:04] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1770)
2634[20:12:04] [Server thread/INFO]: [HotbarPets] Enabling HotbarPets vDEV - 20 (git cd87bc60)
2635[20:12:04] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.11-RELEASE
2636[20:12:04] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
2637[20:12:04] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
2638[20:12:04] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
2639[20:12:04] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
2640[20:12:04] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
2641[20:12:04] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
2642[20:12:04] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b579*
2643[20:12:04] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden vDEV - 22 (git a855f5b7)
2644[20:12:05] [Server thread/INFO]: [TAB] Enabling TAB v2.5.4
2645[20:12:05] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1)
2646[20:12:05] [Server thread/INFO]: [TAB] Enabled in 77ms
2647[20:12:05] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v3.4.0
2648[20:12:05] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_14_R1
2649[20:12:05] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
2650[20:12:05] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
2651[20:12:05] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
2652[20:12:05] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
2653[20:12:05] [Server thread/INFO]: [CitizensCMD] Using English messages!
2654[20:12:05] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
2655[20:12:05] [Server thread/INFO]: [CitizensCMD] Using Vault!
2656[20:12:05] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.7.0-SNAPSHOT
2657[20:12:05] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_14_R1 (Minecraft 1.14)...[0m
2658[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs EffectLib Support has been enabled![0m
2659[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs Holograms Support has been enabled![0m
2660[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled![0m
2661[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs MMOItems Support has been enabled![0m
2662[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled![0m
2663[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled![0m
2664[20:12:05] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled![0m
2665[20:12:05] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
2666[20:12:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 80 ms to scan 1 urls, producing 10 keys and 247 values
2667[20:12:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 19 ms to scan 1 urls, producing 23 keys and 479 values
2668[20:12:05] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 5 keys and 52 values
2669[20:12:05] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>DarknessArea,<&csp>Wave0,<&csp>SummonLightAura0,<&csp>SummonJusticeRain0,<&csp>EspadaV<&csp>}[0m[0m
2670[20:12:05] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
2671[20:12:05] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2672[20:12:05] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2673[20:12:05] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2674[20:12:05] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2675[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
2676[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.<init>(Skill.java:147)
2677[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:84)
2678[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:96)
2679[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:140)
2680[20:12:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
2681[20:12:05] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
2682[20:12:05] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
2683[20:12:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
2684[20:12:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
2685[20:12:05] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
2686[20:12:05] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
2687[20:12:05] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
2688[20:12:05] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2689[20:12:05] [Server thread/WARN]: Caused by: java.lang.NullPointerException
2690[20:12:05] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:28)
2691[20:12:05] [Server thread/WARN]: ... 18 more
2692[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_49' is not supported by this version of MythicMobs.[0m[0m
2693[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_173' is not supported by this version of MythicMobs.[0m[0m
2694[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2695[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2696[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2697[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2698[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2699[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2700[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2701[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2702[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2703[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2704[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2705[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2706[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2707[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2708[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2709[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2710[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2711[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2712[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2713[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2714[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2715[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2716[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2717[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2718[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2719[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2720[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2721[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2722[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2723[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2724[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2725[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2726[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2727[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2728[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2729[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2730[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2731[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2732[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2733[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2734[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2735[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2736[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2737[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2738[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2739[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2740[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2741[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2742[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2743[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2744[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2745[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2746[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2747[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2748[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2749[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2750[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2751[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2752[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2753[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2754[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2755[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2756[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2757[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2758[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2759[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2760[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2761[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2762[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2763[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2764[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2765[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2766[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_155' is not supported by this version of MythicMobs.[0m[0m
2767[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2768[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2769[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2770[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2771[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2772[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_152' is not supported by this version of MythicMobs.[0m[0m
2773[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_174' is not supported by this version of MythicMobs.[0m[0m
2774[20:12:05] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'blockcrack_174' is not supported by this version of MythicMobs.[0m[0m
2775[20:12:06] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}[0m[0m
2776[20:12:06] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
2777[20:12:06] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown Source)
2778[20:12:06] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2779[20:12:06] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2780[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
2781[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.<init>(Skill.java:147)
2782[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:84)
2783[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:96)
2784[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:140)
2785[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
2786[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
2787[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
2788[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
2789[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
2790[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
2791[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
2792[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
2793[20:12:06] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2794[20:12:06] [Server thread/WARN]: Caused by: java.lang.NullPointerException
2795[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:28)
2796[20:12:06] [Server thread/WARN]: ... 17 more
2797[20:12:06] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}[0m[0m
2798[20:12:06] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
2799[20:12:06] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown Source)
2800[20:12:06] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2801[20:12:06] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2802[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
2803[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.<init>(Skill.java:147)
2804[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:84)
2805[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:96)
2806[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:140)
2807[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
2808[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
2809[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
2810[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
2811[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
2812[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
2813[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
2814[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
2815[20:12:06] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2816[20:12:06] [Server thread/WARN]: Caused by: java.lang.NullPointerException
2817[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:28)
2818[20:12:06] [Server thread/WARN]: ... 17 more
2819[20:12:06] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic randomskill {<&csp>skills=<&csp>east,<&csp>north,<&csp>west,<&csp>south<&csp>}[0m[0m
2820[20:12:06] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
2821[20:12:06] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor102.newInstance(Unknown Source)
2822[20:12:06] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2823[20:12:06] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2824[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
2825[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.Skill.<init>(Skill.java:147)
2826[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.loadSkills(SkillManager.java:84)
2827[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:96)
2828[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.onEnable(MythicMobs.java:140)
2829[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
2830[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
2831[20:12:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
2832[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
2833[20:12:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
2834[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474)
2835[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290)
2836[20:12:06] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
2837[20:12:06] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
2838[20:12:06] [Server thread/WARN]: Caused by: java.lang.NullPointerException
2839[20:12:06] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RandomSkillMechanic.<init>(RandomSkillMechanic.java:28)
2840[20:12:06] [Server thread/WARN]: ... 17 more
2841[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'cloud:1:10:a=1000' is not supported by this version of MythicMobs.[0m[0m
2842[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'cloud:1:10:a=1000' is not supported by this version of MythicMobs.[0m[0m
2843[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'cloud:1:10:a=1000' is not supported by this version of MythicMobs.[0m[0m
2844[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'lava_drip' is not supported by this version of MythicMobs.[0m[0m
2845[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error: [37mParticle 'fallingdust_12_0' is not supported by this version of MythicMobs.[0m[0m
2846[20:12:06] [Server thread/WARN]: [MythicMobs] Error enabling spawner '{0}' - MobType '{1}' is invalid! Spawner cannot initialize. Disabling.
2847[20:12:06] [Server thread/ERROR]: [MythicMobs] Error loading MythicSpawner {0}: enable debugging for stacktrace.
2848[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{snowTeleportToSpawnPoint}[0m[33m' in 'Unknown': [37mCould not find MetaSkill null[0m[0m
2849[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=KnightLeap}[0m[33m' in 'Unknown': [37mCould not find MetaSkill KnightLeap[0m[0m
2850[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=KnightLeap}[0m[33m' in 'Unknown': [37mCould not find MetaSkill KnightLeap[0m[0m
2851[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=FrostBolt}[0m[33m' in 'Unknown': [37mCould not find MetaSkill FrostBolt[0m[0m
2852[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=RFM}[0m[33m' in 'Unknown': [37mCould not find MetaSkill RFM[0m[0m
2853[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=TNT}[0m[33m' in 'Unknown': [37mCould not find MetaSkill TNT[0m[0m
2854[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=Equip}[0m[33m' in 'Unknown': [37mCould not find MetaSkill Equip[0m[0m
2855[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=healthbarA}[0m[33m' in 'Unknown': [37mCould not find MetaSkill healthbarA[0m[0m
2856[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=healthbarB}[0m[33m' in 'Unknown': [37mCould not find MetaSkill healthbarB[0m[0m
2857[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=KarazschBossParticles}[0m[33m' in 'Unknown': [37mCould not find MetaSkill KarazschBossParticles[0m[0m
2858[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{skill=GenSmoke}[0m[33m' in 'Unknown': [37mCould not find MetaSkill GenSmoke[0m[0m
2859[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{skill=VarsonCallPets}[0m[33m' in 'Unknown': [37mCould not find MetaSkill VarsonCallPets[0m[0m
2860[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=JasonCombo}[0m[33m' in 'Unknown': [37mCould not find MetaSkill JasonCombo[0m[0m
2861[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=JasonScaryGrowl}[0m[33m' in 'Unknown': [37mCould not find MetaSkill JasonScaryGrowl[0m[0m
2862[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=JasonHealthRegeneration}[0m[33m' in 'Unknown': [37mCould not find MetaSkill JasonHealthRegeneration[0m[0m
2863[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=KarazschBossParticles}[0m[33m' in 'Unknown': [37mCould not find MetaSkill KarazschBossParticles[0m[0m
2864[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=KarazschBossParticles}[0m[33m' in 'Unknown': [37mCould not find MetaSkill KarazschBossParticles[0m[0m
2865[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=tp}[0m[33m' in 'Unknown': [37mCould not find MetaSkill tp[0m[0m
2866[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=tp}[0m[33m' in 'Unknown': [37mCould not find MetaSkill tp[0m[0m
2867[20:12:06] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4mskill{s=tp}[0m[33m' in 'Unknown': [37mCould not find MetaSkill tp[0m[0m
2868[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 136 mobs.[0m
2869[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 4 vanilla mob overrides.[0m
2870[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 0 mob stacks.[0m
2871[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 528 skills.[0m
2872[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 4 random spawns.[0m
2873[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 228 mythic items.[0m
2874[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 11 drop tables.[0m
2875[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓[37m Loaded 107 mob spawners.[0m
2876[20:12:06] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.[0m
2877[20:12:06] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics[0m
2878[20:12:06] [Server thread/INFO]: [MythicMobs] [32m✓ MythicMobs Premium v4.7.0 (build SNAPSHOT) has been successfully loaded![0m[0m
2879[20:12:06] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b579*
2880[20:12:06] [Server thread/INFO]: [PluginBlock] Enabling PluginBlock v2.0*
2881[20:12:06] [Server thread/INFO]: Plugin Block has been Enabled
2882[20:12:06] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
2883[20:12:06] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
2884[20:12:06] [Server thread/INFO]: [CommandNPC] Initiating Database
2885[20:12:06] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
2886[20:12:06] [Thread-48/INFO]: [CommandNPC] Loading commands complete!
2887[20:12:06] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
2888[20:12:06] [Server thread/INFO]: [Denizen] Enabling Denizen v1.1.0-SNAPSHOT (build 1688-REL)
2889[20:12:06] [Server thread/INFO]: +> [Denizen] +-------------------------+
2890[20:12:06] [Server thread/INFO]: +> [Denizen] _/_ _ ._ _ _
2891[20:12:06] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ ) scriptable minecraft
2892[20:12:06] [Server thread/INFO]: +> [Denizen]
2893[20:12:06] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team
2894[20:12:06] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
2895[20:12:06] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
2896[20:12:06] [Server thread/INFO]: +> [Denizen] version: 1.1.0-SNAPSHOT (build 1688-REL)
2897[20:12:06] [Server thread/INFO]: +> [Denizen] +-------------------------+
2898[20:12:06] [Server thread/INFO]: OKAY! Loaded core commands: [showfake, invisible, animate, ban, modifyblock, cast, midi, else, explode, sidebar, cooldown,
2899 weather, action, scoreboard, if, give, worldborder, chunkload, lookclose, zap, execute, mount, announce, push, waituntil,
2900 firework, stop, advancement, light, reset, hurt, ratelimit, nbt, wait, flag, log, despawn, webget, goto, attack, event, stand,
2901 map, resume, break, strike, health, team, trigger, fly, itemcooldown, disengage, gamerule, kick, playsound, rename, chat,
2902 anchor, fish, leash, queue, rotate, sign, run, while, experience, playeffect, bossbar, narrate, vulnerable, pushable, create,
2903 trait, shoot, oxygen, yaml, group, statistic, fakeitem, pose, opentrades, blockcrack, schematic, sync, look, pause, feed,
2904 take, toast, compass, adjust, animatechest, glow, drop, note, teleport, choose, actionbar, inventory, title, remove, sql,
2905 switch, head, foreach, random, reload, repeat, define, heal, copyblock, filecopy, sit, burn, debug, determine, assignment,
2906 permission, follow, displayitem, scribe, async, createworld, spawn, equip, money, engage, time, inject, mark, age, walk]
2907[20:12:07] [Server thread/INFO]: OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE]
2908[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: BiomeTag as b
2909[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ChunkTag as ch
2910[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ColorTag as co
2911[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: CuboidTag as cu
2912[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: EllipsoidTag as ellipsoid
2913[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: EntityTag as e
2914[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: InventoryTag as in
2915[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ItemTag as i
2916[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: LocationTag as l
2917[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: MaterialTag as m
2918[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: NPCTag as n
2919[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: PlayerTag as p
2920[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: PluginTag as pl
2921[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: TradeTag as trade
2922[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: WorldTag as w
2923[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: CustomObjectTag as custom
2924[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ListTag as li
2925[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ScriptTag as s
2926[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: ElementTag as el
2927[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: DurationTag as d
2928[20:12:07] [Server thread/INFO]: +> [ObjectFetcher] Registered: QueueTag as q
2929[20:12:07] [Server thread/INFO]: OKAY! Added objects to the ObjectFetcher [b, d, ch, e, in, custom, el, i, co, l, m, n, ellipsoid, p, q, cu, trade, s, w, pl,
2930 li]
2931[20:12:07] [Server thread/INFO]: +> [PaperModule] Loading Paper support module...
2932[20:12:07] [Server thread/INFO]: ERROR!
2933 Error Message: Woah! No scripts in /plugins/Denizen/scripts/ to load!
2934[20:12:07] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
2935[20:12:07] [Server thread/INFO]: [BuycraftX] Validating your server key...
2936[20:12:08] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.6) is available. Go to your server panel at https://server.tebex.io/plugins to download the update.
2937[20:12:08] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
2938[20:12:08] [Server thread/INFO]: [SecurityVillagers] Enabling SecurityVillagers v2.10.2
2939[20:12:08] [Server thread/INFO]: [[31mSecurityVillagers[0m] Initializing SecurityVillagers 2.10.2
2940[20:12:08] [Server thread/INFO]: [[31mSecurityVillagers[0m] SecurityVillagers v2.10.2 enabled
2941[20:12:08] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.1-SNAPSHOT
2942[20:12:08] [Server thread/INFO]: [MMOCore] Detected Bukkit Version: v1_14_R1
2943[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto Vault
2944[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto PlaceholderAPI
2945[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto Citizens
2946[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto WorldGuard
2947[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto Holograms
2948[20:12:08] [Server thread/INFO]: [MMOCore] Hooked onto MythicMobs
2949[20:12:08] [Server thread/WARN]: [MMOCore] [Professions] Could not load 'smeltitem{type=LAPIS;amount=1-2}': No enum constant org.bukkit.Material.LAPIS
2950[20:12:08] [Server thread/WARN]: [MMOCore] [Quests:tutorial] Could not load 'goto{world="world";x=56;y=68;z=115;range=5}': Could not find world world
2951[20:12:08] [Server thread/WARN]: [MMOCore] [Quests:adv-begins] Could not load 'goto{world="world";x=120;y=46;z=652;range=10}': Could not find world world
2952[20:12:08] [Server thread/WARN]: [MMOCore] Couldn't read the loot chest config 'world 59 71 131':Could not find world 'world'
2953[20:12:08] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn: Could not find world null
2954[20:12:08] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn1: Could not find world null
2955[20:12:08] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn2: Could not find world null
2956[20:12:08] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4
2957[20:12:08] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
2958[20:12:08] [Server thread/INFO]: [GriefPrevention] 49 total claims loaded.
2959[20:12:08] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
2960[20:12:08] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
2961[20:12:08] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
2962[20:12:08] [Server thread/INFO]: [GriefPrevention] Boot finished.
2963[20:12:08] [Server thread/INFO]: [ProtectionLib] Enabling ProtectionLib v0.9.3*
2964[20:12:08] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: WorldGuard 7.0.0;02b731f
2965[20:12:08] [Server thread/INFO]: [ProtectionLib] Protection lib hook into: GriefPrevention 16.12.0-d4d7ac4
2966[20:12:08] [Server thread/INFO]: [MMOItems] Enabling MMOItems v5.1.1-SNAPSHOT
2967[20:12:09] [Server thread/INFO]: [MMOItems] Loaded 5 extra MM abilities
2968[20:12:09] [Server thread/INFO]: [MMOItems] WorldGenTemplate: basic-template
2969[20:12:09] [Server thread/INFO]: [MMOItems] WorldGenTemplate: slime-chunks-only
2970[20:12:09] [Server thread/INFO]: [MMOItems] Loading crafting stations, please wait..
2971[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2972[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2973[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2974[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2975[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2976[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2977[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2978[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2979[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2980[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2981[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2982[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2983[20:12:09] [Server thread/WARN]: [MMOItems] steel-crafting-station: Could not load MMOItem
2984[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2985[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2986[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2987[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2988[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2989[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2990[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2991[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2992[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2993[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2994[20:12:09] [Server thread/WARN]: [MMOItems] mythical-forge: Could not load MMOItem
2995[20:12:09] [Server thread/WARN]: [MMOItems] arcane-forge: Could not load MMOItem
2996[20:12:09] [Server thread/WARN]: [MMOItems] arcane-forge: Could not load MMOItem
2997[20:12:09] [Server thread/WARN]: [MMOItems] arcane-forge: Could not load MMOItem
2998[20:12:09] [Server thread/WARN]: [MMOItems] arcane-forge: Could not load MMOItem
2999[20:12:09] [Server thread/WARN]: [MMOItems] arcane-forge: Could not load MMOItem
3000[20:12:09] [Server thread/WARN]: [MMOItems] Could not load recipe station gem-stone-forge.yml
3001[20:12:09] [Server thread/INFO]: [MMOItems] Hooked onto Holograms
3002[20:12:09] [Server thread/INFO]: [MMOItems] Hooked onto PlaceholderAPI
3003[20:12:09] [Server thread/INFO]: [MMOItems] Hooked onto MythicMobs
3004[20:12:09] [Server thread/INFO]: [MMOItems] Hooked onto MMOCore
3005[20:12:09] [Server thread/INFO]: [MMOItems] Loading recipes, please wait...
3006[20:12:09] [Server thread/WARN]: [MMOItems] STAFF.UPGEXPLOSIONSTAFF - Particle is missing type or selected particle.
3007[20:12:09] [Server thread/INFO]: [Magic] Enabling Magic v7.7.6-748b664
3008[20:12:09] [Server thread/INFO]: [Magic] EffectLib initialized
3009[20:12:10] [Server thread/INFO]: [Magic] Wand crafting is enabled
3010[20:12:10] [Server thread/INFO]: [Magic] Skin-based spell icons disabled
3011[20:12:10] [Server thread/INFO]: [Magic] Vault found, 'currency' cost types available
3012[20:12:10] [Server thread/INFO]: [Magic] Loaded 0 attributes
3013[20:12:10] [Server thread/INFO]: [Magic] Registered attributes: [bowpull]
3014[20:12:10] [Server thread/INFO]: [Magic] Registered currencies: item,mana,xp,health,currency,sp,levels,hunger
3015[20:12:10] [Server thread/INFO]: [Magic] Loaded 6 effect lists
3016[20:12:10] [Server thread/INFO]: [Magic] Loaded 396 items
3017[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3018[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3019[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3020[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3021[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3022[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3023[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3024[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3025[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3026[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3027[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3028[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3029[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3030[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type item_snowball
3031[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3032[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3033[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3034[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3035[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3036[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3037[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3038[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3039[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3040[20:12:11] [Server thread/WARN]: [Magic] Unknown particle type poof
3041[20:12:11] [Server thread/INFO]: [Magic] Loaded 527 spells
3042[20:12:11] [Server thread/INFO]: [Magic] Loaded 6 classes
3043[20:12:11] [Server thread/INFO]: [Magic] Loaded 4 automata templates
3044[20:12:11] [Server thread/INFO]: [Magic] Loaded 15 progression paths
3045[20:12:11] [Server thread/INFO]: [Magic] Loaded 144 wands
3046[20:12:11] [Server thread/INFO]: [Magic] Loaded 21 mob templates
3047[20:12:11] [Server thread/INFO]: [Magic] Loaded 20 crafting recipes
3048[20:12:11] [Server thread/INFO]: [Magic] LibsDisguises found, mob disguises and disguise_restricted features enabled
3049[20:12:11] [Server thread/INFO]: [Magic] MobArena not found
3050[20:12:11] [Server thread/INFO]: [Magic] LogBlock not found
3051[20:12:11] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps
3052[20:12:11] [Server thread/INFO]: [Magic] Factions not found
3053[20:12:11] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells
3054[20:12:11] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings
3055[20:12:11] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used.
3056[20:12:11] [Server thread/INFO]: [Magic] Lockette nor LockettePro found, will not integrate.
3057[20:12:11] [Server thread/INFO]: [Magic] GriefPrevention found, will respect claim build permissions for construction spells
3058[20:12:11] [Server thread/INFO]: [Magic] NoCheatPlus not found, will not integrate.
3059[20:12:11] [Server thread/INFO]: [Magic] dynmap found, integrating.
3060[20:12:11] [Server thread/INFO]: [Magic] PlaceholderAPI integration enabled. Available placeholders:
3061[20:12:11] [Server thread/INFO]: [Magic] magic_path, magic_class, magic_wand, magic_spell
3062[20:12:11] [Server thread/INFO]: [Magic] LightAPI not found, Light action will not work
3063[20:12:11] [Server thread/INFO]: [Magic] Skript found:
3064[20:12:11] [Server thread/INFO]: [Magic] Added events: cast, casting
3065[20:12:11] [Server thread/INFO]: [Magic] Added expressions: caster, targets, active spell
3066[20:12:11] [Server thread/INFO]: [Magic] Added conditionals: has wand, is class
3067[20:12:11] [Server thread/INFO]: [Magic] Added effect: cast
3068[20:12:11] [Server thread/INFO]: [Magic] Activated BStats
3069[20:12:11] [Server thread/INFO]: Resource pack configured in server.properties, Magic not using RP from config.yml
3070[20:12:11] [Server thread/INFO]: [Quests] Enabling Quests v2.0.14-beta*
3071[20:12:11] [Server thread/INFO]: [Quests] Your server is running version v1_14_R1.
3072[20:12:11] [Server thread/INFO]: [Quests] Titles are not supported for this version.
3073[20:12:11] [Server thread/INFO]: [Quests] Task type blockbreak has been registered.
3074[20:12:11] [Server thread/INFO]: [Quests] Task type blockbreakcertain has been registered.
3075[20:12:11] [Server thread/INFO]: [Quests] Task type blockplace has been registered.
3076[20:12:11] [Server thread/INFO]: [Quests] Task type blockplacecertain has been registered.
3077[20:12:11] [Server thread/INFO]: [Quests] Task type mobkilling has been registered.
3078[20:12:11] [Server thread/INFO]: [Quests] Task type mobkillingcertain has been registered.
3079[20:12:11] [Server thread/INFO]: [Quests] Task type playerkilling has been registered.
3080[20:12:11] [Server thread/INFO]: [Quests] Task type fishing has been registered.
3081[20:12:11] [Server thread/INFO]: [Quests] Task type inventory has been registered.
3082[20:12:11] [Server thread/INFO]: [Quests] Task type walking has been registered.
3083[20:12:11] [Server thread/INFO]: [Quests] Task type taming has been registered.
3084[20:12:11] [Server thread/INFO]: [Quests] Task type milking has been registered.
3085[20:12:11] [Server thread/INFO]: [Quests] Task type shearing has been registered.
3086[20:12:11] [Server thread/INFO]: [Quests] Task type position has been registered.
3087[20:12:11] [Server thread/INFO]: [Quests] Task type playtime has been registered.
3088[20:12:11] [Server thread/INFO]: [Quests] Task type brewing has been registered.
3089[20:12:11] [Server thread/ERROR]: Error occurred while enabling Quests v2.0.14-beta (Is it up to date?)
3090java.lang.NullPointerException: null
3091 at me.fatpigsarefat.quests.Quests.onEnable(Quests.java:133) ~[?:?]
3092 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
3093 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
3094 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
3095 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
3096 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
3097 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-225]
3098 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
3099 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
3100 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
3101[20:12:11] [Server thread/INFO]: [Quests] Disabling Quests v2.0.14-beta
3102[20:12:11] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v2.1.4
3103[20:12:11] [Server thread/ERROR]: [FurnitureLib] Plugin FurnitureLib v2.1.4 has failed to register events for class de.Ste3et_C0st.FurnitureLib.Events.FurnitureRegionClear because de/Ste3et_C0st/ProtectionLib/events/RegionClearEvent does not exist.
3104[20:12:11] [Server thread/INFO]: ==========================================
3105[20:12:11] [Server thread/INFO]: FurnitureLibary Version: 2.1.4
3106[20:12:11] [Server thread/INFO]: Furniture Autor: Ste3et_C0st
3107[20:12:11] [Server thread/INFO]: Furniture Website: https://dicecraft.de/furniture/
3108[20:12:11] [Server thread/INFO]: Info: For Spigot 1.14.x you need ProtocolLib 4.5.0 Build #8 or above
3109[20:12:11] [Server thread/INFO]: Download it here: http://ci.dmulloy2.net/job/ProtocolLib%20Gradle/lastStableBuild/
3110[20:12:11] [Server thread/INFO]: Otherwise you will receive: NoClassDefFoundError: org/apache/commons/lang3/Validate
3111[20:12:11] [Server thread/INFO]: Furniture start load
3112[20:12:11] [Server thread/INFO]: Furniture find ProtectionLib: true
3113[20:12:11] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 0 Objects from: SQLite Database
3114[20:12:11] [Server thread/INFO]: [FurnitureLib] FurnitureLib have loadet 0 in 00:00.001
3115[20:12:11] [Server thread/INFO]: [FurnitureLib] FurnitureLib have purged 0 Objects
3116[20:12:11] [Server thread/INFO]: Furniture load finish :)
3117[20:12:11] [Server thread/INFO]: ==========================================
3118[20:12:11] [Server thread/INFO]: [MythicMobsExtension] Enabling MythicMobsExtension v1.441a-SNAPSHOT
3119[20:12:11] [Server thread/INFO]: [MythicMobsExtension] enabled externals
3120[20:12:11] [Server thread/INFO]: [MythicMobsExtension] registered mechanics!
3121[20:12:11] [Server thread/INFO]: [MythicMobsExtension] registered conditions!
3122[20:12:11] [Server thread/INFO]: [MythicMobsExtension] registered targeters!
3123[20:12:11] [Server thread/INFO]: [MythicMobsExtension] enabled javascript!
3124[20:12:11] [Server thread/INFO]: [MythicMobsExtension] using MythicPlayers
3125[20:12:11] [Server thread/INFO]: [MythicMobsExtension] using WorldGuard
3126[20:12:11] [Server thread/INFO]: [MythicMobsExtension] using ProtocolLib
3127[20:12:11] [Server thread/ERROR]: Error occurred while enabling MythicMobsExtension v1.441a-SNAPSHOT (Is it up to date?)
3128java.lang.NoClassDefFoundError: me/blackvein/quests/Quests
3129 at com.gmail.berndivader.mythicmobsext.compatibility.quests.QuestsSupport.<clinit>(QuestsSupport.java:29) ~[?:?]
3130 at com.gmail.berndivader.mythicmobsext.Main.onEnable(Main.java:132) ~[?:?]
3131 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-225]
3132 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-225]
3133 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-225]
3134 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-225]
3135 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-225]
3136 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-225]
3137 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
3138 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
3139 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
3140Caused by: java.lang.ClassNotFoundException: me.blackvein.quests.Quests
3141 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_111]
3142 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-225]
3143 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-225]
3144 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
3145 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
3146 ... 11 more
3147[20:12:11] [Server thread/INFO]: [MythicMobsExtension] Disabling MythicMobsExtension v1.441a-SNAPSHOT
3148[20:12:11] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2*
3149[20:12:11] [Server thread/INFO]: [SilkSpawners] This version of the plugin is NOT compatible with your Minecraft version!
3150[20:12:11] [Server thread/INFO]: [SilkSpawners] Please check your versions to make sure they match!
3151[20:12:11] [Server thread/INFO]: [SilkSpawners] Disabling now!
3152[20:12:11] [Server thread/INFO]: [SilkSpawners] Compatible versions are: [v1_5_R1, v1_5_R2, v1_5_R3, v1_6_R1, v1_6_R2, v1_6_R3, v1_7_R1, v1_7_R2, v1_7_R3, v1_7_R4, v1_8_R1, v1_8_R2, v1_8_R3, v1_9_R1, v1_9_R2, v1_10_R1, v1_11_R1, v1_12_R1]
3153[20:12:11] [Server thread/INFO]: [SilkSpawners] Your version is: v1_14_R1
3154[20:12:11] [Server thread/INFO]: [SilkSpawners] You can disable this check by setting testMCVersion to false in the config!
3155[20:12:11] [Server thread/INFO]: [DiceFurniture] Enabling DiceFurniture v3.2.1.4*
3156[20:12:11] [Server thread/INFO]: FurnitureLib Version > 1.6.x not found
3157[20:12:11] [Server thread/INFO]: DiceFurniture deos not load
3158[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
3159[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
3160[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
3161[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
3162[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
3163[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spigotlobby
3164[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
3165[20:12:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
3166[20:12:12] [Server thread/ERROR]: Could not pass event ServerLoadEvent to PlaceholderAPI v2.10.4
3167java.lang.NoClassDefFoundError: me/blackvein/quests/Quests
3168 at me.pikamug.questsexpansion.QuestsExpansion.register(QuestsExpansion.java:46) ~[?:?]
3169 at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:105) ~[?:?]
3170 at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
3171 at me.clip.placeholderapi.ServerLoadEventListener.onServerLoad(ServerLoadEventListener.java:52) ~[?:?]
3172 at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor40.execute(Unknown Source) ~[?:?]
3173 at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-225]
3174 at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-225]
3175 at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-225]
3176 at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-225]
3177 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:475) ~[patched_1.14.4.jar:git-Paper-225]
3178 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-225]
3179 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-225]
3180 at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
3181Caused by: java.lang.ClassNotFoundException: me.blackvein.quests.Quests
3182 at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_111]
3183 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
3184 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
3185 ... 13 more
3186[20:12:12] [Server thread/INFO]: Done (50.400s)! For help, type "help"
3187[20:12:12] [Server thread/INFO]: Starting GS4 status listener
3188[20:12:12] [Server thread/INFO]: Starting remote control listener
3189[20:12:12] [Query Listener #1/INFO]: Query running on 37.59.209.192:25565
3190[20:12:12] [Server thread/WARN]: No rcon password set in server.properties, rcon disabled!
3191[20:12:12] [Server thread/INFO]: Timings Reset
3192[20:12:12] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
3193[20:12:12] [Craft Scheduler Thread - 7/WARN]: [LMGTFY] A test with the configured shortening service failed!
3194[20:12:12] [Craft Scheduler Thread - 7/WARN]: [LMGTFY] Used service: https://is.gd/api.php?longurl=
3195[20:12:12] [Craft Scheduler Thread - 7/WARN]: [LMGTFY] Either your rate limit with this service is used up,
3196[20:12:12] [Craft Scheduler Thread - 7/WARN]: [LMGTFY] or the configured URL is not valid.
3197[20:12:12] [Server thread/INFO]: [Skript] Loading variables...
3198[20:12:12] [Craft Scheduler Thread - 11/INFO]: [AntiCraft]: Failed to connect to metrics service
3199[20:12:12] [Craft Scheduler Thread - 11/WARN]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
3200[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
3201[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
3202[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
3203[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
3204[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
3205[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
3206[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
3207[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
3208[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
3209[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
3210[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
3211[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
3212[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
3213[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
3214[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
3215[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
3216[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
3217[20:12:12] [Craft Scheduler Thread - 11/WARN]: at java.net.URL.openStream(URL.java:1045)
3218[20:12:12] [Craft Scheduler Thread - 11/WARN]: at co.uk.joshuahagon.web.Metrics$1.run(Metrics.java:24)
3219[20:12:12] [Craft Scheduler Thread - 11/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84)
3220[20:12:12] [Craft Scheduler Thread - 11/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
3221[20:12:12] [Craft Scheduler Thread - 11/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
3222[20:12:12] [Craft Scheduler Thread - 11/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
3223[20:12:12] [Craft Scheduler Thread - 11/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
3224[20:12:12] [Craft Scheduler Thread - 11/WARN]: at java.lang.Thread.run(Thread.java:745)
3225[20:12:12] [Craft Scheduler Thread - 11/WARN]: Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
3226[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:352)
3227[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:260)
3228[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.validator.Validator.validate(Validator.java:260)
3229[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
3230[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
3231[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
3232[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
3233[20:12:12] [Craft Scheduler Thread - 11/WARN]: ... 20 more
3234[20:12:12] [Craft Scheduler Thread - 11/WARN]: Caused by: java.security.cert.CertPathValidatorException: timestamp check failed
3235[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)
3236[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:219)
3237[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140)
3238[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)
3239[20:12:12] [Craft Scheduler Thread - 11/WARN]: at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
3240[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:347)
3241[20:12:12] [Craft Scheduler Thread - 11/WARN]: ... 26 more
3242[20:12:12] [Craft Scheduler Thread - 11/WARN]: Caused by: java.security.cert.CertificateExpiredException: NotAfter: Thu Dec 05 12:55:00 CET 2019
3243[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)
3244[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:629)
3245[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.BasicChecker.verifyTimestamp(BasicChecker.java:190)
3246[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)
3247[20:12:12] [Craft Scheduler Thread - 11/WARN]: at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)
3248[20:12:12] [Craft Scheduler Thread - 11/WARN]: ... 31 more
3249[20:12:12] [Craft Scheduler Thread - 9/WARN]: [CustomDrops] MassiveStats was unable to communicate with its API endpoint.
3250[20:12:13] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 164 placeholder expansions are available on the cloud.
3251[20:12:13] [Thread-50/INFO]: [Skript] Loaded 96 variables so far...
3252[20:12:14] [Thread-50/INFO]: [Skript] Loaded 279 variables so far...
3253[20:12:15] [Thread-50/INFO]: [Skript] Loaded 442 variables so far...
3254[20:12:16] [Server thread/INFO]: [Skript] Loaded 671 variables in 3.3 seconds
3255[20:12:20] [Server thread/INFO]: [Skript] All scripts loaded without errors.
3256[20:12:20] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 17 triggers and 4 commands in 3.97 seconds
3257[20:12:20] [Server thread/INFO]: [Skript] Finished loading.
3258[20:12:20] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
3259[20:12:20] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 0 image(s).
3260[20:12:20] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_12_R1.bc...
3261[20:12:20] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
3262[20:12:20] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "WorldGuard"
3263[20:12:20] [Server thread/INFO]: [CS-CoreLib - Protection] Loaded Protection Module "GriefPrevention"
3264[20:12:20] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes...
3265[20:12:20] [Server thread/INFO]: [Slimefun] Found 782 Recipes!
3266[20:12:20] [Server thread/INFO]: [CS-CoreLib2] [CS-CoreLib2 - Protection]Loading Protection Modules...
3267[20:12:20] [Server thread/INFO]: [CS-CoreLib2] [CS-CoreLib2 - Protection]This may happen more than once.
3268[20:12:20] [Server thread/INFO]: [CS-CoreLib2] [CS-CoreLib2 - Protection]Loaded Protection Module "WorldGuard"
3269[20:12:20] [Server thread/INFO]: [CS-CoreLib2] [CS-CoreLib2 - Protection]Loaded Protection Module "GriefPrevention"
3270[20:12:20] [Server thread/INFO]: [CS-CoreLib2] [CS-CoreLib2 - Protection]Loaded Protection Module "CoreProtect"
3271[20:12:20] [Thread-52/INFO]: [Slimefun] Slimefun is up to date!
3272[20:12:20] [Server thread/INFO]: ###################### - Slimefun - ######################
3273[20:12:20] [Server thread/INFO]: Successfully loaded 764 Items (0 Researches)
3274[20:12:20] [Server thread/INFO]: ( 487 Items from Slimefun, 277 Items from Addons )
3275[20:12:20] [Server thread/INFO]: ##########################################################
3276[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "survival_overworld"
3277[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3278[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4181, 79, -365
3279[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CHERRY_SAPLING"}
3280[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;4181;79;-365): {"id":"CHERRY"}
3281[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 94, -90
3282[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC_BUSH"}
3283[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;94;-90): {"id":"GARLIC"}
3284[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5675, 66, -8780
3285[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC_BUSH"}
3286[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5675;66;-8780): {"id":"GARLIC"}
3287[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3201, 68, -652
3288[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GARLIC_BUSH"}
3289[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3201;68;-652): {"id":"GARLIC"}
3290[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3572, 150, -166
3291[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"COWBERRY"}
3292[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3572;150;-166): {"id":"COWBERRY_BUSH"}
3293[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3574, 152, -161
3294[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3295[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3574;152;-161): {"id":"ELDERBERRY"}
3296[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3575, 153, -155
3297[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3298[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3575;153;-155): {"id":"ELDERBERRY"}
3299[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3581, 154, -154
3300[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3301[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3581;154;-154): {"id":"ELDERBERRY"}
3302[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3418, 88, 3747
3303[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3304[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3418;88;3747): {"id":"ELDERBERRY"}
3305[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -2281, 72, 5073
3306[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3307[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;-2281;72;5073): {"id":"ELDERBERRY"}
3308[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3213, 72, -643
3309[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ELDERBERRY_BUSH"}
3310[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3213;72;-643): {"id":"ELDERBERRY"}
3311[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 6319, 79, 1729
3312[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3313[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;6319;79;1729): {"id":"STRAWBERRY"}
3314[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 6321, 80, 1728
3315[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3316[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;6321;80;1728): {"id":"STRAWBERRY"}
3317[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 6318, 80, 1725
3318[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3319[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;6318;80;1725): {"id":"STRAWBERRY"}
3320[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 99, -77
3321[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3322[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;99;-77): {"id":"STRAWBERRY"}
3323[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3475, 98, -75
3324[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3325[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3475;98;-75): {"id":"STRAWBERRY"}
3326[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3475, 94, -86
3327[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3328[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3475;94;-86): {"id":"STRAWBERRY"}
3329[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3473, 93, -84
3330[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3331[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3473;93;-84): {"id":"STRAWBERRY"}
3332[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3475, 94, -83
3333[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3334[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3475;94;-83): {"id":"STRAWBERRY"}
3335[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 98, -75
3336[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3337[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;98;-75): {"id":"STRAWBERRY"}
3338[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 99, -76
3339[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3340[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;99;-76): {"id":"STRAWBERRY"}
3341[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 98, -76
3342[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3343[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;98;-76): {"id":"STRAWBERRY"}
3344[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 96, -85
3345[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3346[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;96;-85): {"id":"STRAWBERRY"}
3347[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3478, 98, -81
3348[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3349[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3478;98;-81): {"id":"STRAWBERRY"}
3350[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3413, 88, 3748
3351[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3352[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3413;88;3748): {"id":"STRAWBERRY"}
3353[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4174, 74, -371
3354[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3355[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;4174;74;-371): {"id":"STRAWBERRY"}
3356[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 96, -83
3357[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"STRAWBERRY_BUSH"}
3358[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;96;-83): {"id":"STRAWBERRY"}
3359[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3478, 97, -85
3360[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
3361[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3478;97;-85): {"id":"ONION_BUSH"}
3362[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3480, 99, -84
3363[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
3364[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3480;99;-84): {"id":"ONION_BUSH"}
3365[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3421, 88, 3747
3366[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
3367[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3421;88;3747): {"id":"ONION_BUSH"}
3368[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 96, -84
3369[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ONION"}
3370[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;96;-84): {"id":"ONION_BUSH"}
3371[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 96, -82
3372[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLUEBERRY"}
3373[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;96;-82): {"id":"BLUEBERRY_BUSH"}
3374[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3916, 65, 904
3375[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLUEBERRY"}
3376[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3916;65;904): {"id":"BLUEBERRY_BUSH"}
3377[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3512, 62, -9065
3378[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
3379[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3512;62;-9065): {"id":"BLACK_PEPPER_BUSH"}
3380[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3192, 67, -649
3381[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACK_PEPPER"}
3382[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3192;67;-649): {"id":"BLACK_PEPPER_BUSH"}
3383[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3420, 88, 3746
3384[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CURRY_LEAF"}
3385[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3420;88;3746): {"id":"CURRY_LEAF_BUSH"}
3386[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 97, -81
3387[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CABBAGE"}
3388[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;97;-81): {"id":"CABBAGE_BUSH"}
3389[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3580, 169, -169
3390[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACKBERRY"}
3391[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3580;169;-169): {"id":"BLACKBERRY_BUSH"}
3392[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5683, 72, 3156
3393[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"BLACKBERRY"}
3394[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5683;72;3156): {"id":"BLACKBERRY_BUSH"}
3395[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 4176, 80, -346
3396[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ORANGE"}
3397[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;4176;80;-346): {"id":"ORANGE_SAPLING"}
3398[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3570, 74, 904
3399[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PLUM_SAPLING"}
3400[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3570;74;904): {"id":"PLUM"}
3401[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3573, 74, 905
3402[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PLUM_SAPLING"}
3403[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3573;74;905): {"id":"PLUM"}
3404[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3573, 73, 908
3405[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PLUM_SAPLING"}
3406[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3573;73;908): {"id":"PLUM"}
3407[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3576, 75, 911
3408[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PLUM_SAPLING"}
3409[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3576;75;911): {"id":"PLUM"}
3410[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5680, 79, 3162
3411[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PEACH"}
3412[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5680;79;3162): {"id":"LIME_SAPLING"}
3413[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5672, 79, 3166
3414[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"ORANGE"}
3415[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5672;79;3166): {"id":"LIME_SAPLING"}
3416[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5674, 78, 3163
3417[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LIME_SAPLING"}
3418[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5674;78;3163): {"id":"LIME"}
3419[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3212, 72, -643
3420[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"SWEET_POTATO_BUSH"}
3421[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3212;72;-643): {"id":"SWEET_POTATO"}
3422[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5679, 74, 3162
3423[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"GRAPE"}
3424[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5679;74;3162): {"id":"GRAPE_BUSH"}
3425[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 94, -90
3426[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
3427[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;94;-90): {"id":"MUSTARD_SEED_BUSH"}
3428[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3478, 95, -89
3429[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"MUSTARD_SEED"}
3430[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3478;95;-89): {"id":"MUSTARD_SEED_BUSH"}
3431[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -1293, 66, -764
3432[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
3433[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;-1293;66;-764): {"id":"PINEAPPLE"}
3434[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 94, -92
3435[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
3436[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;94;-92): {"id":"PINEAPPLE"}
3437[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3213, 72, -644
3438[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"PINEAPPLE_BUSH"}
3439[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3213;72;-644): {"id":"PINEAPPLE"}
3440[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3416, 88, 3746
3441[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LETTUCE_BUSH"}
3442[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3416;88;3746): {"id":"LETTUCE"}
3443[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3928, 65, 904
3444[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"LETTUCE_BUSH"}
3445[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3928;65;904): {"id":"LETTUCE"}
3446[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5696, 71, 3173
3447[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"TOMATO_BUSH"}
3448[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;5696;71;3173): {"id":"TOMATO"}
3449[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3475, 92, -92
3450[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"RASPBERRY_BUSH"}
3451[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3475;92;-92): {"id":"RASPBERRY"}
3452[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 95, -88
3453[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN_BUSH"}
3454[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;95;-88): {"id":"CORN"}
3455[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 95, -84
3456[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN_BUSH"}
3457[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;95;-84): {"id":"CORN"}
3458[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3476, 98, -77
3459[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CORN_BUSH"}
3460[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3476;98;-77): {"id":"CORN"}
3461[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ -1295, 65, -767
3462[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CRANBERRY_BUSH"}
3463[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;-1295;65;-767): {"id":"CRANBERRY"}
3464[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3421, 88, 3749
3465[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CRANBERRY_BUSH"}
3466[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3421;88;3749): {"id":"CRANBERRY"}
3467[20:12:20] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 3477, 99, -75
3468[20:12:20] [Server thread/INFO]: [Slimefun] Old block data: {"id":"CRANBERRY_BUSH"}
3469[20:12:20] [Server thread/INFO]: [Slimefun] New block data (survival_overworld;3477;99;-75): {"id":"CRANBERRY"}
3470[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 42ms)
3471[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 4867 Blocks for World "survival_overworld"
3472[20:12:20] [Server thread/INFO]: [Slimefun] Avg: 0.009ms/Block
3473[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "survival_nether"
3474[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3475[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
3476[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "survival_nether"
3477[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "survival_overworld_07122019"
3478[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3479[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
3480[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "survival_overworld_07122019"
3481[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
3482[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3483[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
3484[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
3485[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "survival_overworld_the_end"
3486[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3487[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
3488[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "survival_overworld_the_end"
3489[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
3490[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3491[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
3492[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
3493[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks for World "backupworld"
3494[20:12:20] [Server thread/INFO]: [Slimefun] This may take a long time...
3495[20:12:20] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 6ms)
3496[20:12:20] [Server thread/INFO]: [Slimefun] Loaded a total of 794 Blocks for World "backupworld"
3497[20:12:20] [Server thread/INFO]: [Slimefun] Avg: 0.008ms/Block
3498[20:12:20] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ClearLag
3499[20:12:20] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ExoticGarden
3500[20:12:20] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit
3501[20:12:20] [Server thread/INFO]: [MythicMobs] [32m✓Using Holograms plugin for holograms[0m
3502[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mMagicSnow:0[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3503[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderItem:5[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3504[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCyanChest:3[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3505[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCyanLegs:2[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3506[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCyanBoots:1[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3507[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mMagicFire:0[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3508[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mMagicFire:5[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3509[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRedChest:3[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3510[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRedLegs:2[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3511[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRedBoots:1[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3512[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondHoe:0[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3513[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondHoe:5[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3514[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPurpleChest:3[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3515[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPurpleLegs:2[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3516[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPurpleBoots:1[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3517[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondSword:0[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3518[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondSword:5[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3519[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPinkChest:3[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3520[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPinkLegs:2[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3521[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPinkBoots:1[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3522[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondSword:0[0m[33m' in 'EquipMechanic': [37mDrop type not found.[0m[0m
3523[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderItem:0[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3524[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3525[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3526[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3527[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3528[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRHelmII:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3529[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3530[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRLegsII:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3531[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRFeet:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3532[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mDiamondHoe:0[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3533[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRHelmIII:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3534[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3535[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRLegsIII:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3536[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRFeet:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3537[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRHelmIII:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3538[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3539[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRLegsIII:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3540[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRFeet:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3541[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mIronAxe:0[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3542[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRHelm:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3543[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3544[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRLegs:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3545[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mRFeet:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3546[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mBlazeRodWeapon:0[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3547[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mGrayChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3548[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mGrayLegs:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3549[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mGrayBoots:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3550[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mLivingShadowBlockGlowing:4[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3551[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:3[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3552[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:2[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3553[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mPlaceholderArmor:1[0m[33m' in 'plugins/MythicMobs/Mobs/Theal & Allies Mobs.yml': [37mDrop type not found.[0m[0m
3554[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3555[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3556[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3557[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3558[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3559[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3560[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3561[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3562[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3563[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mCOS_Wand:0[0m[33m' in 'plugins/MythicMobs/Mobs/MageMobs.yml': [37mDrop type not found.[0m[0m
3564[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mKnightShield:5[0m[33m' in 'plugins/MythicMobs/Mobs/AeuxBoss.yml': [37mDrop type not found.[0m[0m
3565[20:12:20] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Drop '[4mFireImmuneChest:3[0m[33m' in 'plugins/MythicMobs/Mobs/LordVarsonBoss.yml': [37mDrop type not found.[0m[0m
3566[20:12:20] [Server thread/INFO]: If you want to install more models look at here: http://dicecraft.de/furniture/models.php
3567[20:12:20] [Thread-53/INFO]: [CS-CoreLib - Updater] HotbarPets is up to date!
3568[20:12:20] [Thread-54/INFO]: [ExoticGarden] ExoticGarden is up to date!
3569[20:12:21] [Thread-51/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
3570[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] Loading plugins...
3571[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] Factions: plugin not found.
3572[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] BlocksHub plugin Factions...disabled
3573[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] Registered GriefPrevention 16.12.0-d4d7ac4 access controller.
3574[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] BlocksHub plugin GriefPrevention...enabled
3575[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] Registered CoreProtect 2.14.4 logger.
3576[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] BlocksHub plugin CoreProtect...enabled
3577[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] LogBlock: plugin not found.
3578[20:12:22] [Server thread/INFO]: [Minecraft.BlocksHub] [BlocksHub] BlocksHub plugin LogBlock...disabled
3579[20:12:22] [Server thread/WARN]: [Holograms] Failed to spawn hologram entity in world survival_overworld at x:2893.807245329358 y:86.07729450596422 z:976.4229341757148
3580[20:12:22] [Server thread/WARN]: [Holograms] Failed to spawn hologram entity in world survival_overworld at x:2893.807245329358 y:86.07729450596422 z:976.4229341757148
3581[20:12:22] [Server thread/INFO]: [Holograms] Loaded hologram with "creeperdungeon" with 2 lines
3582[20:12:22] [Server thread/WARN]: [Holograms] Failed to spawn hologram entity in world survival_overworld at x:2922.6354252007027 y:68.83129859303284 z:959.9968454338215
3583[20:12:22] [Server thread/WARN]: [Holograms] Failed to spawn hologram entity in world survival_overworld at x:2922.6354252007027 y:68.83129859303284 z:959.9968454338215
3584[20:12:22] [Server thread/INFO]: [Holograms] Loaded hologram with "saok" with 2 lines
3585[20:12:22] [Server thread/INFO]: [Holograms] Loaded hologram with "HauntedMansion" with 3 lines
3586[20:12:22] [Server thread/INFO]: [Holograms] Loaded hologram with "clickme" with 1 lines
3587[20:12:23] [Server thread/INFO]: [Citizens] Loaded 18 NPCs.
3588[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=OzloFake;amount=1;radius=0}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3589[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=DecayingSkeleton;amount=1;noise=5}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3590[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=HBClone;amount=2;noise=7}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3591[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=HBClone;amount=2;noise=7}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3592[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=HBClone;amount=2;noise=7}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3593[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=HBClone;amount=2;noise=7}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3594[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=BanditExtrasSword;amount=2;radius=5}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3595[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=BanditExtrasBow;amount=2;radius=5}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3596[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{mob=UndeadGuard;amount=1;noise=5}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3597[20:12:23] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Mechanic line '[4msummon{type=RainbowZombie;a=1;r=1}[0m[33m' in 'Unknown': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3598[20:12:23] [Server thread/INFO]: +> [OldEventManager] Scanning 0 world scripts...
3599[20:12:23] [Server thread/INFO]: +> [ScriptEvent] Reloading script events...
3600[20:12:24] [Server thread/INFO]: +> [] +-------------------------+
3601[20:12:24] [Server thread/INFO]: [LibsDisguises] There is a new build of Lib's Disguises! You are using #316, the latest build is #333!
3602https://ci.md-5.net/job/LibsDisguises/lastSuccessfulBuild/
3603[20:12:24] [Server thread/INFO]: com.mojang.authlib.GameProfile@1390b1cc[id=<null>,name=cookieXL,properties={},legacy=false] (/213.127.70.195:27720) lost connection: Disconnected
3604[20:12:24] [Server thread/INFO]: Unknown command. Type "/help" for help.
3605[20:12:24] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 11731ms or 234 ticks behind
3606[20:12:24] [Craft Scheduler Thread - 16/INFO]: [Vault] Checking for Updates ...
3607[20:12:24] [Craft Scheduler Thread - 16/INFO]: [Vault] No new version available
3608[20:12:24] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
3609[20:12:25] [Server thread/INFO]: [Anti-Xray] Version 1.5.0 has been loaded...
3610[20:12:25] [Server thread/INFO]: [Anti-Xray] Please leave a 5 star review!
3611[20:12:25] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=20;t=Scoro}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3612[20:12:25] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=20;t=Scoro}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3613[20:12:25] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=20;t=ScoroV}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3614[20:12:25] [Server thread/WARN]: [MythicMobs] ✗[33m Config Error for Targeter line '[4mMobsInRadius{r=20;t=ScoroV}[0m[33m': [37mThe 'type' attribute must be a valid MythicMob or MythicEntity type.[0m[0m
3615[20:12:25] [Server thread/WARN]: [Magic] [33m Essentials found, but is not up to date. Magic item integration will not work with this version of Magic. Please upgrade EssentialsX or downgrade Magic to 7.6.19[0m
3616[20:12:26] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml
3617[20:12:26] [Server thread/INFO]: [Magic] Loaded 0 image maps
3618[20:12:26] [Server thread/INFO]: [Magic] Finished loading data.
3619[20:12:27] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetching all due players...
3620[20:12:27] [Craft Scheduler Thread - 28/INFO]: [BuycraftX] Fetched due players (0 found).
3621[20:12:28] [Server thread/ERROR]: [PlaceholderAPI] MyCommand is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [emmerrei a.k.a Ivanpro] and urge them to update it ASAP.
3622[20:12:34] [Server thread/INFO]: [MyCommand] found an update for MyCommand. Type /mycommand for more infos.
3623[20:12:35] [User Authenticator #1/INFO]: UUID of player cookieXL is 895548da-f5ad-41bd-bc86-2de9ce204033
3624[20:12:36] [Server thread/INFO]: CONSOLE issued server command: /give cookieXL 0 10
3625[20:12:36] [Server thread/INFO]: Error: Unknown item name: 0.
3626[20:12:37] [Server thread/INFO]: cookieXL[/213.127.70.195:27704] logged in with entity id 650 at ([survival_overworld]3771.8698807388128, 78.0625, 1355.0165681133303)
3627[20:12:39] [Server thread/INFO]: cookieXL issued server command: /guil
3628[20:12:39] [Server thread/INFO]: guil
3629[20:12:40] [Server thread/INFO]: cookieXL issued server command: /guild
3630[20:12:40] [Server thread/INFO]: guild
3631[20:12:53] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1333700 tiles rendered (142.89 msec/tile, 104.36 msec per render)
3632[20:13:02] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1333800 tiles rendered (142.89 msec/tile, 75.28 msec per render)
3633[20:13:03] [Server thread/INFO]: cookieXL issued server command: /guild
3634[20:13:03] [Server thread/INFO]: guild
3635[20:13:15] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1333900 tiles rendered (142.89 msec/tile, 84.19 msec per render)
3636[20:13:23] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334000 tiles rendered (142.88 msec/tile, 74.94 msec per render)
3637[20:13:33] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334100 tiles rendered (142.88 msec/tile, 75.73 msec per render)
3638[20:13:45] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334200 tiles rendered (142.88 msec/tile, 78.90 msec per render)
3639[20:13:57] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334300 tiles rendered (142.88 msec/tile, 80.58 msec per render)
3640[20:14:00] [User Authenticator #2/INFO]: UUID of player InoriYuri is f61e38b3-37f3-4f41-9bd8-502a5647bb02
3641[20:14:01] [Server thread/INFO]: CONSOLE issued server command: /give InoriYuri 0 10
3642[20:14:01] [Server thread/INFO]: Error: Unknown item name: 0.
3643[20:14:01] [Server thread/INFO]: InoriYuri[/109.228.131.70:52257] logged in with entity id 25668 at ([survival_overworld]5938.929891198112, 109.0, -2678.237500011921)
3644[20:14:01] [Server thread/INFO]: [+] InoriYuri
3645[20:14:16] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334400 tiles rendered (142.88 msec/tile, 88.98 msec per render)
3646[20:14:23] [Server thread/WARN]: Wrong location! (371, -168) should be (371, -167), EntityNameable['Armor Stand'/32974, uuid='ef432c11-be00-4000-98c3-ccba80dc2b9d', l='survival_overworld', x=5939.85, y=111.35, z=-2672.75, cx=0, cz=0, tl=0, v=false, d=false]
3647[20:14:26] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334500 tiles rendered (142.88 msec/tile, 86.96 msec per render)
3648[20:14:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334600 tiles rendered (142.87 msec/tile, 84.51 msec per render)
3649[20:15:14] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334700 tiles rendered (142.89 msec/tile, 111.63 msec per render)
3650[20:15:20] [Server thread/INFO]: cookieXL issued server command: /class
3651[20:15:20] [Server thread/INFO]: class
3652[20:15:22] [Server thread/INFO]: cookieXL issued server command: /profile
3653[20:15:22] [Server thread/INFO]: profile
3654[20:15:26] [Server thread/INFO]: cookieXL issued server command: /skills
3655[20:15:26] [Server thread/INFO]: skills
3656[20:15:34] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334800 tiles rendered (142.89 msec/tile, 116.92 msec per render)
3657[20:15:36] [Server thread/INFO]: cookieXL issued server command: /top
3658[20:15:36] [Server thread/INFO]: top
3659[20:15:37] [Server thread/INFO]: cookieXL issued server command: /gmc
3660[20:15:37] [Server thread/INFO]: gmc
3661[20:15:39] [Server thread/INFO]: cookieXL issued server command: /rtp
3662[20:15:39] [Server thread/INFO]: rtp
3663[20:15:40] [Server thread/INFO]: Permission "rtp.*" added!
3664[20:15:40] [Server thread/INFO]: cookieXL issued server command: /rtp set 5000
3665[20:15:40] [Server thread/INFO]: rtp
3666[20:15:40] [Server thread/INFO]: Permission "rtp.*" removed!
3667[20:15:43] [Server thread/INFO]: hello moto4
3668[20:15:44] [Server thread/INFO]: hello moto4
3669[20:15:44] [Server thread/INFO]: hello moto4
3670[20:15:44] [Server thread/INFO]: hello moto4
3671[20:15:45] [Server thread/INFO]: hello moto4
3672[20:15:45] [Server thread/INFO]: hello moto4
3673[20:15:46] [Server thread/INFO]: hello moto4
3674[20:15:46] [Server thread/INFO]: hello moto4
3675[20:15:46] [Server thread/INFO]: hello moto4
3676[20:15:46] [Server thread/INFO]: hello moto4
3677[20:15:46] [Server thread/INFO]: hello moto4
3678[20:15:46] [Server thread/INFO]: hello moto4
3679[20:15:46] [Server thread/INFO]: hello moto4
3680[20:15:46] [Server thread/INFO]: hello moto4
3681[20:15:46] [Server thread/INFO]: hello moto4
3682[20:15:47] [Server thread/INFO]: cookieXL issued server command: /mob polarbear
3683[20:15:47] [Server thread/INFO]: mob
3684[20:15:47] [Server thread/INFO]: cookieXL issued server command: /gms
3685[20:15:47] [Server thread/INFO]: gms
3686[20:15:55] [Server thread/INFO]: cookieXL issued server command: /gmc
3687[20:15:55] [Server thread/INFO]: gmc
3688[20:15:57] [Server thread/INFO]: hello moto4
3689[20:15:57] [Server thread/INFO]: hello moto4
3690[20:15:57] [Server thread/INFO]: hello moto4
3691[20:15:57] [Server thread/INFO]: hello moto4
3692[20:15:58] [Server thread/INFO]: hello moto4
3693[20:15:58] [Server thread/INFO]: hello moto4
3694[20:15:58] [Server thread/INFO]: hello moto4
3695[20:15:58] [Server thread/INFO]: cookieXL issued server command: /rpg reload
3696[20:15:58] [Server thread/INFO]: rpg
3697[20:15:58] [Server thread/WARN]: [MMOCore] [Professions] Could not load 'smeltitem{type=LAPIS;amount=1-2}': No enum constant org.bukkit.Material.LAPIS
3698[20:15:58] [Server thread/WARN]: [MMOCore] [Quests:tutorial] Could not load 'goto{world="world";x=56;y=68;z=115;range=5}': Could not find world world
3699[20:15:58] [Server thread/WARN]: [MMOCore] [Quests:adv-begins] Could not load 'goto{world="world";x=120;y=46;z=652;range=10}': Could not find world world
3700[20:15:58] [Server thread/WARN]: [MMOCore] Couldn't read the loot chest config 'world 59 71 131':Could not find world 'world'
3701[20:15:58] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn: Could not find world null
3702[20:15:58] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn1: Could not find world null
3703[20:15:58] [Server thread/WARN]: [MMOCore] Could not load waypoint spawn2: Could not find world null
3704[20:15:58] [Server thread/INFO]: hello moto4
3705[20:15:58] [Server thread/INFO]: hello moto4
3706[20:15:59] [Server thread/INFO]: cookieXL issued server command: /gmc
3707[20:15:59] [Server thread/INFO]: gmc
3708[20:15:59] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1334900 tiles rendered (142.90 msec/tile, 124.96 msec per render)
3709[20:16:00] [Server thread/INFO]: cookieXL issued server command: /gm
3710[20:16:00] [Server thread/INFO]: gm
3711[20:16:00] [Server thread/INFO]: cookieXL issued mycmd command ID(7) /gm
3712[20:16:00] [Server thread/INFO]: cookieXL issued server command: /gamemode
3713[20:16:00] [Server thread/INFO]: gamemode
3714[20:16:01] [Server thread/INFO]: cookieXL issued server command: /gms
3715[20:16:01] [Server thread/INFO]: gms
3716[20:16:04] [Server thread/INFO]: cookieXL issued server command: /gmc
3717[20:16:04] [Server thread/INFO]: gmc
3718[20:16:19] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1335000 tiles rendered (142.91 msec/tile, 128.17 msec per render)
3719[20:16:34] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1335100 tiles rendered (142.91 msec/tile, 127.34 msec per render)
3720[20:16:51] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1335200 tiles rendered (142.91 msec/tile, 128.45 msec per render)
3721[20:17:14] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1335300 tiles rendered (142.92 msec/tile, 133.00 msec per render)
3722[20:17:23] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'survival_overworld' in progress - 1335400 tiles rendered (142.91 msec/tile, 128.85 msec per render)
3723[20:17:25] [Craft Scheduler Thread - 30/INFO]: [BuycraftX] Fetching all due players...
3724[20:17:25] [Craft Scheduler Thread - 30/INFO]: [BuycraftX] Fetched due players (0 found).