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