· 6 years ago · Mar 27, 2020, 04:50 PM
1[16:10:36] [main/INFO]: Loaded 0 recipes
2[16:10:37] [Server thread/INFO]: Starting minecraft server version 1.13.2
3[16:10:37] [Server thread/INFO]: Loading properties
4[16:10:37] [Server thread/INFO]: Default game type: SURVIVAL
5[16:10:38] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-518206a-a5b9c7b (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
6[16:10:38] [Server thread/INFO]: Using 4 threads for Netty based IO
7[16:10:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[16:10:38] [Server thread/INFO]: Debug logging is disabled
9[16:10:38] [Server thread/INFO]: Generating keypair
10[16:10:39] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
11[16:10:39] [Server thread/INFO]: Using epoll channel type
12[16:10:51] [Server thread/ERROR]: Could not load 'plugins/DoubleJump.jar' in folder 'plugins'
13org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/Packet
14 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:136) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
15 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
16 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
17 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
18 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
19 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
20 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
21Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/Packet
22 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
23 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
24 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:58) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
25 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
26 ... 6 more
27Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_12_R1.Packet
28 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
29 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
30 at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
31 at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
32 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
33 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_242]
34 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:58) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
35 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
36 ... 6 more
37[16:10:51] [Server thread/ERROR]: Could not load 'plugins/WGBlockRestricter.jar' in folder 'plugins'
38org.bukkit.plugin.UnknownDependencyException: WGCustomFlags
39 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
40 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
41 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
42 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
43 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
44[16:10:54] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
45[16:10:54] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
46[16:10:54] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
47[16:10:58] [Server thread/ERROR]: Fatal error trying to convert ChopTree3 v4.0.0:net/gkid117/ChopTreeBlockListener.class
48org.bukkit.plugin.AuthorNagException: No legacy enum constant for ACACIA_LOG. Did you forget to define api-version: 1.13 in your plugin.yml?
49 at org.bukkit.craftbukkit.v1_13_R2.util.Commodore$1$1.visitFieldInsn(Commodore.java:154) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
50 at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2205) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
51 at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1275) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
52 at org.objectweb.asm.ClassReader.accept(ClassReader.java:679) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
53 at org.objectweb.asm.ClassReader.accept(ClassReader.java:391) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
54 at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:130) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
55 at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:235) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
56 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:107) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
57 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
58 at java.lang.ClassLoader.loadClass(ClassLoader.java:419) [?:1.8.0_242]
59 at java.lang.ClassLoader.loadClass(ClassLoader.java:352) [?:1.8.0_242]
60 at net.gkid117.ChopTree.<init>(ChopTree.java:23) [ChopTree.jar:?]
61 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_242]
62 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_242]
63 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_242]
64 at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [?:1.8.0_242]
65 at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_242]
66 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:70) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
67 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:132) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
68 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
69 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
70 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:323) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
71 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
72 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
73 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
74[16:10:58] [Server thread/INFO]: [LastLocation] Loading LastLocation v1.3
75[16:10:58] [Server thread/INFO]: [AttackSpeedRemover] Loading AttackSpeedRemover v2.1.4
76[16:10:58] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.2
77[16:10:58] [Server thread/INFO]: [Spicord] Loading Spicord v1.1.0-SNAPSHOT
78[16:10:58] [Server thread/INFO]: [BetterChairs] Loading BetterChairs v0.10.0
79[16:10:58] [Server thread/INFO]: [CommandTimer] Loading CommandTimer v2.4.2
80[16:10:58] [Server thread/INFO]: [AdvancedHelp] Loading AdvancedHelp v1.11.2
81[16:10:58] [Server thread/INFO]: [AlwaysDay] Loading AlwaysDay v2.2.8
82[16:10:58] [Server thread/INFO]: [PlayerReport] Loading PlayerReport v3.1.4
83[16:10:58] [Server thread/INFO]: [KixsChatAnnouncer] Loading KixsChatAnnouncer v7.0-RELEASE
84[16:10:58] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v2.1.6
85[16:10:58] [Server thread/INFO]: [BossBarMessage] Loading BossBarMessage v1.3
86[16:10:58] [Server thread/INFO]: [BanItem] Loading BanItem v1.9.1
87[16:10:58] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.4.4
88[16:10:58] [Server thread/INFO]: [RandomTeleport] Loading RandomTeleport v2.5.1
89[16:10:58] [Server thread/INFO]: [AdvancedBanSigns] Loading AdvancedBanSigns v1.0
90[16:10:58] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.2.3
91[16:10:59] [Server thread/INFO]: [ViaVersion] ViaVersion 2.2.3 is now loaded, injecting!
92[16:11:02] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
93[16:11:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
94[16:11:03] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
95[16:11:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
96[16:11:03] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
97[16:11:03] [Server thread/INFO]: [ViaVersion] Loading translation mapping
98[16:11:04] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
99[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
100[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
101[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
102[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
103[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
104[16:11:06] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 blockstate mapping...
105[16:11:08] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 block mapping...
106[16:11:08] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 item mapping...
107[16:11:08] [Server thread/INFO]: [ViaVersion] Loading 1.14.4 -> 1.15 sound mapping...
108[16:11:08] [Server thread/INFO]: [NewGods] Loading NewGods v2.1.3
109[16:11:08] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.3.1.0
110[16:11:08] [Server thread/INFO]: [TTA] Loading TTA v4.9
111[16:11:08] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.16.3
112[16:11:08] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218
113[16:11:08] [Server thread/INFO]: [dynmap] version=git-Spigot-518206a-a5b9c7b (MC: 1.13.2)
114[16:11:08] [Server thread/INFO]: [dynmap] Mod Support API available
115[16:11:08] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
116[16:11:09] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@3fff5973]
117[16:11:09] [Server thread/INFO]: [Fullbright] Loading Fullbright v1.0
118[16:11:09] [Server thread/INFO]: [FirstJoinPlus] Loading FirstJoinPlus v2.4.1
119[16:11:09] [Server thread/INFO]: [Skript] Loading Skript v2.4-beta10
120[16:11:09] [Server thread/INFO]: [AdvancedBanAutoBan] Loading AdvancedBanAutoBan v1.0.1
121[16:11:09] [Server thread/INFO]: [DangerousNether] Loading DangerousNether v1.0
122[16:11:09] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v1.4
123[16:11:09] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.6
124[16:11:09] [Server thread/INFO]: [FriendReferral] Loading FriendReferral v2.0.2
125[16:11:09] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.5-RELEASE
126[16:11:09] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
127[16:11:09] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.4
128[16:11:09] [Server thread/INFO]: [BanAnnouncer] Loading BanAnnouncer v1.0.1
129[16:11:09] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
130[16:11:09] [Server thread/INFO]: [Playtimes] Loading Playtimes v1.2.13
131[16:11:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
132[16:11:09] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
133[16:11:09] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
134[16:11:09] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.2.0
135[16:11:09] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.19.1
136[16:11:09] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.13-breaking
137[16:11:09] [Server thread/INFO]: [OldCombat] Loading OldCombat v1.0
138[16:11:09] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.4
139[16:11:09] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
140[16:11:09] [Server thread/INFO]: [AdvancedBanGUI] Loading AdvancedBanGUI v2.1
141[16:11:09] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v1.1
142[16:11:09] [Server thread/INFO]: [NerfPhantoms] Loading NerfPhantoms v1.2.0
143[16:11:09] [Server thread/INFO]: [NoteBlockMusicPlayer] Loading NoteBlockMusicPlayer v1.8.1
144[16:11:09] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
145[16:11:09] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v7.4
146[16:11:09] [Server thread/INFO]: [BloodInMinecraft] Loading BloodInMinecraft v6.0
147[16:11:09] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
148[16:11:09] [Server thread/INFO]: [Scoreboard-revision] Loading Scoreboard-revision vR3 1.3.1 RELEASE
149[16:11:09] [Server thread/INFO]: [Matrix] Loading Matrix v1.9.1
150[16:11:09] [Server thread/INFO]: [QuickShop] Loading QuickShop vReremake 2.4.8.4
151[16:11:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
152[16:11:09] [Server thread/INFO]: [Holograms] Loading Holograms v2.9.1-SNAPSHOT
153[16:11:09] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.7.4
154[16:11:09] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.5.1
155[16:11:09] [Server thread/INFO]: [PluginHiderPlus] Loading PluginHiderPlus v3.7
156[16:11:09] [Server thread/INFO]: [SayNoToMcLeaks] Loading SayNoToMcLeaks v1.7
157[16:11:09] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.0
158[16:11:09] [Server thread/INFO]: [Jobs] Loading Jobs v4.14.3
159[16:11:09] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
160[16:11:09] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.3.0
161[16:11:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.26-SNAPSHOT (build 1852)
162[16:11:09] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10-RELEASE
163[16:11:09] [Server thread/INFO]: [eGlow] Loading eGlow v2.0.5
164[16:11:09] [Server thread/INFO]: [TabList] Loading TabList v5.1
165[16:11:09] [Server thread/INFO]: [Towny] Loading Towny v0.95.1.0 for 1.13.2
166[16:11:09] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.62
167[16:11:09] [Server thread/INFO]: [ChopTree3] Loading ChopTree3 v4.0.0
168[16:11:09] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.17.1
169[16:11:09] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v4.0
170[16:11:09] [Server thread/INFO]: [Dynmap-Towny] Loading Dynmap-Towny v0.73
171[16:11:09] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.5.0.1
172[16:11:09] [Server thread/INFO]: [Zenith] Loaded 0 expansions
173[16:11:09] [Server thread/INFO]: [MCSF] Loading MCSF v1.0.0
174[16:11:09] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
175[16:11:09] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
176[16:11:10] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2 as the Bukkit adapter
177[16:11:11] [Server thread/WARN]: [WorldEdit] ====================================================
178[16:11:11] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
179[16:11:11] [Server thread/WARN]: [WorldEdit] as your server software.
180[16:11:11] [Server thread/WARN]: [WorldEdit]
181[16:11:11] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
182[16:11:11] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
183[16:11:11] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
184[16:11:11] [Server thread/WARN]: [WorldEdit]
185[16:11:11] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
186[16:11:11] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
187[16:11:11] [Server thread/WARN]: [WorldEdit]
188[16:11:11] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
189[16:11:11] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
190[16:11:11] [Server thread/WARN]: [WorldEdit]
191[16:11:11] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
192[16:11:11] [Server thread/WARN]: [WorldEdit] ====================================================
193[16:11:11] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
194[16:11:11] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
195[16:11:11] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
196[16:11:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
197[16:11:11] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
198[16:11:11] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
199[16:11:11] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
200[16:11:11] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
201[16:11:11] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
202[16:11:11] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
203[16:11:11] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
204[16:11:12] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
205[16:11:12] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
206[16:11:12] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
207[16:11:12] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
208[16:11:12] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 200ms.
209[16:11:15] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationLiabilityAreaEffectCloud
210[16:11:15] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
211[16:11:17] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 5295ms) ===
212[16:11:17] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
213[16:11:17] [Server thread/INFO]: Preparing level "world"
214[16:11:17] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
215[16:11:18] [Server thread/INFO]: Loaded 524 recipes
216[16:11:18] [Server thread/INFO]: -------- World Settings For [world] --------
217[16:11:18] [Server thread/INFO]: Random Lighting Updates: false
218[16:11:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
219[16:11:18] [Server thread/INFO]: Max TNT Explosions: 100
220[16:11:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
221[16:11:18] [Server thread/INFO]: Experience Merge Radius: 3.0
222[16:11:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
223[16:11:18] [Server thread/INFO]: Cane Growth Modifier: 100%
224[16:11:18] [Server thread/INFO]: Melon Growth Modifier: 100%
225[16:11:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
226[16:11:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
227[16:11:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
228[16:11:18] [Server thread/INFO]: Beetroot Growth Modifier: 100%
229[16:11:18] [Server thread/INFO]: Carrot Growth Modifier: 100%
230[16:11:18] [Server thread/INFO]: Potato Growth Modifier: 100%
231[16:11:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
232[16:11:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
233[16:11:18] [Server thread/INFO]: Vine Growth Modifier: 100%
234[16:11:18] [Server thread/INFO]: Cocoa Growth Modifier: 100%
235[16:11:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
236[16:11:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
237[16:11:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
238[16:11:18] [Server thread/INFO]: Mob Spawn Range: 6
239[16:11:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
240[16:11:18] [Server thread/INFO]: Item Merge Radius: 2.5
241[16:11:18] [Server thread/INFO]: Item Despawn Rate: 6000
242[16:11:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
243[16:11:18] [Server thread/INFO]: View Distance: 10
244[16:11:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
245[16:11:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
246[16:11:19] [Server thread/WARN]: [WorldEdit] The version of Spigot/Paper you are using doesn't support Tags. The usage of tags with WorldEdit will not work until you update.
247[16:11:19] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
248[16:11:19] [Server thread/INFO]: -------- World Settings For [world_nether] --------
249[16:11:19] [Server thread/INFO]: Random Lighting Updates: false
250[16:11:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
251[16:11:19] [Server thread/INFO]: Max TNT Explosions: 100
252[16:11:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
253[16:11:19] [Server thread/INFO]: Experience Merge Radius: 3.0
254[16:11:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
255[16:11:19] [Server thread/INFO]: Cane Growth Modifier: 100%
256[16:11:19] [Server thread/INFO]: Melon Growth Modifier: 100%
257[16:11:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
258[16:11:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
259[16:11:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
260[16:11:19] [Server thread/INFO]: Beetroot Growth Modifier: 100%
261[16:11:19] [Server thread/INFO]: Carrot Growth Modifier: 100%
262[16:11:19] [Server thread/INFO]: Potato Growth Modifier: 100%
263[16:11:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
264[16:11:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
265[16:11:19] [Server thread/INFO]: Vine Growth Modifier: 100%
266[16:11:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
267[16:11:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
268[16:11:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
269[16:11:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
270[16:11:19] [Server thread/INFO]: Mob Spawn Range: 6
271[16:11:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
272[16:11:19] [Server thread/INFO]: Item Merge Radius: 2.5
273[16:11:19] [Server thread/INFO]: Item Despawn Rate: 6000
274[16:11:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
275[16:11:19] [Server thread/INFO]: View Distance: 10
276[16:11:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
277[16:11:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
278[16:11:19] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
279[16:11:19] [Server thread/INFO]: Random Lighting Updates: false
280[16:11:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
281[16:11:19] [Server thread/INFO]: Max TNT Explosions: 100
282[16:11:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
283[16:11:19] [Server thread/INFO]: Experience Merge Radius: 3.0
284[16:11:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
285[16:11:19] [Server thread/INFO]: Cane Growth Modifier: 100%
286[16:11:19] [Server thread/INFO]: Melon Growth Modifier: 100%
287[16:11:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
288[16:11:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
289[16:11:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
290[16:11:19] [Server thread/INFO]: Beetroot Growth Modifier: 100%
291[16:11:19] [Server thread/INFO]: Carrot Growth Modifier: 100%
292[16:11:19] [Server thread/INFO]: Potato Growth Modifier: 100%
293[16:11:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
294[16:11:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
295[16:11:19] [Server thread/INFO]: Vine Growth Modifier: 100%
296[16:11:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
297[16:11:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
298[16:11:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
299[16:11:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
300[16:11:19] [Server thread/INFO]: Mob Spawn Range: 6
301[16:11:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
302[16:11:19] [Server thread/INFO]: Item Merge Radius: 2.5
303[16:11:19] [Server thread/INFO]: Item Despawn Rate: 6000
304[16:11:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
305[16:11:19] [Server thread/INFO]: View Distance: 10
306[16:11:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
307[16:11:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
308[16:11:19] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 27594263)
309[16:11:19] [Server thread/INFO]: Preparing spawn area: 4%
310[16:11:19] [Server thread/INFO]: Preparing spawn area: 8%
311[16:11:19] [Server thread/INFO]: Preparing spawn area: 12%
312[16:11:20] [Server thread/INFO]: Preparing spawn area: 16%
313[16:11:20] [Server thread/INFO]: Preparing spawn area: 20%
314[16:11:20] [Server thread/INFO]: Preparing spawn area: 24%
315[16:11:20] [Server thread/INFO]: Preparing spawn area: 28%
316[16:11:20] [Server thread/INFO]: Preparing spawn area: 32%
317[16:11:20] [Server thread/INFO]: Preparing spawn area: 36%
318[16:11:20] [Server thread/INFO]: Preparing spawn area: 40%
319[16:11:20] [Server thread/INFO]: Preparing spawn area: 44%
320[16:11:20] [Server thread/INFO]: Preparing spawn area: 48%
321[16:11:20] [Server thread/INFO]: Preparing spawn area: 52%
322[16:11:20] [Server thread/INFO]: Preparing spawn area: 56%
323[16:11:20] [Server thread/INFO]: Preparing spawn area: 60%
324[16:11:20] [Server thread/INFO]: Preparing spawn area: 64%
325[16:11:20] [Server thread/INFO]: Preparing spawn area: 68%
326[16:11:20] [Server thread/INFO]: Preparing spawn area: 72%
327[16:11:20] [Server thread/INFO]: Preparing spawn area: 76%
328[16:11:20] [Server thread/INFO]: Preparing spawn area: 80%
329[16:11:20] [Server thread/INFO]: Preparing spawn area: 84%
330[16:11:20] [Server thread/INFO]: Preparing spawn area: 88%
331[16:11:20] [Server thread/INFO]: Preparing spawn area: 92%
332[16:11:20] [Server thread/INFO]: Preparing spawn area: 96%
333[16:11:21] [Server thread/INFO]: Preparing spawn area: 100%
334[16:11:21] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: 27594263)
335[16:11:21] [Server thread/INFO]: Preparing spawn area: 4%
336[16:11:21] [Server thread/INFO]: Preparing spawn area: 8%
337[16:11:21] [Server thread/INFO]: Preparing spawn area: 12%
338[16:11:21] [Server thread/INFO]: Preparing spawn area: 16%
339[16:11:21] [Server thread/INFO]: Preparing spawn area: 20%
340[16:11:21] [Server thread/INFO]: Preparing spawn area: 24%
341[16:11:21] [Server thread/INFO]: Preparing spawn area: 28%
342[16:11:21] [Server thread/INFO]: Preparing spawn area: 32%
343[16:11:21] [Server thread/INFO]: Preparing spawn area: 36%
344[16:11:21] [Server thread/INFO]: Preparing spawn area: 40%
345[16:11:21] [Server thread/INFO]: Preparing spawn area: 44%
346[16:11:21] [Server thread/INFO]: Preparing spawn area: 48%
347[16:11:21] [Server thread/INFO]: Preparing spawn area: 52%
348[16:11:21] [Server thread/INFO]: Preparing spawn area: 56%
349[16:11:21] [Server thread/INFO]: Preparing spawn area: 60%
350[16:11:21] [Server thread/INFO]: Preparing spawn area: 64%
351[16:11:21] [Server thread/INFO]: Preparing spawn area: 68%
352[16:11:22] [Server thread/INFO]: Preparing spawn area: 72%
353[16:11:22] [Server thread/INFO]: Preparing spawn area: 76%
354[16:11:22] [Server thread/INFO]: Preparing spawn area: 80%
355[16:11:22] [Server thread/INFO]: Preparing spawn area: 84%
356[16:11:22] [Server thread/INFO]: Preparing spawn area: 88%
357[16:11:22] [Server thread/INFO]: Preparing spawn area: 92%
358[16:11:22] [Server thread/INFO]: Preparing spawn area: 96%
359[16:11:22] [Server thread/INFO]: Preparing spawn area: 100%
360[16:11:22] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -1332803917025918435)
361[16:11:22] [Server thread/INFO]: Preparing spawn area: 4%
362[16:11:22] [Server thread/INFO]: Preparing spawn area: 8%
363[16:11:22] [Server thread/INFO]: Preparing spawn area: 12%
364[16:11:22] [Server thread/INFO]: Preparing spawn area: 16%
365[16:11:22] [Server thread/INFO]: Preparing spawn area: 20%
366[16:11:22] [Server thread/INFO]: Preparing spawn area: 24%
367[16:11:22] [Server thread/INFO]: Preparing spawn area: 28%
368[16:11:22] [Server thread/INFO]: Preparing spawn area: 32%
369[16:11:22] [Server thread/INFO]: Preparing spawn area: 36%
370[16:11:22] [Server thread/INFO]: Preparing spawn area: 40%
371[16:11:22] [Server thread/INFO]: Preparing spawn area: 44%
372[16:11:22] [Server thread/INFO]: Preparing spawn area: 48%
373[16:11:22] [Server thread/INFO]: Preparing spawn area: 52%
374[16:11:22] [Server thread/INFO]: Preparing spawn area: 56%
375[16:11:22] [Server thread/INFO]: Preparing spawn area: 60%
376[16:11:22] [Server thread/INFO]: Preparing spawn area: 64%
377[16:11:22] [Server thread/INFO]: Preparing spawn area: 68%
378[16:11:22] [Server thread/INFO]: Preparing spawn area: 72%
379[16:11:22] [Server thread/INFO]: Preparing spawn area: 76%
380[16:11:22] [Server thread/INFO]: Preparing spawn area: 80%
381[16:11:22] [Server thread/INFO]: Preparing spawn area: 84%
382[16:11:22] [Server thread/INFO]: Preparing spawn area: 88%
383[16:11:22] [Server thread/INFO]: Preparing spawn area: 92%
384[16:11:22] [Server thread/INFO]: Preparing spawn area: 96%
385[16:11:22] [Server thread/INFO]: Preparing spawn area: 100%
386[16:11:22] [Server thread/INFO]: Time elapsed: 3044 ms
387[16:11:22] [Server thread/INFO]: Loading forced chunks for dimension minecraft:overworld: 0%
388[16:11:22] [Server thread/INFO]: Loading forced chunks for dimension minecraft:overworld: 0%
389[16:11:22] [Server thread/INFO]: Loading forced chunks for dimension minecraft:overworld: 0%
390[16:11:22] [Server thread/INFO]: Loading forced chunks for dimension minecraft:overworld: 0%
391[16:11:22] [Server thread/INFO]: [LastLocation] Enabling LastLocation v1.3
392[16:11:22] [Server thread/ERROR]: [LastLocation] Plugin LastLocation v1.3 has failed to register events for class com.sylvcraft.LastLocation because com/onarandombox/MultiversePortals/event/MVPortalEvent does not exist.
393[16:11:22] [Server thread/INFO]: [AttackSpeedRemover] Enabling AttackSpeedRemover v2.1.4
394[16:11:22] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.2
395[16:11:22] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
396[16:11:22] [Server thread/INFO]: [Spicord] Enabling Spicord v1.1.0-SNAPSHOT
397[16:11:22] [Server thread/INFO]: [BetterChairs] Enabling BetterChairs v0.10.0
398[16:11:22] [Server thread/INFO]: [BetterChairs] Your server is running version v1_13_R2
399[16:11:22] [Server thread/INFO]: [BetterChairs] NMS hooked !
400[16:11:22] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v2.4.2
401[16:11:22] [Server thread/INFO]: Server time : 16:11:22
402[16:11:22] [Server thread/INFO]: Server day : FRIDAY
403[16:11:22] [Server thread/INFO]: [CommandTimer] v2.4.2 loaded
404[16:11:22] [Server thread/INFO]: [AdvancedHelp] Enabling AdvancedHelp v1.11.2
405[16:11:22] [Server thread/INFO]: [AdvancedHelp] loading...
406[16:11:22] [Server thread/INFO]: [AdvancedHelp] PlaceholdersAPI Hooked!
407[16:11:23] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
408[16:11:23] [Server thread/INFO]: You are using an older version of AdvancedHelp!
409[16:11:23] [Server thread/INFO]: Download the newest version here:
410[16:11:23] [Server thread/INFO]: https://goo.gl/mVXpDL
411[16:11:23] [Server thread/INFO]: =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
412[16:11:23] [Server thread/INFO]: [AdvancedHelp] Successfully enabled.
413[16:11:23] [Server thread/INFO]: [AlwaysDay] Enabling AlwaysDay v2.2.8
414[16:11:23] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now enabled.
415[16:11:23] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
416[16:11:23] [Server thread/INFO]: [PlayerReport] Enabling PlayerReport v3.1.4
417[16:11:23] [Server thread/INFO]: [KixsChatAnnouncer] Enabling KixsChatAnnouncer v7.0-RELEASE
418[16:11:23] [Server thread/INFO]: Loaded customization data for kix's Chat Announcer, using that now!
419[16:11:23] [Server thread/INFO]: KixsChatAnnouncer: Hooked into PlaceholderAPI!
420[16:11:23] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v2.1.6
421[16:11:23] [pool-13-thread-1/WARN]: [AlwaysDay] Could not connect to dev.bukkit.org, please try again later.
422[16:11:23] [Server thread/INFO]: [HeadDrops] No update was found and nothing was downloaded!
423[16:11:23] [Server thread/INFO]: [BossBarMessage] Enabling BossBarMessage v1.3
424[16:11:23] [Server thread/INFO]: [BanItem] Enabling BanItem v1.9.1
425[16:11:23] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.4.4
426[16:11:23] [Server thread/INFO]: [RandomTeleport] Enabling RandomTeleport v2.5.1
427[16:11:23] [Server thread/INFO]: [RandomTeleport] Plugin Enabled !
428[16:11:23] [Server thread/INFO]: [AdvancedBanSigns] Enabling AdvancedBanSigns v1.0
429[16:11:23] [Server thread/INFO]: Plugin AdvancedBanSigns 1.0 enabling...
430[16:11:23] [Server thread/INFO]: Plugin AdvancedBanSigns 1.0 fully enabled!
431[16:11:23] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.2.3
432[16:11:23] [Server thread/INFO]: [NewGods] Enabling NewGods v2.1.3
433[16:11:24] [Server thread/INFO]: [NewGods] NewGods has been enabled! Version:2.1.3
434[16:11:24] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.3.1.0
435[16:11:24] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
436[16:11:24] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
437[16:11:24] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
438[16:11:24] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
439[16:11:24] [Server thread/INFO]: Injected custom channel handlers.
440[16:11:24] [Server thread/INFO]: Adding channels for online players...
441[16:11:24] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_13_R2'.
442[16:11:24] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 222ms.
443[16:11:24] [Server thread/INFO]: [Staff+] Plugin created by Shortninja continued by Qball.
444[16:11:24] [Server thread/INFO]: [TTA] Enabling TTA v4.9
445[16:11:24] [Server thread/INFO]: =========>[TTA Terms]<=========
446[16:11:24] [Server thread/INFO]: -> You are not permitted to claim this plugin as your own!
447[16:11:24] [Server thread/INFO]: -> You are not permitted to decompiling the plugin's sourcecode!
448[16:11:24] [Server thread/INFO]: -> You are not permitted to modify the code or the plugin and call it your own!
449[16:11:24] [Server thread/INFO]: -> You are not permitted to redistributing this plugin as your own!
450[16:11:24] [Server thread/INFO]: ======>[Terms Accepted!]<======
451[16:11:25] [Server thread/INFO]: [TTA] -=> No Update is available! <=-
452[16:11:25] [Server thread/INFO]: [TTA] Engine: Spigot
453[16:11:25] [Server thread/INFO]: [TTA] Minecraft 1.13 Support enabled!
454[16:11:25] [Server thread/INFO]: [TTA] Started Metrics successful!
455[16:11:25] [Server thread/INFO]: [TTA] Version: 4.9 by [Herbystar] enabled!
456[16:11:25] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.16.3
457[16:11:25] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
458[16:11:25] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
459[16:11:25] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218
460[16:11:26] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
461[16:11:26] [Server thread/INFO]: [PermissionsEx] Initializing file backend
462[16:11:26] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
463[16:11:26] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
464[16:11:26] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
465[16:11:26] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
466[16:11:26] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
467[16:11:26] [Thread-24/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
468[16:11:27] [Server thread/INFO]: [dynmap] Mod Support processing completed
469[16:11:27] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
470[16:11:28] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
471[16:11:28] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
472[16:11:28] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8018
473[16:11:28] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218
474[16:11:28] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
475[16:11:28] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
476[16:11:28] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world'.
477[16:11:28] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
478[16:11:28] [Server thread/INFO]: [dynmap] World 'world_the_end' disabled
479[16:11:28] [Server thread/INFO]: [dynmap] Enabled
480[16:11:28] [Server thread/INFO]: [Fullbright] Enabling Fullbright v1.0
481[16:11:28] [Server thread/INFO]: [Fullbright] The config was found. It is now loading...
482[16:11:28] [Server thread/INFO]: [FirstJoinPlus] Enabling FirstJoinPlus v2.4.1
483[16:11:28] [Server thread/INFO]: [Skript] Enabling Skript v2.4-beta10
484[16:11:29] [Server thread/ERROR]: Error occurred while enabling Skript v2.4-beta10 (Is it up to date?)
485java.lang.ExceptionInInitializerError: null
486 at ch.njol.skript.aliases.Aliases.<clinit>(Aliases.java:142) ~[?:?]
487 at ch.njol.skript.Skript.onEnable(Skript.java:402) ~[?:?]
488 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
489 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
490 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
491 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
492 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
493 at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:579) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
494 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:541) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
495 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:419) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
496 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
497 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
498 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
499Caused by: java.lang.ArrayIndexOutOfBoundsException: 866
500 at ch.njol.skript.aliases.MaterialRegistry.<init>(MaterialRegistry.java:102) ~[?:?]
501 at ch.njol.skript.aliases.MaterialRegistry.load(MaterialRegistry.java:79) ~[?:?]
502 at ch.njol.skript.aliases.ItemData.<clinit>(ItemData.java:108) ~[?:?]
503 ... 13 more
504[16:11:29] [Server thread/INFO]: [AdvancedBanAutoBan] Enabling AdvancedBanAutoBan v1.0.1
505[16:11:29] [Server thread/INFO]: [AdvancedBanAutoBan] Plugin Loaded
506[16:11:29] [Server thread/INFO]: [AdvancedBanAutoBan] This plugin is in early alpha! Please report any bugs!
507[16:11:29] [Server thread/INFO]: [DangerousNether] Enabling DangerousNether v1.0
508[16:11:29] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v1.4
509[16:11:29] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.6
510[16:11:29] [Server thread/INFO]: [ClearLag] Loading modules...
511[16:11:29] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
512[16:11:29] [Server thread/INFO]: [ClearLag] Modules have been loaded!
513[16:11:29] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
514[16:11:29] [Server thread/INFO]: [FriendReferral] Enabling FriendReferral v2.0.2
515[16:11:29] [Server thread/INFO]: [FriendReferral] Loading data file...
516[16:11:29] [Thread-35/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.13]...
517[16:11:29] [Server thread/INFO]: [FriendReferral] Loading codes file...
518[16:11:29] [Server thread/INFO]: [FriendReferral] Loading configuration file...
519[16:11:29] [Server thread/INFO]: [FriendReferral] Checking for updates...
520[16:11:29] [Server thread/INFO]: ERROR Unable to check for updates. For input string: "202-r1"...
521[16:11:29] [Server thread/INFO]: [FriendReferral] Registering commands and listeners...
522[16:11:29] [Server thread/INFO]: [FriendReferral] Attempting to activate NMS for: 1_13_R2...
523[16:11:29] [Server thread/WARN]: [FriendReferral] NMS is not supported by this version. Some features have not been activated (such as clicking to accept/reject.)
524[16:11:29] [Server thread/INFO]: [FriendReferral] Attempting to register with PlaceholderAPI (by extendedclip)...
525[16:11:29] [Server thread/INFO]: [FriendReferral] Successfully registered with PlaceholderAPI!
526[16:11:29] [Server thread/INFO]: [FriendReferral] Plugin enabled successfully.
527[16:11:29] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.5-RELEASE
528[16:11:29] [Thread-35/INFO]: [ClearLag] No updates found!
529[16:11:30] [Thread-34/INFO]: [Skript] You're currently running the latest stable version of Skript.
530[16:11:32] [Server thread/INFO]: AdvancedBan >> Failed to register command warn
531[16:11:32] [Server thread/INFO]:
532
533[]=====[Enabling AdvancedBan]=====[]
534| Information:
535| Name: AdvancedBan
536| Developer: Leoko
537| Version: 2.1.5-RELEASE
538| Storage: HSQLDB (local)
539| Support:
540| Skype: Leoko33
541| Mail: Leoko4433@gmail.com
542| Github: https://github.com/DevLeoko/AdvancedBan/issues
543| Discord: https://discord.gg/ycDG6rS
544| Update:
545| There is a new version available! [2.1.7]
546[]================================[]
547
548[16:11:32] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
549[16:11:32] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
550[16:11:32] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
551[16:11:33] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 2500x1650 at X: -2500.0 Z: 350.0
552[16:11:33] [Server thread/INFO]: [WorldBorder] [CONFIG] World "lobby" has border radius 130x140 at X: -343.0 Z: 367.0
553[16:11:33] [Server thread/INFO]: [WorldBorder] [CONFIG] World "shop" has border radius 31x17 at X: 1393.5 Z: 412.0
554[16:11:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
555[16:11:33] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -2500.0 Y: 85.0 Z: 350.0
556[16:11:33] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.4
557[16:11:33] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
558[16:11:33] [Server thread/INFO]: [skQuery] Beginning to process a total of 128 from SkQuery
559[16:11:33] [Server thread/INFO]: [skQuery] Out of 128 classes, 126 classes were loaded from SkQuery
560[16:11:33] [Server thread/INFO]: [BanAnnouncer] Enabling BanAnnouncer v1.0.1
561[16:11:33] [Server thread/INFO]: [Spicord] Registered addon 'Ban Announcer' (ban_announcer) by OopsieWoopsie
562[16:11:33] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
563[16:11:33] [Server thread/INFO]: [Votifier] Loaded token for website: default
564[16:11:33] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
565[16:11:33] [Server thread/INFO]: [Playtimes] Enabling Playtimes v1.2.13
566[16:11:33] [Server thread/INFO]: [PlayTime] loading...
567[16:11:33] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:8007.
568[16:11:33] [Server thread/INFO]: [PlayTime] Plugin is up to date! - 1.2.13
569[16:11:33] [Server thread/INFO]: [PlayTime] PlaceholdersAPI Hooked!
570[16:11:33] [Server thread/INFO]: [PlayTime] Successfully loaded.
571[16:11:33] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
572[16:11:34] [Server thread/INFO]: -------- World Settings For [lobby] --------
573[16:11:34] [Server thread/INFO]: Random Lighting Updates: false
574[16:11:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
575[16:11:34] [Server thread/INFO]: Max TNT Explosions: 100
576[16:11:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
577[16:11:34] [Server thread/INFO]: Experience Merge Radius: 3.0
578[16:11:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
579[16:11:34] [Server thread/INFO]: Cane Growth Modifier: 100%
580[16:11:34] [Server thread/INFO]: Melon Growth Modifier: 100%
581[16:11:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
582[16:11:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
583[16:11:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
584[16:11:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
585[16:11:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
586[16:11:34] [Server thread/INFO]: Potato Growth Modifier: 100%
587[16:11:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
588[16:11:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
589[16:11:34] [Server thread/INFO]: Vine Growth Modifier: 100%
590[16:11:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
591[16:11:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
592[16:11:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
593[16:11:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
594[16:11:34] [Server thread/INFO]: Mob Spawn Range: 6
595[16:11:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
596[16:11:34] [Server thread/INFO]: Item Merge Radius: 2.5
597[16:11:34] [Server thread/INFO]: Item Despawn Rate: 6000
598[16:11:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
599[16:11:34] [Server thread/INFO]: View Distance: 10
600[16:11:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
601[16:11:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
602[16:11:34] [Server thread/INFO]: Preparing start region for level 3 (Seed: -8920881473033344467)
603[16:11:35] [Server thread/INFO]: [dynmap] World 'lobby' disabled
604[16:11:35] [Server thread/INFO]: -------- World Settings For [shop] --------
605[16:11:35] [Server thread/INFO]: Random Lighting Updates: false
606[16:11:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
607[16:11:35] [Server thread/INFO]: Max TNT Explosions: 100
608[16:11:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
609[16:11:35] [Server thread/INFO]: Experience Merge Radius: 3.0
610[16:11:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
611[16:11:35] [Server thread/INFO]: Cane Growth Modifier: 100%
612[16:11:35] [Server thread/INFO]: Melon Growth Modifier: 100%
613[16:11:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
614[16:11:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
615[16:11:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
616[16:11:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
617[16:11:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
618[16:11:35] [Server thread/INFO]: Potato Growth Modifier: 100%
619[16:11:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
620[16:11:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
621[16:11:35] [Server thread/INFO]: Vine Growth Modifier: 100%
622[16:11:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
623[16:11:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
624[16:11:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
625[16:11:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
626[16:11:35] [Server thread/INFO]: Mob Spawn Range: 6
627[16:11:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
628[16:11:35] [Server thread/INFO]: Item Merge Radius: 2.5
629[16:11:35] [Server thread/INFO]: Item Despawn Rate: 6000
630[16:11:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
631[16:11:35] [Server thread/INFO]: View Distance: 10
632[16:11:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
633[16:11:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
634[16:11:35] [Server thread/INFO]: Preparing start region for level 4 (Seed: -5324172123910856242)
635[16:11:35] [Server thread/INFO]: [dynmap] World 'shop' disabled
636[16:11:35] [Server thread/INFO]: -------- World Settings For [native] --------
637[16:11:35] [Server thread/INFO]: Random Lighting Updates: false
638[16:11:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
639[16:11:35] [Server thread/INFO]: Max TNT Explosions: 100
640[16:11:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
641[16:11:35] [Server thread/INFO]: Experience Merge Radius: 3.0
642[16:11:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
643[16:11:35] [Server thread/INFO]: Cane Growth Modifier: 100%
644[16:11:35] [Server thread/INFO]: Melon Growth Modifier: 100%
645[16:11:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
646[16:11:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
647[16:11:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
648[16:11:35] [Server thread/INFO]: Beetroot Growth Modifier: 100%
649[16:11:35] [Server thread/INFO]: Carrot Growth Modifier: 100%
650[16:11:35] [Server thread/INFO]: Potato Growth Modifier: 100%
651[16:11:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
652[16:11:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
653[16:11:35] [Server thread/INFO]: Vine Growth Modifier: 100%
654[16:11:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
655[16:11:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
656[16:11:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
657[16:11:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
658[16:11:35] [Server thread/INFO]: Mob Spawn Range: 6
659[16:11:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
660[16:11:35] [Server thread/INFO]: Item Merge Radius: 2.5
661[16:11:35] [Server thread/INFO]: Item Despawn Rate: 6000
662[16:11:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
663[16:11:35] [Server thread/INFO]: View Distance: 10
664[16:11:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
665[16:11:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
666[16:11:35] [Server thread/INFO]: Preparing start region for level 5 (Seed: -7940866223636248335)
667[16:11:36] [Server thread/INFO]: Preparing spawn area for native, 36%
668[16:11:37] [Server thread/INFO]: Preparing spawn area for native, 77%
669[16:11:38] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'native'.
670[16:11:38] [Server thread/INFO]: -------- World Settings For [african] --------
671[16:11:38] [Server thread/INFO]: Random Lighting Updates: false
672[16:11:38] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
673[16:11:38] [Server thread/INFO]: Max TNT Explosions: 100
674[16:11:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
675[16:11:38] [Server thread/INFO]: Experience Merge Radius: 3.0
676[16:11:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
677[16:11:38] [Server thread/INFO]: Cane Growth Modifier: 100%
678[16:11:38] [Server thread/INFO]: Melon Growth Modifier: 100%
679[16:11:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
680[16:11:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
681[16:11:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
682[16:11:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
683[16:11:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
684[16:11:38] [Server thread/INFO]: Potato Growth Modifier: 100%
685[16:11:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
686[16:11:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
687[16:11:38] [Server thread/INFO]: Vine Growth Modifier: 100%
688[16:11:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
689[16:11:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
690[16:11:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
691[16:11:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
692[16:11:38] [Server thread/INFO]: Mob Spawn Range: 6
693[16:11:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
694[16:11:38] [Server thread/INFO]: Item Merge Radius: 2.5
695[16:11:38] [Server thread/INFO]: Item Despawn Rate: 6000
696[16:11:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
697[16:11:38] [Server thread/INFO]: View Distance: 10
698[16:11:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
699[16:11:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
700[16:11:38] [Server thread/INFO]: Preparing start region for level 6 (Seed: -521085261143226939)
701[16:11:39] [Server thread/INFO]: Preparing spawn area for african, 44%
702[16:11:40] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'african'.
703[16:11:40] [Server thread/INFO]: -------- World Settings For [flatworld] --------
704[16:11:40] [Server thread/INFO]: Random Lighting Updates: false
705[16:11:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
706[16:11:40] [Server thread/INFO]: Max TNT Explosions: 100
707[16:11:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
708[16:11:40] [Server thread/INFO]: Experience Merge Radius: 3.0
709[16:11:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
710[16:11:40] [Server thread/INFO]: Cane Growth Modifier: 100%
711[16:11:40] [Server thread/INFO]: Melon Growth Modifier: 100%
712[16:11:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
713[16:11:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
714[16:11:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
715[16:11:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
716[16:11:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
717[16:11:40] [Server thread/INFO]: Potato Growth Modifier: 100%
718[16:11:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
719[16:11:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
720[16:11:40] [Server thread/INFO]: Vine Growth Modifier: 100%
721[16:11:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
722[16:11:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
723[16:11:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
724[16:11:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
725[16:11:40] [Server thread/INFO]: Mob Spawn Range: 6
726[16:11:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
727[16:11:40] [Server thread/INFO]: Item Merge Radius: 2.5
728[16:11:40] [Server thread/INFO]: Item Despawn Rate: 6000
729[16:11:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
730[16:11:40] [Server thread/INFO]: View Distance: 10
731[16:11:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
732[16:11:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
733[16:11:40] [Server thread/INFO]: Preparing start region for level 7 (Seed: 6181870321721543349)
734[16:11:40] [Server thread/INFO]: [dynmap] World 'flatworld' disabled
735[16:11:40] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
736[16:11:40] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
737[16:11:40] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.2.0
738[16:11:40] [Server thread/INFO]: [AdvancedPortals] Bukkit version detected v1_13_R2
739[16:11:40] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
740[16:11:40] [Server thread/INFO]: Advanced portals have been successfully enabled!
741[16:11:40] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.19.1
742[16:11:40] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
743[16:11:40] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.19.1
744[16:11:40] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from Planet Minecraft, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
745[16:11:41] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.13-breaking
746[16:11:41] [Server thread/INFO]: [OldCombat] Enabling OldCombat v1.0
747[16:11:41] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.4
748[16:11:41] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
749[16:11:41] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
750[16:11:41] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
751[16:11:41] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
752[16:11:41] [Server thread/INFO]: [DeluxeMenus] Could not setup a NMS hook for your server version!
753[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] Enabling AdvancedBanGUI v2.1
754[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] AdvancedBanGUI V2.1 starting...
755[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] AdvancedBanGUI V2.1 loading commands and config files...
756[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] AdvancedBanGUI V2.1 started!
757[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] AdvancedBanGUI V2.1 checking for updates...
758[16:11:41] [Server thread/INFO]: ---------------------------------
759[16:11:41] [Server thread/INFO]: [AdvancedBanGUI] Failed to check for a update!
760[16:11:41] [Server thread/INFO]: ---------------------------------
761[16:11:41] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v1.1
762[16:11:41] [Server thread/INFO]: [NerfPhantoms] Enabling NerfPhantoms v1.2.0
763[16:11:41] [Server thread/INFO]: [NoteBlockMusicPlayer] Enabling NoteBlockMusicPlayer v1.8.1
764[16:11:41] [Server thread/ERROR]: [NoteBlockMusicPlayer] *** HolographicDisplays is not installed or not enabled. ***
765[16:11:41] [Server thread/ERROR]: [NoteBlockMusicPlayer] *** Holograms are disabled. ***
766[16:11:41] [Server thread/ERROR]: [NoteBlockMusicPlayer] Position radio 'test_radio' is disabled, because playlist 'test_playlist' doesn't exist.
767[16:11:41] [Server thread/ERROR]: [NoteBlockMusicPlayer] Server radio 'server_radio' is disabled, because playlist 'test_playlist' doesn't exist.
768[16:11:41] [Server thread/INFO]: Plugin NoteBlockMusicPlayer (v1.8.1) is now enable.
769[16:11:41] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v7.4
770[16:11:41] [Server thread/INFO]: [PlayerParticles] Data handler connected using SQLite.
771[16:11:42] [Server thread/INFO]: [BloodInMinecraft] Enabling BloodInMinecraft v6.0
772[16:11:42] [Server thread/INFO]: ----------------------------------------
773[16:11:42] [Server thread/INFO]: BloodInMinecraft By Yanisssch Is On! No error Found ;)! VERSION 6.0
774[16:11:42] [Server thread/INFO]: Your server running on:git-Spigot-518206a-a5b9c7b (MC: 1.13.2)
775[16:11:42] [Server thread/INFO]: ----------------------------------------
776[16:11:42] [Server thread/INFO]: [Scoreboard-revision] Enabling Scoreboard-revision vR3 1.3.1 RELEASE
777[16:11:42] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/api/general.php
778[16:11:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
779[16:11:42] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
780[16:11:42] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
781[16:11:42] [Server thread/WARN]: at rien.bijl.Scoreboard.r.Session.isUpToDate(Session.java:36)
782[16:11:42] [Server thread/WARN]: at rien.bijl.Scoreboard.r.Main.init(Main.java:29)
783[16:11:42] [Server thread/WARN]: at rien.bijl.Scoreboard.r.Main.onEnable(Main.java:23)
784[16:11:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
785[16:11:42] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
786[16:11:42] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
787[16:11:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
788[16:11:42] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
789[16:11:42] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:579)
790[16:11:42] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:541)
791[16:11:42] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:419)
792[16:11:42] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
793[16:11:42] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697)
794[16:11:42] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
795[16:11:42] [Server thread/INFO]: [Scoreboard-revision] Loaded app handler for board: board
796[16:11:42] [Server thread/INFO]:
797
798
799 _______. ______ ______ .______ _______ .______ ______ ___ .______ _______
800 / | / | / __ \ | _ \ | ____|| _ \ / __ \ / \ | _ \ | \
801 | (----`| ,----'| | | | | |_) | | |__ | |_) | | | | | / ^ \ | |_) | | .--. |
802 \ \ | | | | | | | / | __| | _ < | | | | / /_\ \ | / | | | |
803.----) | | `----.| `--' | | |\ \----.| |____ | |_) | | `--' | / _____ \ | |\ \----.| '--' |
804|_______/ \______| \______/ | _| `._____||_______||______/ \______/ /__/ \__\ | _| `._____||_______/
805
806Thanks for using Scoreboard-revision! This is a community ran project that takes a lot of time to maintain.
807Please consider leaving a 5/5 review if you like using our plugin!
808
809- HelloitsRien, Author
810Scoreboard version: R3 1.3.1 RELEASE (OUTDATED)
811
812
813[16:11:42] [Server thread/INFO]: [Matrix] Enabling Matrix v1.9.1
814[16:11:42] [Server thread/INFO]: [Matrix/Info] + ----------------------------------------------------------- +
815[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded configuration: config.yml
816[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded configuration: checks.yml
817[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded configuration: language.yml
818[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled KillAura Check
819[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled HitBox Check
820[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Speed Check
821[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Fly Check
822[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled BadPackets Check
823[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled FastUse Check
824[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled FastBow Check
825[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled FastHeal Check
826[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Block Check
827[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Jesus Check
828[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Inventory Check
829[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Velocity Check
830[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Chat Check
831[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Interact Check
832[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled AutoFish Check
833[16:11:42] [Server thread/INFO]: [Matrix/Info] (CheckManager) Enabled Phase Check
834[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded all files
835[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded AsyncPool
836[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded PermissionManager
837[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded Matrix Command
838[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded PlayerManager
839[16:11:42] [Server thread/INFO]: [Matrix/Info] (Machine Learning) Start loading machine learning models...
840[16:11:42] [Server thread/INFO]: [Matrix/Info] (Machine Learning) Model Version: #6
841[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded 96 models
842[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded Violation Log System
843[16:11:42] [Server thread/INFO]: [Matrix/Info] Loaded GUIManager
844[16:11:42] [Server thread/INFO]: [Matrix/Info] Matrix loaded,used time: 548 ms
845[16:11:42] [Server thread/INFO]: [Matrix/Info] + ----------------------------------------------------------- +
846[16:11:42] [Server thread/INFO]: [QuickShop] Enabling QuickShop vReremake 2.4.8.4
847[16:11:42] [Server thread/INFO]: [QuickShop] Quickshop Reremake
848[16:11:42] [Server thread/INFO]: [QuickShop] Developers: BukkitCommonsStudio, Netherfoam, Timtower, KaiNoMood, Ghost_chu, Mgazul, TiaraRinne
849[16:11:42] [Server thread/INFO]: [QuickShop] Original author: Netherfoam, Timtower, KaiNoMood
850[16:11:42] [Server thread/INFO]: [QuickShop] Let's start loading the plugin
851[16:11:42] [Server thread/INFO]: [QuickShop] Running QuickShop-Reremake on Minecraft version v1_13_R2
852[16:11:43] [Server thread/INFO]: [QuickShop] ?c?lTranslator: ?b?lGhost_chu
853[16:11:43] [Server thread/INFO]: [QuickShop] ?c?lContributors: ?b?lTimtower, Netherfoam, KaiNoMood and Mgazul
854[16:11:43] [Server thread/INFO]: [QuickShop] ?c?lLanguage Zone: ?b?lEnglish (en_US)
855[16:11:43] [Server thread/INFO]: [QuickShop] bStats module loaded.
856[16:11:43] [Server thread/INFO]: [QuickShop] Successfully loaded PlaceHolderAPI support!
857[16:11:43] [Server thread/INFO]: [QuickShop] Complete to load Itemname i18n.
858[16:11:43] [Server thread/INFO]: [QuickShop] Starting loading Enchantment i18n...
859[16:11:43] [Server thread/INFO]: [QuickShop] Complete to load enchname i18n.
860[16:11:43] [Server thread/INFO]: [QuickShop] Starting loading Potion i18n...
861[16:11:43] [Server thread/INFO]: [QuickShop] Complete to load potionname i18n.
862[16:11:43] [Server thread/INFO]: [QuickShop] Selected permission provider: Bukkit
863[16:11:43] [Server thread/INFO]: [QuickShop] Loading shops from the database...
864[16:11:43] [Server thread/INFO]: [QuickShop] Used 0ms to fetch all shops from the database.
865[16:11:46] [Server thread/INFO]: [QuickShop] Successfully loaded 61 shops! (Used 2468ms, Avg 40ms per shop)
866[16:11:46] [Server thread/INFO]: [QuickShop] 0 shops will load after chunk have loaded, 0 shops will load after the world has loaded.
867[16:11:46] [Server thread/INFO]: [QuickShop] Registering Listeners...
868[16:11:46] [Server thread/INFO]: [QuickShop] Registering DisplayCheck task....
869[16:11:46] [Server thread/INFO]: [QuickShop] Cleaning MsgUtils...
870[16:11:46] [Server thread/INFO]: [QuickShop] Cleaning purchase messages from the database that are over a week old...
871[16:11:46] [Server thread/INFO]: [QuickShop] Registering UpdateWatcher...
872[16:11:46] [Server thread/INFO]: [QuickShop] Registering BStats Mertics...
873[16:11:46] [Server thread/INFO]: [QuickShop] Posting stats data...
874[16:11:46] [Server thread/INFO]: [QuickShop] Metrics submitted.
875[16:11:46] [Server thread/INFO]: [QuickShop] QuickShop Loaded! 3606 ms.
876[16:11:46] [Server thread/INFO]: [QuickShop] Log actions is enabled, actions will log in the qs.log file!
877[16:11:46] [Thread-39/INFO]: [QuickShop] Sending stats data...
878[16:11:46] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
879[16:11:46] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
880[16:11:46] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
881[16:11:46] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
882[16:11:46] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
883[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
884[16:11:46] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
885[16:11:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
886[16:11:46] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
887[16:11:46] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
888[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
889[16:11:46] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
890[16:11:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
891[16:11:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
892[16:11:46] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
893[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
894[16:11:46] [Server thread/INFO]: [WorldGuard] (lobby) TNT ignition is PERMITTED.
895[16:11:46] [Server thread/INFO]: [WorldGuard] (lobby) Lighters are PERMITTED.
896[16:11:46] [Server thread/INFO]: [WorldGuard] (lobby) Lava fire is PERMITTED.
897[16:11:46] [Server thread/INFO]: [WorldGuard] (lobby) Fire spread is UNRESTRICTED.
898[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'lobby'
899[16:11:46] [Server thread/INFO]: [WorldGuard] (shop) TNT ignition is PERMITTED.
900[16:11:46] [Server thread/INFO]: [WorldGuard] (shop) Lighters are PERMITTED.
901[16:11:46] [Server thread/INFO]: [WorldGuard] (shop) Lava fire is PERMITTED.
902[16:11:46] [Server thread/INFO]: [WorldGuard] (shop) Fire spread is UNRESTRICTED.
903[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shop'
904[16:11:46] [Server thread/INFO]: [WorldGuard] (native) TNT ignition is PERMITTED.
905[16:11:46] [Server thread/INFO]: [WorldGuard] (native) Lighters are PERMITTED.
906[16:11:46] [Server thread/INFO]: [WorldGuard] (native) Lava fire is PERMITTED.
907[16:11:46] [Server thread/INFO]: [WorldGuard] (native) Fire spread is UNRESTRICTED.
908[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'native'
909[16:11:46] [Server thread/INFO]: [WorldGuard] (african) TNT ignition is PERMITTED.
910[16:11:46] [Server thread/INFO]: [WorldGuard] (african) Lighters are PERMITTED.
911[16:11:46] [Server thread/INFO]: [WorldGuard] (african) Lava fire is PERMITTED.
912[16:11:46] [Server thread/INFO]: [WorldGuard] (african) Fire spread is UNRESTRICTED.
913[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'african'
914[16:11:46] [Server thread/INFO]: [WorldGuard] (flatworld) TNT ignition is PERMITTED.
915[16:11:46] [Server thread/INFO]: [WorldGuard] (flatworld) Lighters are PERMITTED.
916[16:11:46] [Server thread/INFO]: [WorldGuard] (flatworld) Lava fire is PERMITTED.
917[16:11:46] [Server thread/INFO]: [WorldGuard] (flatworld) Fire spread is UNRESTRICTED.
918[16:11:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatworld'
919[16:11:46] [Server thread/INFO]: [WorldGuard] Loading region data...
920[16:11:47] [Server thread/INFO]: [Holograms] Enabling Holograms v2.9.1-SNAPSHOT
921[16:11:47] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_13_R2.HologramEntityControllerImpl
922[16:11:48] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v1.7.4
923[16:11:48] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_13_R2
924[16:11:48] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.5.1
925[16:11:48] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
926[16:11:48] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.2-b107
927[16:11:48] [Server thread/INFO]: | Command file(s) found : 1
928[16:11:48] [Server thread/INFO]: | Config : Ready.
929[16:11:48] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
930[16:11:48] [Server thread/INFO]: | Custom commands loaded : 47
931[16:11:48] [Server thread/INFO]: | Version: 5.5.1
932[16:11:48] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
933[16:11:48] [Server thread/INFO]: | New update available : MyCommand v5.6.2
934[16:11:48] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
935[16:11:48] [Server thread/INFO]: [PluginHiderPlus] Enabling PluginHiderPlus v3.7
936[16:11:48] [Server thread/INFO]: [PluginHiderPlus] Loading configuration files..
937[16:11:48] [Server thread/INFO]: [PluginHiderPlus] Loading msg configuration files..
938[16:11:48] [Server thread/INFO]: [PH+] Plug-in enabled
939[16:11:48] [Server thread/INFO]: [SayNoToMcLeaks] Enabling SayNoToMcLeaks v1.7
940[16:11:48] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.0
941[16:11:49] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
942[16:11:49] [Server thread/INFO]: No kits found to migrate.
943[16:11:49] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
944[16:11:49] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
945[16:11:49] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
946[16:11:49] [Server thread/INFO]: Loaded 19480 items from items.json.
947[16:11:49] [Server thread/INFO]: Using locale en_US
948[16:11:49] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
949[16:11:49] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
950[16:11:49] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
951[16:11:49] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
952[16:11:49] [Server thread/INFO]: [Jobs] Enabling Jobs v4.14.3
953[16:11:51] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
954[16:11:51] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
955[16:11:52] [Server thread/INFO]: [Jobs] Loaded 8 titles!
956[16:11:52] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
957[16:11:52] [Server thread/INFO]: [Jobs] Loaded 899 custom item names!
958[16:11:52] [Server thread/INFO]: [Jobs] Loaded 59 custom entity names!
959[16:11:52] [Server thread/INFO]: [Jobs] Loaded 34 custom enchant names!
960[16:11:52] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
961[16:11:52] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
962[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
963[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
964[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
965[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
966[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
967[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
968[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
969[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
970[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
971[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
972[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
973[16:11:52] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
974[16:11:52] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
975[16:11:52] [Server thread/INFO]: [Jobs] Explorer job manager registered!
976[16:11:53] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
977[16:11:53] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
978[16:11:53] [Server thread/INFO]: [Jobs] Preloaded 317 players data in 0.02
979[16:11:53] [Server thread/INFO]: [Jobs] WorldGuard detected.
980[16:11:53] [Server thread/INFO]: [Jobs] Loaded 57 block protection entries. 1
981[16:11:53] [Server thread/INFO]: [Jobs] Loading explorer data
982[16:11:53] [Server thread/INFO]: [Jobs] Loaded explorer data (6171)
983[16:11:53] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
984[16:11:53] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
985[16:11:53] [Server thread/INFO]: [BuycraftX] Validating your server key...
986[16:11:54] [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.
987[16:11:54] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
988[16:11:54] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.3.0
989[16:11:54] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.26-SNAPSHOT (build 1852)
990[16:11:54] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.26-SNAPSHOT (build 1852) (Is it up to date?)
991java.lang.NoClassDefFoundError: net/minecraft/server/v1_13_R2/BlockPosition$PooledBlockPosition
992 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_242]
993 at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_242]
994 at net.citizensnpcs.util.NMS.loadBridge(NMS.java:289) ~[?:?]
995 at net.citizensnpcs.Citizens.onEnable(Citizens.java:291) ~[?:?]
996 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
997 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
998 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
999 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1000 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1001 at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:579) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1002 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:541) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1003 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:419) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1004 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1005 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1006 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
1007Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.BlockPosition$PooledBlockPosition
1008 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1009 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:80) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1010 at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
1011 at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
1012 ... 15 more
1013[16:11:54] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10-RELEASE
1014[16:11:54] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
1015[16:11:54] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
1016[16:11:54] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
1017[16:11:54] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
1018[16:11:54] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
1019[16:11:54] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
1020[16:11:54] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
1021[16:11:54] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
1022[16:11:54] [Server thread/INFO]: [CrazyCrates] Loading custom files.
1023[16:11:54] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
1024[16:11:54] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
1025[16:11:54] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
1026[16:11:54] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
1027[16:11:55] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
1028[16:11:55] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_13_R2! Trying to find NMS support
1029[16:11:55] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_13_R2' loaded!
1030[16:11:55] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
1031[16:11:55] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
1032[16:11:55] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
1033[16:11:55] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
1034[16:11:55] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
1035[16:11:55] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
1036[16:11:55] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
1037[16:11:55] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
1038[16:11:55] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
1039[16:11:55] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
1040[16:11:55] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
1041[16:11:55] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
1042[16:11:55] [Server thread/INFO]: [eGlow] Enabling eGlow v2.0.5
1043[16:11:55] [Server thread/INFO]: [eGlow] Checking compatibility with current server version (v1_13_R2)
1044[16:11:55] [Server thread/INFO]: [eGlow] Your server version should be compatible with eGlow!
1045[16:11:55] [Server thread/INFO]: [eGlow] Hooking intro Vault!
1046[16:11:55] [Server thread/INFO]: [eGlow] Messages.yml found! Loading!
1047[16:11:55] [Server thread/INFO]: [eGlow] Config.yml found! Loading!
1048[16:11:55] [Server thread/INFO]: [TabList] Enabling TabList v5.1
1049[16:11:55] [Server thread/WARN]: [TabList] Found outdated configuration (config.yml)! (Your version: 11 | Newest version: 15)
1050[16:11:55] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.10.2
1051[16:11:55] [Server thread/WARN]: java.lang.NullPointerException
1052[16:11:55] [Server thread/WARN]: at hu.montlikadani.tablist.bukkit.TabHandler.loadToggledTabs(TabHandler.java:751)
1053[16:11:55] [Server thread/WARN]: at hu.montlikadani.tablist.bukkit.TabList.onEnable(TabList.java:107)
1054[16:11:55] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
1055[16:11:55] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
1056[16:11:55] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
1057[16:11:55] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:434)
1058[16:11:55] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:348)
1059[16:11:55] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:579)
1060[16:11:55] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:541)
1061[16:11:55] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:419)
1062[16:11:55] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294)
1063[16:11:55] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:697)
1064[16:11:55] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1065[16:11:55] [Server thread/WARN]: [TabList] There was an error. Please report it here:
1066https://github.com/montlikadani/TabList/issues
1067[16:11:55] [Server thread/INFO]: [Towny] Enabling Towny v0.95.1.0 for 1.13.2
1068[16:11:55] [Server thread/INFO]: ==================== Towny ========================
1069[16:11:55] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
1070[16:11:56] [Server thread/INFO]: [Towny] Using: Vault 1.7.2-b107 via Vault 1.7.2-b107, Essentials Economy via Vault, PlaceholderAPI v2.10.2
1071[16:11:56] [Server thread/INFO]: Time until a New Day: 19 hours, 48 minutes, 4 seconds
1072[16:11:56] [Server thread/INFO]: =============================================================
1073[16:11:56] [Server thread/INFO]: [Towny] Version: 0.95.1.0 for 1.13.2 - Mod Enabled
1074[16:11:56] [Server thread/INFO]: =============================================================
1075[16:11:56] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.62
1076[16:11:56] [Server thread/INFO]: [ChopTree3] Enabling ChopTree3 v4.0.0
1077[16:11:56] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.17.1
1078[16:11:56] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v4.0
1079[16:11:56] [Server thread/INFO]: [Dynmap-Towny] Enabling Dynmap-Towny v0.73
1080[16:11:56] [Server thread/INFO]: [Dynmap-Towny] initializing
1081[16:11:56] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect
1082[16:11:56] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect
1083[16:11:56] [Server thread/INFO]: [Dynmap-Towny] version 0.73 is activated
1084[16:11:56] [Server thread/INFO]: [Dynmap-Towny] TownyChat detect: disabling normal chat-to-web processing in Dynmap
1085[16:11:56] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.5.0.1
1086[16:11:56] [Server thread/INFO]: [MCSF] Enabling MCSF v1.0.0
1087[16:11:56] [Server thread/INFO]: [DiscordSRV] Language initialized as English
1088[16:11:56] [Server thread/INFO]: [DiscordSRV] API listener com.github.Jochyoua.MCSF.Main subscribed (1 methods)
1089[16:11:56] [Server thread/INFO]: [MCSF] Metrics is enabled
1090[16:11:56] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1091[16:11:58] [DiscordSRV - Initialization/WARN]: [DiscordSRV]
1092
1093The current build of DiscordSRV is outdated by 280 commits! Get the latest build at your favorite distribution center.
1094
1095Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
1096Bukkit Dev: http://dev.bukkit.org/bukkit-plugins/discordsrv/
1097Source: https://github.com/Scarsz/DiscordSRV
1098
1099[16:11:58] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ?8===============================================================================
1100[16:11:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ?a Need a server host? Try PebbleHost! Plans starting at $1/GB!
1101[16:11:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ?a Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
1102[16:11:59] [DiscordSRV - Initialization/INFO]: [DiscordSRV] ?8===============================================================================
1103[16:11:59] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
1104[16:11:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
1105[16:11:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
1106[16:11:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
1107[16:11:59] [Server thread/INFO]: Done (42.143s)! For help, type "help"
1108[16:11:59] [Server thread/INFO]: [BanItem] Unknown item spawn_egg set for world world in blacklist of config.yml
1109[16:11:59] [Server thread/INFO]: [BanItem] Unknown item spawn_egg set for world lobby in blacklist of config.yml
1110[16:11:59] [Server thread/INFO]: [BanItem] Unknown item spawn_egg set for world shop in blacklist of config.yml
1111[16:11:59] [Server thread/INFO]: [BanItem] Unknown item spawn_egg set for world world_nether in blacklist of config.yml
1112[16:11:59] [Server thread/INFO]: [BanItem] Unknown item flatworld set for world world_the_end in blacklist of config.yml
1113[16:11:59] [Server thread/INFO]: [BanItem] Unknown item spawn_egg set for world world_the_end in blacklist of config.yml
1114[16:11:59] [Server thread/INFO]: [BanItem] Unknown item ender_stone set for world world_the_end in whitelist of config.yml
1115[16:11:59] [Server thread/INFO]: [BanItem] Successfully loaded 25 blacklisted & 0 whitelisted item(s).
1116[16:11:59] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.2(404)
1117[16:11:59] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
1118[16:11:59] [Craft Scheduler Thread - 13/INFO]: [Matrix/Info] Start checking update....
1119[16:11:59] [Craft Scheduler Thread - 13/INFO]: Matrix has an update: 4.3.5 ,Please download it from spigotmc.org
1120[16:11:59] [Craft Scheduler Thread - 11/INFO]: [PlayerParticles] An update (v7.5) is available! You are running v7.4
1121[16:11:59] [Craft Scheduler Thread - 13/INFO]: Matrix has an update: 4.3.5 ,Please download it from spigotmc.org
1122[16:11:59] [Server thread/INFO]: [AuctionHouse] Cleaned 0 listing
1123[16:11:59] [Craft Scheduler Thread - 13/INFO]: Matrix has an update: 4.3.5 ,Please download it from spigotmc.org
1124[16:11:59] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
1125[16:12:00] [Server thread/WARN]: [eGlow] Task #130 for eGlow v2.0.5 generated an exception
1126java.lang.NullPointerException: null
1127 at me.MrGraycat.eGlow.Dependencies.Citizens.CitizensUtil.onEnable(CitizensUtil.java:25) ~[?:?]
1128 at me.MrGraycat.eGlow.EGlow$1.run(EGlow.java:80) ~[?:?]
1129 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1130 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:391) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1131 at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:888) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1132 at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1133 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:830) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1134 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:728) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1135 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
1136[16:12:00] [Craft Scheduler Thread - 0/INFO]: [Matrix/Info] Plugin Enabled
1137[16:12:00] [Server thread/INFO]: [Zenith] Successfully enabled 0 expansionss
1138[16:12:00] [Server thread/INFO]: [Zenith] CombatLogX is now enabled.
1139[16:12:00] [Craft Scheduler Thread - 12/INFO]: [Matrix/Info] (Machine Learning) You are using the latest machine learning models
1140[16:12:00] [Server thread/INFO]: [QuickShop] Using economy system: Essentials Economy
1141[16:12:00] [Craft Scheduler Thread - 2/INFO]: [QuickShop] A new version of QuickShop has been released!
1142[16:12:00] [Craft Scheduler Thread - 2/INFO]: [QuickShop] Update here: https://www.spigotmc.org/resources/62575/
1143[16:12:00] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome2" with 2 lines
1144[16:12:00] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome1" with 1 lines
1145[16:12:00] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome3" with 2 lines
1146[16:12:00] [Server thread/INFO]: [Holograms] Loaded hologram with "welcome4" with 2 lines
1147[16:12:00] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
1148[16:12:00] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.5) is available at:
1149[16:12:00] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
1150[16:12:00] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
1151[16:12:00] [Craft Scheduler Thread - 0/INFO]: [Zenith] Checking for updates using Spigot API...
1152[16:12:00] [Thread-42/INFO]: --------------------
1153[16:12:00] [Thread-42/INFO]: [CoreProtect] Version 2.18.2 is now available.
1154[16:12:00] [Thread-42/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
1155[16:12:00] [Thread-42/INFO]: --------------------
1156[16:12:00] [Thread-42/INFO]: [Sponsor] Unlimited Minecraft Hosting: hosthorde.com
1157[16:12:00] [Thread-42/INFO]: --------------------
1158[16:12:00] [Craft Scheduler Thread - 3/INFO]: [StaffPlus] You are using the latest version thanks
1159[16:12:00] [Craft Scheduler Thread - 0/INFO]: ==============================================
1160[16:12:00] [Craft Scheduler Thread - 0/INFO]: CombatLogX Update Checker
1161[16:12:00] [Craft Scheduler Thread - 0/INFO]:
1162[16:12:00] [Craft Scheduler Thread - 0/INFO]: There is an update available!
1163[16:12:00] [Craft Scheduler Thread - 0/INFO]: Latest Version: 9.9.3.1
1164[16:12:00] [Craft Scheduler Thread - 0/INFO]: Your Version: 9.5.0.1
1165[16:12:00] [Craft Scheduler Thread - 0/INFO]: Get it here: https://www.spigotmc.org/resources/combatlogx.31689/
1166[16:12:00] [Craft Scheduler Thread - 0/INFO]: ==============================================
1167[16:12:01] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 169 placeholder expansions are available on the cloud.
1168[16:12:01] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
1169[16:12:01] [Craft Scheduler Thread - 2/INFO]: [Vault] No new version available
1170[16:12:02] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
1171[16:12:02] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
1172[16:12:02] [Craft Scheduler Thread - 1/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.19.1 New Version: 5.20.8 Use /av download to get the latest update!
1173[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:ZENITHSERVER.NET(582701799908048928)
1174[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-announcements-?(582705918245077011)
1175[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-rules-?(687054553140559891)
1176[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-voting-links-?(598543154819366942)
1177[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-new-members-?(582706152366669824)
1178[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-console-?(598961039953887243)
1179[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-bans-?(599030035583729664)
1180[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-server-?(598967563954683925)
1181[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-staff-application-template-?(673721528386453513)
1182[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-staff-applications-?(673721645281837096)
1183[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-global-?(582701800352907285)
1184[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-bot-?(582706623420825631)
1185[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-suggestions-?(582705883767635968)
1186[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-support-?(582706857815310376)
1187[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-off-topic-?(582707502282702848)
1188[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-admin-chat-?(677632311856070688)
1189[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-moderator-chat-?(677632339655786525)
1190[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:?-builder-chat-?(677632359729987627)
1191[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 598961039953887243
1192[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
1193[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling TownyChat hook
1194[16:12:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Automatically enabled hooking for 1 TownyChat channels: general
1195[16:12:04] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetching all due players...
1196[16:12:04] [Craft Scheduler Thread - 1/INFO]: [BuycraftX] Fetched due players (0 found).
1197[16:12:05] [Craft Scheduler Thread - 12/WARN]: [VotingPlugin] Detected an issue with voting sites, check the server startup log for more details
1198[16:12:05] [Server thread/ERROR]: [PlaceholderAPI] FriendReferral is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [SamJakob (formerly known as MasterDoctor)] and urge them to update it ASAP.
1199[16:12:05] [Server thread/INFO]: Announcer: There are no longer any players online. Disabling broadcasts to prevent console flood.
1200[16:12:10] [User Authenticator #1/INFO]: UUID of player PAUL_BLART_LOVER is c8a948fa-cfab-4d9b-836c-ea6a3a4908f5
1201[16:12:11] [Server thread/INFO]: ---------------------------------
1202[16:12:11] [Server thread/INFO]: [AdvancedBanGUI] Failed to check for a update!
1203[16:12:11] [Server thread/INFO]: ---------------------------------
1204[16:12:11] [Server thread/WARN]: [DiscordSRV] Could not set nickname for MB:Master(U:Master(247057697965473792) / G:ZENITHSERVER.NET(582701799908048928)) because "Can't modify a member with higher or equal highest role than yourself!"
1205[16:12:13] [Server thread/INFO]: PAUL_BLART_LOVER[/134.215.97.138:55748] logged in with entity id 829 at ([world]-2457.2358882897115, 116.0, 391.1124507810622)
1206[16:12:13] [Craft Scheduler Thread - 12/INFO]: Failed to check for Jobs update on spigot web page.
1207[16:12:15] [Server thread/INFO]: Announcer: Player(s) are online. Enabling broadcasts...
1208[16:12:15] [Server thread/INFO]: Enabled! Broadcasts will automatically be turned off if player count reaches 0
1209[16:12:15] [Server thread/INFO]: [Spicord] Loaded 1 bots, 0 disabled.
1210[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'annotations-16.0.1.jar'.
1211[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'jsr305-3.0.2.jar'.
1212[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'commons-collections4-4.1.jar'.
1213[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'jna-4.4.0.jar'.
1214[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'json-20160810.jar'.
1215[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'nv-websocket-client-2.5.jar'.
1216[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'okio-2.2.2.jar'.
1217[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'okhttp-3.13.0.jar'.
1218[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'opus-java-api-1.0.4.jar'.
1219[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'opus-java-natives-1.0.4.jar'.
1220[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'trove4j-3.0.3.jar'.
1221[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'kotlin-stdlib-1.3.31.jar'.
1222[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] [Loader] Loaded library 'JDA-3.8.3-mcdb.jar'.
1223[16:12:15] [Server thread/INFO]: [Spicord] Registered addon 'Server Information' (spicord::info) by OopsieWoopsie
1224[16:12:15] [Server thread/INFO]: [Spicord] Registered addon 'Plugin List' (spicord::plugins) by OopsieWoopsie
1225[16:12:15] [Server thread/INFO]: [Spicord] Registered addon 'Player List' (spicord::players) by OopsieWoopsie
1226[16:12:15] [Server thread/INFO]: [Spicord] [DEBUG] Successfully disabled JDA's messages.
1227[16:12:15] [Server thread/INFO]: [Spicord] Starting the bots...
1228[16:12:15] [Server thread/INFO]: [Spicord] Starting bot 'default'.
1229[16:12:16] [Server thread/INFO]: [MyCommand] found an update for MyCommand. Type /mycommand for more infos.
1230[16:12:17] [JDA MainWS-ReadThread/INFO]: The bot 'default' has started without errors.
1231[16:12:41] [Server thread/INFO]: PAUL_BLART_LOVER issued server command: /gm 1
1232[16:12:41] [Server thread/INFO]: PAUL_BLART_LOVER issued mycmd command ID(7) /gm 1
1233[16:12:41] [Server thread/INFO]: PAUL_BLART_LOVER issued server command: /gamemode 1
1234[16:12:45] [Server thread/INFO]: PAUL_BLART_LOVER issued server command: /npc create ob ama
1235[16:12:47] [Server thread/INFO]: PAUL_BLART_LOVER issued server command: /npc create obama
1236[16:16:16] [Server thread/INFO]: PAUL_BLART_LOVER issued server command: /npc create obama
1237[16:17:07] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetching all due players...
1238[16:17:07] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetched due players (0 found).
1239[16:18:51] [Server thread/INFO]: PAUL_BLART_LOVER lost connection: Disconnected
1240[16:18:51] [Server thread/INFO]: PAUL_BLART_LOVER left the game
1241[16:18:53] [Server thread/INFO]: Announcer: There are no longer any players online. Disabling broadcasts to prevent console flood.
1242[16:22:07] [Craft Scheduler Thread - 16/INFO]: [BuycraftX] Fetching all due players...
1243[16:22:08] [Craft Scheduler Thread - 16/INFO]: [BuycraftX] Fetched due players (0 found).
1244[16:27:08] [Craft Scheduler Thread - 16/INFO]: [BuycraftX] Fetching all due players...
1245[16:27:08] [Craft Scheduler Thread - 16/INFO]: [BuycraftX] Fetched due players (0 found).
1246[16:32:09] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetching all due players...
1247[16:32:09] [Craft Scheduler Thread - 19/INFO]: [BuycraftX] Fetched due players (0 found).
1248[16:37:09] [Craft Scheduler Thread - 8/INFO]: [BuycraftX] Fetching all due players...
1249[16:37:09] [Craft Scheduler Thread - 8/INFO]: [BuycraftX] Fetched due players (0 found).
1250[16:42:10] [Craft Scheduler Thread - 35/INFO]: [BuycraftX] Fetching all due players...
1251[16:42:10] [Craft Scheduler Thread - 35/INFO]: [BuycraftX] Fetched due players (0 found).
1252[16:47:09] [Server thread/INFO]: Saving the game (this may take a moment!)
1253[16:47:09] [Server thread/INFO]: Saved the game
1254[16:47:09] [Server thread/INFO]: Stopping the server
1255[16:47:09] [Server thread/INFO]: Stopping server
1256[16:47:09] [Server thread/INFO]: [MCSF] Disabling MCSF v1.0.0
1257[16:47:09] [Server thread/INFO]: [DiscordSRV] API listener com.github.Jochyoua.MCSF.Main unsubscribed
1258[16:47:09] [Server thread/INFO]: [CombatLogX] Disabling CombatLogX v9.5.0.1
1259[16:47:09] [Server thread/INFO]: [Dynmap-Towny] Disabling Dynmap-Towny v0.73
1260[16:47:09] [Server thread/INFO]: [TownyNameUpdater] Disabling TownyNameUpdater v4.0
1261[16:47:09] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.17.1
1262[16:47:09] [pool-51-thread-1/INFO]: [DiscordSRV] Saved linked accounts in 10ms
1263[16:47:09] [pool-51-thread-1/INFO]: [DiscordSRV] Saved metrics in 1ms
1264[16:47:09] [pool-51-thread-1/INFO]: [DiscordSRV] Shutdown completed in 596ms
1265[16:47:09] [Server thread/INFO]: [ChopTree3] Disabling ChopTree3 v4.0.0
1266[16:47:09] [Server thread/INFO]: [TownyChat] Disabling TownyChat v0.62
1267[16:47:09] [Server thread/INFO]: [Towny] Disabling Towny v0.95.1.0 for 1.13.2
1268[16:47:09] [Server thread/INFO]: ==============================================================
1269[16:47:09] [Server thread/INFO]: [Towny] Version: 0.95.1.0 for 1.13.2 - Mod Disabled
1270[16:47:09] [Server thread/INFO]: =============================================================
1271[16:47:09] [Server thread/INFO]: [TabList] Disabling TabList v5.1
1272[16:47:09] [Server thread/WARN]: java.lang.NullPointerException
1273[16:47:09] [Server thread/WARN]: at hu.montlikadani.tablist.bukkit.TabHandler.saveToggledTabs(TabHandler.java:771)
1274[16:47:09] [Server thread/WARN]: at hu.montlikadani.tablist.bukkit.TabList.onDisable(TabList.java:160)
1275[16:47:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:256)
1276[16:47:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364)
1277[16:47:09] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422)
1278[16:47:09] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:415)
1279[16:47:09] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.disablePlugins(CraftServer.java:368)
1280[16:47:09] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.stop(MinecraftServer.java:620)
1281[16:47:09] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:765)
1282[16:47:09] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
1283[16:47:09] [Server thread/WARN]: [TabList] There was an error. Please report it here:
1284https://github.com/montlikadani/TabList/issues
1285[16:47:09] [Server thread/INFO]: [eGlow] Disabling eGlow v2.0.5
1286[16:47:09] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: eglow
1287[16:47:09] [Server thread/INFO]: [CrazyCrates] Disabling CrazyCrates v1.10-RELEASE
1288[16:47:09] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.26-SNAPSHOT (build 1852)
1289[16:47:09] [Server thread/ERROR]: Error occurred while disabling Citizens v2.0.26-SNAPSHOT (build 1852) (Is it up to date?)
1290java.lang.NullPointerException: null
1291 at net.citizensnpcs.Citizens.onDisable(Citizens.java:272) ~[?:?]
1292 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:256) ~[spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1293 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1294 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1295 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:415) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1296 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.disablePlugins(CraftServer.java:368) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1297 at net.minecraft.server.v1_13_R2.MinecraftServer.stop(MinecraftServer.java:620) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1298 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:765) [spigot-1.13.2.jar:git-Spigot-518206a-a5b9c7b]
1299 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
1300[16:47:09] [Server thread/INFO]: [ActionHealth] Disabling ActionHealth v3.3.0
1301[16:47:09] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v12.0.2
1302[16:47:09] [Server thread/INFO]: [Jobs] Disabling Jobs v4.14.3
1303[16:47:09] [Server thread/INFO]: [Jobs] Updated 1 explorer entries.
1304[16:47:09] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown.
1305[16:47:09] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown!
1306[16:47:09] [Server thread/INFO]: [Jobs] Plugin has been disabled successfully.
1307[16:47:09] [Server thread/INFO]: [Essentials] Disabling Essentials v2.16.1.0
1308[16:47:09] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.
1309[16:47:09] [Server thread/INFO]: [SayNoToMcLeaks] Disabling SayNoToMcLeaks v1.7
1310[16:47:09] [Server thread/INFO]: [PluginHiderPlus] Disabling PluginHiderPlus v3.7
1311[16:47:09] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.5.1
1312[16:47:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
1313[16:47:09] [Server thread/INFO]: | Tasks : Stopped all.
1314[16:47:09] [Server thread/INFO]: | Version : 5.5.1
1315[16:47:09] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
1316[16:47:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Bye! *-=-=-=-=-=-=-=-=-=-=-*
1317[16:47:09] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v1.7.4
1318[16:47:09] [Server thread/INFO]: [Holograms] Disabling Holograms v2.9.1-SNAPSHOT
1319[16:47:09] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.0;02b731f
1320[16:47:09] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
1321[16:47:09] [Server thread/INFO]: [QuickShop] Disabling QuickShop vReremake 2.4.8.4
1322[16:47:09] [Server thread/INFO]: [QuickShop] QuickShop is finishing remaining work, this may need a while...
1323[16:47:09] [Server thread/INFO]: [QuickShop] Please wait for the data to flush its data...
1324[16:47:09] [Server thread/INFO]: [Matrix] Disabling Matrix v1.9.1
1325[16:47:09] [Server thread/INFO]: [Matrix/Info] Disabled Matrix AntiCheat.
1326[16:47:09] [Server thread/INFO]: [Scoreboard-revision] Disabling Scoreboard-revision vR3 1.3.1 RELEASE
1327[16:47:09] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.14.0
1328[16:47:09] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Deactivated IntegrationLiabilityAreaEffectCloud
1329[16:47:09] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Deactivated IntegrationVault
1330[16:47:09] [Server thread/INFO]: [MassiveCore 2.14.0] Disabled
1331[16:47:09] [Server thread/INFO]: [BloodInMinecraft] Disabling BloodInMinecraft v6.0
1332[16:47:09] [Server thread/INFO]: ----------------------------------------
1333[16:47:09] [Server thread/INFO]: BloodInMinecraft By Yanisssch Is Now Off! GoodBye ^^ ;)! VERSION 6.0
1334[16:47:09] [Server thread/INFO]: ----------------------------------------
1335[16:47:09] [Server thread/INFO]: [PlayerParticles] Disabling PlayerParticles v7.4
1336[16:47:09] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
1337[16:47:09] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1338[16:47:09] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
1339[16:47:09] [Server thread/INFO]: [NoteBlockMusicPlayer] Disabling NoteBlockMusicPlayer v1.8.1
1340[16:47:09] [Server thread/INFO]: [NoteBlockMusicPlayer] Plugin NoteBlockMusicPlayer (v1.8.1) is now disable.
1341[16:47:09] [Server thread/INFO]: [NerfPhantoms] Disabling NerfPhantoms v1.2.0
1342[16:47:09] [Server thread/INFO]: [CommandWatcher] Disabling CommandWatcher v1.1
1343[16:47:09] [Server thread/INFO]: [AdvancedBanGUI] Disabling AdvancedBanGUI v2.1
1344[16:47:09] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
1345[16:47:09] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1346[16:47:09] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.10.4
1347[16:47:09] [Server thread/INFO]: [OldCombat] Disabling OldCombat v1.0
1348[16:47:09] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v1.13-breaking
1349[16:47:09] [Server thread/INFO]: [VotingPlugin] Disabling VotingPlugin v5.19.1
1350[16:47:09] [Server thread/INFO]: [AdvancedPortals] Disabling AdvancedPortals v0.2.0
1351[16:47:09] [Server thread/INFO]: Advanced portals are being disabled!
1352[16:47:09] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
1353[16:47:09] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
1354[16:47:09] [Server thread/INFO]: [Playtimes] Disabling Playtimes v1.2.13
1355[16:47:09] [Server thread/INFO]: [Votifier] Disabling Votifier v3.0.0-SNAPSHOT
1356[16:47:09] [Server thread/INFO]: [Votifier] Votifier disabled.
1357[16:47:09] [Server thread/INFO]: [BanAnnouncer] Disabling BanAnnouncer v1.0.1
1358[16:47:09] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.6.4
1359[16:47:09] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.9.10 (beta)
1360[16:47:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
1361[16:47:09] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.1.5-RELEASE
1362[16:47:10] [Server thread/INFO]: Database closed
1363[16:47:10] [Server thread/INFO]:
1364
1365[]=====[Disabling AdvancedBan]=====[]
1366| Information:
1367| Name: AdvancedBan
1368| Developer: Leoko
1369| Version: 2.1.5-RELEASE
1370| Storage: HSQLDB (local)
1371| Support:
1372| Skype: Leoko33
1373| Mail: Leoko4433@gmail.com
1374| Github: https://github.com/DevLeoko/AdvancedBan/issues
1375| Discord: https://discord.gg/ycDG6rS
1376[]================================[]
1377
1378[16:47:10] [Server thread/INFO]: [FriendReferral] Disabling FriendReferral v2.0.2
1379[16:47:10] [Server thread/INFO]: [FriendReferral] Plugin disabled successfully.
1380[16:47:10] [Server thread/INFO]: [FriendReferral] Thank you for using FriendReferral v2.0.2 by Sam J.H. Mearns
1381[16:47:10] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.1.6
1382[16:47:10] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
1383[16:47:10] [Server thread/INFO]: [MineableSpawners] Disabling MineableSpawners v1.4
1384[16:47:10] [Server thread/INFO]: [DangerousNether] Disabling DangerousNether v1.0
1385[16:47:10] [Server thread/INFO]: [AdvancedBanAutoBan] Disabling AdvancedBanAutoBan v1.0.1
1386[16:47:10] [Server thread/INFO]: [AdvancedBanAutoBan] Plugin Unloaded
1387[16:47:10] [Server thread/INFO]: [Skript] Disabling Skript v2.4-beta10
1388[16:47:10] [Server thread/INFO]: [FirstJoinPlus] Disabling FirstJoinPlus v2.4.1
1389[16:47:10] [Server thread/INFO]: [Fullbright] Disabling Fullbright v1.0
1390[16:47:10] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.1.0;8e55131
1391[16:47:10] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
1392[16:47:10] [Server thread/INFO]: [dynmap] Disabling dynmap v3.0-beta-5-218
1393[16:47:10] [Server thread/INFO]: [dynmap] Unloaded 11 components.
1394[16:47:10] [Server thread/INFO]: [dynmap] Stopping map renderer...
1395[16:47:11] [Server thread/INFO]: [dynmap] Disabled
1396[16:47:11] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.16.3
1397[16:47:11] [Server thread/INFO]: [TTA] Disabling TTA v4.9
1398[16:47:11] [Server thread/INFO]: [TTA] Version: 4.9 by [Herbystar] disabled!
1399[16:47:11] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.3.1.0
1400[16:47:11] [Server thread/INFO]: [Staff+] Staff+ is now disabling!
1401[16:47:11] [Server thread/INFO]: Removing channels for online players...
1402[16:47:11] [Server thread/INFO]: Removing packet handlers (0)...
1403[16:47:11] [Server thread/INFO]: [NewGods] Disabling NewGods v2.1.3
1404[16:47:11] [Server thread/INFO]: [NewGods] NewGods has been disabled! Version:2.1.3
1405[16:47:11] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v2.2.3
1406[16:47:11] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
1407[16:47:11] [Server thread/INFO]: [AdvancedBanSigns] Disabling AdvancedBanSigns v1.0
1408[16:47:11] [Server thread/INFO]: [RandomTeleport] Disabling RandomTeleport v2.5.1
1409[16:47:11] [Server thread/INFO]: [NoteBlockAPI] Disabling NoteBlockAPI v1.4.4
1410[16:47:11] [Server thread/INFO]: [BanItem] Disabling BanItem v1.9.1
1411[16:47:11] [Server thread/INFO]: [BossBarMessage] Disabling BossBarMessage v1.3
1412[16:47:11] [Server thread/INFO]: [HeadDrops] Disabling HeadDrops v2.1.6
1413[16:47:11] [Server thread/INFO]: [KixsChatAnnouncer] Disabling KixsChatAnnouncer v7.0-RELEASE
1414[16:47:11] [Server thread/INFO]: [PlayerReport] Disabling PlayerReport v3.1.4
1415[16:47:11] [Server thread/INFO]: [AlwaysDay] Disabling AlwaysDay v2.2.8
1416[16:47:11] [Server thread/INFO]: [AlwaysDay] AlwaysDay v2.2.8 is now disabled.
1417[16:47:11] [Server thread/INFO]: Please donate at the AlwaysDay page (http://dev.bukkit.org/server-mods/always-day/) if you are enjoying this plugin! Any contributions are greatly appreciated!
1418[16:47:11] [Server thread/INFO]: [AdvancedHelp] Disabling AdvancedHelp v1.11.2
1419[16:47:11] [Server thread/INFO]: [CommandTimer] Disabling CommandTimer v2.4.2
1420[16:47:11] [Server thread/INFO]: [BetterChairs] Disabling BetterChairs v0.10.0
1421[16:47:11] [Server thread/INFO]: [Spicord] Disabling Spicord v1.1.0-SNAPSHOT
1422[16:47:11] [Server thread/INFO]: [Spicord] Disabling Spicord...
1423[16:47:11] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.2
1424[16:47:11] [Server thread/INFO]: [AttackSpeedRemover] Disabling AttackSpeedRemover v2.1.4
1425[16:47:11] [Server thread/INFO]: [LastLocation] Disabling LastLocation v1.3
1426[16:47:11] [Server thread/INFO]: Saving players
1427[16:47:11] [Server thread/INFO]: Saving worlds
1428[16:47:11] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld
1429[16:47:11] [Server thread/INFO]: Saving chunks for level 'world_nether'/minecraft:the_nether
1430[16:47:11] [Server thread/INFO]: Saving chunks for level 'world_the_end'/minecraft:the_end
1431[16:47:11] [Server thread/INFO]: Saving chunks for level 'shop'/minecraft:overworld
1432[16:47:11] [Server thread/INFO]: Saving chunks for level 'native'/minecraft:overworld
1433[16:47:11] [Server thread/INFO]: Saving chunks for level 'lobby'/minecraft:overworld
1434[16:47:11] [Server thread/INFO]: Saving chunks for level 'african'/minecraft:overworld
1435[16:47:11] [Server thread/INFO]: Saving chunks for level 'flatworld'/minecraft:overworld