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