· 6 years ago · Mar 22, 2020, 10:08 AM
1[00:23:22] [Server thread/INFO]: Loading properties
2[00:23:22] [Server thread/INFO]: This server is running Paper version git-Paper-112 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
3[00:23:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
4[00:23:22] [Server thread/INFO]: Using 4 threads for Netty based IO
5[00:23:22] [Server thread/INFO]: Debug logging is disabled
6[00:23:22] [Server thread/INFO]: Default game type: SURVIVAL
7[00:23:22] [Server thread/INFO]: Generating keypair
8[00:23:22] [Server thread/INFO]: Starting Minecraft server on sm206-03.serverminer.com:25565
9[00:23:22] [Server thread/INFO]: Using epoll channel type
10[00:23:23] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
11[00:23:28] [Server thread/WARN]: Legacy plugin ColoredSigns v3.0 does not specify an api-version.
12[00:23:28] [Server thread/WARN]: Legacy plugin Light v1.0 does not specify an api-version.
13[00:23:28] [Server thread/WARN]: Legacy plugin ReportGUI v0.5 does not specify an api-version.
14[00:23:28] [Server thread/WARN]: Legacy plugin ViaVersion v2.2.3 does not specify an api-version.
15[00:23:28] [Server thread/WARN]: Legacy plugin ViaBackwards v2.4.0-SNAPSHOT does not specify an api-version.
16[00:23:28] [Server thread/WARN]: Legacy plugin Essentials_WarpGUI v2.1 does not specify an api-version.
17[00:23:28] [Server thread/WARN]: Legacy plugin killStats v3.0 does not specify an api-version.
18[00:23:28] [Server thread/WARN]: Legacy plugin Lobby v1.0 does not specify an api-version.
19[00:23:28] [Server thread/WARN]: Legacy plugin SetSpawn v2.2.1 does not specify an api-version.
20[00:23:28] [Server thread/WARN]: Legacy plugin LostParties v1.3 does not specify an api-version.
21[00:23:28] [Server thread/WARN]: Legacy plugin MVdWPlaceholderAPI v3.0.1 does not specify an api-version.
22[00:23:28] [Server thread/WARN]: Legacy plugin WADLister v2.4 does not specify an api-version.
23[00:23:28] [Server thread/WARN]: Legacy plugin OpGuard v3.2.5 does not specify an api-version.
24[00:23:28] [Server thread/WARN]: Legacy plugin FeatherBoard v4.25.0 does not specify an api-version.
25[00:23:29] [Server thread/WARN]: Legacy plugin IPWhiteList v2.3 does not specify an api-version.
26[00:23:29] [Server thread/ERROR]: Could not load 'plugins/IPWhiteList-2.3.jar' in folder 'plugins'
27org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
28 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.15.2.jar:git-Paper-112]
29 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:352) ~[patched_1.15.2.jar:git-Paper-112]
30 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.15.2.jar:git-Paper-112]
31 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:358) ~[patched_1.15.2.jar:git-Paper-112]
32 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[patched_1.15.2.jar:git-Paper-112]
33 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-112]
34 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
35Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
36 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
37 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
38 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
39 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.15.2.jar:git-Paper-112]
40 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-112]
41 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
42 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
43 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
44 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
45 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-112]
46 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-112]
47 ... 6 more
48Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
49 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
50 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-112]
51 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-112]
52 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
53 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
54 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
55 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
56 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
57 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.15.2.jar:git-Paper-112]
58 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-112]
59 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
60 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
61 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
62 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
63 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.15.2.jar:git-Paper-112]
64 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.15.2.jar:git-Paper-112]
65 ... 6 more
66[00:23:29] [Server thread/WARN]: Legacy plugin ColoredAnvils v1.08 does not specify an api-version.
67[00:23:29] [Server thread/WARN]: Legacy plugin SimpleSit v1.6.3 does not specify an api-version.
68[00:23:29] [Server thread/WARN]: Legacy plugin ViaRewind v1.4.5 does not specify an api-version.
69[00:23:29] [Server thread/WARN]: Legacy plugin LuckPermsGUI v3.5 does not specify an api-version.
70[00:23:29] [Server thread/WARN]: Legacy plugin AdvancedEnchantments v7.0.9 does not specify an api-version.
71[00:23:29] [Server thread/WARN]: Legacy plugin HeadDatabase v4.12.0 does not specify an api-version.
72[00:23:30] [Server thread/WARN]: Legacy plugin SuperTrailsPro vv1.2.11 does not specify an api-version.
73[00:23:30] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
74[00:23:30] [Server thread/INFO]: [Colored Signs] Loading ColoredSigns v3.0
75[00:23:30] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
76[00:23:30] [Server thread/INFO]: [Light] Loading Light v1.0
77[00:23:30] [Server thread/INFO]: [Holograms] Loading Holograms v2.12
78[00:23:30] [Server thread/INFO]: [NoPlugins] Loading NoPlugins v7.2
79[00:23:30] [Server thread/INFO]: [ReportGUI] Loading ReportGUI v0.5
80[00:23:30] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
81[00:23:30] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
82[00:23:30] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
83[00:23:31] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
84[00:23:31] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
85[00:23:31] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
86[00:23:31] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
87[00:23:31] [Server thread/INFO]: [ViaVersion] Loading translation mapping
88[00:23:31] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
89[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
90[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
91[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
92[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
93[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
94[00:23:33] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
95[00:23:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
96[00:23:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
97[00:23:35] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
98[00:23:35] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.4.0-SNAPSHOT
99[00:23:35] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
100[00:23:35] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
101[00:23:36] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@38620a7e]
102[00:23:36] [Server thread/INFO]: [PlayerKits] Loading PlayerKits v2.0.1
103[00:23:36] [Server thread/INFO]: [Essentials_WarpGUI] Loading Essentials_WarpGUI v2.1
104[00:23:36] [Server thread/INFO]: [killStats] Loading killStats v3.0
105[00:23:36] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v2.0.8
106[00:23:36] [Server thread/INFO]: [HiveChecker] Loading HiveChecker v1.0.0
107[00:23:36] [Server thread/INFO]: [Lobby] Loading Lobby v1.0
108[00:23:36] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.2.1
109[00:23:36] [Server thread/INFO]: [LostParties] Loading LostParties v1.3
110[00:23:36] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.6
111[00:23:36] [Server thread/INFO]: [NameMyItem] [32m[NameMyItem] Loading NameMyItem v6.6.6[0m
112[00:23:36] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v3.0.1
113[00:23:36] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.8.4-RELEASE
114[00:23:36] [Server thread/INFO]: [WADLister] Loading WADLister v2.4
115[00:23:36] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.14
116[00:23:36] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.3.4-Release
117[00:23:36] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
118[00:23:36] [Server thread/INFO]: [OpGuard] Loading OpGuard v3.2.5
119[00:23:36] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.25.0
120[00:23:36] [Server thread/INFO]: [NerfPhantoms] Loading NerfPhantoms v1.2.0
121[00:23:36] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.122
122[00:23:36] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
123[00:23:36] [Server thread/INFO]: [ColoredAnvils] Loading ColoredAnvils v1.08
124[00:23:36] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
125[00:23:36] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.4.5
126[00:23:36] [Server thread/INFO]: [LuckPermsGUI] Loading LuckPermsGUI v3.5
127[00:23:36] [Server thread/INFO]: [SignBoard] Loading SignBoard v1.6.0
128[00:23:36] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.18.1
129[00:23:36] [Server thread/INFO]: [Wild] Loading Wild v0.13.0
130[00:23:36] [Server thread/INFO]: [mcmmo-placeholders] Loading mcmmo-placeholders v1.0-SNAPSHOT
131[00:23:36] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
132[00:23:36] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v7.0.9
133[00:23:36] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.12.0
134[00:23:36] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT-b437
135[00:23:36] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
136[00:23:36] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.9.8
137[00:23:36] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1787)
138[00:23:36] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.8.1
139[00:23:36] [Server thread/ERROR]: [Shopkeepers] Potentially incompatible server version: v1_15_R1
140[00:23:36] [Server thread/ERROR]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
141[00:23:36] [Server thread/INFO]: [Shopkeepers] Check for updates at: https://dev.bukkit.org/projects/shopkeepers/
142[00:23:36] [Server thread/INFO]: [Shopkeepers] Loading config.
143[00:23:36] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.7.7
144[00:23:36] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.0
145[00:23:36] [Server thread/INFO]: [TAB] Loading TAB v2.6.4
146[00:23:36] [Server thread/INFO]: [InfoHeads] Loading InfoHeads v1.4.1
147[00:23:36] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.0.6-SNAPSHOT-b361
148[00:23:36] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.13.0
149[00:23:36] [Server thread/INFO]: [dtlTradersPlus] Loading dtlTradersPlus v5.1.17
150[00:23:36] [Server thread/INFO]: [SuperTrailsPro] Loading SuperTrailsPro vv1.2.11
151[00:23:36] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4
152[00:23:36] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.0.8
153[00:23:36] [Server thread/INFO]: [GriefPreventionFlags] Loading GriefPreventionFlags v5.8.5
154[00:23:36] [Server thread/INFO]: [FractalForest] Loading FractalForest v1.10.1
155[00:23:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
156[00:23:36] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.4.0-SNAPSHOT*
157[00:23:37] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
158[00:23:37] [Server thread/INFO]: __
159[00:23:37] [Server thread/INFO]: | |__) LuckPerms v5.0.72
160[00:23:37] [Server thread/INFO]: |___ | Running on Bukkit - Paper
161[00:23:37] [Server thread/INFO]:
162[00:23:37] [Server thread/INFO]: [LuckPerms] Loading configuration...
163[00:23:37] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
164[00:23:38] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
165[00:23:38] [Server thread/INFO]: [LuckPerms] Performing initial data load...
166[00:23:39] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2102ms)
167[00:23:39] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
168[00:23:39] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
169[00:23:39] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
170[00:23:39] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
171[00:23:41] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
172[00:23:41] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
173[00:23:41] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
174[00:23:41] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
175[00:23:41] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
176[00:23:41] [Server thread/WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
177[00:23:41] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
178[00:23:41] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
179[00:23:41] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.4.5*
180[00:23:41] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT-b437
181[00:23:41] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
182[00:23:41] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.7.7
183[00:23:41] [Server thread/INFO]: > Server version: V1_15_R1 / OK!
184[00:23:41] [Server thread/INFO]: [FogusCore] -=-=-=-=-=-=-[ Searching Hooks ]-=-=-=-=-=-=-
185[00:23:41] [Server thread/INFO]: [FogusCore] > Vault: Success!
186[00:23:41] [Server thread/INFO]: [FogusCore] > WorldGuard: Not found.
187[00:23:41] [Server thread/INFO]: [FogusCore] > MythicMobs: Not found.
188[00:23:41] [Server thread/INFO]: [FogusCore] Plugin loaded in 246 ms!
189[00:23:41] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
190[00:23:41] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
191[00:23:41] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
192[00:23:41] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
193[00:23:41] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
194[00:23:41] [Server thread/INFO]: Preparing level "spigot-1-14-4"
195[00:23:42] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, customizable armor stands v2.4.0.zip, double shulker shells v1.0.3.zip, terracotta rotation wrench v1.0.1.zip, redstone rotation wrench v1.0.1.zip, ShulkerRespawn.zip
196[00:23:43] [Server thread/INFO]: Loaded 6 recipes
197[00:23:43] [Server thread/WARN]: Found validation problem in {minecraft:entities/shulker}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/shulker
198[00:23:44] [Server thread/INFO]: Loaded 41 custom command functions
199[00:23:45] [Server thread/INFO]: -------- World Settings For [spigot-1-14-4] --------
200[00:23:45] [Server thread/INFO]: Experience Merge Radius: 0.0
201[00:23:45] [Server thread/INFO]: Mob Spawn Range: 8
202[00:23:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
203[00:23:45] [Server thread/INFO]: Cane Growth Modifier: 100%
204[00:23:45] [Server thread/INFO]: Melon Growth Modifier: 100%
205[00:23:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
206[00:23:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
207[00:23:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
208[00:23:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
209[00:23:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
210[00:23:45] [Server thread/INFO]: Potato Growth Modifier: 100%
211[00:23:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
212[00:23:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
213[00:23:45] [Server thread/INFO]: Vine Growth Modifier: 100%
214[00:23:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
215[00:23:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
216[00:23:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
217[00:23:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
218[00:23:45] [Server thread/INFO]: Entity Activation Range: An 48 / Mo 20 / Ra 48 / Mi 64 / Tiv true
219[00:23:45] [Server thread/INFO]: Entity Tracking Range: Pl 144 / An 80 / Mo 30 / Mi 64 / Other 64
220[00:23:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
221[00:23:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
222[00:23:45] [Server thread/INFO]: Max TNT Explosions: 100
223[00:23:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
224[00:23:45] [Server thread/INFO]: View Distance: 10
225[00:23:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
226[00:23:45] [Server thread/INFO]: Item Merge Radius: 0.0
227[00:23:45] [Server thread/INFO]: Item Despawn Rate: 6000
228[00:23:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
229[00:23:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
230[00:23:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
231[00:23:48] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
232[00:23:48] [Server thread/INFO]: -------- World Settings For [spigot-1-14-4_nether] --------
233[00:23:48] [Server thread/INFO]: Experience Merge Radius: 0.0
234[00:23:48] [Server thread/INFO]: Mob Spawn Range: 8
235[00:23:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
236[00:23:48] [Server thread/INFO]: Cane Growth Modifier: 100%
237[00:23:48] [Server thread/INFO]: Melon Growth Modifier: 100%
238[00:23:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
239[00:23:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
240[00:23:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
241[00:23:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
242[00:23:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
243[00:23:48] [Server thread/INFO]: Potato Growth Modifier: 100%
244[00:23:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
245[00:23:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
246[00:23:48] [Server thread/INFO]: Vine Growth Modifier: 100%
247[00:23:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
248[00:23:48] [Server thread/INFO]: Bamboo Growth Modifier: 100%
249[00:23:48] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
250[00:23:48] [Server thread/INFO]: Kelp Growth Modifier: 100%
251[00:23:48] [Server thread/INFO]: Entity Activation Range: An 48 / Mo 20 / Ra 48 / Mi 64 / Tiv true
252[00:23:48] [Server thread/INFO]: Entity Tracking Range: Pl 144 / An 80 / Mo 30 / Mi 64 / Other 64
253[00:23:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
254[00:23:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
255[00:23:48] [Server thread/INFO]: Max TNT Explosions: 100
256[00:23:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
257[00:23:48] [Server thread/INFO]: View Distance: 10
258[00:23:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
259[00:23:48] [Server thread/INFO]: Item Merge Radius: 0.0
260[00:23:48] [Server thread/INFO]: Item Despawn Rate: 6000
261[00:23:48] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
262[00:23:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
263[00:23:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
264[00:23:48] [Server thread/INFO]: -------- World Settings For [spigot-1-14-4_the_end] --------
265[00:23:48] [Server thread/INFO]: Experience Merge Radius: 0.0
266[00:23:48] [Server thread/INFO]: Mob Spawn Range: 8
267[00:23:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
268[00:23:48] [Server thread/INFO]: Cane Growth Modifier: 100%
269[00:23:48] [Server thread/INFO]: Melon Growth Modifier: 100%
270[00:23:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
271[00:23:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
272[00:23:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
273[00:23:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
274[00:23:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
275[00:23:48] [Server thread/INFO]: Potato Growth Modifier: 100%
276[00:23:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
277[00:23:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
278[00:23:48] [Server thread/INFO]: Vine Growth Modifier: 100%
279[00:23:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
280[00:23:48] [Server thread/INFO]: Bamboo Growth Modifier: 100%
281[00:23:48] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
282[00:23:48] [Server thread/INFO]: Kelp Growth Modifier: 100%
283[00:23:48] [Server thread/INFO]: Entity Activation Range: An 48 / Mo 20 / Ra 48 / Mi 64 / Tiv true
284[00:23:48] [Server thread/INFO]: Entity Tracking Range: Pl 144 / An 80 / Mo 30 / Mi 64 / Other 64
285[00:23:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
286[00:23:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
287[00:23:48] [Server thread/INFO]: Max TNT Explosions: 100
288[00:23:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
289[00:23:48] [Server thread/INFO]: View Distance: 10
290[00:23:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
291[00:23:48] [Server thread/INFO]: Item Merge Radius: 0.0
292[00:23:48] [Server thread/INFO]: Item Despawn Rate: 6000
293[00:23:48] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
294[00:23:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
295[00:23:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
296[00:23:48] [Server thread/INFO]: Preparing start region for dimension 'spigot-1-14-4'/minecraft:overworld
297[00:23:49] [Server thread/INFO]: Preparing spawn area: 0%
298[00:23:49] [Server thread/INFO]: Preparing spawn area: 0%
299[00:23:49] [Server thread/INFO]: Preparing spawn area: 0%
300[00:23:50] [Server thread/INFO]: Preparing spawn area: 8%
301[00:23:50] [Server thread/INFO]: Preparing spawn area: 8%
302[00:23:51] [Server thread/INFO]: Preparing spawn area: 34%
303[00:23:51] [Server thread/INFO]: Preparing spawn area: 42%
304[00:23:51] [Server-Worker-1/INFO]: Preparing spawn area: 97%
305[00:23:52] [Server thread/INFO]: Preparing spawn area: 100%
306[00:23:52] [Server thread/INFO]: Loaded 441 spawn chunks for world spigot-1-14-4
307[00:23:52] [Server thread/INFO]: Time elapsed: 4284 ms
308[00:23:52] [Server thread/INFO]: Preparing start region for dimension 'spigot-1-14-4_nether'/minecraft:the_nether
309[00:23:52] [Server thread/INFO]: Preparing spawn area: 0%
310[00:23:53] [Server thread/INFO]: Preparing spawn area: 16%
311[00:23:53] [Server thread/INFO]: Preparing spawn area: 16%
312[00:23:54] [Server thread/INFO]: Preparing spawn area: 52%
313[00:23:54] [Server thread/INFO]: Preparing spawn area: 57%
314[00:23:55] [Server thread/INFO]: Preparing spawn area: 100%
315[00:23:55] [Server thread/INFO]: Preparing spawn area: 100%
316[00:23:55] [Server thread/INFO]: Loaded 441 spawn chunks for world spigot-1-14-4_nether
317[00:23:55] [Server thread/INFO]: Time elapsed: 3234 ms
318[00:23:55] [Server thread/INFO]: Preparing start region for dimension 'spigot-1-14-4_the_end'/minecraft:the_end
319[00:23:55] [Server thread/INFO]: Preparing spawn area: 0%
320[00:23:56] [Server thread/INFO]: Loaded 441 spawn chunks for world spigot-1-14-4_the_end
321[00:23:56] [Server thread/INFO]: Time elapsed: 341 ms
322[00:23:56] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
323[00:23:56] [Server thread/INFO]: [Colored Signs] Enabling ColoredSigns v3.0*
324[00:23:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
325[00:23:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
326[00:23:56] [Server thread/INFO]: [Light] Enabling Light v1.0*
327[00:23:56] [Server thread/INFO]: ------------------------------
328[00:23:56] [Server thread/INFO]: Light Plugin Enabled
329[00:23:56] [Server thread/INFO]: Plugin develloped by GFelberg
330[00:23:56] [Server thread/INFO]: -----------------------------
331[00:23:56] [Server thread/INFO]: [Holograms] Enabling Holograms v2.12
332[00:23:56] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_15_R1.HologramEntityControllerImpl
333[00:23:56] [Server thread/INFO]: [NoPlugins] Enabling NoPlugins v7.2
334[00:23:56] [Server thread/INFO]: [NoPlugins] Minecraft version: v1_15_R1
335[00:23:56] [Server thread/INFO]: [NoPlugins] Successfully loaded.
336[00:23:56] [Server thread/INFO]: [ReportGUI] Enabling ReportGUI v0.5*
337[00:23:56] [Server thread/INFO]: ********************
338[00:23:56] [Server thread/INFO]: [INFO] Initializing ReportGUI Version: 0.5
339[00:23:56] [Server thread/INFO]: [INFO] Created by: BGHDDevelopment
340[00:23:56] [Server thread/INFO]: [INFO] Website: https://bghddevelopment.com
341[00:23:56] [Server thread/INFO]: [INFO] Spigot Link: https://spigotmc.org/resources/68177
342[00:23:56] [Server thread/INFO]: [INFO] Support Link: https://bghddevelopment.com/discord
343[00:23:56] [Server thread/INFO]: ********************
344[00:23:56] [Server thread/INFO]: [INFO] Plugin Loading...
345[00:23:56] [Server thread/INFO]: [INFO] Registering Managers...
346[00:23:56] [Server thread/INFO]: [INFO] Managers Registered!
347[00:23:56] [Server thread/INFO]: [INFO] Registering Listeners...
348[00:23:56] [Server thread/INFO]: [INFO] Listeners Registered!
349[00:23:56] [Server thread/INFO]: [INFO] Registering Commands...
350[00:23:56] [Server thread/INFO]: [INFO] Commands Registered!
351[00:23:56] [Server thread/INFO]: [INFO] Loading Config's...
352[00:23:56] [Server thread/INFO]: [INFO] Config's Registered!
353[00:23:56] [Server thread/INFO]: [SUCCESS] ReportGUI Version: 0.5 Loaded.
354[00:23:56] [Server thread/INFO]: ********************
355[00:23:56] [Server thread/INFO]: [INFO] Checking for updates...
356[00:23:56] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3*
357[00:23:56] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.0.1
358[00:23:56] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.0.1
359[00:23:56] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin! ~Ajneb97
360[00:23:56] [Server thread/INFO]: There is a new version available. (2.0.2)
361[00:23:56] [Server thread/INFO]: You can download it at: https://www.spigotmc.org/resources/75185/
362[00:23:56] [Server thread/INFO]: [Essentials_WarpGUI] Enabling Essentials_WarpGUI v2.1*
363[00:23:56] [Server thread/INFO]: [Essentials_WarpGUI] Loading library 'Vault'...
364[00:23:56] [Server thread/WARN]: [Essentials_WarpGUI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
365[00:23:56] [Server thread/INFO]: [Essentials_WarpGUI] Loading library 'Essentials'...
366[00:23:56] [Server thread/WARN]: [Essentials_WarpGUI] Loaded class com.earth2me.essentials.commands.WarpNotFoundException from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
367[00:23:56] [Server thread/INFO]: [killStats] Enabling killStats v3.0*
368[00:23:56] [Server thread/WARN]: [killStats] Could not save rewards.yml to plugins/killStats/rewards.yml because rewards.yml already exists.
369[00:23:56] [Server thread/ERROR]: false
370[00:23:56] [Server thread/ERROR]: Error occurred while enabling killStats v3.0 (Is it up to date?)
371java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
372 at com.gmail.dejayyy.killStats.API.ksAPI.populateLeaderBoards(ksAPI.java:2212) ~[?:?]
373 at com.gmail.dejayyy.killStats.ksMain.onEnable(ksMain.java:101) ~[?:?]
374 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-112]
375 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-112]
376 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-112]
377 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-112]
378 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-112]
379 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-112]
380 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-112]
381 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-112]
382 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
383[00:23:56] [Server thread/INFO]: [killStats] Disabling killStats v3.0
384[00:23:56] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v2.0.8
385[00:23:56] [Server thread/INFO]: [HiveChecker] Enabling HiveChecker v1.0.0
386[00:23:56] [Server thread/INFO]: [HiveChecker] Saving config...
387[00:23:56] [Server thread/INFO]: [HiveChecker] Registering listener...
388[00:23:56] [Server thread/INFO]: [HiveChecker] Starting Metrics...
389[00:23:56] [Server thread/INFO]: [HiveChecker] HiveChecker v1.0.0 Enabled in 6ms
390[00:23:56] [Server thread/INFO]: [Lobby] Enabling Lobby v1.0*
391[00:23:56] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.2.1*
392[00:23:56] [Server thread/INFO]: [LostParties] Enabling LostParties v1.3*
393[00:23:56] [Server thread/INFO]: [Losted:PARTIES] The plugin has been enabled!
394[00:23:56] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.6
395[00:23:56] [Server thread/INFO]: [BuycraftX] Validating your server key...
396[00:23:56] [Server thread/WARN]: [BuycraftX] Your server and webstore online mode settings are mismatched. Unless you are using a proxy and server combination (such as BungeeCord/Spigot or LilyPad/Connect) that corrects UUIDs, then you may experience issues with packages not applying.
397[00:23:56] [Server thread/WARN]: [BuycraftX] If you have verified that your set up is correct, you can suppress this message by setting is-bungeecord=true in your BuycraftX config.properties.
398[00:23:57] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
399[00:23:57] [Server thread/INFO]: [NameMyItem] [32m[NameMyItem] Enabling NameMyItem v6.6.6[0m
400[00:23:58] [Server thread/INFO]: [NameMyItem] [32m[NameMyItem] NameMyItem version 6.6.6 is Enabled[0m
401[00:23:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.0.1*
402[00:23:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
403[00:23:58] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
404[00:23:58] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.8.4-RELEASE
405[00:23:58] [Server thread/INFO]: [Vouchers] Loading the Config.yml
406[00:23:58] [Server thread/INFO]: [Vouchers] Successfully loaded Config.yml
407[00:23:58] [Server thread/INFO]: [Vouchers] Loading the Data.yml
408[00:23:58] [Server thread/INFO]: [Vouchers] Successfully loaded Data.yml
409[00:23:58] [Server thread/INFO]: [Vouchers] Loading the Messages.yml
410[00:23:58] [Server thread/INFO]: [Vouchers] Successfully loaded Messages.yml
411[00:23:58] [Server thread/INFO]: [Vouchers] Loading the VoucherCodes.yml
412[00:23:58] [Server thread/INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
413[00:23:58] [Server thread/INFO]: [WADLister] Enabling WADLister v2.4*
414[00:23:58] [Server thread/INFO]:
415[00:23:58] [Server thread/INFO]:
416[00:23:58] [Server thread/INFO]:
417[00:23:58] [Server thread/INFO]: WAD mc 1.15+ by kixmc: enabled.
418[00:23:58] [Server thread/INFO]:
419[00:23:58] [Server thread/INFO]: Your server deserves the best. Get the #1 best chat announcer plugin for your server here: https://www.spigotmc.org/resources/68425/ (or search 'Kix's Auto Announcer ++' in Google. You won't regret it!) With auto centering, per world broadcasts, per permission broadcasts, and more, you can't go wrong.
420[00:23:58] [Server thread/INFO]:
421[00:23:58] [Server thread/INFO]:
422[00:23:58] [Server thread/INFO]:
423[00:23:58] [Server thread/INFO]: WAD's version is 2.4!
424[00:23:58] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.14
425[00:23:58] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.3.4-Release
426[00:23:58] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
427[00:23:58] [Server thread/INFO]: [Minepacks] [32mConfig file successfully loaded.[0m
428[00:23:58] [Server thread/INFO]: [Minepacks] [32mLanguage file successfully loaded. Language: english Author: GeorgH93[0m
429[00:23:58] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Starting...
430[00:23:58] [Server thread/INFO]: [at.pcgamingfreaks.MinepacksStandalone.libs.com.zaxxer.hikari.HikariDataSource] Minepacks-Connection-Pool - Start completed.
431[00:23:58] [Server thread/INFO]: [Minepacks] [32m Minepacks has been enabled! [33m :) [0m
432[00:23:58] [Server thread/INFO]: [OpGuard] Enabling OpGuard v3.2.5*
433[00:23:58] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.25.0*
434[00:23:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
435[00:23:58] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.25.0
436[00:23:58] [Server thread/INFO]: [FeatherBoard] Framework version: 2020-01
437[00:23:58] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
438[00:23:58] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
439[00:23:58] [Server thread/INFO]: [FeatherBoard] Copyright: 2013-2020 All Rights Received
440[00:23:58] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
441[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
442[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
443[00:23:58] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
444[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
445[00:23:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
446[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
447[00:23:58] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
448[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
449[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading messages ...
450[00:23:58] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
451[00:23:59] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
452[00:23:59] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
453[00:24:00] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
454[00:24:00] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
455[00:24:00] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
456[00:24:00] [Server thread/WARN]: [FeatherBoard] Loaded class com.earth2me.essentials.Essentials from Essentials v2.17.2.0 which is not a depend, softdepend or loadbefore of this plugin.
457[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
458[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
459[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
460[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
461[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
462[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
463[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
464[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] geolite.maxmind.com
465[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
466[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
467[00:24:01] [Server thread/INFO]: [FeatherBoard] Enabling event hook: GriefPrevention Claim!
468[00:24:01] [Server thread/INFO]: [FeatherBoard] Enabling event hook: mcMMO Level up event!
469[00:24:01] [Server thread/WARN]: [FeatherBoard] Loaded class com.gmail.nossr50.events.experience.McMMOPlayerLevelUpEvent from mcMMO v2.1.122 which is not a depend, softdepend or loadbefore of this plugin.
470[00:24:01] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
471[00:24:01] [Server thread/INFO]: [FeatherBoard] Loaded 5726 of the 5726 placholders
472[00:24:01] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
473[00:24:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
474[00:24:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
475[00:24:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
476[00:24:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
477[00:24:02] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
478[00:24:02] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
479[00:24:03] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
480[00:24:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
481[00:24:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
482[00:24:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
483[00:24:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
484[00:24:03] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
485[00:24:03] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
486[00:24:04] [Server thread/INFO]: [WoA] Your version is up to date!
487[00:24:04] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
488[00:24:04] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
489[00:24:04] [Server thread/INFO]: [NerfPhantoms] Enabling NerfPhantoms v1.2.0
490[00:24:04] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.122
491[00:24:04] [Server thread/INFO]: [mcMMO] enabling Acrobatics Skills
492[00:24:04] [Server thread/INFO]: [mcMMO] registered subskill: Roll
493[00:24:04] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
494[00:24:04] [Server thread/INFO]: [ColoredAnvils] Enabling ColoredAnvils v1.08*
495[00:24:04] [Server thread/INFO]: [ColoredAnvils] ColoredAnvils v1.08 has been enabled!
496[00:24:04] [Server thread/INFO]: [ColoredAnvils] Permissions for ColoredAnvils are disabled.
497[00:24:04] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3*
498[00:24:04] [Server thread/INFO]: [LuckPermsGUI] Enabling LuckPermsGUI v3.5*
499[00:24:04] [Server thread/INFO]: *********************************************************************
500[00:24:04] [Server thread/INFO]: [INFO] Initializing LuckPermsGUI Version: 3.5
501[00:24:04] [Server thread/INFO]: [INFO] Created by: BGHDDevelopment
502[00:24:04] [Server thread/INFO]: [INFO] Website: https://bghddevelopment.com
503[00:24:04] [Server thread/INFO]: [INFO] Spigot: https://spigotmc.org/resources/53460
504[00:24:04] [Server thread/INFO]: [INFO] Support: https://bghddevelopment.com/discord
505[00:24:04] [Server thread/INFO]: [INFO] Suggestions/Feedback: https://feedback.bghddevelopment.com
506[00:24:04] [Server thread/INFO]: [INFO] Wiki: https://wiki.bghddevelopment.com
507[00:24:04] [Server thread/INFO]: *********************************************************************
508[00:24:04] [Server thread/INFO]: [INFO] Plugin Loading...
509[00:24:04] [Server thread/INFO]: [INFO] Registering Managers...
510[00:24:04] [Server thread/INFO]: [INFO] Managers Registered!
511[00:24:04] [Server thread/INFO]: [INFO] Registering Listeners...
512[00:24:04] [Server thread/ERROR]: Error occurred while enabling LuckPermsGUI v3.5 (Is it up to date?)
513java.lang.NoClassDefFoundError: me/lucko/luckperms/LuckPerms
514 at me.AsVaidas.LuckPemsGUI.groups.GroupsGUI.<clinit>(GroupsGUI.java:46) ~[?:?]
515 at me.AsVaidas.LuckPemsGUI.Main.registerEvents(Main.java:113) ~[?:?]
516 at me.AsVaidas.LuckPemsGUI.Main.onEnable(Main.java:85) ~[?:?]
517 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-112]
518 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) ~[patched_1.15.2.jar:git-Paper-112]
519 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:435) ~[patched_1.15.2.jar:git-Paper-112]
520 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470) ~[patched_1.15.2.jar:git-Paper-112]
521 at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384) ~[patched_1.15.2.jar:git-Paper-112]
522 at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:482) ~[patched_1.15.2.jar:git-Paper-112]
523 at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-112]
524 at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:885) ~[patched_1.15.2.jar:git-Paper-112]
525 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
526Caused by: java.lang.ClassNotFoundException: me.lucko.luckperms.LuckPerms
527 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
528 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-112]
529 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-112]
530 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
531 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
532 ... 12 more
533[00:24:04] [Server thread/INFO]: [LuckPermsGUI] Disabling LuckPermsGUI v3.5
534[00:24:04] [Server thread/INFO]: [SignBoard] Enabling SignBoard v1.6.0
535[00:24:05] [Server thread/INFO]: Enabled SignBoard. Running version 1.6.0
536[00:24:05] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.18.1
537[00:24:05] [Server thread/INFO]: [CoreProtect] Unable to connect to MySQL server.
538[00:24:05] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
539[00:24:05] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
540[00:24:05] [Server thread/INFO]: --------------------
541[00:24:05] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Check out CoreEdit!
542[00:24:05] [Server thread/INFO]: [CoreProtect] Download: www.coreedit.net/download/
543[00:24:05] [Server thread/INFO]: --------------------
544[00:24:05] [Server thread/INFO]: [Wild] Enabling Wild v0.13.0
545[00:24:05] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 69 ms to scan 12 urls, producing 29228 keys and 31541 values
546[00:24:05] [Server thread/INFO]: [Wild] Found existing translation file in english.yml.
547[00:24:05] [Server thread/INFO]: [Wild] Found existing translation file in spanish.yml.
548[00:24:05] [Server thread/INFO]: [Wild] Found existing translation file in swedish.yml.
549[00:24:05] [Server thread/INFO]: [mcmmo-placeholders] Enabling mcmmo-placeholders v1.0-SNAPSHOT
550[00:24:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
551[00:24:05] [Server thread/WARN]: [Essentials] Version mismatch! Please update Essentials_WarpGUI to the same version.
552[00:24:05] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsChat to the same version.
553[00:24:05] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
554[00:24:05] [Server thread/INFO]: [Essentials] No kits found to migrate.
555[00:24:05] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
556[00:24:05] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
557[00:24:05] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
558[00:24:05] [Server thread/INFO]: [Essentials] Loaded 21018 items from items.json.
559[00:24:05] [Server thread/INFO]: [Essentials] Using locale en_US
560[00:24:05] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
561[00:24:05] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
562[00:24:05] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
563[00:24:05] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
564[00:24:05] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v7.0.9*
565[00:24:05] [Server thread/INFO]: [AdvancedEnchantments] Loaded 4 armor sets.
566[00:24:05] [Server thread/INFO]: [AdvancedEnchantments] Loaded 1 weapons.
567[00:24:05] [Server thread/INFO]: [AdvancedEnchantments] Registered 'level' payment type for Enchanter from class n3kas.ae.features.enchanter.LevelsPayment
568[00:24:05] [Server thread/WARN]: [AdvancedEnchantments] DEATH, RIGHT_CLICK, FIRE, BOW_MOB, DEFENSE_MOB, SHIFT, FISHING, CATCH_FISH enchantment types have been disabled for this session (No enchants utilizing it, increasing performance)
569[00:24:05] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into PlaceholderAPI.
570[00:24:06] [Server thread/INFO]: [AdvancedEnchantments] Successfully hooked into economy plugin (Vault)
571[00:24:06] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.12.0*
572[00:24:06] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
573[00:24:06] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
574[00:24:06] [Server thread/WARN]: [HeadDatabase] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.10.4 which is not a depend, softdepend or loadbefore of this plugin.
575[00:24:06] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.9.8
576[00:24:06] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_15_R1
577[00:24:06] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #435
578[00:24:06] [Server thread/INFO]: [LibsDisguises] Build Date: 02/03/2020 09:44
579[00:24:06] [Server thread/INFO]: [LibsDisguises] Registered to: 598217 (32)
580[00:24:06] [Server thread/INFO]: [LibsDisguises] Premium enabled, thank you for supporting Lib's Disguises!
581[00:24:07] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
582[00:24:07] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
583[00:24:07] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1787)
584[00:24:07] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.8.1
585[00:24:07] [Server thread/INFO]: [Shopkeepers] Config already loaded.
586[00:24:07] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
587[00:24:07] [Server thread/INFO]: [Shopkeepers] Loading data of 37 shopkeepers..
588[00:24:07] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.0
589[00:24:07] [Server thread/WARN]: [EssentialsChat] Version mismatch! Please update all Essentials jars to the same version.
590[00:24:07] [Server thread/INFO]: [TAB] Enabling TAB v2.6.4
591[00:24:07] [Server thread/INFO]: [TAB] Server version: 1.15.2 (v1_15_R1)
592[00:24:07] [Server thread/INFO]: [TAB] Enabled in 107ms
593[00:24:07] [Server thread/INFO]: [InfoHeads] Enabling InfoHeads v1.4.1
594[00:24:08] [pool-21-thread-6/INFO]: [TAB] Version 2.7.0 is out! Your version: 2.6.4
595[00:24:08] [pool-21-thread-6/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
596[00:24:08] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.0.6-SNAPSHOT-b361
597[00:24:08] [Server thread/INFO]: [ItemJoin] Fetched [{ HeadDatabase, PlaceholderAPI, Vault }]
598[00:24:08] [Server thread/INFO]: [ItemJoin] Checking for updates...
599[00:24:08] [Server thread/INFO]: [ItemJoin] You are running a SNAPSHOT!
600[00:24:08] [Server thread/INFO]: [ItemJoin] If you find any bugs please report them!
601[00:24:08] [Server thread/INFO]: [ItemJoin] You are up to date!
602[00:24:08] [Server thread/INFO]: [ItemJoin] has been Enabled.
603[00:24:08] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.13.0
604[00:24:08] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
605[00:24:08] [Server thread/INFO]: [GriefPrevention] 289 total claims loaded.
606[00:24:09] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
607[00:24:09] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
608[00:24:09] [Server thread/INFO]: [GriefPrevention] Boot finished.
609[00:24:09] [Server thread/INFO]: [dtlTradersPlus] Enabling dtlTradersPlus v5.1.17
610[00:24:10] [Server thread/INFO]: [dtlTradersPlus] Loaded 8 guis from the guis config.
611[00:24:10] [Server thread/INFO]: [dtlTradersPlus] Hooking into Citizens!
612[00:24:10] [Server thread/INFO]: dtlTraders is managed by 4Creation. www.4Creation.pro
613[00:24:10] [Server thread/INFO]: [SuperTrailsPro] Enabling SuperTrailsPro vv1.2.11*
614[00:24:10] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4
615[00:24:10] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund
616[00:24:10] [Server thread/INFO]: [CitizensCMD] Using English messages!
617[00:24:10] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
618[00:24:10] [Server thread/INFO]: [CitizensCMD] Using Vault!
619[00:24:10] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.0.8
620[00:24:10] [Server thread/INFO]: [AuctionHouse] Opening database
621[00:24:10] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_15_R1
622[00:24:10] [Server thread/INFO]: [AuctionHouse] Enabling HeadDatabase support
623[00:24:10] [Server thread/INFO]: [GriefPreventionFlags] Enabling GriefPreventionFlags v5.8.5
624[00:24:10] [Server thread/INFO]: [GPFlags] 1.13+ Version Loaded
625[00:24:10] [Server thread/INFO]: [GPFlags] Finished loading configuration.
626[00:24:11] [Server thread/INFO]: [GPFlags] Finished loading data.
627[00:24:11] [Server thread/INFO]: [GPFlags] Boot finished.
628[00:24:11] [Server thread/INFO]: [FractalForest] Enabling FractalForest v1.10.1
629[00:24:11] [Server thread/INFO]: [FractalForest] GriefPrevention detected
630[00:24:11] [Server thread/INFO]: [FractalForest] CoreProtect detected
631[00:24:12] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
632[00:24:12] [Server thread/INFO]: Done (30.785s)! For help, type "help"
633[00:24:12] [Server thread/INFO]: Timings Reset
634[00:24:12] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15.2(578)
635[00:24:12] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
636[00:24:12] [Server thread/INFO]: [Losted:PARTIES] [Updater] Checking updates..
637[00:24:12] [Craft Scheduler Thread - 29/INFO]: [Vault] Checking for Updates ...
638[00:24:12] [Craft Scheduler Thread - 25/INFO]: [mcMMO] Cleaned backup files. Deleted 8 of 21 files.
639[00:24:13] [Craft Scheduler Thread - 6/INFO]: [SUCCESS] ReportGUI is up to date!
640[00:24:13] [Server thread/INFO]: [Losted:PARTIES] [Updater] You're using the lastet version of this plugin.
641[00:24:13] [Server thread/INFO]: ======SuperTrailsPro v1.2.11 loaded! (For MC 1.15)Hide your flowers!======[CoreProtect] WorldEdit logging successfully initialized.
642[00:24:13] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
643[00:24:13] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
644[00:24:13] [Craft Scheduler Thread - 29/INFO]: [Vault] No new version available
645[00:24:13] [Server thread/INFO]: [mcMMO] WorldGuard was not detected.
646[00:24:13] [Server thread/INFO]: [Citizens] Loaded 15 NPCs.
647[00:24:13] [Server thread/INFO]: [LibsDisguises] There is a update ready to be downloaded! You are using v9.9.8, the new version is v9.9.9!
648[00:24:13] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome" with 5 lines
649[00:24:14] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetching all due players...
650[00:24:14] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Fetched due players (0 found).
651[00:24:14] [Thread-24/INFO]: --------------------
652[00:24:14] [Thread-24/INFO]: [CoreProtect] Version 2.18.2 is now available.
653[00:24:14] [Thread-24/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
654[00:24:14] [Thread-24/INFO]: [CoreProtect] Sponsor: www.hosthorde.com
655[00:24:14] [Thread-24/INFO]: --------------------
656[00:24:14] [Server thread/INFO]: [ProtocolLib] The updater found an update, and has readied it to be loaded the next time the server restarts/reloads.
657[00:24:14] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Succesfully loaded 27881 heads!
658[00:24:14] [Craft Scheduler Thread - 28/INFO]: [HeadDatabase] Successfully loaded 15 featured tags!
659[00:24:14] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] 170 placeholder expansions are available on the cloud.
660[00:24:14] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
661[00:24:17] [Thread-26/WARN]: [SignBoard] The updater did not get a valid response from dev.bukkit.org. The site may be experiencing temporary downtime.
662[00:24:17] [Server thread/INFO]: SignBoard will automatically check for and install updates.
663[00:24:17] [Server thread/INFO]: You can control this behavior in config.yml, by changing 'updates:' to auto, check or off
664[00:24:17] [Server thread/INFO]: An update was found, but the download failed. This is probably temporary.
665[00:28:07] [Server thread/INFO]: Saving the game (this may take a moment!)
666[00:28:10] [Server thread/INFO]: Saved the game
667[00:29:13] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetching all due players...
668[00:29:13] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetched due players (0 found).
669[00:32:28] [User Authenticator #1/INFO]: UUID of player tomatoduckreal is c36e0514-aa97-4954-95f1-d6fe2966ce28
670[00:32:29] [pool-21-thread-7/WARN]: [TAB] Loaded class me.libraryaddict.disguise.DisguiseAPI from LibsDisguises v9.9.8 which is not a depend, softdepend or loadbefore of this plugin.
671[00:32:29] [Server thread/INFO]: tomatoduckreal[/72.174.28.72:37583] logged in with entity id 506 at ([spigot-1-14-4]-803.3000000119209, 60.0, 19.699999988079075)
672[00:32:29] [Server thread/INFO]: [ItemJoin] The player <player> could not be found!
673[00:32:29] [Craft Scheduler Thread - 20/WARN]: [FeatherBoard] Loaded class net.milkbowl.vault.chat.Chat from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
674[00:32:29] [Craft Scheduler Thread - 20/WARN]: [FeatherBoard] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.13.0 which is not a depend, softdepend or loadbefore of this plugin.
675[00:32:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_15_R1! Trying to find NMS support
676[00:32:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_15_R1' loaded!