· 6 years ago · Aug 04, 2019, 10:50 PM
1[18:37:02] [Server thread/INFO]: Starting minecraft server version 1.12.2
2[18:37:02] [Server thread/INFO]: Loading properties
3[18:37:02] [Server thread/INFO]: Default game type: SURVIVAL
4[18:37:02] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-79a30d7-acbc348 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
5[18:37:02] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[18:37:02] [Server thread/INFO]: Using 4 threads for Netty based IO
7[18:37:02] [Server thread/INFO]: Debug logging is disabled
8[18:37:02] [Server thread/INFO]: Generating keypair
9[18:37:03] [Server thread/INFO]: Starting Minecraft server on 66.70.237.153:25594
10[18:37:03] [Server thread/INFO]: Using epoll channel type
11[18:37:03] [Server thread/ERROR]: Ambiguous plugin name `DeluxeMenus' for files `plugins/DeluxeMenus-1.10.5.jar' and `plugins/DeluxeMenus-1.9.2.jar' in `plugins'
12[18:37:03] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/worldedit.jar' and `plugins/FastAsyncWorldEdit.jar' in `plugins'
13[18:37:03] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5.jar' and `plugins/Multiverse-Core.jar' in `plugins'
14[18:37:03] [Server thread/ERROR]: Ambiguous plugin name `PlaceholderAPI' for files `plugins/PlaceholderAPI.jar' and `plugins/PlaceholderAPI-2.10.3.jar' in `plugins'
15[18:37:03] [Server thread/INFO]: Set PluginClassLoader as parallel capable
16[18:37:04] [Server thread/ERROR]: Could not load 'plugins/CommandNPC-1.9.1.jar' in folder 'plugins'
17org.bukkit.plugin.UnknownDependencyException: Citizens
18 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
19 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
20 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
21 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
22 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
23[18:37:05] [Server thread/ERROR]: Could not load 'plugins/worldguard-6.1.jar' in folder 'plugins'
24org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
25 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
26 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
27 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:273) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
28 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
29 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
30 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
31 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
32Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
33 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_191]
34 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_191]
35 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
36 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
37 ... 6 more
38Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.Injector
39 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
40 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
41 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
42 at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
43 at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
44 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_191]
45 at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_191]
46 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
47 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
48 ... 6 more
49[18:37:05] [Server thread/ERROR]: Could not load 'plugins/ProtectionStones.jar' in folder 'plugins'
50org.bukkit.plugin.UnknownDependencyException: WorldGuard
51 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:216) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
52 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
53 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
54 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
55 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
56[18:37:05] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.1
57[18:37:05] [Server thread/INFO]: [PlayTime] Loading PlayTime v2.2-1.13
58[18:37:05] [Server thread/INFO]: [CommandAliases] Loading CommandAliases v1.0
59[18:37:05] [Server thread/INFO]: [RealisticGrave] Loading RealisticGrave v1.0.0
60[18:37:05] [Server thread/INFO]: [SpawnJoin] Loading SpawnJoin v2.0.0
61[18:37:05] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
62[18:37:05] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.7.1
63[18:37:05] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
64[18:37:05] [Server thread/INFO]: [Quests] Loading Quests v1.12
65[18:37:05] [Server thread/INFO]: [AACBungeeConnectSpigot] Loading AACBungeeConnectSpigot v1.5.0.3
66[18:37:05] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.2
67[18:37:05] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
68[18:37:05] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
69[18:37:05] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
70[18:37:05] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
71[18:37:05] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
72[18:37:05] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
73[18:37:05] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
74[18:37:05] [Server thread/INFO]: [ViaVersion] Loading translation mappping
75[18:37:05] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
76[18:37:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
77[18:37:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
78[18:37:06] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
79[18:37:06] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
80[18:37:06] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
81[18:37:06] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.4.0-SNAPSHOT
82[18:37:06] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
83[18:37:06] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
84[18:37:06] [Server thread/INFO]: [Skript] Loading Skript v2.2-Fixes-V9
85[18:37:06] [Server thread/INFO]: [CombatLog] Loading CombatLog v2.3.0
86[18:37:06] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.6
87[18:37:06] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6
88[18:37:06] [Server thread/INFO]: [Chairs] Loading Chairs v5.0
89[18:37:06] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
90[18:37:06] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
91[18:37:06] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
92[18:37:06] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
93[18:37:06] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
94[18:37:07] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
95[18:37:07] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.12.2
96[18:37:07] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.0
97[18:37:07] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
98[18:37:07] [Server thread/INFO]: [UltraPunishments] Loading UltraPunishments v1.2.6
99[18:37:07] [Server thread/INFO]: [TAB] Loading TAB v1.6.7
100[18:37:07] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
101[18:37:07] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
102[18:37:07] [Server thread/INFO]: [cManagement] Loading cManagement v1.0
103[18:37:07] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v1.4.0
104[18:37:07] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.7.4.4
105[18:37:07] [Server thread/INFO]: [Rankup] Loading Rankup v3.4.1
106[18:37:07] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
107[18:37:07] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-bSNAPSHOT
108[18:37:07] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
109[18:37:07] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.6
110[18:37:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-bSNAPSHOT
111[18:37:07] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3
112[18:37:07] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-bSNAPSHOT
113[18:37:07] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-bSNAPSHOT
114[18:37:07] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.2
115[18:37:07] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.7.2
116[18:37:07] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
117[18:37:07] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-95f8aaa
118[18:37:07] [Server thread/INFO]: [Marriage] Loading Marriage v2.0.19
119[18:37:07] [Server thread/INFO]: [Marriage] Completed plugin pre-load stage.
120[18:37:07] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
121[18:37:07] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
122[18:37:07] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.18.1
123[18:37:07] [Server thread/INFO]: [MyPet] Loading MyPet v2.3.4
124[18:37:07] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v1.0.1
125[18:37:07] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
126[18:37:07] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.7.9.4
127[18:37:07] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.4.0-SNAPSHOT
128[18:37:08] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
129[18:37:08] [Server thread/INFO]: __
130[18:37:08] [Server thread/INFO]: | |__) LuckPerms v4.4.1
131[18:37:08] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
132[18:37:08] [Server thread/INFO]: [LuckPerms] Loading configuration...
133[18:37:08] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
134[18:37:08] [Server thread/INFO]: luckperms-hikari - Starting...
135[18:37:08] [Server thread/INFO]: luckperms-hikari - Start completed.
136[18:37:09] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
137[18:37:10] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
138[18:37:10] [Server thread/INFO]: [LuckPerms] Performing initial data load...
139[18:37:18] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 10211ms)
140[18:37:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
141[18:37:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
142[18:37:18] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
143[18:37:18] [Server thread/ERROR]: [mcMMO] There was an error while enabling mcMMO!
144[18:37:18] [Server thread/WARN]: java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
145[18:37:18] [Server thread/WARN]: at com.gmail.nossr50.config.HiddenConfig.load(HiddenConfig.java:31)
146[18:37:18] [Server thread/WARN]: at com.gmail.nossr50.config.HiddenConfig.<init>(HiddenConfig.java:18)
147[18:37:18] [Server thread/WARN]: at com.gmail.nossr50.config.HiddenConfig.getInstance(HiddenConfig.java:23)
148[18:37:18] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.loadConfigFiles(mcMMO.java:400)
149[18:37:18] [Server thread/WARN]: at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:134)
150[18:37:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
151[18:37:18] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
152[18:37:18] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
153[18:37:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
154[18:37:18] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
155[18:37:18] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206)
156[18:37:18] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
157[18:37:18] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
158[18:37:18] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.00-b3547
159[18:37:18] [Server thread/ERROR]: Error occurred while disabling mcMMO v1.5.00-b3547 (Is it up to date?)
160java.lang.NoSuchMethodError: org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(Ljava/io/InputStream;)Lorg/bukkit/configuration/file/YamlConfiguration;
161 at com.gmail.nossr50.config.AutoUpdateConfigLoader.loadFile(AutoUpdateConfigLoader.java:29) ~[?:?]
162 at com.gmail.nossr50.config.ConfigLoader.<init>(ConfigLoader.java:26) ~[?:?]
163 at com.gmail.nossr50.config.AutoUpdateConfigLoader.<init>(AutoUpdateConfigLoader.java:23) ~[?:?]
164 at com.gmail.nossr50.config.AdvancedConfig.<init>(AdvancedConfig.java:20) ~[?:?]
165 at com.gmail.nossr50.config.AdvancedConfig.getInstance(AdvancedConfig.java:26) ~[?:?]
166 at com.gmail.nossr50.skills.alchemy.Alchemy.<clinit>(Alchemy.java:51) ~[?:?]
167 at com.gmail.nossr50.mcMMO.onDisable(mcMMO.java:203) ~[?:?]
168 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
169 at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
170 at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:422) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
171 at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:193) [mcMMO.jar:?]
172 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
173 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
174 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
175 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
176 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
177 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:206) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
178 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
179 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
180[18:37:18] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
181[18:37:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
182[18:37:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
183[18:37:18] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
184[18:37:18] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
185[18:37:18] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v1.4.0
186[18:37:18] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-95f8aaa
187[18:37:19] [Server thread/INFO]: [P2] Metrics enabled.
188[18:37:19] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
189[18:37:19] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
190[18:37:19] [Server thread/INFO]: [P2] Key: plot-expiry, Value: false
191[18:37:19] [Server thread/INFO]: [P2] Key: kill-road-mobs, Value: false
192[18:37:19] [Server thread/INFO]: [P2] Key: worldedit-restrictions, Value: true
193[18:37:19] [Server thread/INFO]: [P2] Key: database-purger, Value: false
194[18:37:19] [Server thread/INFO]: [P2] Key: economy, Value: true
195[18:37:19] [Server thread/INFO]: [P2] Key: block-cache, Value: true
196[18:37:19] [Server thread/INFO]: [P2] Key: kill-road-vehicles, Value: false
197[18:37:19] [Server thread/INFO]: [P2] Key: persistent-meta, Value: true
198[18:37:19] [Server thread/INFO]: [P2] Key: ban-deleter, Value: false
199[18:37:19] [Server thread/INFO]: [P2] Key: updater, Value: true
200[18:37:19] [Server thread/INFO]: [P2] Key: database, Value: true
201[18:37:19] [Server thread/INFO]: [P2] Key: plotme-converter, Value: true
202[18:37:19] [Server thread/INFO]: [P2] Key: permission-cache, Value: true
203[18:37:19] [Server thread/INFO]: [P2] Key: rating-cache, Value: true
204[18:37:19] [Server thread/INFO]: [P2] Key: comment-notifier, Value: false
205[18:37:19] [Server thread/INFO]: [P2] Key: metrics, Value: true
206[18:37:19] [Server thread/INFO]: [P2] Key: chunk-processor, Value: false
207[18:37:19] [Server thread/INFO]: [P2] Key: uuid-cache, Value: true
208[18:37:19] [Server thread/INFO]: [P2] Key: events, Value: true
209[18:37:19] [Server thread/INFO]: [P2] Key: commands, Value: true
210[18:37:19] [Server thread/INFO]: PlotSquared is now enabled
211[18:37:19] [Server thread/INFO]: [P2] Metrics enabled.
212[18:37:19] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
213[18:37:19] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
214[18:37:19] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
215[18:37:19] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
216[18:37:19] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
217[18:37:19] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
218[18:37:19] [Server thread/INFO]: Preparing level "Spawn"
219[18:37:19] [Server thread/INFO]: -------- World Settings For [Spawn] --------
220[18:37:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
221[18:37:19] [Server thread/INFO]: Max TNT Explosions: 100
222[18:37:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
223[18:37:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
224[18:37:19] [Server thread/INFO]: Cane Growth Modifier: 100%
225[18:37:19] [Server thread/INFO]: Melon Growth Modifier: 100%
226[18:37:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
227[18:37:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
228[18:37:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
229[18:37:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
230[18:37:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
231[18:37:19] [Server thread/INFO]: Vine Growth Modifier: 100%
232[18:37:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
233[18:37:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
234[18:37:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
235[18:37:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
236[18:37:19] [Server thread/INFO]: Random Lighting Updates: false
237[18:37:19] [Server thread/INFO]: Structure Info Saving: true
238[18:37:19] [Server thread/INFO]: Mob Spawn Range: 6
239[18:37:19] [Server thread/INFO]: Item Despawn Rate: 6000
240[18:37:19] [Server thread/INFO]: Item Merge Radius: 2.5
241[18:37:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
242[18:37:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
243[18:37:19] [Server thread/INFO]: View Distance: 10
244[18:37:19] [Server thread/INFO]: Experience Merge Radius: 3.0
245[18:37:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
246[18:37:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
247[18:37:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
248[18:37:19] [Server thread/INFO]: -------- World Settings For [Spawn_nether] --------
249[18:37:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
250[18:37:19] [Server thread/INFO]: Max TNT Explosions: 100
251[18:37:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
252[18:37:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
253[18:37:19] [Server thread/INFO]: Cane Growth Modifier: 100%
254[18:37:19] [Server thread/INFO]: Melon Growth Modifier: 100%
255[18:37:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
256[18:37:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
257[18:37:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
258[18:37:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
259[18:37:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
260[18:37:19] [Server thread/INFO]: Vine Growth Modifier: 100%
261[18:37:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
262[18:37:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
263[18:37:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
264[18:37:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
265[18:37:19] [Server thread/INFO]: Random Lighting Updates: false
266[18:37:19] [Server thread/INFO]: Structure Info Saving: true
267[18:37:19] [Server thread/INFO]: Mob Spawn Range: 6
268[18:37:19] [Server thread/INFO]: Item Despawn Rate: 6000
269[18:37:19] [Server thread/INFO]: Item Merge Radius: 2.5
270[18:37:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
271[18:37:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
272[18:37:19] [Server thread/INFO]: View Distance: 10
273[18:37:19] [Server thread/INFO]: Experience Merge Radius: 3.0
274[18:37:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
275[18:37:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
276[18:37:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
277[18:37:19] [Server thread/INFO]: -------- World Settings For [Spawn_the_end] --------
278[18:37:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
279[18:37:19] [Server thread/INFO]: Max TNT Explosions: 100
280[18:37:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
281[18:37:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
282[18:37:19] [Server thread/INFO]: Cane Growth Modifier: 100%
283[18:37:19] [Server thread/INFO]: Melon Growth Modifier: 100%
284[18:37:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
285[18:37:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
286[18:37:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
287[18:37:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
288[18:37:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
289[18:37:19] [Server thread/INFO]: Vine Growth Modifier: 100%
290[18:37:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
291[18:37:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
292[18:37:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
293[18:37:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
294[18:37:19] [Server thread/INFO]: Random Lighting Updates: false
295[18:37:19] [Server thread/INFO]: Structure Info Saving: true
296[18:37:19] [Server thread/INFO]: Mob Spawn Range: 6
297[18:37:19] [Server thread/INFO]: Item Despawn Rate: 6000
298[18:37:19] [Server thread/INFO]: Item Merge Radius: 2.5
299[18:37:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
300[18:37:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
301[18:37:19] [Server thread/INFO]: View Distance: 10
302[18:37:19] [Server thread/INFO]: Experience Merge Radius: 3.0
303[18:37:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
304[18:37:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
305[18:37:19] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
306[18:37:19] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7304948460211744534)
307[18:37:20] [Server thread/INFO]: Preparing spawn area: 63%
308[18:37:21] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7304948460211744534)
309[18:37:22] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7304948460211744534)
310[18:37:22] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.1
311[18:37:22] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
312[18:37:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
313[18:37:22] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
314[18:37:22] [Server thread/INFO]: [PlayTime] Enabling PlayTime v2.2-1.13
315[18:37:22] [Server thread/INFO]: [CommandAliases] Enabling CommandAliases v1.0
316[18:37:22] [Server thread/INFO]: [RealisticGrave] Enabling RealisticGrave v1.0.0
317[18:37:22] [Server thread/INFO]: -------------------------------------------------
318[18:37:22] [Server thread/INFO]: [RealisticGrave] Plugin Enabled !
319[18:37:22] [Server thread/INFO]: [RealisticGrave] Creator: GarzZ_
320[18:37:22] [Server thread/INFO]: [RealisticGrave] Version: 1.0.0
321[18:37:22] [Server thread/INFO]: -------------------------------------------------
322[18:37:22] [Server thread/INFO]: [SpawnJoin] Enabling SpawnJoin v2.0.0
323[18:37:22] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
324[18:37:22] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
325[18:37:22] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.7.1
326[18:37:22] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
327[18:37:22] [Server thread/INFO]: [ChatReaction] 19 words loaded!
328[18:37:22] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
329[18:37:22] [Server thread/INFO]: ---------------------------
330[18:37:22] [Server thread/INFO]: ChatReaction Updater
331[18:37:22] [Server thread/INFO]:
332[18:37:22] [Server thread/INFO]: Could not connect to spigotmc.org
333[18:37:22] [Server thread/INFO]: to check for updates!
334[18:37:22] [Server thread/INFO]:
335[18:37:22] [Server thread/INFO]: ---------------------------
336[18:37:22] [Server thread/INFO]: ---------------------------
337[18:37:22] [Server thread/INFO]: ChatReaction Updater
338[18:37:22] [Server thread/INFO]:
339[18:37:22] [Server thread/INFO]: You are running 1.7.1
340[18:37:22] [Server thread/INFO]: The latest version
341[18:37:22] [Server thread/INFO]: of ChatReaction!
342[18:37:22] [Server thread/INFO]:
343[18:37:22] [Server thread/INFO]: ---------------------------
344[18:37:22] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
345[18:37:22] [Server thread/INFO]: [Quests] Enabling Quests v1.12
346[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer1. Type: BUILDING.
347[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer2. Type: BUILDING.
348[18:37:22] [Server thread/INFO]: [Quests] Registered quest trench1. Type: MINING.
349[18:37:22] [Server thread/INFO]: [Quests] Registered quest trench2. Type: MINING.
350[18:37:22] [Server thread/INFO]: [Quests] Registered quest trench3. Type: MINING.
351[18:37:22] [Server thread/INFO]: [Quests] Registered quest trench4. Type: MINING.
352[18:37:22] [Server thread/INFO]: [Quests] Registered quest trench5. Type: MINING.
353[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer3. Type: BUILDING.
354[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer4. Type: BUILDING.
355[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer5. Type: BUILDING.
356[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer6. Type: BUILDING.
357[18:37:22] [Server thread/INFO]: [Quests] Registered quest builder1. Type: BUILDINGCERTAIN.
358[18:37:22] [Server thread/INFO]: [Quests] Registered quest builder2. Type: BUILDINGCERTAIN.
359[18:37:22] [Server thread/INFO]: [Quests] Registered quest builder3. Type: BUILDINGCERTAIN.
360[18:37:22] [Server thread/INFO]: [Quests] Registered quest builder4. Type: BUILDINGCERTAIN.
361[18:37:22] [Server thread/INFO]: [Quests] Registered quest builder5. Type: BUILDINGCERTAIN.
362[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer7. Type: BUILDING.
363[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer8. Type: BUILDING.
364[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer9. Type: BUILDING.
365[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer10. Type: BUILDING.
366[18:37:22] [Server thread/INFO]: [Quests] Registered quest playtime1. Type: TIMEPLAYED.
367[18:37:22] [Server thread/INFO]: [Quests] Registered quest playtime2. Type: TIMEPLAYED.
368[18:37:22] [Server thread/INFO]: [Quests] Registered quest playtime3. Type: TIMEPLAYED.
369[18:37:22] [Server thread/INFO]: [Quests] Registered quest playtime4. Type: TIMEPLAYED.
370[18:37:22] [Server thread/INFO]: [Quests] Registered quest playtime5. Type: TIMEPLAYED.
371[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer11. Type: BUILDING.
372[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer12. Type: BUILDING.
373[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer13. Type: BUILDING.
374[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer14. Type: BUILDING.
375[18:37:22] [Server thread/INFO]: [Quests] Registered quest traveler1. Type: WALKING.
376[18:37:22] [Server thread/INFO]: [Quests] Registered quest traveler2. Type: WALKING.
377[18:37:22] [Server thread/INFO]: [Quests] Registered quest traveler3. Type: WALKING.
378[18:37:22] [Server thread/INFO]: [Quests] Registered quest traveler4. Type: WALKING.
379[18:37:22] [Server thread/INFO]: [Quests] Registered quest traveler5. Type: WALKING.
380[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer15. Type: BUILDING.
381[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer16. Type: BUILDING.
382[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer17. Type: BUILDING.
383[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer18. Type: BUILDING.
384[18:37:22] [Server thread/INFO]: [Quests] Registered quest xray1. Type: MININGCERTAIN.
385[18:37:22] [Server thread/INFO]: [Quests] Registered quest xray2. Type: MININGCERTAIN.
386[18:37:22] [Server thread/INFO]: [Quests] Registered quest xray3. Type: MININGCERTAIN.
387[18:37:22] [Server thread/INFO]: [Quests] Registered quest xray4. Type: MININGCERTAIN.
388[18:37:22] [Server thread/INFO]: [Quests] Registered quest xray5. Type: MININGCERTAIN.
389[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer19. Type: BUILDING.
390[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer20. Type: BUILDING.
391[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer21. Type: BUILDING.
392[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer22. Type: BUILDING.
393[18:37:22] [Server thread/INFO]: [Quests] Registered quest mob1. Type: MOBKILLINGCERTAIN.
394[18:37:22] [Server thread/INFO]: [Quests] Registered quest mob2. Type: MOBKILLINGCERTAIN.
395[18:37:22] [Server thread/INFO]: [Quests] Registered quest mob3. Type: MOBKILLINGCERTAIN.
396[18:37:22] [Server thread/INFO]: [Quests] Registered quest mob4. Type: MOBKILLINGCERTAIN.
397[18:37:22] [Server thread/INFO]: [Quests] Registered quest mob5. Type: MOBKILLINGCERTAIN.
398[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer23. Type: BUILDING.
399[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer24. Type: BUILDING.
400[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer25. Type: BUILDING.
401[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer30. Type: BUILDING.
402[18:37:22] [Server thread/INFO]: [Quests] Registered quest exp1. Type: EXP.
403[18:37:22] [Server thread/INFO]: [Quests] Registered quest exp2. Type: EXP.
404[18:37:22] [Server thread/INFO]: [Quests] Registered quest exp3. Type: EXP.
405[18:37:22] [Server thread/INFO]: [Quests] Registered quest exp4. Type: EXP.
406[18:37:22] [Server thread/INFO]: [Quests] Registered quest exp5. Type: EXP.
407[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer26. Type: BUILDING.
408[18:37:22] [Server thread/INFO]: [Quests] Registered quest spacer31. Type: BUILDING.
409[18:37:22] [Server thread/INFO]: [Quests] Your server is running version v1_12_R1
410[18:37:22] [Server thread/INFO]: [Quests] Quests setup was successful!
411[18:37:22] [Server thread/INFO]: [AACBungeeConnectSpigot] Enabling AACBungeeConnectSpigot v1.5.0.3
412[18:37:22] [Server thread/INFO]: [AACBungeeConnect] AAC NOT found! Plugin is being disabled
413[18:37:22] [Server thread/INFO]: [AACBungeeConnectSpigot] Disabling AACBungeeConnectSpigot v1.5.0.3
414[18:37:22] [Server thread/INFO]: -----------===== [AACBungeeConnect] =====-----------
415[18:37:22] [Server thread/INFO]: The plugin has been successfully deactivated
416[18:37:22] [Server thread/INFO]: Plugin by: Nojo | Noah
417[18:37:22] [Server thread/INFO]: -----------===== [AACBungeeConnect] =====-----------
418[18:37:22] [Server thread/ERROR]: Error occurred while enabling AACBungeeConnectSpigot v1.5.0.3 (Is it up to date?)
419org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register IIiiIIIiiIIIIIIIII@4587954d while not enabled
420 at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:522) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
421 at IIiiIIIiiIIIIIIIII.<init>(Violation_Listener.java:24) ~[?:?]
422 at iiIIiiiIiIiiIIiiII.IiIiiiIiiiIiIIIIiI(AACSpigotConnect.java:103) ~[?:?]
423 at iiIIiiiIiIiiIIiiII.onEnable(AACSpigotConnect.java:58) ~[?:?]
424 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
425 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
426 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
427 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
428 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
429 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
430 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
431 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
432 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
433 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
434 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
435[18:37:22] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.2
436[18:37:22] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3
437[18:37:22] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
438[18:37:22] [Server thread/INFO]: [CoreProtect] Spigot 1.14 or higher is required.
439[18:37:22] [Server thread/INFO]: [CoreProtect] CoreProtect was unable to start.
440[18:37:22] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.17.5
441[18:37:22] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
442[18:37:22] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v2.17.5
443[18:37:22] [Server thread/INFO]: [Skript] Enabling Skript v2.2-Fixes-V9
444[18:37:22] [Server thread/ERROR]: Error occurred while enabling Skript v2.2-Fixes-V9 (Is it up to date?)
445java.lang.NoSuchMethodError: org.bukkit.DyeColor.getData()B
446 at ch.njol.skript.util.Color.<clinit>(Color.java:82) ~[?:?]
447 at ch.njol.skript.SkriptCommand.<clinit>(SkriptCommand.java:60) ~[?:?]
448 at ch.njol.skript.Skript.onEnable(Skript.java:273) ~[?:?]
449 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
450 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
451 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
452 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
453 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
454 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
455 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
456 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
457 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
458 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
459 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
460[18:37:22] [Server thread/INFO]: [CombatLog] Enabling CombatLog v2.3.0
461[18:37:22] [Server thread/INFO]: [CombatLog] Loading config.yml
462[18:37:23] [Server thread/INFO]: [CombatLog] v2.3.0 has been enabled.
463[18:37:23] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.6
464[18:37:23] [Server thread/INFO]: [OpenInv] Your version of CraftBukkit (v1_12_R1) is not supported.
465[18:37:23] [Server thread/INFO]: [OpenInv] If this version is a recent release, check for an update.
466[18:37:23] [Server thread/INFO]: [OpenInv] If this is an older version, ensure that you've downloaded the legacy support version.
467[18:37:23] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6
468[18:37:23] [Server thread/INFO]: [ClearLag] Loading modules...
469[18:37:23] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
470[18:37:23] [Server thread/INFO]: [ClearLag] Modules have been loaded!
471[18:37:23] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
472[18:37:23] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.12]...
473[18:37:23] [Server thread/INFO]: [Chairs] Enabling Chairs v5.0
474[18:37:23] [Server thread/WARN]: com.cnaude.chairs.vehiclearrow.NMSAccessException: ChairsReloaded is not compatible with your server version
475[18:37:23] [Server thread/WARN]: at com.cnaude.chairs.vehiclearrow.NMSAccess.setupChairsArrow(NMSAccess.java:20)
476[18:37:23] [Server thread/WARN]: at com.cnaude.chairs.core.Chairs.onEnable(Chairs.java:55)
477[18:37:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
478[18:37:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
479[18:37:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
480[18:37:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
481[18:37:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
482[18:37:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
483[18:37:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
484[18:37:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
485[18:37:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
486[18:37:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
487[18:37:23] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
488[18:37:23] [Server thread/INFO]: [Chairs] Disabling Chairs v5.0
489[18:37:23] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
490[18:37:23] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
491[18:37:23] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
492[18:37:23] [Thread-11/INFO]: [ClearLag] No updates found!
493[18:37:23] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
494[18:37:23] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
495[18:37:23] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
496java.lang.NullPointerException: null
497 at com.w00tmast3r.skquery.elements.expressions.ExprWhere.getReturnType(ExprWhere.java:52) ~[?:?]
498 at com.w00tmast3r.skquery.Registration.register(Registration.java:120) ~[?:?]
499 at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
500 at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
501 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
502 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
503 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
504 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
505 at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
506 at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
507 at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
508 at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
509 at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
510 at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
511 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
512[18:37:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
513[18:37:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.12-1.12.2 / Spigot-CB-1.12_R1
514[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
515[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
516[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
517[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
518[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
519[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
520[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
521[18:37:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.12 blocks.
522[18:37:24] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
523[18:37:24] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
524[18:37:24] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.12.2)...
525[18:37:24] [Server thread/INFO]: [NoCheatPlus] Confirm teleport packet available (via name): TELEPORT_ACCEPT[class=PacketPlayInTeleportAccept, id=0]
526[18:37:24] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
527[18:37:24] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
528[18:37:24] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
529[18:37:24] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0
530[18:37:24] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
531[18:37:24] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
532[18:37:24] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
533[18:37:24] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
534[18:37:24] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
535[18:37:24] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
536[18:37:24] [Server thread/INFO]: [UltraPunishments] Enabling UltraPunishments v1.2.6
537[18:37:24] [Server thread/INFO]: [UltraPunishments] Loading Plugin...
538[18:37:25] [Server thread/INFO]: [UltraPunishments] Loaded dependency net.sourceforge.htmlunit:htmlunit-osgi:2.24
539[18:37:25] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
540[18:37:25] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
541[18:37:25] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
542[18:37:27] [Server thread/INFO]: [UltraPunishments] Successfully loaded in 2911 ms
543[18:37:27] [Server thread/INFO]: [TAB] Enabling TAB v1.6.7
544[18:37:27] [Server thread/INFO]: [TAB] An error occured while loading config: null
545[18:37:27] [Server thread/WARN]: java.lang.NullPointerException
546[18:37:27] [Server thread/WARN]: at me.neznamy.tab.bukkit.Main.config(Main.java:199)
547[18:37:27] [Server thread/WARN]: at me.neznamy.tab.bukkit.Main.load(Main.java:250)
548[18:37:27] [Server thread/WARN]: at me.neznamy.tab.bukkit.Main.onEnable(Main.java:126)
549[18:37:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
550[18:37:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
551[18:37:27] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
552[18:37:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
553[18:37:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
554[18:37:27] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
555[18:37:27] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
556[18:37:27] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
557[18:37:27] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
558[18:37:27] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
559[18:37:27] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
560[18:37:27] [Server thread/INFO]: [TAB] Enabled in 8ms
561[18:37:27] [Server thread/INFO]: [TAB] Original autor: NEZNAMY
562[18:37:27] [Server thread/INFO]: [TAB] New versions by Wisky987 | Twitter support @Wisky987
563[18:37:27] [Server thread/INFO]: [cManagement] Enabling cManagement v1.0
564[18:37:27] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.7.4.4
565[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
566[18:37:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
567[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
568[18:37:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
569[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
570[18:37:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
571[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
572[18:37:27] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
573[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading custom files.
574[18:37:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Living.yml.
575[18:37:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Vote.yml.
576[18:37:27] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Earth.yml.
577[18:37:27] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
578[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
579[18:37:27] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
580[18:37:27] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
581[18:37:27] [Server thread/INFO]: [CrazyCrates] Loaded 0 physical crate locations.
582[18:37:27] [Server thread/INFO]: [CrazyCrates] Failed to load 3 physical crate locations.
583[18:37:27] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
584[18:37:27] [Server thread/INFO]: [CrazyCrates] 2 player's data has been marked to be removed.
585[18:37:27] [Server thread/INFO]: [CrazyCrates] All empty player data has been removed.
586[18:37:27] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
587[18:37:27] [Server thread/INFO]: [Rankup] Enabling Rankup v3.4.1
588[18:37:27] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
589[18:37:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-bSNAPSHOT
590[18:37:27] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
591[18:37:27] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
592[18:37:27] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
593[18:37:27] [Server thread/INFO]: Using locale en
594[18:37:27] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
595[18:37:27] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
596[18:37:27] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
597[18:37:27] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
598[18:37:28] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
599[18:37:28] [Server thread/INFO]: [LiteBans] Using default database drivers.
600[18:37:28] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.cj.jdbc.Driver)
601[18:37:28] [Server thread/INFO]: [LiteBans] Connecting to database...
602[18:37:28] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://sql.pebblehost.com:3306/customer_78887;useSSL=false&serverTimezone=UTC] (697.3 ms).
603[18:37:29] [Server thread/INFO]: [LiteBans] [Sync] Server name: Prison
604[18:37:29] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 2a36779461c440aa9d39ac22de368617 <2>
605[18:37:29] [Server thread/INFO]: [LiteBans] Database connection fully initialized (1138.3 ms).
606[18:37:29] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 1352 ms.
607[18:37:29] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.6
608[18:37:29] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
609[18:37:29] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
610[18:37:29] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
611[18:37:29] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
612[18:37:29] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
613[18:37:29] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
614[18:37:29] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-bSNAPSHOT
615[18:37:29] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3
616[18:37:29] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
617[18:37:29] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
618[18:37:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-bSNAPSHOT
619[18:37:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-bSNAPSHOT
620[18:37:29] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.2
621[18:37:30] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.7.2
622[18:37:30] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
623[18:37:30] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
624[18:37:30] [Server thread/INFO]: creating table 'items'
625[18:37:30] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
626[18:37:30] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
627[18:37:30] [Server thread/INFO]: creating table 'accounts'
628[18:37:30] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
629[18:37:30] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
630[18:37:30] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
631[18:37:30] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
632[18:37:30] [Server thread/INFO]: [Marriage] Enabling Marriage v2.0.19
633[18:37:30] [Server thread/INFO]: [Marriage] Loading config...
634[18:37:30] [Server thread/INFO]: [Marriage] Hooked with LuckPerms using Vault!
635[18:37:30] [Server thread/INFO]: [Marriage] Loading dependencies...
636[18:37:30] [Server thread/INFO]: [Marriage] Loading listeners...
637[18:37:30] [Server thread/INFO]: [Marriage] Hooking with PlotSquared v3.5.0-SNAPSHOT-95f8aaa
638[18:37:30] [Server thread/INFO]: [Marriage] Loading database...
639[18:37:30] [Server thread/INFO]: [Marriage] Loading commands...
640[18:37:30] [Server thread/INFO]: [Marriage] Loading updater...
641[18:37:30] [Server thread/INFO]: [Marriage] Loading converter...
642[18:37:30] [Server thread/INFO]: [Marriage] Completed plugin load stage.
643[18:37:30] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
644[18:37:32] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether_the_end
645[18:37:32] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
646[18:37:32] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether_nether
647[18:37:32] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
648[18:37:32] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
649[18:37:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
650[18:37:32] [Server thread/INFO]: Max TNT Explosions: 100
651[18:37:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
652[18:37:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
653[18:37:32] [Server thread/INFO]: Cane Growth Modifier: 100%
654[18:37:32] [Server thread/INFO]: Melon Growth Modifier: 100%
655[18:37:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
656[18:37:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
657[18:37:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
658[18:37:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
659[18:37:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
660[18:37:32] [Server thread/INFO]: Vine Growth Modifier: 100%
661[18:37:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
662[18:37:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
663[18:37:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
664[18:37:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
665[18:37:32] [Server thread/INFO]: Random Lighting Updates: false
666[18:37:32] [Server thread/INFO]: Structure Info Saving: true
667[18:37:32] [Server thread/INFO]: Mob Spawn Range: 6
668[18:37:32] [Server thread/INFO]: Item Despawn Rate: 6000
669[18:37:32] [Server thread/INFO]: Item Merge Radius: 2.5
670[18:37:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
671[18:37:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
672[18:37:32] [Server thread/INFO]: View Distance: 10
673[18:37:32] [Server thread/INFO]: Experience Merge Radius: 3.0
674[18:37:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
675[18:37:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
676[18:37:32] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
677[18:37:32] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6727004904516154455)
678[18:37:32] [Server thread/WARN]: Could not set level chunk heightmap, array length is 0 instead of 256
679[18:37:32] [Server thread/WARN]: java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
680[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NibbleArray.<init>(NibbleArray.java:14)
681[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:402)
682[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:94)
683[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:72)
684[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:21)
685[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
686[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336)
687[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
688[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
689[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
690[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
691[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
692[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createWorld(CraftServer.java:945)
693[18:37:32] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:454)
694[18:37:32] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
695[18:37:32] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
696[18:37:32] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
697[18:37:32] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
698[18:37:32] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
699[18:37:32] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
700[18:37:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
701[18:37:32] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
702[18:37:32] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
703[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
704[18:37:32] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
705[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
706[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
707[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
708[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
709[18:37:32] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
710[18:37:32] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
711[18:37:32] [Server thread/ERROR]: [Multiverse-Core] The world 'world_the_end' could NOT be loaded because it contains errors and is probably corrupt!
712[18:37:32] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'world_the_end'
713[18:37:32] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
714[18:37:32] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
715[18:37:32] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
716[18:37:33] [Server thread/INFO]: -------- World Settings For [world_nether] --------
717[18:37:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
718[18:37:33] [Server thread/INFO]: Max TNT Explosions: 100
719[18:37:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
720[18:37:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
721[18:37:33] [Server thread/INFO]: Cane Growth Modifier: 100%
722[18:37:33] [Server thread/INFO]: Melon Growth Modifier: 100%
723[18:37:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
724[18:37:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
725[18:37:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
726[18:37:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
727[18:37:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
728[18:37:33] [Server thread/INFO]: Vine Growth Modifier: 100%
729[18:37:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
730[18:37:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
731[18:37:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
732[18:37:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
733[18:37:33] [Server thread/INFO]: Random Lighting Updates: false
734[18:37:33] [Server thread/INFO]: Structure Info Saving: true
735[18:37:33] [Server thread/INFO]: Mob Spawn Range: 6
736[18:37:33] [Server thread/INFO]: Item Despawn Rate: 6000
737[18:37:33] [Server thread/INFO]: Item Merge Radius: 2.5
738[18:37:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
739[18:37:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
740[18:37:33] [Server thread/INFO]: View Distance: 10
741[18:37:33] [Server thread/INFO]: Experience Merge Radius: 3.0
742[18:37:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
743[18:37:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
744[18:37:33] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
745[18:37:33] [Server thread/INFO]: Preparing start region for level 4 (Seed: -6727004904516154455)
746[18:37:33] [Server thread/WARN]: Could not set level chunk heightmap, array length is 0 instead of 256
747[18:37:33] [Server thread/WARN]: java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
748[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NibbleArray.<init>(NibbleArray.java:14)
749[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:402)
750[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:94)
751[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:72)
752[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:21)
753[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
754[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336)
755[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
756[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
757[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:137)
758[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:120)
759[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:116)
760[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createWorld(CraftServer.java:945)
761[18:37:33] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:454)
762[18:37:33] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
763[18:37:33] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
764[18:37:33] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
765[18:37:33] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
766[18:37:33] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
767[18:37:33] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
768[18:37:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
769[18:37:33] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
770[18:37:33] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
771[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
772[18:37:33] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
773[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
774[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
775[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
776[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
777[18:37:33] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
778[18:37:33] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
779[18:37:33] [Server thread/ERROR]: [Multiverse-Core] The world 'world_nether' could NOT be loaded because it contains errors and is probably corrupt!
780[18:37:33] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'world_nether'
781[18:37:33] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
782[18:37:33] [Server thread/INFO]: -------- World Settings For [Survival_plots] --------
783[18:37:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
784[18:37:33] [Server thread/INFO]: Max TNT Explosions: 100
785[18:37:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
786[18:37:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
787[18:37:33] [Server thread/INFO]: Cane Growth Modifier: 100%
788[18:37:33] [Server thread/INFO]: Melon Growth Modifier: 100%
789[18:37:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
790[18:37:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
791[18:37:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
792[18:37:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
793[18:37:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
794[18:37:33] [Server thread/INFO]: Vine Growth Modifier: 100%
795[18:37:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
796[18:37:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
797[18:37:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
798[18:37:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
799[18:37:33] [Server thread/INFO]: Random Lighting Updates: false
800[18:37:33] [Server thread/INFO]: Structure Info Saving: true
801[18:37:33] [Server thread/INFO]: Mob Spawn Range: 6
802[18:37:33] [Server thread/INFO]: Item Despawn Rate: 6000
803[18:37:33] [Server thread/INFO]: Item Merge Radius: 2.5
804[18:37:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
805[18:37:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
806[18:37:33] [Server thread/INFO]: View Distance: 10
807[18:37:33] [Server thread/INFO]: Experience Merge Radius: 3.0
808[18:37:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
809[18:37:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
810[18:37:33] [Server thread/INFO]: [P2] Detected world load for 'Survival_plots'
811[18:37:33] [Server thread/INFO]: [P2] - generator: PlotSquared>PlotSquared
812[18:37:33] [Server thread/INFO]: [P2] - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
813[18:37:33] [Server thread/INFO]: [P2] - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
814[18:37:33] [Server thread/INFO]: [P2] - schematic: false
815[18:37:33] [Server thread/INFO]: World possibly already loaded: Survival_plots
816[18:37:33] [Server thread/INFO]: Preparing start region for level 5 (Seed: 8052699678288529275)
817[18:37:34] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
818[18:37:34] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
819[18:37:34] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
820[18:37:34] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
821[18:37:34] [Server thread/INFO]:
822
823******************************************************
824 This version of HolographicDisplays only
825 works on server versions from 1.7 to 1.11.
826 The plugin will be disabled.
827******************************************************
828
829[18:37:39] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.18.1
830[18:37:39] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
831[18:37:39] [Server thread/WARN]: [ShopGUIPlus] Spawners plugin not found, spawners won't be supported.
832[18:37:39] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading donatornew > 2 (shops.yml), item not loaded
833[18:37:39] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading donatornew > 3 (shops.yml), item not loaded
834[18:37:39] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
835[18:37:40] [Server thread/INFO]: Level: INFO
836[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mEnabling MyPet v2.3.4[m
837[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [m##########################################[m
838[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [m# A new version is available: 3.5 #1480 #[m
839[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [m# https://mypet-plugin.de/download #[m
840[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [m##########################################[m
841[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mNoCheatPlus (3.16.0-RC-sMD5NET-b1134) hook activated.[m
842[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mPlaceholderAPI (2.9.1) hook activated.[m
843[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mPlotSquared (3.5.0-SNAPSHOT-95f8aaa) hook activated.[m
844[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mProtocolLib (4.3.0) hook activated.[m
845[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mSuperVanish (6.1.3) hook activated.[m
846[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mVault (1.5.6-b49) (Economy: Essentials Economy) hook activated.[m
847[18:37:40] [Server thread/INFO]: [[0;32;22mMyPet[m] [mCompat mode for v1_12_R1 loaded.[m
848[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m--- Loading WorldGroups ---------------------------[m
849[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world' to 'default'[m
850[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world_nether' to 'default'[m
851[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'world_the_end' to 'default'[m
852[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Survival_plots' to 'default'[m
853[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'survivalworld' to 'default'[m
854[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Spawn' to 'default'[m
855[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Spawn_nether' to 'default'[m
856[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m added 'Spawn_the_end' to 'default'[m
857[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [m-------------------------------------------------[m
858[18:37:42] [Server thread/INFO]: [[0;32;22mMyPet[m] [mversion 2.3.4-b1223[0;32;1m ENABLED[m
859[18:37:42] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v1.0.1
860[18:37:42] [Server thread/INFO]: =============================
861[18:37:42] [Server thread/INFO]: EpicSpawners 1.0.1 by Brianna <3!
862[18:37:42] [Server thread/INFO]: Action: Enabling...
863[18:37:42] [Server thread/INFO]: [EpicSpawners] Loading data file
864[18:37:42] [Server thread/INFO]: [EpicSpawners] Loading Language File
865[18:37:42] [Server thread/INFO]: [EpicSpawners] Loading Data File
866[18:37:42] [Server thread/INFO]: =============================
867[18:37:42] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
868[18:37:42] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
869[18:37:42] [Server thread/WARN]: [WorldEdit]
870**********************************************
871** This WorldEdit version does not fully support your version of Bukkit.
872**
873** When working with blocks or undoing, chests will be empty, signs
874** will be blank, and so on. There will be no support for entity
875** and biome-related functions.
876**
877** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
878**********************************************
879
880[18:37:42] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.7.9.4
881[18:37:42] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
882[18:37:43] [Server thread/INFO]: Done (24.071s)! For help, type "help" or "?"
883[18:37:43] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2(340)
884[18:37:43] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
885[18:37:43] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Added hook: MyPet [1.0].
886[18:37:43] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
887[18:37:43] [Craft Scheduler Thread - 3/INFO]: You are running the latest version of PlotSquared!
888[18:37:44] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 150 placeholder expansions are available on the cloud.
889[18:37:44] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
890[18:37:49] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
891[18:37:49] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.2
892[18:37:49] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
893[18:37:49] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
894[18:37:49] [Craft Scheduler Thread - 6/INFO]: [Marriage] Purged 0 player entries in 6ms
895[18:37:49] [Craft Scheduler Thread - 8/WARN]: [Essentials] Plugin Essentials v2.0.1-bSNAPSHOT generated an exception while executing task 77
896org.yaml.snakeyaml.constructor.ConstructorException: Can't construct a java object for tag:yaml.org,2002:com.earth2me.essentials.settings.Spawns; exception=java.lang.NoSuchFieldException: typeDefinitions
897 in 'reader', line 1, column 1:
898 spawns:
899 ^
900
901 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:313) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
902 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:207) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
903 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:196) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
904 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:161) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
905 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:147) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
906 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
907 at org.yaml.snakeyaml.Yaml.load(Yaml.java:467) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
908 at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:41) ~[?:?]
909 at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:33) ~[?:?]
910 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
911 at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
912 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_191]
913 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_191]
914 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
915Caused by: org.yaml.snakeyaml.error.YAMLException: java.lang.NoSuchFieldException: typeDefinitions
916 at com.earth2me.essentials.storage.BukkitConstructor$ConstructBukkitMapping.constructJavaBean2ndStep(BukkitConstructor.java:231) ~[?:?]
917 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
918 at com.earth2me.essentials.storage.BukkitConstructor$ConstructBukkitMapping.construct(BukkitConstructor.java:217) ~[?:?]
919 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
920 ... 13 more
921Caused by: java.lang.NoSuchFieldException: typeDefinitions
922 at java.lang.Class.getDeclaredField(Class.java:2070) ~[?:1.8.0_191]
923 at com.earth2me.essentials.storage.BukkitConstructor$ConstructBukkitMapping.constructJavaBean2ndStep(BukkitConstructor.java:224) ~[?:?]
924 at org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:149) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
925 at com.earth2me.essentials.storage.BukkitConstructor$ConstructBukkitMapping.construct(BukkitConstructor.java:217) ~[?:?]
926 at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:308) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-acbc348]
927 ... 13 more
928[18:37:49] [Craft Scheduler Thread - 14/INFO]: NametagEdit Pool - Starting...
929[18:37:49] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
930[18:37:49] [Craft Scheduler Thread - 5/WARN]: [CrazyAuctions] com.massivestats.MassiveStats was unable to communicate with its API endpoint.
931[18:37:49] [Craft Scheduler Thread - 2/WARN]: [Vault] Stable Version: 1.7.2 is out! You are still running version: 1.5.6
932[18:37:49] [Craft Scheduler Thread - 2/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
933[18:37:50] [Server thread/INFO]: Starting UUID caching
934[18:37:50] [Craft Scheduler Thread - 5/INFO]: [P2] Starting player data caching for: Spawn
935[18:37:50] [Craft Scheduler Thread - 5/INFO]: Fast mode UUID caching enabled!
936[18:37:50] [Craft Scheduler Thread - 5/INFO]: [P2] Cached a total of: 5 UUIDs
937[18:37:50] [Craft Scheduler Thread - 14/INFO]: NametagEdit Pool - Start completed.
938[18:40:36] [User Authenticator #1/INFO]: UUID of player ECLIP3S is c72fcd9e-49a8-4af0-ba39-a5683f886d33
939[18:40:37] [Server thread/INFO]: ECLIP3S[/107.145.155.154:37799] logged in with entity id 298 at ([Spawn]-164.27988845111838, 78.0, 161.1446041904682)
940[18:40:37] [Server thread/INFO]: + [Owner] ECLIP3S
941[18:41:25] [Server thread/INFO]: ECLIP3S issued server command: /gmc
942[18:41:33] [User Authenticator #2/INFO]: UUID of player zCriqz is c99f81d3-f613-47e4-bd01-0d1a3a7cd3c7
943[18:41:33] [Server thread/INFO]: zCriqz[/184.101.64.12:40135] logged in with entity id 9974 at ([Spawn]160.5, 68.0, 249.5)
944[18:41:33] [Server thread/INFO]: + [Member] zCriqz
945[18:41:33] [pool-13-thread-1/INFO]: Creating empty config: /home/minecraft/multicraft/servers/server81589/plugins/Essentials/userdata/c99f81d3-f613-47e4-bd01-0d1a3a7cd3c7.yml
946[18:41:33] [Server thread/WARN]: §4That kit does not exist.
947[18:41:34] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-1.058000040054381,-238.0
948[18:41:34] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-1.3520000457764354,-238.0
949[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-1.5480000495911383,-238.0
950[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-1.8420000553131928,-238.0
951[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-1.9400000572205442,-238.0
952[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-2.136000061035247,-238.0
953[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-2.2340000629425987,-238.0
954[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-2.33200006484995,-238.0
955[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-2.528000068664653,-238.0
956[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! -142.0,-2.6260000705720046,-238.0
957[18:41:35] [Server thread/WARN]: zCriqz moved too quickly! 10.0,4.0,3.0
958[18:41:37] [Async Chat Thread - #0/INFO]: [Member] zCriqz // oof
959[18:41:49] [User Authenticator #3/INFO]: UUID of player GhostShadow911 is bdf3d5bc-b1ed-4678-826a-12cd5d6be66b
960[18:41:49] [Server thread/INFO]: GhostShadow911[/2.216.127.179:45425] logged in with entity id 15049 at ([Spawn]138.52311703175832, 69.3352811580602, 237.9001563960493)
961[18:41:49] [Server thread/INFO]: + [Owner] GhostShadow911
962[18:41:58] [Async Chat Thread - #0/INFO]: [Member] zCriqz // i just comboed a sheep
963[18:42:38] [Server thread/INFO]: GhostShadow911 issued server command: /gmc
964[18:42:48] [Async Chat Thread - #0/INFO]: [Owner] ECLIP3S // Set game move creative
965[18:43:01] [Async Chat Thread - #0/INFO]: [Member] zCriqz // OI
966[18:43:02] [Async Chat Thread - #0/INFO]: [Owner] ECLIP3S // Set game move creative
967[18:43:14] [Async Chat Thread - #0/INFO]: [Owner] ECLIP3S // Set game move creative
968[18:43:21] [Async Chat Thread - #0/INFO]: [Owner] ECLIP3S // Set game move creative
969[18:43:26] [Server thread/WARN]: ECLIP3S moved too quickly! -10.177698332007878,0.7967356006687112,-5.417294778778341
970[18:43:44] [Server thread/INFO]: ECLIP3S issued server command: /gmc
971[18:43:45] [Server thread/INFO]: ECLIP3S issued server command: /gms
972[18:43:48] [Async Chat Thread - #0/INFO]: [Member] zCriqz // STOOP
973[18:43:50] [Server thread/INFO]: ECLIP3S issued server command: /mc
974[18:43:51] [Server thread/INFO]: ECLIP3S issued server command: /gmc
975[18:43:55] [Async Chat Thread - #0/INFO]: [Member] zCriqz // i dont haves a weapon
976[18:43:57] [Async Chat Thread - #0/INFO]: [Member] zCriqz // : c
977[18:44:05] [Async Chat Thread - #0/INFO]: [Member] zCriqz // he bullying me tho
978[18:44:10] [Async Chat Thread - #0/INFO]: [Member] zCriqz // with a dia swprd
979[18:44:29] [Server thread/INFO]: [EndurableMC] Warning ground items will be removed in 60 seconds!
980[18:45:09] [Server thread/INFO]: [EndurableMC] Warning ground items will be removed in 20 seconds!
981[18:45:29] [Server thread/INFO]: [EndurableMC] Removed 6 entities!
982[18:45:31] [Async Chat Thread - #1/INFO]: [Member] zCriqz // harrassment
983[18:45:31] [Server thread/INFO]: GhostShadow911 issued server command: /gm2
984[18:45:32] [Async Chat Thread - #1/INFO]: [Member] zCriqz // ur bad
985[18:45:34] [Server thread/INFO]: GhostShadow911 issued server command: /gm 2
986[18:45:37] [Server thread/INFO]: GhostShadow911 issued server command: /gm 3
987[18:45:40] [Server thread/INFO]: GhostShadow911 issued server command: /gm 1
988[18:45:47] [Server thread/INFO]: GhostShadow911 issued server command: /gm 2 zCriqz
989[18:45:55] [Server thread/INFO]: GhostShadow911 issued server command: /tp zCriqz
990[18:46:12] [Server thread/INFO]: zCriqz lost connection: Disconnected
991[18:46:12] [Server thread/INFO]: EndurableSurvivalsMC // zCriqz logged out while in combat!
992[18:46:12] [Server thread/INFO]: - [Member] zCriqz
993[18:46:23] [Server thread/INFO]: CONSOLE issued server command: /eco give ECLIP3S 20
994[18:46:23] [Server thread/INFO]: $20 added to [Owner] ECLIP3S account. New balance: $60
995[18:46:24] [User Authenticator #4/INFO]: UUID of player zCriqz is c99f81d3-f613-47e4-bd01-0d1a3a7cd3c7
996[18:46:24] [Server thread/INFO]: zCriqz[/184.101.64.12:45267] logged in with entity id 111869 at ([Spawn]397.8461657178725, 68.0, -63.54336975287269)
997[18:46:24] [Server thread/INFO]: + [Member] zCriqz
998[18:46:29] [Server thread/INFO]: ECLIP3S issued server command: /tpo GhostShadow911
999[18:46:53] [User Authenticator #5/INFO]: UUID of player zCriqz is c99f81d3-f613-47e4-bd01-0d1a3a7cd3c7