· 6 years ago · Oct 01, 2019, 05:44 PM
1[13:37:43] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[13:37:43] [Server thread/INFO]: Loading properties
3[13:37:43] [Server thread/INFO]: Default game type: SURVIVAL
4[13:37:43] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[13:37:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[13:37:43] [Server thread/INFO]: Using 4 threads for Netty based IO
7[13:37:43] [Server thread/INFO]: Debug logging is disabled
8[13:37:43] [Server thread/INFO]: Generating keypair
9[13:37:43] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
10[13:37:43] [Server thread/INFO]: Using epoll channel type
11[13:37:44] [Server thread/ERROR]: Could not load 'plugins/Atlas.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[server.jar:git-Spigot-21fe707-e1ebe52]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [server.jar:git-Spigot-21fe707-e1ebe52]
15 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-e1ebe52]
16 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-e1ebe52]
17 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
18 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
19Caused by: java.util.zip.ZipException: error in opening zip file
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_212]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_212]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_212]
23 at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_212]
24 at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_212]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[server.jar:git-Spigot-21fe707-e1ebe52]
26 ... 5 more
27[13:37:44] [Server thread/ERROR]: Ambiguous plugin name `MonthlyCrates' for files `plugins/MonthlyCrates-3.1.0-all.jar' and `plugins/MonthlyCrates.jar' in `plugins'
28[13:37:44] [Server thread/INFO]: Set PluginClassLoader as parallel capable
29[13:37:44] [Server thread/ERROR]: Could not load 'plugins/Iris.jar' in folder 'plugins'
30org.bukkit.plugin.UnknownDependencyException: Atlas
31 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-Spigot-21fe707-e1ebe52]
32 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-e1ebe52]
33 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-e1ebe52]
34 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
35 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
36[13:37:44] [Server thread/ERROR]: Could not load 'plugins/FreezeGUI.jar' in folder 'plugins'
37org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: it/xquickglare/qlib/objects/QLibPlugin
38 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-21fe707-e1ebe52]
39 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-Spigot-21fe707-e1ebe52]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-Spigot-21fe707-e1ebe52]
41 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-Spigot-21fe707-e1ebe52]
42 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [server.jar:git-Spigot-21fe707-e1ebe52]
43 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
44 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
45Caused by: java.lang.NoClassDefFoundError: it/xquickglare/qlib/objects/QLibPlugin
46 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
47 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
48 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
49 at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
50 at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
51 at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
52 at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
53 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
54 at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
55 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-21fe707-e1ebe52]
56 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-21fe707-e1ebe52]
57 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
58 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
59 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
60 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
61 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-Spigot-21fe707-e1ebe52]
62 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-e1ebe52]
63 ... 6 more
64Caused by: java.lang.ClassNotFoundException: it.xquickglare.qlib.objects.QLibPlugin
65 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
66 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-21fe707-e1ebe52]
67 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-21fe707-e1ebe52]
68 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
69 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
70 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_212]
71 at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_212]
72 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_212]
73 at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_212]
74 at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_212]
75 at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_212]
76 at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_212]
77 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_212]
78 at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_212]
79 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-Spigot-21fe707-e1ebe52]
80 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-21fe707-e1ebe52]
81 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
82 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
83 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212]
84 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_212]
85 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-Spigot-21fe707-e1ebe52]
86 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-Spigot-21fe707-e1ebe52]
87 ... 6 more
88[13:37:44] [Server thread/INFO]: [MazeGenerator] Loading MazeGenerator v1.1c
89[13:37:44] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.3
90[13:37:44] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
91[13:37:44] [Server thread/INFO]: [PlayTime] Loading PlayTime v2.2-1.8
92[13:37:44] [Server thread/INFO]: [altchecker] Loading altchecker v1.0
93[13:37:44] [Server thread/INFO]: [AntiWorldFly] Loading AntiWorldFly v2.3.7
94[13:37:44] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
95[13:37:44] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.8.0
96[13:37:44] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.9.3
97[13:37:44] [Server thread/INFO]: [ChatColor] Loading ChatColor v6.2
98[13:37:44] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.7
99[13:37:44] [Server thread/INFO]: [ArcaneEnchants] Loading ArcaneEnchants v5.2.4
100[13:37:44] [Server thread/INFO]: [GreatKits] Loading GreatKits v2.9
101[13:37:44] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
102[13:37:44] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6
103[13:37:44] [Server thread/INFO]: [QLib] Loading QLib v1.1.2
104[13:37:44] [Server thread/INFO]: [AnvilDisabler] Loading AnvilDisabler v1.0
105[13:37:44] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
106[13:37:44] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
107[13:37:44] [Server thread/INFO]: [ChatMonster] Loading ChatMonster v1.7
108[13:37:44] [Server thread/INFO]: [EliteLootbox] Loading EliteLootbox v1.4.2
109[13:37:44] [Server thread/INFO]: [JellyLegs] Loading JellyLegs v2.0
110[13:37:44] [Server thread/INFO]: [ItemDuplicator] Loading ItemDuplicator v1.1
111[13:37:44] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
112[13:37:45] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
113[13:37:45] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v19.07.25-58243b6-1278-22.3.1
114[13:37:45] [Server thread/INFO]: [Vouchers] Loading Vouchers v1.8
115[13:37:45] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
116[13:37:45] [Server thread/INFO]: [DisableCommandsPlus] Loading DisableCommandsPlus v3.1
117[13:37:45] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.21.0
118[13:37:45] [Server thread/INFO]: [ConditionalCommands] Loading ConditionalCommands v1.4
119[13:37:45] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
120[13:37:45] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
121[13:37:45] [Server thread/INFO]: [Lores] Loading Lores v1.4.1
122[13:37:45] [Server thread/INFO]: [UltimateBrag] Loading UltimateBrag v7.0
123[13:37:45] [Server thread/INFO]: [PwnFilter] Loading PwnFilter v3.9.1
124[13:37:45] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
125[13:37:45] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.3
126[13:37:45] [Server thread/INFO]: [ChatItem] Loading ChatItem v1.3.6.4
127[13:37:45] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
128[13:37:45] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.2
129[13:37:45] [Server thread/INFO]: [CustomPayloadFixer] Loading CustomPayloadFixer v1.5
130[13:37:45] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
131[13:37:45] [Server thread/INFO]: [CBU] Loading CommandBlockerUltimate v1.5.5
132[13:37:45] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.0.0
133[13:37:45] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
134[13:37:45] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
135[13:37:45] [Server thread/INFO]: [TradeMe] Loading TradeMe v6.0.1.3
136[13:37:45] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v19.07.13-44ad99e-773
137[13:37:45] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
138[13:37:45] [Server thread/INFO]: [CoinFlip] Loading CoinFlip v1.0
139[13:37:45] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.0.0
140[13:37:45] [Server thread/INFO]: [MonthlyCrates] Loading MonthlyCrates v3.0.9
141[13:37:45] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.5
142[13:37:45] [Server thread/INFO]: [ItemHover] Loading ItemHover v1.7
143[13:37:45] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
144[13:37:45] [Server thread/INFO]: [ChatFormat] Loading ChatFormat v3.4
145[13:37:45] [Server thread/INFO]: [RandomPackage] Loading RandomPackage v13-hotfix5
146[13:37:45] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
147[13:37:45] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.4.2-b163
148[13:37:45] [Server thread/INFO]: [FBasics] Loading FBasics v2.1.8
149[13:37:45] [Server thread/INFO]: [LinkItem] Loading LinkItem v1.0-STABLE
150[13:37:45] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v5.7.6
151[13:37:45] [Server thread/INFO]: [KoTH] Loading KoTH v1.5.1
152[13:37:45] [Server thread/INFO]: [EliteArmor] Loading EliteArmor v5.1.4
153[13:37:45] [Server thread/INFO]: [FactionsTop] Loading FactionsTop v5.0.34
154[13:37:45] [Server thread/INFO]: [EliteMasks] Loading EliteMasks v1.2.5
155[13:37:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
156[13:37:45] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
157[13:37:45] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v19.07.25-58243b6-1278-22.3.1
158[13:37:45] [Server thread/INFO]: ====== USE PAPER ======[m
159[13:37:45] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[m
160[13:37:45] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[m
161[13:37:45] [Server thread/INFO]: - This is only a recommendation[m
162[13:37:45] [Server thread/INFO]: ==============================[m
163[13:37:45] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
164[13:37:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
165[13:37:45] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
166[13:37:45] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
167[13:37:45] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
168[13:37:45] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
169[13:37:45] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v19.07.13-44ad99e-773
170[13:37:45] [Server thread/INFO]: Version is PlotSquared-19.7.13-44ad99e-773
171[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
172[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
173[13:37:46] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
174[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplot-expiry[0;31;1m, Value: [0;33;22mfalse[m
175[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-mobs[0;31;1m, Value: [0;33;22mfalse[m
176[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-items[0;31;1m, Value: [0;33;22mfalse[m
177[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworlds[0;31;1m, Value: [0;33;22mfalse[m
178[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworldedit-restrictions[0;31;1m, Value: [0;33;22mtrue[m
179[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase-purger[0;31;1m, Value: [0;33;22mfalse[m
180[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22meconomy[0;31;1m, Value: [0;33;22mtrue[m
181[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mblock-cache[0;31;1m, Value: [0;33;22mtrue[m
182[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-vehicles[0;31;1m, Value: [0;33;22mfalse[m
183[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpersistent-meta[0;31;1m, Value: [0;33;22mtrue[m
184[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mban-deleter[0;31;1m, Value: [0;33;22mfalse[m
185[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mupdater[0;31;1m, Value: [0;33;22mtrue[m
186[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase[0;31;1m, Value: [0;33;22mtrue[m
187[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplotme-converter[0;31;1m, Value: [0;33;22mtrue[m
188[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpermission-cache[0;31;1m, Value: [0;33;22mtrue[m
189[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdisable-fawe-optimization[0;31;1m, Value: [0;33;22mfalse[m
190[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mrating-cache[0;31;1m, Value: [0;33;22mtrue[m
191[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcomment-notifier[0;31;1m, Value: [0;33;22mfalse[m
192[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mmetrics[0;31;1m, Value: [0;33;22mtrue[m
193[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mchunk-processor[0;31;1m, Value: [0;33;22mfalse[m
194[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22muuid-cache[0;31;1m, Value: [0;33;22mtrue[m
195[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mevents[0;31;1m, Value: [0;33;22mtrue[m
196[13:37:46] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcommands[0;31;1m, Value: [0;33;22mtrue[m
197[13:37:46] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
198[13:37:46] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
199[13:37:46] [Server thread/INFO]: Preparing level "Cosmicpvp"
200[13:37:46] [Server thread/INFO]: -------- World Settings For [Cosmicpvp] --------
201[13:37:46] [Server thread/INFO]: Mob Spawn Range: 4
202[13:37:46] [Server thread/INFO]: Anti X-Ray: true
203[13:37:46] [Server thread/INFO]: Engine Mode: 1
204[13:37:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
205[13:37:46] [Server thread/INFO]: Replace Blocks: [1, 5]
206[13:37:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
207[13:37:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
208[13:37:46] [Server thread/INFO]: Cane Growth Modifier: 100%
209[13:37:46] [Server thread/INFO]: Melon Growth Modifier: 100%
210[13:37:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
211[13:37:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
212[13:37:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
213[13:37:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
214[13:37:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
215[13:37:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
216[13:37:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
217[13:37:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
218[13:37:46] [Server thread/INFO]: Random Lighting Updates: false
219[13:37:46] [Server thread/INFO]: Structure Info Saving: true
220[13:37:46] [Server thread/INFO]: Sending up to 10 chunks per packet
221[13:37:46] [Server thread/INFO]: Max Entity Collisions: 8
222[13:37:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
223[13:37:46] [Server thread/INFO]: Max TNT Explosions: 100
224[13:37:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
225[13:37:46] [Server thread/INFO]: View Distance: 10
226[13:37:46] [Server thread/INFO]: Item Despawn Rate: 6000
227[13:37:46] [Server thread/INFO]: Item Merge Radius: 2.5
228[13:37:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
229[13:37:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
230[13:37:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
231[13:37:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
232[13:37:46] [Server thread/INFO]: Clear tick list: false
233[13:37:46] [Server thread/INFO]: Experience Merge Radius: 3.0
234[13:37:46] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
235[13:37:46] [Server thread/INFO]: -------- World Settings For [Cosmicpvp_nether] --------
236[13:37:46] [Server thread/INFO]: Mob Spawn Range: 4
237[13:37:46] [Server thread/INFO]: Anti X-Ray: true
238[13:37:46] [Server thread/INFO]: Engine Mode: 1
239[13:37:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
240[13:37:46] [Server thread/INFO]: Replace Blocks: [1, 5]
241[13:37:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
242[13:37:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
243[13:37:46] [Server thread/INFO]: Cane Growth Modifier: 100%
244[13:37:46] [Server thread/INFO]: Melon Growth Modifier: 100%
245[13:37:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
246[13:37:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
247[13:37:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
248[13:37:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
249[13:37:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
250[13:37:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
251[13:37:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
252[13:37:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
253[13:37:46] [Server thread/INFO]: Random Lighting Updates: false
254[13:37:46] [Server thread/INFO]: Structure Info Saving: true
255[13:37:46] [Server thread/INFO]: Sending up to 10 chunks per packet
256[13:37:46] [Server thread/INFO]: Max Entity Collisions: 8
257[13:37:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
258[13:37:46] [Server thread/INFO]: Max TNT Explosions: 100
259[13:37:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
260[13:37:46] [Server thread/INFO]: View Distance: 10
261[13:37:46] [Server thread/INFO]: Item Despawn Rate: 6000
262[13:37:46] [Server thread/INFO]: Item Merge Radius: 2.5
263[13:37:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
264[13:37:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
265[13:37:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
266[13:37:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
267[13:37:46] [Server thread/INFO]: Clear tick list: false
268[13:37:46] [Server thread/INFO]: Experience Merge Radius: 3.0
269[13:37:46] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
270[13:37:46] [Server thread/INFO]: -------- World Settings For [Cosmicpvp_the_end] --------
271[13:37:46] [Server thread/INFO]: Mob Spawn Range: 4
272[13:37:46] [Server thread/INFO]: Anti X-Ray: true
273[13:37:46] [Server thread/INFO]: Engine Mode: 1
274[13:37:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
275[13:37:46] [Server thread/INFO]: Replace Blocks: [1, 5]
276[13:37:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
277[13:37:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
278[13:37:46] [Server thread/INFO]: Cane Growth Modifier: 100%
279[13:37:46] [Server thread/INFO]: Melon Growth Modifier: 100%
280[13:37:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
281[13:37:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
282[13:37:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
283[13:37:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
284[13:37:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
285[13:37:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
286[13:37:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
287[13:37:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
288[13:37:46] [Server thread/INFO]: Random Lighting Updates: false
289[13:37:46] [Server thread/INFO]: Structure Info Saving: true
290[13:37:46] [Server thread/INFO]: Sending up to 10 chunks per packet
291[13:37:46] [Server thread/INFO]: Max Entity Collisions: 8
292[13:37:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
293[13:37:46] [Server thread/INFO]: Max TNT Explosions: 100
294[13:37:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
295[13:37:46] [Server thread/INFO]: View Distance: 10
296[13:37:46] [Server thread/INFO]: Item Despawn Rate: 6000
297[13:37:46] [Server thread/INFO]: Item Merge Radius: 2.5
298[13:37:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
299[13:37:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
300[13:37:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
301[13:37:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
302[13:37:46] [Server thread/INFO]: Clear tick list: false
303[13:37:46] [Server thread/INFO]: Experience Merge Radius: 3.0
304[13:37:46] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
305[13:37:46] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1829872142393822267)
306[13:37:47] [User Authenticator #1/INFO]: UUID of player SouchTheCutie is ebd814b3-b8c6-4b72-80da-910cf93b5d71
307[13:37:47] [Server thread/INFO]: Preparing start region for level 1 (Seed: 346750351112272281)
308[13:37:48] [Server thread/INFO]: Preparing start region for level 2 (Seed: 346750351112272281)
309[13:37:48] [Server thread/INFO]: [MazeGenerator] Enabling MazeGenerator v1.1c
310[13:37:48] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.3
311[13:37:48] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
312[13:37:48] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
313[13:37:48] [Server thread/INFO]: [PlayTime] Enabling PlayTime v2.2-1.8
314[13:37:48] [Server thread/INFO]: [altchecker] Enabling altchecker v1.0
315[13:37:48] [Server thread/INFO]: [AntiWorldFly] Enabling AntiWorldFly v2.3.7
316[13:37:48] [Server thread/INFO]: [AntiWorldFly] Registering listeners...
317[13:37:48] [Server thread/INFO]: [AntiWorldFly] Backing up and loading configuration files...
318[13:37:48] [Server thread/INFO]: [AntiWorldFly] Plugin successfully enabled and ready to run! Took 15ms.
319[13:37:48] [Thread-15/INFO]: [AntiWorldFly] Checking for plugin update...
320[13:37:48] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
321[13:37:49] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
322[13:37:49] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.8.0
323[13:37:49] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
324[13:37:49] [Server thread/INFO]: [ChatReaction] 7 words loaded!
325[13:37:49] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
326[13:37:49] [Server thread/INFO]: ---------------------------
327[13:37:49] [Server thread/INFO]: ChatReaction Updater
328[13:37:49] [Server thread/INFO]:
329[13:37:49] [Server thread/INFO]: Could not connect to spigotmc.org
330[13:37:49] [Server thread/INFO]: to check for updates!
331[13:37:49] [Server thread/INFO]:
332[13:37:49] [Server thread/INFO]: ---------------------------
333[13:37:49] [Server thread/INFO]: ---------------------------
334[13:37:49] [Server thread/INFO]: ChatReaction Updater
335[13:37:49] [Server thread/INFO]:
336[13:37:49] [Server thread/INFO]: You are running 1.8.0
337[13:37:49] [Server thread/INFO]: The latest version
338[13:37:49] [Server thread/INFO]: of ChatReaction!
339[13:37:49] [Server thread/INFO]:
340[13:37:49] [Server thread/INFO]: ---------------------------
341[13:37:49] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.9.3
342[13:37:49] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
343[13:37:49] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
344[13:37:49] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
345[13:37:49] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
346[13:37:49] [Server thread/INFO]: Injected custom channel handlers.
347[13:37:49] [Server thread/INFO]: Adding channels for online players...
348[13:37:49] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_8_R3'.[m
349[13:37:49] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 60ms.[m
350[13:37:49] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
351[13:37:49] [Server thread/INFO]: [ChatColor] Enabling ChatColor v6.2
352[13:37:49] [Server thread/INFO]: Yep
353[13:37:49] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.7
354[13:37:49] [Server thread/INFO]: [ArcaneEnchants] Enabling ArcaneEnchants v5.2.4
355[13:37:49] [Server thread/INFO]: [ArcaneEnchants] Loaded enchantments successfully.
356[13:37:49] [Server thread/INFO]: [ArcaneEnchants] Effects being used: [ENDER, POTION]
357[13:37:49] [Server thread/INFO]: [ArcaneEnchants] Began metrics.
358[13:37:49] [Server thread/INFO]: [GreatKits] Enabling GreatKits v2.9
359[13:37:49] [Server thread/INFO]: GreatKits 2.9.0 --> ON
360[13:37:49] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
361[13:37:49] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
362[13:37:49] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
363[13:37:49] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
364[13:37:49] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6
365[13:37:49] [Server thread/INFO]: [ClearLag] Loading modules...
366[13:37:49] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
367[13:37:49] [Server thread/INFO]: [ClearLag] Modules have been loaded!
368[13:37:49] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
369[13:37:49] [Thread-16/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
370[13:37:49] [Server thread/INFO]: [QLib] Enabling QLib v1.1.2
371[13:37:49] [Server thread/INFO]: QLib - INFO > QLib loaded in 11ms.
372[13:37:49] [Server thread/INFO]: [AnvilDisabler] Enabling AnvilDisabler v1.0
373[13:37:50] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
374[13:37:50] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
375[13:37:50] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
376[13:37:50] [Thread-16/INFO]: [ClearLag] No updates found!
377[13:37:50] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
378[13:37:50] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
379[13:37:50] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
380[13:37:50] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
381[13:37:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
382[13:37:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
383[13:37:50] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Cosmicpvp" has border radius 15000 at X: -0.4 Z: 0.4
384[13:37:50] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -643.0 Y: 61.0 Z: 948.0
385[13:37:50] [Server thread/INFO]: [ChatMonster] Enabling ChatMonster v1.7
386[13:37:50] [Server thread/INFO]: [EliteLootbox] Enabling EliteLootbox v1.4.2
387[13:37:50] [Server thread/INFO]: [JellyLegs] Enabling JellyLegs v2.0
388[13:37:50] [Server thread/INFO]: [JellyLegs] JellyLegs plugin enabled! Plugin Made By LavaKreem
389[13:37:50] [Server thread/INFO]: [ItemDuplicator] Enabling ItemDuplicator v1.1
390[13:37:50] [Server thread/INFO]: §6[ItemDuplicator] §7§rEnabled!
391[13:37:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
392[13:37:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
393[13:37:50] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
394[13:37:50] [Server thread/INFO]: [Vouchers] Enabling Vouchers v1.8
395[13:37:50] [Server thread/INFO]: [Vouchers] Loading the Config.yml
396[13:37:50] [Server thread/INFO]: [Vouchers] Successfully loaded Config.yml
397[13:37:50] [Server thread/INFO]: [Vouchers] Loading the Data.yml
398[13:37:50] [Server thread/INFO]: [Vouchers] Successfully loaded Data.yml
399[13:37:50] [Server thread/INFO]: [Vouchers] Loading the Messages.yml
400[13:37:50] [Server thread/INFO]: [Vouchers] Successfully loaded Messages.yml
401[13:37:50] [Server thread/INFO]: [Vouchers] Loading the VoucherCodes.yml
402[13:37:50] [Server thread/INFO]: [Vouchers] Successfully loaded VoucherCodes.yml
403[13:37:50] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
404[13:37:50] [Server thread/INFO]: [PermissionsEx] Initializing file backend
405[13:37:50] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
406[13:37:50] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
407[13:37:50] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
408[13:37:50] [Server thread/INFO]: [DisableCommandsPlus] Enabling DisableCommandsPlus v3.1
409[13:37:50] [Server thread/WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
410 in 'string', line 5, column 1:
411 messageForRegion: '&4That comman ...
412 ^
413expected <block end>, but found BlockEntry
414 in 'string', line 9, column 1:
415 - exampleregion
416 ^
417
418[13:37:50] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
419[13:37:50] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
420[13:37:50] [Server thread/WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
421[13:37:50] [Server thread/WARN]: at com.ekclifford.Main.Main.createFiles(Main.java:173)
422[13:37:50] [Server thread/WARN]: at com.ekclifford.Main.Main.onEnable(Main.java:88)
423[13:37:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
424[13:37:50] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
425[13:37:50] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
426[13:37:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
427[13:37:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
428[13:37:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
429[13:37:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
430[13:37:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
431[13:37:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
432[13:37:50] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
433[13:37:50] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
434[13:37:50] [Server thread/WARN]: Caused by: while parsing a block mapping
435 in 'string', line 5, column 1:
436 messageForRegion: '&4That comman ...
437 ^
438expected <block end>, but found BlockEntry
439 in 'string', line 9, column 1:
440 - exampleregion
441 ^
442
443[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570)
444[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
445[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143)
446[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224)
447[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155)
448[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
449[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
450[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120)
451[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450)
452[13:37:50] [Server thread/WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:369)
453[13:37:50] [Server thread/WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
454[13:37:50] [Server thread/WARN]: ... 15 more
455[13:37:51] [Server thread/INFO]: [DisableCommandsPlus] Plugin Enabled!
456[13:37:51] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.21.0
457[13:37:51] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
458[13:37:51] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.21.0
459[13:37:51] [Server thread/INFO]: [FeatherBoard] Framework version: 2019-05
460[13:37:51] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
461[13:37:51] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
462[13:37:51] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
463[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
464[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
465[13:37:51] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
466[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
467[13:37:51] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
468[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
469[13:37:51] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
470[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
471[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading messages ...
472[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
473[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
474[13:37:51] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
475[13:37:51] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
476[13:37:51] [User Authenticator #2/INFO]: UUID of player Cobbol is 4cd039f5-368d-43a6-b18c-ece6fb98f801
477[13:37:52] [Server thread/INFO]: [FeatherBoard] Downloading placeholder [Factions 1.0.1] ...
478[13:37:52] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Factions 1.0.1] ...
479[13:37:52] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;33;1mUnable to load placeholders 'factions1_6'. MVdWPlaceholderAPI is outdated! (minimum: 3.0.0)[m
480[13:37:52] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle due to no longer needed: factions.jar
481[13:37:53] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
482[13:37:53] [Server thread/INFO]: [FeatherBoard] Loaded 2491 of the 2491 placholders
483[13:37:53] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
484[13:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
485[13:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
486[13:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
487[13:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
488[13:37:53] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
489[13:37:53] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
490[13:37:54] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
491[13:37:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
492[13:37:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
493[13:37:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
494[13:37:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
495[13:37:54] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
496[13:37:55] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
497[13:37:55] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
498[13:37:55] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mA new update for FeatherBoard is available for download on Spigot![m
499[13:37:55] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
500[13:37:55] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
501[13:37:55] [Server thread/INFO]: [ConditionalCommands] Enabling ConditionalCommands v1.4
502[13:37:55] [Server thread/INFO]: [ConditionalCommands] Initializing placeholders...
503[13:37:55] [Server thread/INFO]: [ConditionalCommands] Ready.
504[13:37:55] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
505[13:37:55] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
506[13:37:55] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
507[13:37:55] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
508[13:37:55] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
509[13:37:55] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
510[13:37:55] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
511[13:37:55] [Server thread/INFO]: [Lores] Enabling Lores v1.4.1
512[13:37:55] [Server thread/INFO]: [Lores] Lores 1.4.1 (Build 45) is enabled!
513[13:37:55] [Server thread/INFO]: [UltimateBrag] Enabling UltimateBrag v7.0
514[13:37:55] [Server thread/INFO]: [UltimateBrag] Brag Inventory Viewer has been started!
515By Grixed
516[13:37:55] [Server thread/INFO]: [PwnFilter] Enabling PwnFilter v3.9.1
517[13:37:55] [Server thread/INFO]: [PwnFilter] Vault found. Enabling actions requiring Vault
518[13:37:55] [Server thread/INFO]: [PwnFilter] Now logging to plugins/PwnFilter/pwnfilter.log at level: ALL
519[13:37:55] [Server thread/INFO]: [PwnFilter] Logger debug set to: false
520[13:37:55] [Server thread/ERROR]: [PwnFilter] Unable to activate PlayerListener. Error: Rule File not found: /home/container/plugins/PwnFilter/rules/chat.txt
521[13:37:55] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
522[13:37:55] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
523[13:37:55] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.3
524[13:37:55] [Server thread/INFO]: [ChatItem] Enabling ChatItem v1.3.6.4
525[13:37:55] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
526[13:37:55] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.2
527[13:37:56] [Server thread/INFO]: [0;36;1mCratesPlus Version 4.5.2[m
528[13:37:56] [Server thread/INFO]: [0;32;1mHolographicDisplays was found, hooking in![m
529[13:37:56] [Server thread/INFO]: [CustomPayloadFixer] Enabling CustomPayloadFixer v1.5
530[13:37:56] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
531[13:37:56] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
532[13:37:56] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
533[13:37:56] [Server thread/INFO]: [CBU] Enabling CommandBlockerUltimate v1.5.5
534[13:37:56] [Server thread/WARN]: [CBU] It is recommended that you install Yamler, because that allows the config to be a lot more flexible and straightforward to use.
535[13:37:56] [Server thread/WARN]: [CBU] Using the simplified configuration adapter! When CommandBlockerUltimate updates, new options won't be in your configuration file!
536[13:37:56] [Server thread/INFO]: [CBU] CommandBlockerUltimate cbu-bootstrap Version 1.5.5 Build ecf6cad is licensed under the GNU General Public License Version 2. See the LICENSE file included in its .jar archive for details.
537[13:37:56] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.0.0
538[13:37:56] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
539[13:37:56] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
540[13:37:56] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
541[13:37:56] [Server thread/INFO]: Loaded 750 items from items.csv.
542[13:37:56] [Server thread/INFO]: Using locale en
543[13:37:56] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
544[13:37:56] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
545[13:37:56] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
546[13:37:56] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
547[13:37:56] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
548[13:37:56] [Server thread/INFO]: [LiteBans] Using default database drivers.
549[13:37:56] [Server thread/WARN]: [LiteBans] Failed to hook into ServerListPlus. Try using the latest dev build
550[13:37:56] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
551[13:37:56] [Server thread/INFO]: [LiteBans] Connecting to database...
552[13:37:56] [pool-7-thread-1/INFO]: [LiteBans] GeoIP support initialized.
553[13:37:57] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/container/plugins/LiteBans/litebans] (187.6 ms).
554[13:37:57] [Server thread/INFO]: [LiteBans] Database connection fully initialized (192.7 ms).
555[13:37:57] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 387 ms.
556[13:37:57] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
557[13:37:57] [Server thread/INFO]: [BuycraftX] Validating your server key...
558[13:37:57] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
559[13:37:57] [Server thread/INFO]: [TradeMe] Enabling TradeMe v6.0.1.3
560[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe][0;33;22m Version 6.0.1.3 has been enabled[m
561[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe][0;33;22m Vault plugin was found![m
562[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe] [0;33;22m[0;31;1mCould not determine sound by leverclick name[m
563[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe] [0;33;22m[0;31;1mCould not determine sound by shulkerhurt name[m
564[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe] [0;33;22m[0;31;1mCould not determine sound by noteblockguitar name[m
565[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe][0;33;22m Connected to sqlite[m
566[13:37:58] [Server thread/INFO]: [0;36;22m[TradeMe] [0;33;22m3778 trade logs preloaded[m
567[13:37:58] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
568[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp) TNT ignition is PERMITTED.
569[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp) Lighters are PERMITTED.
570[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp) Lava fire is blocked.
571[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp) Fire spread is UNRESTRICTED.
572[13:37:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Cosmicpvp'
573[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_nether) TNT ignition is PERMITTED.
574[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_nether) Lighters are PERMITTED.
575[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_nether) Lava fire is blocked.
576[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_nether) Fire spread is UNRESTRICTED.
577[13:37:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Cosmicpvp_nether'
578[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_the_end) TNT ignition is PERMITTED.
579[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_the_end) Lighters are PERMITTED.
580[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_the_end) Lava fire is blocked.
581[13:37:58] [Server thread/INFO]: [WorldGuard] (Cosmicpvp_the_end) Fire spread is UNRESTRICTED.
582[13:37:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Cosmicpvp_the_end'
583[13:37:58] [Server thread/INFO]: [WorldGuard] Loading region data...
584[13:37:59] [Server thread/INFO]: [CoinFlip] Enabling CoinFlip v1.0
585[13:37:59] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.0.0
586[13:37:59] [Server thread/INFO]: [MonthlyCrates] Enabling MonthlyCrates v3.0.9
587[13:37:59] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.5
588[13:37:59] [Server thread/INFO]: [ItemHover] Enabling ItemHover v1.7
589[13:37:59] [Server thread/INFO]: [ItemHover][0;32;1mEssentials Enabled[m
590[13:37:59] [Server thread/INFO]: [ItemHover][0;32;1m[DEBUG] Started[m
591[13:37:59] [Server thread/INFO]: [ItemHover][0;32;1m[DEBUG] Enabled Successfully[m
592[13:37:59] [Server thread/INFO]: [ItemHover][0;37;1mNo updates avaliable.[m
593[13:37:59] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
594[13:38:00] [Server thread/INFO]: -------- World Settings For [FPS] --------
595[13:38:00] [Server thread/INFO]: Mob Spawn Range: 4
596[13:38:00] [Server thread/INFO]: Anti X-Ray: true
597[13:38:00] [Server thread/INFO]: Engine Mode: 1
598[13:38:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
599[13:38:00] [Server thread/INFO]: Replace Blocks: [1, 5]
600[13:38:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
601[13:38:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
602[13:38:00] [Server thread/INFO]: Cane Growth Modifier: 100%
603[13:38:00] [Server thread/INFO]: Melon Growth Modifier: 100%
604[13:38:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
605[13:38:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
606[13:38:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
607[13:38:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
608[13:38:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
609[13:38:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
610[13:38:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
611[13:38:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
612[13:38:00] [Server thread/INFO]: Random Lighting Updates: false
613[13:38:00] [Server thread/INFO]: Structure Info Saving: true
614[13:38:00] [Server thread/INFO]: Sending up to 10 chunks per packet
615[13:38:00] [Server thread/INFO]: Max Entity Collisions: 8
616[13:38:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
617[13:38:00] [Server thread/INFO]: Max TNT Explosions: 100
618[13:38:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
619[13:38:00] [Server thread/INFO]: View Distance: 10
620[13:38:00] [Server thread/INFO]: Item Despawn Rate: 6000
621[13:38:00] [Server thread/INFO]: Item Merge Radius: 2.5
622[13:38:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
623[13:38:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
624[13:38:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
625[13:38:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
626[13:38:00] [Server thread/INFO]: Clear tick list: false
627[13:38:00] [Server thread/INFO]: Experience Merge Radius: 3.0
628[13:38:00] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
629[13:38:00] [Server thread/INFO]: Preparing start region for level 3 (Seed: -2839939158086173350)
630[13:38:00] [Server thread/INFO]: [WorldGuard] (FPS) TNT ignition is PERMITTED.
631[13:38:00] [Server thread/INFO]: [WorldGuard] (FPS) Lighters are PERMITTED.
632[13:38:00] [Server thread/INFO]: [WorldGuard] (FPS) Lava fire is blocked.
633[13:38:00] [Server thread/INFO]: [WorldGuard] (FPS) Fire spread is UNRESTRICTED.
634[13:38:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FPS'
635[13:38:00] [Server thread/INFO]: -------- World Settings For [shuttleoutpost] --------
636[13:38:00] [Server thread/INFO]: Mob Spawn Range: 4
637[13:38:00] [Server thread/INFO]: Anti X-Ray: true
638[13:38:00] [Server thread/INFO]: Engine Mode: 1
639[13:38:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
640[13:38:00] [Server thread/INFO]: Replace Blocks: [1, 5]
641[13:38:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
642[13:38:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
643[13:38:00] [Server thread/INFO]: Cane Growth Modifier: 100%
644[13:38:00] [Server thread/INFO]: Melon Growth Modifier: 100%
645[13:38:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
646[13:38:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
647[13:38:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
648[13:38:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
649[13:38:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
650[13:38:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
651[13:38:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
652[13:38:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
653[13:38:00] [Server thread/INFO]: Random Lighting Updates: false
654[13:38:00] [Server thread/INFO]: Structure Info Saving: true
655[13:38:00] [Server thread/INFO]: Sending up to 10 chunks per packet
656[13:38:00] [Server thread/INFO]: Max Entity Collisions: 8
657[13:38:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
658[13:38:00] [Server thread/INFO]: Max TNT Explosions: 100
659[13:38:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
660[13:38:00] [Server thread/INFO]: View Distance: 10
661[13:38:00] [Server thread/INFO]: Item Despawn Rate: 6000
662[13:38:00] [Server thread/INFO]: Item Merge Radius: 2.5
663[13:38:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
664[13:38:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
665[13:38:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
666[13:38:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
667[13:38:00] [Server thread/INFO]: Clear tick list: false
668[13:38:00] [Server thread/INFO]: Experience Merge Radius: 3.0
669[13:38:00] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
670[13:38:00] [Server thread/INFO]: Preparing start region for level 4 (Seed: 0)
671[13:38:00] [Server thread/INFO]: [WorldGuard] (shuttleoutpost) TNT ignition is PERMITTED.
672[13:38:00] [Server thread/INFO]: [WorldGuard] (shuttleoutpost) Lighters are PERMITTED.
673[13:38:00] [Server thread/INFO]: [WorldGuard] (shuttleoutpost) Lava fire is blocked.
674[13:38:00] [Server thread/INFO]: [WorldGuard] (shuttleoutpost) Fire spread is UNRESTRICTED.
675[13:38:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shuttleoutpost'
676[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PvP
677[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
678[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: mem_nether
679[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
680[13:38:00] [Server thread/INFO]: -------- World Settings For [plots] --------
681[13:38:00] [Server thread/INFO]: Mob Spawn Range: 4
682[13:38:00] [Server thread/INFO]: Anti X-Ray: true
683[13:38:00] [Server thread/INFO]: Engine Mode: 1
684[13:38:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
685[13:38:00] [Server thread/INFO]: Replace Blocks: [1, 5]
686[13:38:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
687[13:38:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
688[13:38:00] [Server thread/INFO]: Cane Growth Modifier: 100%
689[13:38:00] [Server thread/INFO]: Melon Growth Modifier: 100%
690[13:38:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
691[13:38:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
692[13:38:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
693[13:38:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
694[13:38:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
695[13:38:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
696[13:38:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
697[13:38:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
698[13:38:00] [Server thread/INFO]: Random Lighting Updates: false
699[13:38:00] [Server thread/INFO]: Structure Info Saving: true
700[13:38:00] [Server thread/INFO]: Sending up to 10 chunks per packet
701[13:38:00] [Server thread/INFO]: Max Entity Collisions: 8
702[13:38:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
703[13:38:00] [Server thread/INFO]: Max TNT Explosions: 100
704[13:38:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
705[13:38:00] [Server thread/INFO]: View Distance: 10
706[13:38:00] [Server thread/INFO]: Item Despawn Rate: 6000
707[13:38:00] [Server thread/INFO]: Item Merge Radius: 2.5
708[13:38:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
709[13:38:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
710[13:38:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
711[13:38:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
712[13:38:00] [Server thread/INFO]: Clear tick list: false
713[13:38:00] [Server thread/INFO]: Experience Merge Radius: 3.0
714[13:38:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'plots'[m
715[13:38:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
716[13:38:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
717[13:38:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
718[13:38:00] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
719[13:38:00] [Server thread/INFO]: World possibly already loaded: plots[m
720[13:38:00] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7931018472078747675)
721[13:38:00] [Server thread/INFO]: [WorldGuard] (plots) TNT ignition is PERMITTED.
722[13:38:00] [Server thread/INFO]: [WorldGuard] (plots) Lighters are PERMITTED.
723[13:38:00] [Server thread/INFO]: [WorldGuard] (plots) Lava fire is blocked.
724[13:38:00] [Server thread/INFO]: [WorldGuard] (plots) Fire spread is UNRESTRICTED.
725[13:38:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plots'
726[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: mem_the_end
727[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
728[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
729[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
730[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
731[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
732[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: mem
733[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
734[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: galaxyoutpost
735[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
736[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
737[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
738[13:38:00] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PvPArena
739[13:38:00] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
740[13:38:00] [Server thread/INFO]: -------- World Settings For [alienoutpost] --------
741[13:38:00] [Server thread/INFO]: Mob Spawn Range: 4
742[13:38:00] [Server thread/INFO]: Anti X-Ray: true
743[13:38:00] [Server thread/INFO]: Engine Mode: 1
744[13:38:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
745[13:38:00] [Server thread/INFO]: Replace Blocks: [1, 5]
746[13:38:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
747[13:38:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
748[13:38:00] [Server thread/INFO]: Cane Growth Modifier: 100%
749[13:38:00] [Server thread/INFO]: Melon Growth Modifier: 100%
750[13:38:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
751[13:38:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
752[13:38:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
753[13:38:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
754[13:38:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
755[13:38:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
756[13:38:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
757[13:38:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
758[13:38:00] [Server thread/INFO]: Random Lighting Updates: false
759[13:38:00] [Server thread/INFO]: Structure Info Saving: true
760[13:38:00] [Server thread/INFO]: Sending up to 10 chunks per packet
761[13:38:00] [Server thread/INFO]: Max Entity Collisions: 8
762[13:38:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
763[13:38:00] [Server thread/INFO]: Max TNT Explosions: 100
764[13:38:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
765[13:38:00] [Server thread/INFO]: View Distance: 10
766[13:38:00] [Server thread/INFO]: Item Despawn Rate: 6000
767[13:38:00] [Server thread/INFO]: Item Merge Radius: 2.5
768[13:38:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
769[13:38:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
770[13:38:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
771[13:38:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
772[13:38:00] [Server thread/INFO]: Clear tick list: false
773[13:38:00] [Server thread/INFO]: Experience Merge Radius: 3.0
774[13:38:00] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
775[13:38:00] [Server thread/INFO]: Preparing start region for level 6 (Seed: 0)
776[13:38:00] [Server thread/INFO]: [WorldGuard] (alienoutpost) TNT ignition is PERMITTED.
777[13:38:00] [Server thread/INFO]: [WorldGuard] (alienoutpost) Lighters are PERMITTED.
778[13:38:00] [Server thread/INFO]: [WorldGuard] (alienoutpost) Lava fire is blocked.
779[13:38:00] [Server thread/INFO]: [WorldGuard] (alienoutpost) Fire spread is UNRESTRICTED.
780[13:38:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'alienoutpost'
781[13:38:00] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
782[13:38:01] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
783[13:38:01] [Server thread/INFO]: [ChatFormat] Enabling ChatFormat v3.4
784[13:38:01] [Server thread/INFO]: [ChatFormat] **** CHATFORMAT ****
785[13:38:01] [Server thread/INFO]: [ChatFormat]
786[13:38:01] [Server thread/INFO]: [ChatFormat] - Vault hooked!
787[13:38:01] [Server thread/INFO]: [ChatFormat]
788[13:38:01] [Server thread/INFO]: [ChatFormat] - Vault economy hooked!
789[13:38:01] [Server thread/INFO]: [ChatFormat]
790[13:38:01] [Server thread/INFO]: [ChatFormat] - Essentials hooked!
791[13:38:01] [Server thread/INFO]: [ChatFormat]
792[13:38:01] [Server thread/INFO]: [ChatFormat] - Multiverse-Core hooked!
793[13:38:01] [Server thread/INFO]: [ChatFormat]
794[13:38:01] [Server thread/INFO]: [ChatFormat] - PlaceHolderAPI hooked!
795[13:38:01] [Server thread/INFO]: [ChatFormat]
796[13:38:01] [Server thread/INFO]: [ChatFormat] - Plugin sucesfully enabled!
797[13:38:01] [Server thread/INFO]: [ChatFormat] - Plugin by Adin_SK
798[13:38:01] [Server thread/INFO]: [ChatFormat] - My next spigot plugins: https://www.spigotmc.org/resources/authors/adin_sk.80050/
799[13:38:01] [Server thread/INFO]: [ChatFormat]
800[13:38:01] [Server thread/INFO]: [ChatFormat] ********************
801[13:38:01] [Server thread/INFO]: [RandomPackage] Enabling RandomPackage v13-hotfix5
802[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
803[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW, fall-damage: DENY)[m
804[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
805[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW, fall-damage: DENY)[m
806[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
807[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
808[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
809[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
810[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
811[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
812[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
813[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
814[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
815[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
816[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
817[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
818[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
819[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
820[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
821[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
822[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
823[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW, interact: ALLOW, fall-damage: DENY)[m
824[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
825[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW, interact: ALLOW, fall-damage: DENY)[m
826[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag pvp set on '__global__' to 'allow'.[m
827[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
828[13:38:01] [Server thread/INFO]: [0;33;1mRegion flag block-break set on '__global__' to 'allow'.[m
829[13:38:01] [Server thread/INFO]: [0;37;22m(Current flags: block-break: ALLOW, pvp: ALLOW)[m
830[13:38:01] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
831[13:38:01] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.4.2-b163
832[13:38:01] [Server thread/INFO]: [Factions]
833[13:38:01] [Server thread/INFO]: [Factions] Factions UUID!
834[13:38:01] [Server thread/INFO]: [Factions] Version 1.6.9.5-U0.4.2-b163
835[13:38:01] [Server thread/INFO]: [Factions]
836[13:38:01] [Server thread/INFO]: [Factions] Detected Minecraft 1.8.8
837[13:38:01] [Server thread/INFO]: [Factions]
838[13:38:01] [Server thread/INFO]: [Factions] Using legacy support for materials: true
839[13:38:01] [Server thread/INFO]: [Factions] Found 870 material mappings in the materials.json file.
840[13:38:01] [Server thread/INFO]: [Factions] === Starting up! ===
841[13:38:01] [Server thread/INFO]: [Factions] Running material provider in LEGACY mode
842[13:38:01] [Server thread/INFO]: [Factions] Found Essentials. We'll delete player homes in their old Faction's when kicked.
843[13:38:01] [Server thread/INFO]: [Factions] Loaded 115 players
844[13:38:01] [Server thread/INFO]: [Factions] Loaded 28 Factions
845[13:38:01] [Server thread/INFO]: [Factions] Loading board from disk
846[13:38:01] [Server thread/INFO]: [Factions] Loaded 3045 board locations
847[13:38:01] [Server thread/INFO]: [Factions] Found playervaults hook, adding /f vault and /f setmaxvault commands.
848[13:38:01] [Server thread/INFO]: [Factions] Enabling /f fly command
849[13:38:01] [Server thread/INFO]: [Factions] Economy integration through Vault plugin successful.
850[13:38:01] [Server thread/INFO]: [Factions] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
851[13:38:01] [Server thread/INFO]: [Factions] Not enabling WorldGuard check since no options for it are enabled.
852[13:38:01] [Server thread/INFO]: [Factions] Using PACKETS as a particle provider
853[13:38:01] [Server thread/INFO]: [Factions] Using REDSTONE as the ParticleEffect for /f sc
854[13:38:01] [Server thread/INFO]: [Factions] Didn't find API support for sending titles :( Will attempt reflection. No promises.
855[13:38:01] [Server thread/INFO]: [Factions] Successfully registered placeholders with PlaceholderAPI.
856[13:38:01] [Server thread/INFO]: [Factions] Found MVdWPlaceholderAPI. Adding hooks.
857[13:38:01] [Server thread/INFO]: [Factions] === Ready to go after 367ms! ===
858[13:38:01] [Server thread/INFO]: [FBasics] Enabling FBasics v2.1.8
859[13:38:02] [Server thread/INFO]: [FBasics] Using Factions v1_6 support.
860[13:38:02] [Server thread/INFO]: [MVdWPlaceholderAPI] FBasics added custom placeholder {fbasics_enderpearl_cooldown}
861[13:38:02] [Server thread/INFO]: [LinkItem] Enabling LinkItem v1.0-STABLE
862[13:38:02] [Server thread/WARN]: [LinkItem] Found Vault v1.7.2-b107 for chat hook.
863[13:38:02] [Server thread/WARN]: [LinkItem] Using After v1_8 (v1_8_R3) Fanciful Library!
864[13:38:02] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v5.7.6
865[13:38:02] [Server thread/INFO]: [KoTH] Enabling KoTH v1.5.1
866[13:38:02] [Server thread/INFO]: [KoTH] VanishNoPacket hook: Disabled
867[13:38:02] [Server thread/INFO]: [KoTH] Featherboard hook: Disabled
868[13:38:02] [Server thread/INFO]: [KoTH] Bossbar hook: Disabled
869[13:38:02] [Server thread/INFO]: [KoTH] PvPManager hook: Disabled
870[13:38:02] [Server thread/INFO]: [KoTH] Essentials Vanish hook: Enabled
871[13:38:02] [Server thread/INFO]: [EliteArmor] Enabling EliteArmor v5.1.4
872[13:38:02] [Server thread/INFO]: [0;36;22m-----------------------------------------------------------[m
873[13:38:02] [Server thread/INFO]: [0;36;22mElite[0;36;1mArmor: [0;36;1mVersion: 5.1.4[m
874[13:38:02] [Server thread/INFO]: [0;36;22mFactions: [0;32;1mENABLED[m
875[13:38:02] [Server thread/INFO]: [0;36;22mPlaceholderAPI: [0;32;1mENABLED[m
876[13:38:02] [Server thread/INFO]: [0;36;22mAdvancedEnchantments: [0;31;1mDISABLED[m
877[13:38:02] [Server thread/INFO]: [0;36;22m-----------------------------------------------------------[m
878[13:38:02] [Server thread/INFO]: [FactionsTop] Enabling FactionsTop v5.0.34
879[13:38:02] [Server thread/ERROR]: Error occurred while enabling FactionsTop v5.0.34 (Is it up to date?)
880java.lang.NullPointerException
881 at FactionsTopV5.Utils.Files.FileUtil.updateExistingConfiguration(FileUtil.java:115) ~[?:?]
882 at FactionsTopV5.Utils.Files.FileUtil.setup(FileUtil.java:357) ~[?:?]
883 at FactionsTopV5.FactionsTopPlugin.onEnable(FactionsTopPlugin.java:144) ~[?:?]
884 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-Spigot-21fe707-e1ebe52]
885 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-21fe707-e1ebe52]
886 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-21fe707-e1ebe52]
887 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [server.jar:git-Spigot-21fe707-e1ebe52]
888 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [server.jar:git-Spigot-21fe707-e1ebe52]
889 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [server.jar:git-Spigot-21fe707-e1ebe52]
890 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [server.jar:git-Spigot-21fe707-e1ebe52]
891 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [server.jar:git-Spigot-21fe707-e1ebe52]
892 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [server.jar:git-Spigot-21fe707-e1ebe52]
893 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [server.jar:git-Spigot-21fe707-e1ebe52]
894 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
895[13:38:02] [Server thread/INFO]: [EliteMasks] Enabling EliteMasks v1.2.5
896[13:38:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
897[13:38:02] [Server thread/INFO]: Done (16.556s)! For help, type "help" or "?"
898[13:38:03] [Craft Scheduler Thread - 3/INFO]: [ClearLag] 0 Logs have been removed!
899[13:38:03] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
900[13:38:03] [Craft Scheduler Thread - 22/INFO]: [PlayerVaults] We didn't find an update!
901[13:38:03] [Craft Scheduler Thread - 25/WARN]: [ArcaneEnchants] Disabled auto and manual updating.
902[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'WorldGuard' found. Using it now.[m
903[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'FactionsUUID' found. Using it now.[m
904[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Optimizing PlotSquared[m
905[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue[m
906[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - HybridPlotManager.REGENERATIVE_CLEAR: false[m
907[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@6f1de10d[m
908[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@16a8a59[m
909[13:38:03] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PlotSquared' found. Using it now.[m
910[13:38:03] [Craft Scheduler Thread - 25/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
911[13:38:03] [Server thread/ERROR]: [Skript] Error while loading plugin hooks
912[13:38:03] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22m[0;31;22mThere was an error checking for the latest version of Skript:[0;31;1m Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss[m
913[13:38:03] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
914[13:38:03] [Server thread/ERROR]: [Skript] indentation error: expected 1 tab, but found 2 tabs (enchants.sk, line 113: chance of 100%:')
915[13:38:03] [Server thread/ERROR]: [Skript] indentation error: expected 1 tab, but found 3 tabs (enchants.sk, line 114: heal attacker by 2 hearts')
916[13:38:03] [Server thread/ERROR]: [Skript] 'permission nebula.plus.damage' is not an item type (enchants.sk, line 112: if attacker has permission nebula.plus.damage')
917[13:38:03] [Server thread/INFO]: [Skript] Loaded 4 scripts with a total of 14 triggers and 0 commands in 0.28 seconds
918[13:38:03] [Server thread/INFO]: [Skript] Finished loading.
919[13:38:03] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
920[13:38:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
921[13:38:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
922[13:38:03] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.4) is available at:
923[13:38:03] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
924[13:38:03] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
925[13:38:03] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 161 placeholder expansions are available on the cloud.
926[13:38:04] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 2 installed expansions have updates available.
927[13:38:04] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
928[13:38:04] [Server thread/INFO]: SouchTheCutie[/71.83.175.192:64306] logged in with entity id 300 at ([plots]35.86749619639246, 65.0, -123.60031977139958)
929[13:38:04] [Server thread/INFO]: Cobbol[/64.188.31.106:41848] logged in with entity id 301 at ([plots]45.046557577668196, 66.74983697774648, -120.59626661858697)
930[13:38:05] [Server thread/INFO]: [0;32;1m+ [0;37;22mCobbol[m
931[13:38:05] [Server thread/INFO]: [0;32;1m+ [0;37;22mSouchTheCutie[m
932[13:38:05] [Craft Scheduler Thread - 19/WARN]: Exception in thread "Craft Scheduler Thread - 19"
933[13:38:05] [Craft Scheduler Thread - 19/WARN]: org.apache.commons.lang.UnhandledException: Plugin altchecker v1.0 generated an exception while executing task 397
934 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
935 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
936 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
937 at java.lang.Thread.run(Thread.java:748)
938Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
939 at java.lang.String.substring(String.java:1967)
940 at net.gizmoservers.altchecker.Main.contains(Main.java:149)
941 at net.gizmoservers.altchecker.Main$1.run(Main.java:34)
942 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
943 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
944 ... 3 more
945
946[13:38:05] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5"
947[13:38:05] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin altchecker v1.0 generated an exception while executing task 373
948 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
949 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
950 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
951 at java.lang.Thread.run(Thread.java:748)
952Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
953 at java.lang.String.substring(String.java:1967)
954 at net.gizmoservers.altchecker.Main.contains(Main.java:149)
955 at net.gizmoservers.altchecker.Main$1.run(Main.java:34)
956 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
957 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
958 ... 3 more
959
960[13:38:05] [Craft Scheduler Thread - 37/INFO]: [0;32;1mChecking for updates via Spigot...[m
961[13:38:05] [Craft Scheduler Thread - 37/INFO]: [0;37;22m[[0;36;1mCratesPlus[0;37;22m] [mNo update was found, you are running the latest version. Will check again later.[m
962[13:38:05] [Server thread/INFO]: [m
963[13:38:05] [Server thread/INFO]: [0;31;1mYou installed the 1.13 only version of EpicSpawners on a 1.8 server. Since you are on the wrong version we disabled the plugin for you. Please install correct version to continue using EpicSpawners.[m
964[13:38:05] [Server thread/INFO]: [m
965[13:38:05] [Server thread/INFO]: Starting UUID caching[m
966[13:38:06] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
967[13:38:06] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
968[13:38:06] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetching all due players...
969[13:38:06] [Craft Scheduler Thread - 38/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mStarting player data caching for: Cosmicpvp[m
970[13:38:06] [Craft Scheduler Thread - 38/INFO]: [0;32;1mFast mode UUID caching enabled![m
971[13:38:06] [Craft Scheduler Thread - 38/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mCached a total of: 14 UUIDs[m
972[13:38:06] [Craft Scheduler Thread - 25/INFO]: [BuycraftX] Fetched due players (0 found).
973[13:38:07] [Server thread/ERROR]: [PlaceholderAPI] ChatColor is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [] and urge them to update it ASAP.
974[13:38:07] [Server thread/ERROR]: [PlaceholderAPI] KoTH is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [SubSide] and urge them to update it ASAP.
975[13:38:18] [Server thread/INFO]: SouchTheCutie issued server command: /mcrate
976[13:38:19] [Server thread/INFO]: SouchTheCutie issued server command: /mc
977[13:38:22] [Server thread/INFO]: Stopping the server
978[13:38:22] [Server thread/INFO]: Stopping server
979[13:38:22] [Server thread/INFO]: [EliteMasks] Disabling EliteMasks v1.2.5
980[13:38:22] [Server thread/INFO]: [FactionsTop] Disabling FactionsTop v5.0.34
981[13:38:22] [Server thread/INFO]: [EliteArmor] Disabling EliteArmor v5.1.4
982[13:38:22] [Server thread/INFO]: [KoTH] Disabling KoTH v1.5.1
983[13:38:22] [Server thread/INFO]: [EpicSpawners] Disabling EpicSpawners v5.7.6
984[13:38:22] [Server thread/ERROR]: Error occurred while disabling EpicSpawners v5.7.6 (Is it up to date?)
985java.lang.NullPointerException
986 at com.songoda.epicspawners.EpicSpawnersPlugin.saveToFile(EpicSpawnersPlugin.java:446) ~[?:?]
987 at com.songoda.epicspawners.EpicSpawnersPlugin.onDisable(EpicSpawnersPlugin.java:219) ~[?:?]
988 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-21fe707-e1ebe52]
989 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-21fe707-e1ebe52]
990 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-21fe707-e1ebe52]
991 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-21fe707-e1ebe52]
992 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-21fe707-e1ebe52]
993 at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-21fe707-e1ebe52]
994 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-21fe707-e1ebe52]
995 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
996[13:38:22] [Server thread/INFO]: [LinkItem] Disabling LinkItem v1.0-STABLE
997[13:38:22] [Server thread/INFO]: [FBasics] Disabling FBasics v2.1.8
998[13:38:22] [Server thread/INFO]: [Factions] Disabling Factions v1.6.9.5-U0.4.2-b163
999[13:38:22] [Server thread/INFO]: [Factions v1.6.9.5-U0.4.2-b163] Disabled
1000[13:38:22] [Server thread/INFO]: [CombatTagPlus] Disabling CombatTagPlus v1.3.1
1001[13:38:22] [Server thread/INFO]: [RandomPackage] Disabling RandomPackage v13-hotfix5
1002[13:38:22] [Server thread/INFO]: [ChatFormat] Disabling ChatFormat v3.4
1003[13:38:22] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b699
1004[13:38:22] [Server thread/INFO]: [ItemHover] Disabling ItemHover v1.7
1005[13:38:22] [Server thread/INFO]: [TitleManager] Disabling TitleManager v2.1.5
1006[13:38:22] [Server thread/INFO]: [MonthlyCrates] Disabling MonthlyCrates v3.0.9
1007[13:38:22] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.17.0.0
1008[13:38:22] [Server thread/INFO]: [CoinFlip] Disabling CoinFlip v1.0
1009[13:38:22] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
1010[13:38:22] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
1011[13:38:22] [Server thread/INFO]: [PlotSquared] Disabling PlotSquared v19.07.13-44ad99e-773
1012[13:38:22] [Server thread/INFO]: [0;33;22mAll DB transactions during this session are being validated (This may take a while if corrections need to be made)[m
1013[13:38:22] [Server thread/INFO]: [TradeMe] Disabling TradeMe v6.0.1.3
1014[13:38:22] [Server thread/INFO]: [0;36;22m[TradeMe] 6.0.1.3 disabled[m
1015[13:38:22] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v12.0.2
1016[13:38:22] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.3.18
1017[13:38:22] [Async Chat Thread - #0/INFO]: <[0;37;1m[21m([0;31;1m[21mMatrix[0;37;1m[21m)[0;37;22m~ gay[m> [0;35;1might[m
1018[13:38:23] [Server thread/INFO]: [LiteBans] v2.3.18 disabled.
1019[13:38:23] [Server thread/INFO]: [Essentials] Disabling Essentials v2.17.0.0
1020[13:38:23] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.
1021[13:38:23] [Server thread/INFO]: [CBU] Disabling CommandBlockerUltimate v1.5.5
1022[13:38:23] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
1023[13:38:23] [Server thread/INFO]: [CustomPayloadFixer] Disabling CustomPayloadFixer v1.5
1024[13:38:23] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.5.2
1025[13:38:23] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-bSNAPSHOT
1026[13:38:23] [Server thread/INFO]: [ChatItem] Disabling ChatItem v1.3.6.4
1027[13:38:23] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v3.3
1028[13:38:23] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.4.0
1029[13:38:23] [Server thread/INFO]: [PwnFilter] Disabling PwnFilter v3.9.1
1030[13:38:23] [Server thread/INFO]: [PwnFilter] Closing Logfile
1031[13:38:23] [Server thread/INFO]: [UltimateBrag] Disabling UltimateBrag v7.0
1032[13:38:23] [Server thread/INFO]: [UltimateBrag] Brag Inventory Viewer has been disabled!
1033By Grixed
1034[13:38:23] [Server thread/INFO]: [Lores] Disabling Lores v1.4.1
1035[13:38:23] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.8
1036[13:38:23] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 disabled.
1037[13:38:23] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
1038[13:38:23] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
1039[13:38:23] [Server thread/INFO]: [ConditionalCommands] Disabling ConditionalCommands v1.4
1040[13:38:23] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v4.21.0
1041[13:38:23] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
1042[13:38:23] [Server thread/INFO]: [DisableCommandsPlus] Disabling DisableCommandsPlus v3.1
1043[13:38:23] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
1044[13:38:23] [Server thread/INFO]: [Vouchers] Disabling Vouchers v1.8
1045[13:38:23] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v19.07.25-58243b6-1278-22.3.1
1046[13:38:23] [Server thread/INFO]: [MVdWPlaceholderAPI] Disabling MVdWPlaceholderAPI v2.5.1
1047[13:38:23] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
1048[13:38:23] [Server thread/INFO]: [ItemDuplicator] Disabling ItemDuplicator v1.1
1049[13:38:23] [Server thread/INFO]: §6[ItemDuplicator] §7§rDisabled!
1050[13:38:23] [Server thread/INFO]: [JellyLegs] Disabling JellyLegs v2.0
1051[13:38:23] [Server thread/INFO]: [JellyLegs] JellyLegs plugin disabled!
1052[13:38:23] [Server thread/INFO]: [EliteLootbox] Disabling EliteLootbox v1.4.2
1053[13:38:23] [Server thread/INFO]: [ChatMonster] Disabling ChatMonster v1.7
1054[13:38:23] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
1055[13:38:23] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
1056[13:38:23] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.21.4
1057[13:38:23] [Server thread/INFO]: [AnvilDisabler] Disabling AnvilDisabler v1.0
1058[13:38:23] [Server thread/INFO]: [QLib] Disabling QLib v1.1.2
1059[13:38:23] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.0.6
1060[13:38:23] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
1061[13:38:23] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
1062[13:38:23] [Server thread/INFO]: [GreatKits] Disabling GreatKits v2.9
1063[13:38:23] [Server thread/INFO]: GreatKits 2.9.0 --> OFF
1064[13:38:23] [Server thread/INFO]: [ArcaneEnchants] Disabling ArcaneEnchants v5.2.4
1065[13:38:23] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.7
1066[13:38:23] [Server thread/INFO]: [ChatColor] Disabling ChatColor v6.2
1067[13:38:23] [Server thread/INFO]: Error: me.chemmic.main line 72
1068[13:38:23] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.2.9.3
1069[13:38:23] [Server thread/INFO]: [0;31;22m[Staff+] [0;31;1mStaff+ is now disabling![m
1070[13:38:23] [Server thread/INFO]: Removing channels for online players...
1071[13:38:23] [Server thread/INFO]: Removing packet handlers (1)...
1072[13:38:23] [Server thread/INFO]: [ChatReaction] Disabling ChatReaction v1.8.0
1073[13:38:23] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.4.0
1074[13:38:23] [Server thread/INFO]: [AntiWorldFly] Disabling AntiWorldFly v2.3.7
1075[13:38:23] [Server thread/INFO]: [AntiWorldFly] AntiWorldFly has been disabled.
1076[13:38:23] [Server thread/INFO]: [altchecker] Disabling altchecker v1.0
1077[13:38:23] [Server thread/INFO]: [PlayTime] Disabling PlayTime v2.2-1.8
1078[13:38:23] [Server thread/INFO]: [PlugMan] Disabling PlugMan v2.1.6
1079[13:38:23] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.3
1080[13:38:23] [Server thread/INFO]: [MazeGenerator] Disabling MazeGenerator v1.1c
1081[13:38:23] [Server thread/ERROR]: Error occurred while disabling MazeGenerator v1.1c (Is it up to date?)
1082java.lang.NullPointerException
1083 at me.dablakbandit.mazegenerator.maze.Maze.locationToString(Maze.java:376) ~[?:?]
1084 at me.dablakbandit.mazegenerator.maze.Maze.save(Maze.java:84) ~[?:?]
1085 at me.dablakbandit.mazegenerator.maze.MazeManager.save(MazeManager.java:39) ~[?:?]
1086 at me.dablakbandit.mazegenerator.MazeGenerator.onDisable(MazeGenerator.java:50) ~[?:?]
1087 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-Spigot-21fe707-e1ebe52]
1088 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [server.jar:git-Spigot-21fe707-e1ebe52]
1089 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-21fe707-e1ebe52]
1090 at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [server.jar:git-Spigot-21fe707-e1ebe52]
1091 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [server.jar:git-Spigot-21fe707-e1ebe52]
1092 at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [server.jar:git-Spigot-21fe707-e1ebe52]
1093 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:593) [server.jar:git-Spigot-21fe707-e1ebe52]
1094 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
1095[13:38:23] [Server thread/INFO]: Saving players
1096[13:38:23] [Server thread/INFO]: SouchTheCutie lost connection: Server closed
1097[13:38:23] [Server thread/INFO]: SouchTheCutie left the game.
1098[13:38:23] [Server thread/INFO]: Saving worlds
1099[13:38:23] [Server thread/INFO]: Saving chunks for level 'Cosmicpvp'/Overworld
1100[13:38:23] [Server thread/INFO]: Saving chunks for level 'Cosmicpvp_nether'/Nether
1101[13:38:23] [Server thread/INFO]: Saving chunks for level 'Cosmicpvp_the_end'/The End
1102[13:38:23] [Server thread/INFO]: Saving chunks for level 'FPS'/Overworld
1103[13:38:23] [Server thread/INFO]: Saving chunks for level 'shuttleoutpost'/Overworld
1104[13:38:23] [Server thread/INFO]: Saving chunks for level 'plots'/Overworld
1105[13:38:23] [Server thread/INFO]: Saving chunks for level 'alienoutpost'/Overworld