· 6 years ago · Aug 28, 2019, 11:36 PM
1[19:05:25] [main/INFO]: Loaded 0 recipes
2[19:05:25] [Server thread/INFO]: Starting minecraft server version 1.13.2
3[19:05:25] [Server thread/INFO]: Loading properties
4[19:05:25] [Server thread/INFO]: Default game type: SURVIVAL
5[19:05:25] [Server thread/INFO]: This server is running Paper version git-Paper-643 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
6[19:05:26] [Server thread/INFO]: Debug logging is disabled
7[19:05:26] [Server thread/INFO]: Server Ping Player Sample Count: 12
8[19:05:26] [Server thread/INFO]: Using 4 threads for Netty based IO
9[19:05:26] [Server thread/INFO]: Generating keypair
10[19:05:27] [Server thread/INFO]: Starting Minecraft server on *:25565
11[19:05:27] [Server thread/INFO]: Using default channel type
12[19:05:34] [Server thread/ERROR]: Could not load 'plugins\Hearth-1.13.jar' in folder 'plugins'
13org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: de/blueblock/heart/main/Main has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
14 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[patched_1.13.2.jar:git-Paper-643]
15 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-643]
16 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-643]
17 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-643]
18 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-643]
19 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-643]
20 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
21Caused by: java.lang.UnsupportedClassVersionError: de/blueblock/heart/main/Main has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
22 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_211]
23 at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_211]
24 at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_211]
25 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[patched_1.13.2.jar:git-Paper-643]
26 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-643]
27 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
28 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
29 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
30 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
31 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-643]
32 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-643]
33 ... 6 more
34[19:05:34] [Server thread/ERROR]: Fatal error trying to convert Enchants v3.1.9:ally/main/Enchants.class
35org.bukkit.plugin.AuthorNagException: No legacy enum constant for LOCKED_CHEST. Did you forget to define api-version: 1.13 in your plugin.yml?
36 at org.bukkit.craftbukkit.v1_13_R2.util.Commodore$1$1.visitFieldInsn(Commodore.java:272) ~[patched_1.13.2.jar:git-Paper-643]
37 at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2210) ~[patched_1.13.2.jar:git-Paper-643]
38 at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1283) ~[patched_1.13.2.jar:git-Paper-643]
39 at org.objectweb.asm.ClassReader.accept(ClassReader.java:688) ~[patched_1.13.2.jar:git-Paper-643]
40 at org.objectweb.asm.ClassReader.accept(ClassReader.java:400) ~[patched_1.13.2.jar:git-Paper-643]
41 at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:173) ~[patched_1.13.2.jar:git-Paper-643]
42 at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:238) ~[patched_1.13.2.jar:git-Paper-643]
43 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:113) ~[patched_1.13.2.jar:git-Paper-643]
44 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[patched_1.13.2.jar:git-Paper-643]
45 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
46 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_211]
47 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_211]
48 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_211]
49 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[patched_1.13.2.jar:git-Paper-643]
50 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-643]
51 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-643]
52 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-643]
53 at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-643]
54 at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-643]
55 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-643]
56 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
57[19:05:39] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
58[19:05:39] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
59[19:05:39] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
60[19:05:39] [Server thread/INFO]: [PlayTime] Loading PlayTime v2.2-1.13
61[19:05:39] [Server thread/INFO]: [FakeJoinLeave] Loading FakeJoinLeave v7.0
62[19:05:39] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
63[19:05:39] [Server thread/INFO]: [ItemStackReloaded] Loading ItemStackReloaded v1.0
64[19:05:39] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
65[19:05:39] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
66[19:05:39] [Server thread/INFO]: [Enchants] Loading Enchants v3.1.9
67[19:05:39] [Server thread/INFO]: [ItemFilter] Loading ItemFilter v1.0
68[19:05:39] [Server thread/INFO]: [mcMMOHorse] Loading mcMMOHorse v4.3.56
69[19:05:39] [Server thread/INFO]: [MOTD] Loading MOTD v2.3.2
70[19:05:39] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
71[19:05:39] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
72[19:05:40] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
73[19:05:40] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
74[19:05:40] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
75[19:05:40] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
76[19:05:40] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
77[19:05:40] [Server thread/INFO]: [ViaVersion] Loading translation mappping
78[19:05:40] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
79[19:05:41] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
80[19:05:41] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
81[19:05:41] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
82[19:05:41] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
83[19:05:41] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
84[19:05:41] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.4.0-SNAPSHOT
85[19:05:41] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.16.3
86[19:05:41] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
87[19:05:41] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0;214af8a
88[19:05:42] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@515234dd]
89[19:05:42] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6
90[19:05:42] [Server thread/INFO]: [PotionManager] Loading PotionManager v3.1.2
91[19:05:42] [Server thread/INFO]: [UltimateModeration] Loading UltimateModeration v1.1.7
92[19:05:42] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v3.1
93[19:05:42] [Server thread/INFO]: [Disenchant-2] Loading Disenchant-2 v1.14.2c
94[19:05:42] [Server thread/INFO]: [JobSync] Loading JobSync v1.2
95[19:05:42] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
96[19:05:42] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v3.0.0-SNAPSHOT-b760
97[19:05:42] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
98[19:05:42] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
99[19:05:43] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.19.1
100[19:05:43] [Server thread/INFO]: [Vivecraft] Loading Vivecraft-Spigot-Extensions v1.13.2-r8
101[19:05:43] [Server thread/INFO]: [InfinitePotions] [32m[InfinitePotions] Loading InfinitePotions v4.0.0[0m
102[19:05:43] [Server thread/INFO]: [FarmAssistReboot] Loading FarmAssistReboot v1.0.2
103[19:05:43] [Server thread/INFO]: [FarmAssistReboot] FarmAssistReboot Loaded
104[19:05:43] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
105[19:05:43] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v6.5
106[19:05:43] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.5
107[19:05:43] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v4.2.0
108[19:05:43] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
109[19:05:43] [Server thread/INFO]: [LWC] Loading LWC v2.1.2-dd8c289
110[19:05:43] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
111[19:05:43] [Server thread/INFO]: [Brewery] Loading Brewery v1.7.2
112[19:05:43] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
113[19:05:43] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.5.7-2586
114[19:05:43] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v2.8.4
115[19:05:43] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.8.0
116[19:05:43] [Server thread/INFO]: [PetMaster] Loading PetMaster v1.10.0
117[19:05:43] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.0
118[19:05:43] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v4.1.4
119[19:05:43] [Server thread/INFO]: [MarriageMaster] Loading MarriageMaster v2.0.11-Release
120[19:05:43] [Server thread/INFO]: at.pcgamingfreaks.MarriageMaster.API.CommandManager
121[19:05:43] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
122[19:05:43] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v2.2.6
123[19:05:43] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.8.7
124[19:05:43] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
125[19:05:43] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1737)
126[19:05:43] [Server thread/INFO]: [MythicDrops] Loading MythicDrops v5.2.0-f284051
127[19:05:43] [Server thread/INFO]: [MythicDrops] MythicDrops logging has been setup
128[19:05:43] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.1.1
129[19:05:43] [Server thread/INFO]: [WolfyUtilities] Loading WolfyUtilities v1.2.1.1
130[19:05:43] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.10-rc-2;4e5f9b1
131[19:05:43] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.51
132[19:05:43] [Server thread/INFO]: mcMMO has registered WG flags successfully!
133[19:05:43] [Server thread/INFO]: [UltimateKits] Loading UltimateKits v2.3.21
134[19:05:43] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.2 (build 86)
135[19:05:43] [Server thread/INFO]: [TabList] Loading TabList v4.4
136[19:05:43] [Server thread/INFO]: [Towny] Loading Towny v0.93.0.0
137[19:05:43] [Server thread/INFO]: [CustomCrafting] Loading CustomCrafting v1.4.3.1
138[19:05:43] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.13.2
139[19:05:43] [Server thread/INFO]: [TownyFlight] Loading TownyFlight v1.2.6
140[19:05:43] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v2.0
141[19:05:43] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.0.0
142[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v14.11'
143[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Citizens Compatibility v14.18'
144[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Factions Compatibility v14.4'
145[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Lands Compatibility v14.5'
146[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Newbie Helper v14.1'
147[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'NotCombatLogX v14.3'
148[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Notifier v14.6'
149[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Parties Compatibility v14.1'
150[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Placeholder Compatibility v14.2'
151[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'RedProtect Compatibility v14.3'
152[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Residence Compatibility v14.5'
153[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Rewards v14.2'
154[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'Towny Compatibility v14.4'
155[19:05:43] [Server thread/INFO]: [CombatLogX] Loading expansion 'WorldGuard Compatibility v14.10'
156[19:05:43] [Server thread/INFO]: [CombatLogX] Loaded 14 expansions
157[19:05:43] [Server thread/INFO]: [MyPet] Loading MyPet v3.5
158[19:05:44] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
159[19:05:44] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v4.14.19
160[19:05:45] [Server thread/INFO]: [AdvancedEnchantments] Checking version of ACF
161[19:05:45] [Server thread/INFO]: [AdvancedEnchantments] Checking version of PacketWrapper
162[19:05:46] [Server thread/WARN]: SLF4J: Class path contains multiple SLF4J bindings.
163[19:05:46] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/C:/Users/Media/Desktop/ImperiumMC1.13/plugins/advancedenchantments.jar!/org/slf4j/impl/StaticLoggerBinder.class]
164[19:05:46] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/C:/Users/Media/Desktop/ImperiumMC1.13/cache/patched_1.13.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
165[19:05:46] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
166[19:05:46] [Server thread/WARN]: SLF4J: Actual binding is of type [org.slf4j.impl.BukkitLoggerFactory]
167[19:05:46] [Server thread/INFO]: [Jobs] Loading Jobs v4.13.0
168[19:05:46] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v1.8.3
169[19:05:46] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v6.0.9]
170[19:05:46] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
171[19:05:46] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.4.0-SNAPSHOT*
172[19:05:46] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
173[19:05:46] [Server thread/INFO]: __
174[19:05:46] [Server thread/INFO]: | |__) LuckPerms v4.4.1
175[19:05:46] [Server thread/INFO]: |___ | Running on Bukkit - Paper
176[19:05:46] [Server thread/INFO]:
177[19:05:46] [Server thread/INFO]: [LuckPerms] Loading configuration...
178[19:05:47] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
179[19:05:48] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
180[19:05:48] [Server thread/INFO]: [LuckPerms] Performing initial data load...
181[19:05:49] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2550ms)
182[19:05:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0;214af8a
183[19:05:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
184[19:05:49] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0*
185[19:05:49] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
186[19:05:49] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
187[19:05:49] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
188[19:05:49] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
189[19:05:49] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
190[19:05:49] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
191[19:05:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
192[19:05:49] [Server thread/INFO]: [LWC] Enabling LWC v2.1.2-dd8c289
193[19:05:49] [Server thread/INFO]: [LWC] Connecting to SQLite
194[19:05:50] [Server thread/INFO]: [MythicDrops] Enabling MythicDrops v5.2.0-f284051
195[19:05:50] [Server thread/INFO]: [MythicDrops] Loading tiers from /tiers/
196[19:05:50] [Server thread/INFO]: [MythicDrops] AuraRunnable disabled due to no gems detected as using AURA target type.
197[19:05:50] [Server thread/INFO]: [MythicDrops] Mobs spawning with equipment enabled
198[19:05:50] [Server thread/INFO]: [MythicDrops] Repairing enabled
199[19:05:50] [Server thread/INFO]: [MythicDrops] Socketting enabled
200[19:05:50] [Server thread/INFO]: [MythicDrops] Identifying enabled
201[19:05:50] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.51
202[19:05:51] [Server thread/INFO]: [mcMMO] enabling Acrobatics Skills
203[19:05:51] [Server thread/INFO]: [mcMMO] registered subskill: Roll
204[19:05:52] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
205[19:05:52] [Server thread/INFO]: Preparing level "Biome Bundle"
206[19:05:52] [Server thread/ERROR]: Could not set generator for default world 'Biome Bundle': Plugin 'OpenTerrainGenerator' does not exist
207[19:05:52] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
208[19:05:54] [Server thread/INFO]: Loaded 524 recipes
209[19:05:55] [Server thread/INFO]: -------- World Settings For [Biome Bundle] --------
210[19:05:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
211[19:05:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
212[19:05:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
213[19:05:55] [Server thread/INFO]: View Distance: 6
214[19:05:55] [Server thread/INFO]: Item Despawn Rate: 6000
215[19:05:55] [Server thread/INFO]: Item Merge Radius: 2.5
216[19:05:55] [Server thread/INFO]: Mob Spawn Range: 6
217[19:05:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
218[19:05:55] [Server thread/INFO]: Cane Growth Modifier: 100%
219[19:05:55] [Server thread/INFO]: Melon Growth Modifier: 100%
220[19:05:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
221[19:05:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
222[19:05:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
223[19:05:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%
224[19:05:55] [Server thread/INFO]: Carrot Growth Modifier: 100%
225[19:05:55] [Server thread/INFO]: Potato Growth Modifier: 100%
226[19:05:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
227[19:05:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
228[19:05:55] [Server thread/INFO]: Vine Growth Modifier: 100%
229[19:05:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
230[19:05:55] [Server thread/INFO]: Experience Merge Radius: 3.0
231[19:05:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
232[19:05:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
233[19:05:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
234[19:05:55] [Server thread/INFO]: Random Lighting Updates: false
235[19:05:55] [Server thread/INFO]: Max TNT Explosions: 100
236[19:05:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
237[19:05:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
238[19:05:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
239[19:05:56] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2 as the Bukkit adapter
240[19:05:57] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
241[19:05:57] [Server thread/INFO]: -------- World Settings For [Biome Bundle_nether] --------
242[19:05:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
243[19:05:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
244[19:05:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
245[19:05:57] [Server thread/INFO]: View Distance: 6
246[19:05:57] [Server thread/INFO]: Item Despawn Rate: 6000
247[19:05:57] [Server thread/INFO]: Item Merge Radius: 2.5
248[19:05:57] [Server thread/INFO]: Mob Spawn Range: 6
249[19:05:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
250[19:05:57] [Server thread/INFO]: Cane Growth Modifier: 100%
251[19:05:57] [Server thread/INFO]: Melon Growth Modifier: 100%
252[19:05:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
253[19:05:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
254[19:05:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
255[19:05:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
256[19:05:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
257[19:05:57] [Server thread/INFO]: Potato Growth Modifier: 100%
258[19:05:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
259[19:05:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
260[19:05:57] [Server thread/INFO]: Vine Growth Modifier: 100%
261[19:05:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
262[19:05:57] [Server thread/INFO]: Experience Merge Radius: 3.0
263[19:05:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
264[19:05:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
265[19:05:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
266[19:05:57] [Server thread/INFO]: Random Lighting Updates: false
267[19:05:57] [Server thread/INFO]: Max TNT Explosions: 100
268[19:05:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
269[19:05:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
270[19:05:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
271[19:05:57] [Server thread/INFO]: -------- World Settings For [Biome Bundle_the_end] --------
272[19:05:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
273[19:05:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
274[19:05:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
275[19:05:57] [Server thread/INFO]: View Distance: 6
276[19:05:57] [Server thread/INFO]: Item Despawn Rate: 6000
277[19:05:57] [Server thread/INFO]: Item Merge Radius: 2.5
278[19:05:57] [Server thread/INFO]: Mob Spawn Range: 6
279[19:05:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
280[19:05:57] [Server thread/INFO]: Cane Growth Modifier: 100%
281[19:05:57] [Server thread/INFO]: Melon Growth Modifier: 100%
282[19:05:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
283[19:05:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
284[19:05:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
285[19:05:57] [Server thread/INFO]: Beetroot Growth Modifier: 100%
286[19:05:57] [Server thread/INFO]: Carrot Growth Modifier: 100%
287[19:05:57] [Server thread/INFO]: Potato Growth Modifier: 100%
288[19:05:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
289[19:05:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
290[19:05:57] [Server thread/INFO]: Vine Growth Modifier: 100%
291[19:05:57] [Server thread/INFO]: Cocoa Growth Modifier: 100%
292[19:05:57] [Server thread/INFO]: Experience Merge Radius: 3.0
293[19:05:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
294[19:05:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
295[19:05:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
296[19:05:57] [Server thread/INFO]: Random Lighting Updates: false
297[19:05:57] [Server thread/INFO]: Max TNT Explosions: 100
298[19:05:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
299[19:05:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
300[19:05:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
301[19:05:57] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: -5789679712874413776)
302[19:05:57] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: -6340443907860096349)
303[19:05:57] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -6340443907860096349)
304[19:05:57] [Server thread/INFO]: Time elapsed: 40 ms
305[19:05:57] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
306[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
307[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
308[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
309[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
310[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
311[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: towny
312[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
313[19:05:57] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
314[19:05:57] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
315[19:05:57] [Server thread/INFO]: [PlayTime] Enabling PlayTime v2.2-1.13*
316[19:05:57] [Server thread/INFO]: [FakeJoinLeave] Enabling FakeJoinLeave v7.0*
317[19:05:57] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0*
318[19:05:57] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
319[19:05:57] [Server thread/INFO]: [ItemStackReloaded] Enabling ItemStackReloaded v1.0*
320[19:05:57] [Server thread/INFO]: [ItemStackReloaded] Registered 5 messages and 2 different Stack sizes.
321[19:05:57] [Server thread/INFO]: [ItemStackReloaded] The default stack size will be 64 items each stack. Permissions for each item are disabled.
322[19:05:57] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT*
323[19:05:57] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
324[19:05:57] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
325[19:05:57] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3*
326[19:05:57] [Server thread/INFO]: ColoredChat v0.3 enabled!
327[19:05:57] [Server thread/INFO]: [Enchants] Enabling Enchants v3.1.9*
328[19:05:57] [Server thread/INFO]:
329[19:05:57] [Server thread/INFO]: *==============================*
330[19:05:57] [Server thread/INFO]: * *
331[19:05:57] [Server thread/INFO]: * Enabling Enchants v3.1.9... *
332[19:05:57] [Server thread/INFO]: * *
333[19:05:57] [Server thread/INFO]: *==============================*
334[19:05:57] [Server thread/INFO]:
335[19:05:57] [Server thread/INFO]: [ItemFilter] Enabling ItemFilter v1.0*
336[19:05:57] [Server thread/INFO]: ItemFilter v1.0 >>> Loaded!
337[19:05:57] [Server thread/INFO]: [mcMMOHorse] Enabling mcMMOHorse v4.3.56
338[19:05:58] [Server thread/INFO]: [mcMMOHorse] Finished loading 17 horses.
339[19:05:58] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.2
340[19:05:58] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3*
341[19:05:58] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.16.3
342[19:05:59] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
343[19:05:59] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
344[19:05:59] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6
345[19:05:59] [Server thread/INFO]: [ClearLag] Loading modules...
346[19:05:59] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
347[19:05:59] [Server thread/INFO]: [ClearLag] Modules have been loaded!
348[19:05:59] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
349[19:05:59] [Thread-25/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.13]...
350[19:05:59] [Server thread/INFO]: [PotionManager] Enabling PotionManager v3.1.2*
351[19:05:59] [Server thread/INFO]: =========================
352[19:05:59] [Server thread/INFO]: Potions Manager
353[19:05:59] [Server thread/INFO]: Author: H1DD3NxN1NJA
354[19:05:59] [Server thread/INFO]: Version 3.1.2
355[19:05:59] [Server thread/INFO]: =========================
356[19:05:59] [Server thread/INFO]: Plugin is up to date - v3.1.2
357[19:05:59] [Server thread/INFO]: [UltimateModeration] Enabling UltimateModeration v1.1.7
358[19:05:59] [Server thread/INFO]: =============================
359[19:05:59] [Server thread/INFO]: UltimateModeration 1.1.7 by Songoda <3!
360[19:05:59] [Server thread/INFO]: Action: Enabling...
361[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "de_DE"
362[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "en_US"
363[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "es_ES"
364[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "fr_FR"
365[19:05:59] [Server thread/WARN]: Invalid locale syntax at (line=120)
366[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "it_IT"
367[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "nl_NL"
368[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "pl_PL"
369[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "ru_RU"
370[19:05:59] [Server thread/INFO]: [UltimateModeration] Found and loaded locale "tr_TR"
371[19:05:59] [Server thread/INFO]: [SongodaUpdate] Hooked UltimateModeration.
372[19:05:59] [Thread-25/INFO]: [ClearLag] No updates found!
373[19:05:59] [Server thread/INFO]: Connection with Songoda servers failed...
374[19:06:00] [Server thread/INFO]: =============================
375[19:06:00] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v3.1*
376[19:06:00] [Server thread/INFO]: [SetSpawn] Enabled!
377[19:06:00] [Server thread/INFO]: [Disenchant-2] Enabling Disenchant-2 v1.14.2c
378[19:06:00] [Server thread/INFO]: [JobSync] Enabling JobSync v1.2
379[19:06:00] [Server thread/INFO]: [JobSync] [JobSync] Connection to SQL database has been established.
380[19:06:00] [Server thread/INFO]: [JobSync] ###########################################################
381[19:06:00] [Server thread/INFO]: [JobSync] # #
382[19:06:00] [Server thread/INFO]: [JobSync] # > Job Sync < #
383[19:06:00] [Server thread/INFO]: [JobSync] # This plugin was written for mc.imperiumpopuli.net #
384[19:06:00] [Server thread/INFO]: [JobSync] # Use of this plugin without permission from the owner #
385[19:06:00] [Server thread/INFO]: [JobSync] # of imperiumpopuli is forbidden, you have been warned.#
386[19:06:00] [Server thread/INFO]: [JobSync] # - Devee1111 (Developer) #
387[19:06:00] [Server thread/INFO]: [JobSync] # - Discord - Devee#6160 #
388[19:06:00] [Server thread/INFO]: [JobSync] # #
389[19:06:00] [Server thread/INFO]: [JobSync] ###########################################################
390[19:06:00] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
391[19:06:00] [Server thread/INFO]: [Votifier] Loaded token for website: default
392[19:06:01] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
393[19:06:01] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v3.0.0-SNAPSHOT-b760
394[19:06:01] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:25567.
395[19:06:02] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world
396[19:06:02] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
397[19:06:02] [Server thread/INFO]: Could not set generator for world 'Biome Bundle': Plugin 'OpenTerrainGenerator' does not exist
398[19:06:02] [Server thread/INFO]: -------- World Settings For [Build] --------
399[19:06:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
400[19:06:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
401[19:06:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
402[19:06:02] [Server thread/INFO]: View Distance: 6
403[19:06:02] [Server thread/INFO]: Item Despawn Rate: 6000
404[19:06:02] [Server thread/INFO]: Item Merge Radius: 2.5
405[19:06:02] [Server thread/INFO]: Mob Spawn Range: 6
406[19:06:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
407[19:06:02] [Server thread/INFO]: Cane Growth Modifier: 100%
408[19:06:02] [Server thread/INFO]: Melon Growth Modifier: 100%
409[19:06:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
410[19:06:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
411[19:06:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
412[19:06:02] [Server thread/INFO]: Beetroot Growth Modifier: 100%
413[19:06:02] [Server thread/INFO]: Carrot Growth Modifier: 100%
414[19:06:02] [Server thread/INFO]: Potato Growth Modifier: 100%
415[19:06:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
416[19:06:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
417[19:06:02] [Server thread/INFO]: Vine Growth Modifier: 100%
418[19:06:02] [Server thread/INFO]: Cocoa Growth Modifier: 100%
419[19:06:02] [Server thread/INFO]: Experience Merge Radius: 3.0
420[19:06:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
421[19:06:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
422[19:06:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
423[19:06:02] [Server thread/INFO]: Random Lighting Updates: false
424[19:06:02] [Server thread/INFO]: Max TNT Explosions: 100
425[19:06:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
426[19:06:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
427[19:06:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
428[19:06:02] [Server thread/INFO]: Preparing start region for level 3 (Seed: -6660635977040301693)
429[19:06:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: biomebundle_the_end
430[19:06:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
431[19:06:03] [Server thread/INFO]: -------- World Settings For [Resource2] --------
432[19:06:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
433[19:06:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
434[19:06:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
435[19:06:03] [Server thread/INFO]: View Distance: 6
436[19:06:03] [Server thread/INFO]: Item Despawn Rate: 6000
437[19:06:03] [Server thread/INFO]: Item Merge Radius: 2.5
438[19:06:03] [Server thread/INFO]: Mob Spawn Range: 6
439[19:06:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
440[19:06:03] [Server thread/INFO]: Cane Growth Modifier: 100%
441[19:06:03] [Server thread/INFO]: Melon Growth Modifier: 100%
442[19:06:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
443[19:06:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
444[19:06:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
445[19:06:03] [Server thread/INFO]: Beetroot Growth Modifier: 100%
446[19:06:03] [Server thread/INFO]: Carrot Growth Modifier: 100%
447[19:06:03] [Server thread/INFO]: Potato Growth Modifier: 100%
448[19:06:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
449[19:06:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
450[19:06:03] [Server thread/INFO]: Vine Growth Modifier: 100%
451[19:06:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
452[19:06:03] [Server thread/INFO]: Experience Merge Radius: 3.0
453[19:06:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
454[19:06:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
455[19:06:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
456[19:06:03] [Server thread/INFO]: Random Lighting Updates: false
457[19:06:03] [Server thread/INFO]: Max TNT Explosions: 100
458[19:06:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
459[19:06:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
460[19:06:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
461[19:06:03] [Server thread/INFO]: Preparing start region for level 4 (Seed: 920386430801249141)
462[19:06:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: biomebundle_nether
463[19:06:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
464[19:06:03] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: biomebundle
465[19:06:03] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
466[19:06:03] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
467[19:06:04] [Server thread/INFO]: [Multiverse-Core] Version 3.0.0-SNAPSHOT-b760 (API v22) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
468[19:06:04] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.19.1
469[19:06:04] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
470[19:06:04] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.19.1
471[19:06:04] [Server thread/INFO]: [Vivecraft] Enabling Vivecraft-Spigot-Extensions v1.13.2-r8*
472[19:06:04] [Server thread/INFO]: [InfinitePotions] [32m[InfinitePotions] Enabling InfinitePotions v4.0.0[0m
473[19:06:04] [Server thread/INFO]: [InfinitePotions] [32m[InfinitePotions] InfinitePotions version 4.0.0 is Enabled[0m
474[19:06:04] [Server thread/INFO]: [FarmAssistReboot] Enabling FarmAssistReboot v1.0.2
475[19:06:04] [Server thread/INFO]: [FarmAssistReboot] Registered commands
476[19:06:04] [Server thread/INFO]: [FarmAssistReboot] Registered listeners
477[19:06:04] [Server thread/INFO]: [FarmAssistReboot] FarmAssistReboot Enabled!
478[19:06:04] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v6.5
479[19:06:05] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.5
480[19:06:05] [Server thread/INFO]: [EpicRename] Version: 3.5 MC Version: NEWER_THAN_ONE_DOT_EIGHT
481[19:06:05] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2019 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
482[19:06:05] [Server thread/INFO]: [EpicRename] Starting plugin enable...
483[19:06:05] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
484[19:06:05] [Server thread/INFO]: [EpicRename] Plugin Enabled!
485[19:06:05] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v4.2.0
486[19:06:05] [Server thread/INFO]: [Item2Chat] Item2Chat version 4.2.0 is Enabled
487[19:06:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
488[19:06:05] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
489[19:06:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
490[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle) TNT ignition is PERMITTED.
491[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle) Lighters are PERMITTED.
492[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle) Lava fire is blocked.
493[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle) Fire spread is UNRESTRICTED.
494[19:06:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Biome Bundle'
495[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_nether) TNT ignition is PERMITTED.
496[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_nether) Lighters are PERMITTED.
497[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_nether) Lava fire is blocked.
498[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_nether) Fire spread is UNRESTRICTED.
499[19:06:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Biome Bundle_nether'
500[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_the_end) TNT ignition is PERMITTED.
501[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_the_end) Lighters are PERMITTED.
502[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_the_end) Lava fire is blocked.
503[19:06:05] [Server thread/INFO]: [WorldGuard] (Biome Bundle_the_end) Fire spread is UNRESTRICTED.
504[19:06:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Biome Bundle_the_end'
505[19:06:05] [Server thread/INFO]: [WorldGuard] (Build) TNT ignition is PERMITTED.
506[19:06:05] [Server thread/INFO]: [WorldGuard] (Build) Lighters are PERMITTED.
507[19:06:05] [Server thread/INFO]: [WorldGuard] (Build) Lava fire is blocked.
508[19:06:05] [Server thread/INFO]: [WorldGuard] (Build) Fire spread is UNRESTRICTED.
509[19:06:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Build'
510[19:06:05] [Server thread/INFO]: [WorldGuard] (Resource2) TNT ignition is PERMITTED.
511[19:06:05] [Server thread/INFO]: [WorldGuard] (Resource2) Lighters are PERMITTED.
512[19:06:05] [Server thread/INFO]: [WorldGuard] (Resource2) Lava fire is blocked.
513[19:06:05] [Server thread/INFO]: [WorldGuard] (Resource2) Fire spread is UNRESTRICTED.
514[19:06:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Resource2'
515[19:06:05] [Server thread/INFO]: [WorldGuard] Loading region data...
516[19:06:05] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://localhost/worldguard (MySQL 5.5)
517[19:06:05] [Server thread/INFO]: [WorldGuard] Current version of schema `worldguard`: 2
518[19:06:05] [Server thread/INFO]: [WorldGuard] Schema `worldguard` is up to date. No migration necessary.
519[19:06:06] [Server thread/INFO]: [Brewery] Enabling Brewery v1.7.2
520[19:06:06] [Server thread/INFO]: [Brewery] Brewery enabled!
521[19:06:06] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
522[19:06:06] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.5.7-2586
523[19:06:06] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_13_R2 (Minecraft 1.13)...
524[19:06:06] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
525[19:06:06] [Server thread/INFO]: [MythicMobs] MythicMobs MythicDrops Support has been enabled!
526[19:06:06] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
527[19:06:06] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
528[19:06:06] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
529[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 5 mobs.
530[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 3 vanilla mob overrides.
531[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
532[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 3 skills.
533[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 2 random spawns.
534[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 3 mythic items.
535[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 2 drop tables.
536[19:06:07] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
537[19:06:07] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
538[19:06:07] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
539[19:06:07] [Server thread/INFO]: [MythicMobs] [32m? MythicMobs v4.5.7 (build 2586) has been successfully loaded![0m
540[19:06:07] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v2.8.4*
541[19:06:07] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.8.0
542[19:06:07] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
543[19:06:07] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
544[19:06:07] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
545[19:06:07] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: imperator
546[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: pleb to citizen successfully loaded
547[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: citizen to pedes successfully loaded
548[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: pedes to proletaril successfully loaded
549[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: proletaril to cornicen successfully loaded
550[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: cornicen to peregrini successfully loaded
551[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: peregrini to tesserarius successfully loaded
552[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: tesserarius to leves successfully loaded
553[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: leves to optio successfully loaded
554[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: optio to hastati successfully loaded
555[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: hastati to siginifer successfully loaded
556[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: siginifer to triaril successfully loaded
557[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: triaril to aquilifer successfully loaded
558[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: aquilifer to equites successfully loaded
559[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: equites to centurion successfully loaded
560[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: centurion to senatore successfully loaded
561[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: senatore to tibunusmilitum successfully loaded
562[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: tibunusmilitum to legatuslegionus successfully loaded
563[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: legatuslegionus to quaestor successfully loaded
564[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: quaestor to aedile successfully loaded
565[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: aedile to predator successfully loaded
566[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: predator to tribune successfully loaded
567[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: tribune to princepssenatus successfully loaded
568[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: princepssenatus to consul successfully loaded
569[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: consul to govenor successfully loaded
570[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: govenor to censor successfully loaded
571[19:06:07] [Server thread/INFO]: [EZRanksPro] Rankup: censor to imperator successfully loaded
572[19:06:07] [Server thread/INFO]: [EZRanksPro] 26 rankup(s) loaded
573[19:06:07] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: imperator
574[19:06:07] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
575[19:06:07] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
576[19:06:07] [Server thread/INFO]: [EZRanksPro] You are running the latest version of EZRanksPro!
577[19:06:07] [Server thread/INFO]: [PetMaster] Enabling PetMaster v1.10.0
578[19:06:07] [Server thread/INFO]: [PetMaster] Registering listeners...
579[19:06:08] [Server thread/INFO]: [PetMaster] Backing up and loading configuration files...
580[19:06:08] [Thread-32/INFO]: [PetMaster] Checking for plugin update...
581[19:06:08] [Server thread/INFO]: [PetMaster] Plugin successfully enabled and ready to run! Took 59ms.
582[19:06:08] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.0
583[19:06:08] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
584[19:06:08] [Server thread/INFO]: [Essentials] No kits found to migrate.
585[19:06:08] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
586[19:06:08] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
587[19:06:08] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
588[19:06:08] [Thread-32/WARN]: [PetMaster] Update available: v1.10.2! Download at spigotmc.org/resources/pet-master.15904
589[19:06:08] [Server thread/INFO]: [Essentials] Loaded 19480 items from items.json.
590[19:06:08] [Server thread/INFO]: [Essentials] Using locale en_US
591[19:06:08] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
592[19:06:08] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
593[19:06:08] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
594[19:06:08] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
595[19:06:08] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v4.1.4*
596[19:06:08] [Server thread/INFO]: [PlayerWarps] Vault found! Now enabling PlayerWarps...
597[19:06:08] [Server thread/INFO]: [PlayerWarps] Found WorldGuard adding support...
598[19:06:08] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.0.11-Release
599[19:06:08] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
600[19:06:09] [Server thread/INFO]: [MarriageMaster] [32mConfig file successfully loaded.[0m
601[19:06:09] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
602[19:06:09] [Server thread/INFO]: [MarriageMaster] [32mLanguage file successfully loaded. Language: English Author: GeorgH93[0m
603[19:06:09] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
604[19:06:09] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
605[19:06:09] [Thread-34/INFO]: [MarriageMaster] Loading marriages ...
606[19:06:09] [Thread-34/INFO]: [MarriageMaster] Marriages loaded
607[19:06:09] [Thread-34/INFO]: [MarriageMaster] Loading priests ...
608[19:06:09] [Thread-34/INFO]: [MarriageMaster] Priests loaded
609[19:06:09] [Thread-34/INFO]: [MarriageMaster] Loading players ...
610[19:06:09] [Thread-34/INFO]: [MarriageMaster] Players loaded
611[19:06:09] [Thread-34/INFO]: [MarriageMaster] Writing marriages into cache ...
612[19:06:09] [Thread-34/INFO]: [MarriageMaster] Marriages loaded into cache
613[19:06:09] [Thread-34/INFO]: [MarriageMaster] Loading homes ...
614[19:06:09] [Thread-34/INFO]: [MarriageMaster] Homes loaded
615[19:06:10] [Server thread/INFO]: [MarriageMaster] [32mItem name language file successfully loaded. Language: english Author: GeorgH93[0m
616[19:06:10] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
617[19:06:10] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 835 items.
618[19:06:10] [Server thread/INFO]: [MarriageMaster] [32mPlaceholderAPI hook was successfully registered![0m
619[19:06:10] [Server thread/INFO]: [MarriageMaster] [32m Marriage Master has been enabled! [33m :) [0m
620[19:06:10] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v2.2.6
621[19:06:10] [Server thread/INFO]: [BountyHunters] Detected Server Version: v1_13_R2
622[19:06:10] [Server thread/INFO]: [BountyHunters] Hooked onto PlaceholderAPI
623[19:06:10] [Server thread/INFO]: [BountyHunters] Hooked onto Towny
624[19:06:10] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.8.7*
625[19:06:10] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
626[19:06:10] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
627[19:06:10] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
628[19:06:11] [Server thread/INFO]: [BuycraftX] Validating your server key...
629[19:06:12] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
630[19:06:12] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1737)
631[19:06:13] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.1.1
632[19:06:13] [Server thread/INFO]:
633[19:06:13] [Server thread/INFO]: __________________________________________________________
634[19:06:13] [Server thread/INFO]:
635[19:06:13] [Server thread/INFO]: TradeSystem [1.1.1]
636[19:06:13] [Server thread/INFO]:
637[19:06:13] [Server thread/INFO]: Status:
638[19:06:13] [Server thread/INFO]:
639[19:06:13] [Server thread/INFO]: MC-Version: v1_13
640[19:06:13] [Server thread/INFO]:
641[19:06:13] [Server thread/INFO]: > Loading sounds
642[19:06:13] [Server thread/INFO]: > Loading blacklist
643[19:06:13] [Server thread/INFO]: ...got 3 blocked item(s)
644[19:06:13] [Server thread/INFO]: > Loading layouts
645[19:06:13] [Server thread/INFO]: ...got 0 layout(s)
646[19:06:13] [Server thread/INFO]:
647[19:06:13] [Server thread/INFO]: Done (0.452s)
648[19:06:13] [Server thread/INFO]:
649[19:06:13] [Server thread/INFO]: __________________________________________________________
650[19:06:13] [Server thread/INFO]:
651[19:06:13] [Server thread/INFO]: [WolfyUtilities] Enabling WolfyUtilities v1.2.1.1
652[19:06:14] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.10-rc-2;4e5f9b1
653[19:06:14] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
654[19:06:14] [Server thread/INFO]: [CraftBook] Successfully added 1 CommandItems!
655[19:06:14] [Server thread/INFO]: [CraftBook] Registered 3 custom recipes!
656[19:06:14] [Server thread/INFO]: [CraftBook] 1 cauldron recipe(s) loaded
657[19:06:14] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
658[19:06:14] [Server thread/INFO]: [CraftBook] 0 chunk(s) for 5 world(s) processed (0ms elapsed)
659[19:06:15] [Server thread/INFO]: [UltimateKits] Enabling UltimateKits v2.3.21
660[19:06:15] [Server thread/INFO]: =============================
661[19:06:15] [Server thread/INFO]: UltimateKits 2.3.21 by Songoda <3!
662[19:06:15] [Server thread/INFO]: Action: Enabling...
663[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "ar_EG.lang"
664[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "de_DE.lang"
665[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "en_US.lang"
666[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "es_ES.lang"
667[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "fa_IR.lang"
668[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "fr_FR.lang"
669[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "he_IL.lang"
670[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "it_IT.lang"
671[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "nl_NL.lang"
672[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "no_NO.lang"
673[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "pl_PL.lang"
674[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "pt_PT.lang"
675[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "ru_RU.lang"
676[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "sv_SE.lang"
677[19:06:15] [Server thread/INFO]: [UltimateKits] Loaded locale "tr_TR.lang"
678[19:06:15] [Server thread/INFO]: [SongodaUpdate] Hooked UltimateKits.
679[19:06:15] [Server thread/INFO]: Connection with Songoda servers failed...
680[19:06:15] [Server thread/INFO]: [UltimateKits] Data handler connected using SQLite.
681[19:06:15] [Server thread/INFO]: =============================
682[19:06:15] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.2 (build 86)*
683[19:06:16] [Server thread/INFO]: [ChestShop] LWC version 2.1.2-dd8c289 loaded.
684[19:06:16] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
685[19:06:16] [Server thread/INFO]: [TabList] Enabling TabList v4.4
686[19:06:16] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.9.2
687[19:06:16] [Server thread/INFO]: [TabList] New version (4.5) is available at https://www.spigotmc.org/resources/46229/
688[19:06:16] [Server thread/INFO]: [TabList] Metrics enabled.
689[19:06:16] [Server thread/INFO]: [TabList] > The plugin successfully enabled v4.4!
690[19:06:16] [Server thread/INFO]: [Towny] Enabling Towny v0.93.0.0*
691[19:06:16] [Server thread/INFO]: ==================== Towny ========================
692[19:06:17] [Server thread/INFO]: [Towny] Database: [Load] mysql [Save] mysql
693[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Performing backup
694[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] ***** Warning *****
695[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] ***** Only Snapshots and Regen files will be backed up
696[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] ***** Make sure you schedule a backup in MySQL too!!!
697[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Using: Vault v1.7.2-b107, Essentials Economy via Vault, Essentials v2.16.1.0
698[19:06:18] [Server thread/WARN]: [com.palmergames.bukkit.towny.log] [Towny Error] Detected an error with the world files. Attempting to repair
699[19:06:18] [Server thread/WARN]: [com.palmergames.bukkit.towny.log] [Towny Error] No Homeblock - Failed to detect world for: Capitalis
700[19:06:18] [Server thread/WARN]: [com.palmergames.bukkit.towny.log] [Towny Error] Detected an error with the world files. Attempting to repair
701[19:06:18] [Server thread/WARN]: [com.palmergames.bukkit.towny.log] [Towny Error] No Homeblock - Failed to detect world for: Galatea
702[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Time until a New Day: 16 hours, 53 minutes, 42 seconds
703[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
704[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] [Towny] Version: 0.93.0.0 - Mod Enabled
705[19:06:18] [Server thread/INFO]: [com.palmergames.bukkit.towny.log] =============================================================
706[19:06:18] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v1.4.3.1
707[19:06:18] [Server thread/INFO]: ____ _ _ ____ ___ ____ _ _ ____ ____ ____ ____ ___ _ _ _ ____
708[19:06:18] [Server thread/INFO]: | | | [__ | | | |\/| | |__/ |__| |___ | | |\ | | __
709[19:06:18] [Server thread/INFO]: |___ |__| ___] | |__| | | |___ | \ | | | | | | \| |__]
710[19:06:18] [Server thread/INFO]: v1.4.3.1
711[19:06:18] [Server thread/INFO]:
712[19:06:18] [Server thread/INFO]: ------------------------------------------------------------------------
713[19:06:18] [Server thread/INFO]: Loading language "en_US" v2.0.0 translated by WolfyScript
714[19:06:18] [Server thread/INFO]: ------------------------------------------------------------------------
715[19:06:18] [Server thread/INFO]: [CC] Loading Player Stats
716[19:06:19] [Server thread/INFO]: [CC] Initiating Inventory GUIs
717[19:06:19] [Server thread/INFO]: [CC] Registering PlaceHolder
718[19:06:19] [Server thread/INFO]: [CC] ________[Loading Recipes/Items]________
719[19:06:19] [Server thread/INFO]: [CC]
720[19:06:19] [Server thread/INFO]: [CC] ---------[ITEMS]---------
721[19:06:19] [Server thread/INFO]: [CC] - all
722[19:06:19] [Server thread/INFO]: [CC] - arcanist
723[19:06:19] [Server thread/INFO]: [CC] - customcrafting
724[19:06:19] [Server thread/INFO]: [CC] - excavator
725[19:06:19] [Server thread/INFO]: [CC] - lumberjack
726[19:06:19] [Server thread/INFO]: [CC] - trader
727[19:06:19] [Server thread/INFO]: [CC]
728[19:06:19] [Server thread/INFO]: [CC] --------[RECIPES]--------
729[19:06:19] [Server thread/INFO]: [CC] - all
730[19:06:19] [Server thread/INFO]: [CC] - arcanist
731[19:06:19] [Server thread/INFO]: [CC] - customcrafting
732[19:06:19] [Server thread/INFO]: [CC] - excavator
733[19:06:19] [Server thread/INFO]: [CC] - lumberjack
734[19:06:19] [Server thread/INFO]: [CC] - trader
735[19:06:20] [Server thread/INFO]: ------------------------------------------------------------------------
736[19:06:20] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.13.2
737[19:06:20] [Thread-36/INFO]: [CC] [WARN] Your version is outdated! There is a new version available! Download it here: https://www.spigotmc.org/resources/55883/
738[19:06:20] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
739[19:06:20] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
740[19:06:21] [Server thread/INFO]: [DeluxeChat] Detected Vault
741[19:06:21] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
742[19:06:21] [Server thread/INFO]: ----------------------------
743[19:06:21] [Server thread/INFO]: DeluxeChat Updater
744[19:06:21] [Server thread/INFO]:
745[19:06:21] [Server thread/INFO]: An update for DeluxeChat has been found!
746[19:06:21] [Server thread/INFO]: DeluxeChat 1.14.4
747[19:06:21] [Server thread/INFO]: You are running 1.13.2
748[19:06:21] [Server thread/INFO]:
749[19:06:21] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/deluxechat.1277/
750[19:06:21] [Server thread/INFO]: ----------------------------
751[19:06:21] [Server thread/INFO]: [TownyFlight] Enabling TownyFlight v1.2.6*
752[19:06:21] [Server thread/INFO]: [TownyFlight] TownyFlight v1.2.6 by LlmDl Enabled.
753[19:06:21] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v2.0*
754[19:06:21] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.0.0
755[19:06:21] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.5
756[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ##########################################
757[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] # A new version is available: 3.7 #1488 #
758[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] # https://mypet-plugin.de/download #
759[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ##########################################
760[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_13_R2 loaded.
761[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
762[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
763[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Biome Bundle' to 'default'
764[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Biome Bundle_nether' to 'default'
765[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Biome Bundle_the_end' to 'default'
766[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Build' to 'default'
767[19:06:22] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'Resource2' to 'default'
768[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Connect to SQLite database...
769[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SQLite connection successful.
770[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Citizens (2.0.25-SNAPSHOT (build 1737)) hook activated.
771[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] CombatLogX (9.9.0.0) hook activated.
772[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] mcMMO (2.1.51) hook activated.
773[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] MythicMobs (4.5.7-2586) hook activated.
774[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlaceholderAPI (2.9.2) hook activated.
775[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ProtocolLib (4.4.0) hook activated.
776[19:06:23] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Towny (0.93.0.0) hook activated.
777[19:06:24] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.2-b107) (Economy: Essentials Economy) (Permissions: LuckPerms) hook activated.
778[19:06:24] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] WorldGuard (7.0.0;02b731f) hook activated.
779[19:06:24] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] version 3.5-b1480 ENABLED
780[19:06:24] [Server thread/INFO]: [AdvancedEnchantments] Enabling AdvancedEnchantments v4.14.19
781[19:06:24] [Server thread/INFO]: [AdvancedEnchantments] [ACF] Enabled Asynchronous Tab Completion Support!
782[19:06:26] [Server thread/INFO]: [AdvancedEnchantments] Plan was not found. Support for it has been disabled.
783[19:06:26] [Server thread/INFO]: [AdvancedEnchantments] Enabling support for ProtocolLib
784[19:06:26] [Server thread/INFO]: [AdvancedEnchantments] Enabling support for Towny
785[19:06:26] [Server thread/INFO]: [AdvancedEnchantments] Enabled
786[19:06:26] [Server thread/INFO]: [AdvancedEnchantments] [Version 4.14.19] [2 Commands] [59 Events] [7 Tasks]
787[19:06:26] [Server thread/INFO]: [Jobs] Enabling Jobs v4.13.0
788[19:06:26] [ForkJoinPool.commonPool-worker-1/INFO]: [AdvancedEnchantments] (Bukkit) has an update available! New version: 4.15.20
789[19:06:30] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked. This is a deprecated version. In the PlaceholderAPI new version has removed the extension and we using the latest.
790[19:06:30] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
791[19:06:33] [Server thread/INFO]: [Jobs] Loaded 8 titles!
792[19:06:33] [Server thread/INFO]: [Jobs] Loaded 75 protected blocks timers!
793[19:06:33] [Server thread/INFO]: [Jobs] Loaded 899 custom item names!
794[19:06:33] [Server thread/INFO]: [Jobs] Loaded 59 custom entity names!
795[19:06:33] [Server thread/INFO]: [Jobs] Loaded 34 custom enchant names!
796[19:06:33] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
797[19:06:33] [Server thread/INFO]: [Jobs] Loaded 35 custom potion names!
798[19:06:34] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
799[19:06:34] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
800[19:06:34] [Server thread/INFO]: [Jobs] Explorer job manager registered!
801[19:06:34] [Server thread/INFO]: [Jobs] Loaded 271 furnaces and 42 brewing stands for reassigning.
802[19:06:35] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
803[19:06:35] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
804[19:06:35] [Server thread/INFO]: [Jobs] Preloaded 149 players data in 0.04
805[19:06:35] [Server thread/INFO]: [Jobs] mcMMO2.1.51 was found - Enabling capabilities.
806[19:06:35] [Server thread/INFO]: [Jobs] Registered McMMO 2.x listener
807[19:06:35] [Server thread/INFO]: [Jobs] MyPet detected
808[19:06:35] [Server thread/INFO]: [Jobs] WorldGuard detected.
809[19:06:35] [Server thread/INFO]: [Jobs] MythicMobs detected.
810[19:06:35] [Server thread/INFO]: [Jobs] MythicMobs4 was found - Enabling capabilities.
811[19:06:35] [Server thread/INFO]: [Jobs] Loaded 194 block protection entries. 1
812[19:06:35] [Server thread/INFO]: [Jobs] Loading explorer data
813[19:06:37] [Server thread/INFO]: [Jobs] Loaded explorer data (171299)
814[19:06:37] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
815[19:06:37] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v1.8.3
816[19:06:37] [Server thread/INFO]: =============================
817[19:06:37] [Server thread/INFO]: UltimateStacker 1.8.3 by Songoda <3!
818[19:06:37] [Server thread/INFO]: Action: Enabling...
819[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "ar_EG.lang"
820[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "de_DE.lang"
821[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US.lang"
822[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "es_ES.lang"
823[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "fo_FO.lang"
824[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "fr_FR.lang"
825[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "he_IL.lang"
826[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "it_IT.lang"
827[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "nl_NL.lang"
828[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "no_NO.lang"
829[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "pl_PL.lang"
830[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "pt_PT.lang"
831[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "ru_RU.lang"
832[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "sv_SE.lang"
833[19:06:38] [Server thread/INFO]: [UltimateStacker] Loaded locale "tr_TR.lang"
834[19:06:38] [Server thread/INFO]: [SongodaUpdate] Hooked UltimateStacker.
835[19:06:38] [Server thread/INFO]: Connection with Songoda servers failed...
836[19:06:54] [Server thread/INFO]: Database connection failed.
837[19:06:54] [Server thread/INFO]: =============================
838[19:06:54] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v6.0.9]
839[19:06:54] [Server thread/INFO]: =============================
840[19:06:54] [Server thread/INFO]: EpicSpawners 6.0.9] by Songoda <3!
841[19:06:54] [Server thread/INFO]: Action: Enabling...
842[19:06:54] [Server thread/WARN]: Invalid locale syntax at (line=0)
843[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "ar_EG.lang"
844[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "de_DE.lang"
845[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US.lang"
846[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "es_ES.lang"
847[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "fo_FO.lang"
848[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "fr_FR.lang"
849[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "it_IT.lang"
850[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "nl_NL.lang"
851[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "no_NO.lang"
852[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "pl_PL.lang"
853[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "pr_FA.lang"
854[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "pt_PT.lang"
855[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "ru_RU.lang"
856[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "sv_SE.lang"
857[19:06:54] [Server thread/INFO]: [EpicSpawners] Loaded locale "tr_TR.lang"
858[19:06:54] [Server thread/INFO]: [SongodaUpdate] Hooked EpicSpawners.
859[19:06:54] [Server thread/INFO]: Connection with Songoda servers failed...
860[19:06:55] [Server thread/INFO]: [EpicSpawners] Loading language file
861[19:06:55] [Server thread/INFO]: =============================
862[19:06:58] [Server thread/INFO]: Done (66.046s)! For help, type "help"
863[19:06:58] [Server thread/INFO]: Starting GS4 status listener
864[19:06:58] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
865[19:06:58] [Server thread/INFO]: Timings Reset
866[19:06:58] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.2(404)
867[19:06:58] [Craft Scheduler Thread - 39/INFO]: [Vivecraft] Version: 1.13.2-r8
868[19:06:58] [Craft Scheduler Thread - 39/INFO]: [Vivecraft] Checking for update...
869[19:06:58] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
870[19:06:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'resource' was in the world 'Resource' but it wasn't loaded.
871[19:06:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'resource2' was in the world 'Resource' but it wasn't loaded.
872[19:06:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'resource3' was in the world 'Resource' but it wasn't loaded.
873[19:06:58] [Server thread/WARN]: [HolographicDisplays] Hologram 'resource4' was in the world 'Resource' but it wasn't loaded.
874[19:06:58] [Craft Scheduler Thread - 6/INFO]: [FarmAssistReboot] You are running the latest version: 1.0.2
875[19:06:58] [Craft Scheduler Thread - 39/INFO]: [Vivecraft] VSE is up to date!
876[19:06:58] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Cheat Prevention v14.11'
877[19:06:59] [Server thread/INFO]: [CombatLogX]
878[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Citizens Compatibility v14.18'
879[19:06:59] [Server thread/INFO]: [CombatLogX]
880[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Factions Compatibility v14.4'
881[19:06:59] [Server thread/INFO]: [CombatLogX - Factions Compatibility] Could not find a valid Factions plugin.
882[19:06:59] [Server thread/INFO]: [CombatLogX - Factions Compatibility] Automatically disabling...
883[19:06:59] [Server thread/INFO]: [CombatLogX]
884[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Lands Compatibility v14.5'
885[19:06:59] [Server thread/INFO]: [CombatLogX - Lands Compatibility] Could not find Lands plugin.
886[19:06:59] [Server thread/INFO]: [CombatLogX - Lands Compatibility] Automatically disabling...
887[19:06:59] [Server thread/INFO]: [CombatLogX]
888[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Newbie Helper v14.1'
889[19:06:59] [Server thread/INFO]: [CombatLogX]
890[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'NotCombatLogX v14.3'
891[19:06:59] [Server thread/INFO]: [CombatLogX]
892[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Notifier v14.6'
893[19:06:59] [Server thread/INFO]: [CombatLogX]
894[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Parties Compatibility v14.1'
895[19:06:59] [Server thread/INFO]: [CombatLogX - Parties Compatibility] Parties is not installed, automatically disabling...
896[19:06:59] [Server thread/INFO]: [CombatLogX]
897[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Placeholder Compatibility v14.2'
898[19:06:59] [Server thread/INFO]: [CombatLogX]
899[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'RedProtect Compatibility v14.3'
900[19:06:59] [Server thread/INFO]: [CombatLogX - RedProtect Compatibility] Could not find RedProtect plugin.
901[19:06:59] [Server thread/INFO]: [CombatLogX - RedProtect Compatibility] Automatically disabling...
902[19:06:59] [Server thread/INFO]: [CombatLogX]
903[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Residence Compatibility v14.5'
904[19:06:59] [Server thread/INFO]: [CombatLogX - Residence Compatibility] Could not find Residence plugin.
905[19:06:59] [Server thread/INFO]: [CombatLogX - Residence Compatibility] Automatically disabling...
906[19:06:59] [Server thread/INFO]: [CombatLogX]
907[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Rewards v14.2'
908[19:06:59] [Server thread/INFO]: [CombatLogX]
909[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Towny Compatibility v14.4'
910[19:06:59] [Server thread/INFO]: [CombatLogX]
911[19:06:59] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v14.10'
912[19:06:59] [Server thread/INFO]: [CombatLogX]
913[19:06:59] [Server thread/INFO]: [CombatLogX] Successfully enabled 9 expansions
914[19:06:59] [Server thread/INFO]: [CombatLogX] CombatLogX is now enabled.
915[19:06:59] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
916[19:06:59] [Server thread/WARN]: [UltimateModeration] Task #35 for UltimateModeration v1.1.7 generated an exception
917java.lang.NullPointerException: null
918 at com.songoda.ultimatemoderation.utils.Methods.serializeLocation(Methods.java:155) ~[?:?]
919 at com.songoda.ultimatemoderation.storage.Storage.updateData(Storage.java:75) ~[?:?]
920 at com.songoda.ultimatemoderation.storage.types.StorageYaml.doSave(StorageYaml.java:65) ~[?:?]
921 at com.songoda.ultimatemoderation.UltimateModeration.loadFromFile(UltimateModeration.java:202) ~[?:?]
922 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
923 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[patched_1.13.2.jar:git-Paper-643]
924 at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010) ~[patched_1.13.2.jar:git-Paper-643]
925 at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-643]
926 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-643]
927 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-643]
928 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
929[19:06:59] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
930[19:07:00] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 150 placeholder expansions are available on the cloud.
931[19:07:00] [Craft Scheduler Thread - 28/INFO]: [CombatLogX] Checking for updates using Spigot API...
932[19:07:00] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
933[19:07:00] [Craft Scheduler Thread - 28/INFO]: ==============================================
934[19:07:00] [Craft Scheduler Thread - 28/INFO]: CombatLogX Update Checker
935[19:07:00] [Craft Scheduler Thread - 28/INFO]:
936[19:07:00] [Craft Scheduler Thread - 28/INFO]: There is an update available!
937[19:07:00] [Craft Scheduler Thread - 28/INFO]: Latest Version: 9.9.0.2
938[19:07:00] [Craft Scheduler Thread - 28/INFO]: Your Version: 9.9.0.0
939[19:07:00] [Craft Scheduler Thread - 28/INFO]: Get it here: https://www.spigotmc.org/resources/combatlogx.31689/
940[19:07:00] [Craft Scheduler Thread - 28/INFO]: ==============================================
941[19:07:00] [Craft Scheduler Thread - 8/INFO]: [Vault] No new version available
942[19:07:00] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
943[19:07:00] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
944[19:07:01] [Server thread/WARN]: [UltimateStacker] Task #152 for UltimateStacker v1.8.3 generated an exception
945java.lang.NullPointerException: null
946 at com.songoda.ultimatestacker.storage.types.StorageMysql.containsGroup(StorageMysql.java:33) ~[?:?]
947 at com.songoda.ultimatestacker.UltimateStacker.lambda$onEnable$0(UltimateStacker.java:142) ~[?:?]
948 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
949 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:449) ~[patched_1.13.2.jar:git-Paper-643]
950 at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1010) ~[patched_1.13.2.jar:git-Paper-643]
951 at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-643]
952 at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940) ~[patched_1.13.2.jar:git-Paper-643]
953 at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:837) ~[patched_1.13.2.jar:git-Paper-643]
954 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
955[19:07:01] [Craft Scheduler Thread - 19/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.19.1 New Version: 5.19.4 Use /av download to get the latest update!
956[19:07:01] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
957[19:07:01] [Server thread/INFO]: The Next Clear Lagg Will Be In: 15 Minutes
958[19:07:01] [Craft Scheduler Thread - 31/INFO]: [BuycraftX] Fetching all due players...
959[19:07:01] [Craft Scheduler Thread - 31/INFO]: [BuycraftX] Fetched due players (0 found).
960[19:07:03] [Thread-40/INFO]: --------------------
961[19:07:03] [Thread-40/INFO]: [CoreProtect] Version 2.17.5 is now available.
962[19:07:03] [Thread-40/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
963[19:07:03] [Thread-40/INFO]: --------------------
964[19:07:03] [Thread-40/INFO]: [Sponsor] Unlimited Minecraft Hosting: hosthorde.com
965[19:07:03] [Thread-40/INFO]: --------------------
966[19:07:03] [Craft Scheduler Thread - 30/INFO]: [HeadDatabase] Succesfully loaded 24694 heads!
967[19:07:03] [Craft Scheduler Thread - 30/INFO]: [HeadDatabase] Succesfully loaded 15 featured tags!
968[19:07:05] [Craft Scheduler Thread - 7/INFO]: [Brewery] Update available for Brewery-1.7.2: Brewery v1.8.1
969[19:07:11] [Server thread/INFO]: com.mojang.authlib.GameProfile@45129565[id=<null>,name=waspyethan,properties={},legacy=false] (/74.192.215.75:61020) lost connection: Disconnected
970[19:07:26] [User Authenticator #1/INFO]: UUID of player waspyethan is 1c6cffe1-0553-4a89-8a6e-04d7802018d9
971[19:07:30] [Server thread/INFO]: waspyethan[/74.192.215.75:61059] logged in with entity id 400 at ([Biome Bundle]11754.965007059616, 195.5, 6643.98266538257)
972[19:07:34] [Server thread/INFO]: [ClearLag] You just removed 3 entities!
973[19:07:35] [Server thread/INFO]: waspyethan issued server command: /tps
974[19:07:38] [Server thread/INFO]: waspyethan issued server command: /gc
975[19:07:49] [Server thread/INFO]: [ClearLag] You just removed 0 entities!
976[19:08:53] [Server thread/INFO]: waspyethan issued server command: /tps
977[19:11:08] [Server thread/INFO]: waspyethan issued server command: /faq
978[19:11:58] [Craft Scheduler Thread - 44/WARN]: [UltimateStacker] Plugin UltimateStacker v1.8.3 generated an exception while executing task 153
979java.lang.NullPointerException: null
980 at com.songoda.ultimatestacker.storage.types.StorageMysql.closeConnection(StorageMysql.java:190) ~[?:?]
981 at com.songoda.ultimatestacker.UltimateStacker.saveToFile(UltimateStacker.java:214) ~[?:?]
982 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
983 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
984 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
985 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
986 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
987 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
988[19:14:26] [Server thread/INFO]: waspyethan issued server command: /feed
989[19:16:58] [Craft Scheduler Thread - 43/WARN]: [UltimateStacker] Plugin UltimateStacker v1.8.3 generated an exception while executing task 153
990java.lang.NullPointerException: null
991 at com.songoda.ultimatestacker.storage.types.StorageMysql.closeConnection(StorageMysql.java:190) ~[?:?]
992 at com.songoda.ultimatestacker.UltimateStacker.saveToFile(UltimateStacker.java:214) ~[?:?]
993 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
994 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
995 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
996 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
997 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
998 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
999[19:19:07] [Server thread/INFO]: waspyethan issued server command: /tps
1000[19:19:11] [Server thread/INFO]: waspyethan issued server command: /tps
1001[19:21:19] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 60 Seconds!
1002[19:21:59] [Craft Scheduler Thread - 4/WARN]: [UltimateStacker] Plugin UltimateStacker v1.8.3 generated an exception while executing task 153
1003java.lang.NullPointerException: null
1004 at com.songoda.ultimatestacker.storage.types.StorageMysql.closeConnection(StorageMysql.java:190) ~[?:?]
1005 at com.songoda.ultimatestacker.UltimateStacker.saveToFile(UltimateStacker.java:214) ~[?:?]
1006 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
1007 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
1008 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
1009 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
1010 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
1011 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
1012[19:21:59] [Craft Scheduler Thread - 57/WARN]: [UltimateModeration] Plugin UltimateModeration v1.1.7 generated an exception while executing task 37
1013java.lang.NullPointerException: null
1014 at com.songoda.ultimatemoderation.utils.Methods.serializeLocation(Methods.java:155) ~[?:?]
1015 at com.songoda.ultimatemoderation.storage.Storage.updateData(Storage.java:75) ~[?:?]
1016 at com.songoda.ultimatemoderation.storage.types.StorageYaml.doSave(StorageYaml.java:65) ~[?:?]
1017 at com.songoda.ultimatemoderation.UltimateModeration.lambda$onEnable$0(UltimateModeration.java:111) ~[?:?]
1018 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
1019 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
1020 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
1021 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
1022 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
1023 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
1024[19:21:59] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 20 Seconds!
1025[19:22:00] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetching all due players...
1026[19:22:01] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetched due players (0 found).
1027[19:22:14] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 5 Seconds!
1028[19:22:15] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 4 Seconds!
1029[19:22:16] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 3 Seconds!
1030[19:22:17] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 2 Seconds!
1031[19:22:18] [Server thread/INFO]: Imperium Will Be Vaccuming Up Entities In 1 Seconds!
1032[19:22:19] [Server thread/INFO]: Imperium Vaccumed Up 2 Entities!
1033[19:22:20] [Server thread/INFO]: The Next Clear Lagg Will Be In: 15 Minutes
1034[19:26:14] [Server thread/INFO]: waspyethan issued server command: /uk
1035[19:26:59] [Craft Scheduler Thread - 65/WARN]: [UltimateStacker] Plugin UltimateStacker v1.8.3 generated an exception while executing task 153
1036java.lang.NullPointerException: null
1037 at com.songoda.ultimatestacker.storage.types.StorageMysql.closeConnection(StorageMysql.java:190) ~[?:?]
1038 at com.songoda.ultimatestacker.UltimateStacker.saveToFile(UltimateStacker.java:214) ~[?:?]
1039 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
1040 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
1041 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
1042 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
1043 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
1044 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
1045[19:26:59] [Server thread/INFO]: All horses saved to database.
1046[19:28:23] [Server thread/INFO]: waspyethan issued server command: /gm 1
1047[19:29:49] [Server thread/INFO]: waspyethan issued server command: /jobs info build
1048[19:29:51] [Server thread/INFO]: waspyethan issued server command: /jobs info builder
1049[19:31:59] [Craft Scheduler Thread - 69/WARN]: [UltimateStacker] Plugin UltimateStacker v1.8.3 generated an exception while executing task 153
1050java.lang.NullPointerException: null
1051 at com.songoda.ultimatestacker.storage.types.StorageMysql.closeConnection(StorageMysql.java:190) ~[?:?]
1052 at com.songoda.ultimatestacker.UltimateStacker.saveToFile(UltimateStacker.java:214) ~[?:?]
1053 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-643]
1054 at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-643]
1055 at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-643]
1056 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
1057 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
1058 at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]