Rocologo / MobHunting

Mob hunting plugin for Minecraft Servers
24 stars 22 forks source link

Could not pass event EntityDeathEvent to MobHunting v6.8.0 #538

Closed myfbone closed 5 years ago

myfbone commented 5 years ago
[23:50:44 WARN]: [mcMMO] Invalid mcMMO skill ()
[23:50:44 ERROR]: Could not pass event EntityDeathEvent to MobHunting v6.8.0
com.gmail.nossr50.api.exceptions.InvalidSkillException: That is not a valid skill.
        at com.gmail.nossr50.api.ExperienceAPI.getSkillType(ExperienceAPI.java:1142) ~[?:?]
        at com.gmail.nossr50.api.ExperienceAPI.addLevel(ExperienceAPI.java:576) ~[?:?]
        at one.lindegaard.MobHunting.compatibility.McMMOCompat.addLevel(McMMOCompat.java:113) ~[?:?]
        at one.lindegaard.MobHunting.MobHuntingManager.onMobDeath(MobHuntingManager.java:1731) ~[?:?]
        at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[patched_1.14.4.jar:git-Paper-147]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-147]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-147]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-147]
        at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:741) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityLiving.d(EntityLiving.java:1416) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityLiving.die(EntityLiving.java:1354) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityLiving.damageEntity(EntityLiving.java:1198) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityMonster.damageEntity(EntityMonster.java:56) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityArrow.a(EntityArrow.java:375) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityArrow.a(EntityArrow.java:287) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityArrow.tick(EntityArrow.java:198) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.EntityTippedArrow.tick(EntityTippedArrow.java:87) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:584) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.World.a(World.java:936) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:356) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1207) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:420) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1074) ~[patched_1.14.4.jar:git-Paper-147]
        at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:918) ~[patched_1.14.4.jar:git-Paper-147]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Rocologo commented 5 years ago

There are two versions of mcmmo? Which do you use and which version number?

Rocologo commented 5 years ago

Send me a link to the one you use?

myfbone commented 5 years ago

I use last dev build of mcMMO https://ci.ecocitycraft.com/job/McMMO/639/

Rocologo commented 5 years ago

I could not re produce the error? What weapon do you use?

myfbone commented 5 years ago

Do not know actually. Just saw this error in console and reported

Rocologo commented 5 years ago

Ok, thanks.

myfbone commented 5 years ago

The problem is still persists

[05:18:19 ERROR]: Could not pass event EntityDeathEvent to MobHunting v6.8.2
java.lang.NoClassDefFoundError: com/gmail/nossr50/datatypes/skills/SkillType
        at one.lindegaard.MobHunting.compatibility.McMMOCompat.getSKillTypeName(McMMOCompat.java:97) ~[?:?]
        at one.lindegaard.MobHunting.compatibility.McMMOCompatHelper.getSkilltypeName(McMMOCompatHelper.java:15) ~[?:?]
        at one.lindegaard.MobHunting.MobHuntingManager.onMobDeath(MobHuntingManager.java:1784) ~[?:?]
        at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[patched_1.14.4.jar:git-Paper-162]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:741) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.d(EntityLiving.java:1419) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.die(EntityLiving.java:1354) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.damageEntity(EntityLiving.java:1198) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityMonster.damageEntity(EntityMonster.java:56) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityArrow.a(EntityArrow.java:376) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityArrow.a(EntityArrow.java:288) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityArrow.tick(EntityArrow.java:199) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityTippedArrow.tick(EntityTippedArrow.java:87) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:584) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.World.a(World.java:936) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:356) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1207) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1074) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:918) ~[patched_1.14.4.jar:git-Paper-162]
        at java.lang.Thread.run(Thread.java:834) [?:?]

Not sure, but suppose its swords or some kind of combat skill 🤔

Rocologo commented 5 years ago

This is not the same error. Could you please show me the server.log when you start the server? And please enable debug before restart using /mh debug

myfbone commented 5 years ago
[14:51:18] [Server thread/INFO]: Starting minecraft server version 1.14.4
[14:51:18] [Server thread/INFO]: Loading properties
[14:51:18] [Server thread/INFO]: This server is running Paper version git-Paper-162 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
[14:51:18] [Server thread/INFO]: Debug logging is disabled
[14:51:18] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:51:18] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:51:18] [Server thread/INFO]: Default game type: SURVIVAL
[14:51:18] [Server thread/INFO]: Generating keypair
[14:51:19] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:51:19] [Server thread/INFO]: Using epoll channel type
[14:51:23] [Server thread/WARN]: Plugin FirstJoinPlus v2.4.1 does not specify an api-version.
[14:51:23] [Server thread/WARN]: Plugin PlaceholderAPI v2.10.3 does not specify an api-version.
[14:51:23] [Server thread/WARN]: Plugin AutoMessage v2.5.5 does not specify an api-version.
[14:51:23] [Server thread/WARN]: Plugin ProtocolLib v4.5.0-SNAPSHOT does not specify an api-version.
[14:51:24] [Server thread/WARN]: Plugin HeadDatabase v4.9.2 does not specify an api-version.
[14:51:24] [Server thread/WARN]: Plugin AConomy v2.1 does not specify an api-version.
[14:51:24] [Server thread/WARN]: Plugin BetterRTP v2.8.4 does not specify an api-version.
[14:51:24] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
[14:51:24] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.26
[14:51:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1-SNAPSHOT;4540-edb2e91
[14:51:25] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6d2649d7]
[14:51:25] [Server thread/INFO]: [FirstJoinPlus] Loading FirstJoinPlus v2.4.1
[14:51:25] [Server thread/INFO]: [SAML] Loading SAML v1.3.5
[14:51:25] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.3
[14:51:25] [Server thread/INFO]: [VillagerOptimiser] Loading VillagerOptimiser v1.1.1
[14:51:25] [Server thread/INFO]: [ArmorStandEditor] Loading ArmorStandEditor v1.13-21
[14:51:25] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.5
[14:51:25] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
[14:51:25] [Server thread/INFO]: [NoSpawnerChange] Loading NoSpawnerChange v2.1
[14:51:25] [Server thread/INFO]: [IllegalStack] Loading IllegalStack v1.9.8a
[14:51:25] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
[14:51:25] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT
[14:51:25] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
[14:51:26] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;1945-b0e4cf1
[14:51:26] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.1
[14:51:26] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v3.3.3
[14:51:26] [Server thread/INFO]: [NerfPhantoms] Loading NerfPhantoms v1.1.2
[14:51:26] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.100-SNAPSHOT
[14:51:26] [Server thread/INFO]: mcMMO has registered WG flags successfully!
[14:51:26] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[14:51:26] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.9.5
[14:51:26] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.2
[14:51:26] [Server thread/INFO]: [Matrix] Loading Matrix v2.1.2
[14:51:26] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.9.2
[14:51:26] [Server thread/INFO]: [AConomy] Loading AConomy v2.1
[14:51:26] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1737)
[14:51:26] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.2.0
[14:51:26] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.2
[14:51:26] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.2
[14:51:26] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2276
[14:51:26] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v5.1.4
[14:51:26] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.3.2
[14:51:26] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA
[14:51:26] [Server thread/INFO]: [TAB] Loading TAB v2.4.14
[14:51:26] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v2.8.4
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v9.9.0.0
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Citizens Compatibility v14.18'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Placeholder Compatibility v14.2'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v14.11'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Notifier v14.6'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Rewards v14.2'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'WorldGuard Compatibility v14.10'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Newbie Helper v14.1'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'Factions Compatibility v14.4'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loading expansion 'NotCombatLogX v14.3'
[14:51:26] [Server thread/INFO]: [CombatLogX] Loaded 9 expansions
[14:51:26] [Server thread/INFO]: [MobHunting] Loading MobHunting v6.8.2
[14:51:26] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:51:26] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.26
[14:51:26] [Server thread/INFO]:         __    
[14:51:26] [Server thread/INFO]:   |    |__)   LuckPerms v4.4.26
[14:51:26] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:51:26] [Server thread/INFO]: 
[14:51:26] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:51:26] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[14:51:27] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:51:27] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:51:27] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1415ms)
[14:51:27] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-SNAPSHOT;4540-edb2e91
[14:51:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:51:28] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
[14:51:29] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT*
[14:51:29] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:51:29] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.100-SNAPSHOT
[14:51:29] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_ru.properties
[14:51:29] [Server thread/INFO]: [mcMMO] enabling Acrobatics Skills
[14:51:29] [Server thread/INFO]: [mcMMO] registered subskill: Roll
[14:51:30] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[14:51:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[14:51:30] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:51:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:51:30] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[14:51:30] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:51:30] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[14:51:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:51:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:51:30] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[14:51:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:51:30] [Server thread/INFO]: Preparing level "world"
[14:51:30] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, mypack
[14:51:38] [Server thread/INFO]: Loaded 6 recipes
[14:51:38] [Server thread/INFO]: -------- World Settings For [world] --------
[14:51:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:51:38] [Server thread/INFO]: Max TNT Explosions: 100
[14:51:38] [Server thread/INFO]: Tile Max Tick Time: 10ms Entity max Tick Time: 15ms
[14:51:38] [Server thread/INFO]: Entity Activation Range: An 28 / Mo 28 / Ra 48 / Mi 16 / Tiv false
[14:51:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:51:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:51:38] [Server thread/INFO]: Experience Merge Radius: 6.0
[14:51:38] [Server thread/INFO]: Mob Spawn Range: 5
[14:51:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:51:38] [Server thread/INFO]: View Distance: 5
[14:51:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:51:38] [Server thread/INFO]: Item Merge Radius: 4.0
[14:51:38] [Server thread/INFO]: Item Despawn Rate: 6000
[14:51:38] [Server thread/INFO]: Arrow Despawn Rate: 300
[14:51:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:51:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:51:39] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:51:39] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[14:51:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:51:39] [Server thread/INFO]: Max TNT Explosions: 100
[14:51:39] [Server thread/INFO]: Tile Max Tick Time: 10ms Entity max Tick Time: 15ms
[14:51:39] [Server thread/INFO]: Entity Activation Range: An 28 / Mo 28 / Ra 48 / Mi 16 / Tiv false
[14:51:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:51:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:51:39] [Server thread/INFO]: Experience Merge Radius: 6.0
[14:51:39] [Server thread/INFO]: Mob Spawn Range: 5
[14:51:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: View Distance: 5
[14:51:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:51:39] [Server thread/INFO]: Item Merge Radius: 4.0
[14:51:39] [Server thread/INFO]: Item Despawn Rate: 6000
[14:51:39] [Server thread/INFO]: Arrow Despawn Rate: 300
[14:51:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:51:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:51:39] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[14:51:39] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[14:51:39] [Server thread/INFO]: Max TNT Explosions: 100
[14:51:39] [Server thread/INFO]: Tile Max Tick Time: 10ms Entity max Tick Time: 15ms
[14:51:39] [Server thread/INFO]: Entity Activation Range: An 28 / Mo 28 / Ra 48 / Mi 16 / Tiv false
[14:51:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:51:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:51:39] [Server thread/INFO]: Experience Merge Radius: 6.0
[14:51:39] [Server thread/INFO]: Mob Spawn Range: 5
[14:51:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:51:39] [Server thread/INFO]: View Distance: 5
[14:51:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:51:39] [Server thread/INFO]: Item Merge Radius: 4.0
[14:51:39] [Server thread/INFO]: Item Despawn Rate: 6000
[14:51:39] [Server thread/INFO]: Arrow Despawn Rate: 300
[14:51:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:51:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:51:39] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[14:51:39] [Server thread/INFO]: Preparing spawn area: 0%
[14:51:39] [Server thread/INFO]: Preparing spawn area: 0%
[14:51:39] [Server thread/INFO]: Loaded 121 spawn chunks for world world
[14:51:40] [Server thread/INFO]: Time elapsed: 921 ms
[14:51:40] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
[14:51:40] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[14:51:40] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[14:51:40] [Server thread/INFO]: [FirstJoinPlus] Enabling FirstJoinPlus v2.4.1*
[14:51:40] [Server thread/INFO]: [SAML] Enabling SAML v1.3.5
[14:51:40] [Server thread/INFO]: [SAML] Loading config.yml...
[14:51:40] [Server thread/INFO]: [SAML] Successfully loaded config.yml.
[14:51:40] [Server thread/INFO]: [SAML] Loading messages.yml...
[14:51:40] [Server thread/INFO]: [SAML] Successfully loaded messages.yml.
[14:51:40] [Server thread/INFO]: [SAML] Successfully enabled.
[14:51:40] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.3*
[14:51:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[14:51:40] [Server thread/INFO]: [VillagerOptimiser] Enabling VillagerOptimiser v1.1.1
[14:51:40] [Server thread/INFO]: [VillagerOptimiser] Loading config.yml...
[14:51:40] [Server thread/INFO]: [VillagerOptimiser] Successfully loaded config.yml.
[14:51:40] [Server thread/INFO]: [VillagerOptimiser] Successfully enabled.
[14:51:40] [Server thread/INFO]: [ArmorStandEditor] Enabling ArmorStandEditor v1.13-21
[14:51:40] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.5*
[14:51:40] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
[14:51:40] [Server thread/INFO]: [NoSpawnerChange] Enabling NoSpawnerChange v2.1
[14:51:40] [Server thread/INFO]: [IllegalStack] Enabling IllegalStack v1.9.8a
[14:51:40] [Server thread/INFO]: The following materials are allowed to have stacks larger than the vanilla size: POTION SPLASH_POTION 
[14:51:40] [Server thread/INFO]: [IllegalStack] Chat Components found!  Enabling clickable commands in /istack
[14:51:40] [Server thread/INFO]: [Illegal Stack] - MC Version 1.14 detected!
[14:51:40] [Server thread/INFO]: Blocking 1.14 villager trade cheesing.
[14:51:40] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
[14:51:40] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[14:51:40] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[14:51:40] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 2000 at X: 0.5 Z: 0.5
[14:51:40] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 2000 at X: 0.5 Z: 0.5
[14:51:40] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 3000 at X: 46.5 Z: 4.5
[14:51:40] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 34.0 Y: 70.0 Z: -5.0
[14:51:40] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;1945-b0e4cf1
[14:51:40] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[14:51:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[14:51:40] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:51:40] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.1
[14:51:40] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_14_R1, using UniversalSkinFactory.
[14:51:40] [Server thread/INFO]: [SkinsRestorer] DefaultSkins.ApplyForPremium is missing in config.yml! Using default value.
[14:51:41] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[14:51:41] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v3.3.3
[14:51:41] [Server thread/INFO]: [AutoRestart] Loaded!
[14:51:41] [Server thread/INFO]: [NerfPhantoms] Enabling NerfPhantoms v1.1.2
[14:51:41] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.9.5
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Crazy.yml.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Galactic.yml.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Fight.yml.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Classic.yml.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Basic.yml.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[14:51:41] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[14:51:41] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[14:51:41] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[14:51:41] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[14:51:41] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[14:51:41] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.2
[14:51:41] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[14:51:41] [Server thread/INFO]: [Essentials] No kits found to migrate.
[14:51:41] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[14:51:41] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[14:51:41] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[14:51:41] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
[14:51:41] [Server thread/INFO]: [Essentials] Using locale ru
[14:51:41] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[14:51:41] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[14:51:41] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[14:51:41] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[14:51:41] [Server thread/INFO]: [Matrix] Enabling Matrix v2.1.2
[14:51:41] [Server thread/INFO]:    _____
[14:51:41] [Server thread/INFO]:   |  |  |   Matrix AntiCheat v2.1.2
[14:51:41] [Server thread/INFO]:   |  |  |   Environment: git-Paper-162 (MC: 1.14.4)
[14:51:41] [Server thread/INFO]: 
[14:51:41] [Server thread/INFO]: [Matrix] Enabled 18 checks, Disabled 1 checks
[14:51:41] [Server thread/INFO]: [Matrix] Loaded all config files
[14:51:41] [Server thread/INFO]: [Matrix] (Machine Learning) ML Model Version: #6
[14:51:41] [Server thread/INFO]: [Matrix] (Machine Learning) Loaded 96 models
[14:51:41] [Server thread/INFO]: [Matrix] Hooked with PlaceholderAPI
[14:51:41] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.9.2*
[14:51:41] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
[14:51:42] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
[14:51:42] [Server thread/INFO]: [AConomy] Enabling AConomy v2.1*
[14:51:42] [Server thread/INFO]: ============================
[14:51:42] [Server thread/INFO]: AConomy Enabled!
[14:51:42] [Server thread/INFO]: Version: 2.1
[14:51:42] [Server thread/INFO]: Author: Abcik
[14:51:42] [Server thread/INFO]: ============================
[14:51:42] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: AConomy version: 1.7.2-b107)
[14:51:42] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1737)
[14:51:42] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.2.0
[14:51:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.2
[14:51:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.2
[14:51:42] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2276
[14:51:42] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[14:51:42] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
[14:51:42] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite2 data created by MaxMind, available at https://www.maxmind.com
[14:51:42] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[14:51:42] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2276 correctly enabled!
[14:51:42] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v5.1.4
[14:51:42] [Server thread/INFO]: [dtlTraders] Loaded 8 guis from the guis config.
[14:51:42] [Server thread/INFO]: [dtlTraders] Hooking into Citizens!
[14:51:43] [Server thread/INFO]: dtlTraders is managed by 4Creation. www.4Creation.pro
[14:51:43] [Server thread/INFO]: Unlock premium features with dtlTradersPlus. Buy your copy at: www.4Creation.pro/dtlTradersPlus
[14:51:43] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.3.2
[14:51:43] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.3.2 By Mateus Moreira @LichtHund
[14:51:43] [Server thread/INFO]: [CitizensCMD] Using English messages!
[14:51:43] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[14:51:43] [Server thread/INFO]: [CitizensCMD] Using Vault!
[14:51:43] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] ==== Setup ====
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Minecraft Version 1.14 found.
[14:51:43] [Server thread/INFO]: File was not found for players.json, assuming there is no need to migrate old players.json file.
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] ==== End Setup ====
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] === ENABLE START ===
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Config Version 0 found! Updated config to 01
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Loaded 461 players
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Loaded 55 Factions
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Loading board from disk
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Loaded 339 board locations
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Found CoreProtect, enabling Inspect
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Enabling FactionsTop command, this is a very basic /f top please get a dedicated /f top resource if you want land calculation etc.
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Economy integration through Vault plugin successful.
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Minecraft Version 1.9 or higher found, using non packet based particle API
[14:51:43] [Server thread/INFO]:   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-
[14:51:43] [Server thread/INFO]:  / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \
[14:51:43] [Server thread/INFO]: `-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'
[14:51:43] [Server thread/INFO]: You are using an unstable version of the plugin!
[14:51:43] [Server thread/INFO]: This comes with risks of small bugs in newer features!
[14:51:43] [Server thread/INFO]: For support head to: https://github.com/ProSavage/SavageFactions/issues
[14:51:43] [Server thread/INFO]:   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-.   .-.-
[14:51:43] [Server thread/INFO]:  / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \
[14:51:43] [Server thread/INFO]: `-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'   `-`-'
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] Successfully registered placeholders with PlaceholderAPI.
[14:51:43] [Server thread/INFO]: [Factions] [Factions v1.6.9.5-U0.2.1-RC-1.6.2-RC-2.5-BETA] === ENABLE DONE (Took 533ms) ===
[14:51:43] [Server thread/INFO]: [TAB] Enabling TAB v2.4.14
[14:51:43] [Server thread/INFO]: [TAB] Enabled in 35ms
[14:51:43] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v2.8.4*
[14:51:44] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v9.9.0.0
[14:51:44] [Server thread/INFO]: [MobHunting] Enabling MobHunting v6.8.2
[14:51:44] [Server thread/INFO]: [MobHunting] Your config version is 1
[14:51:44] [Server thread/INFO]: [MobHunting] Existing config.yml loaded.
[14:51:44] [Server thread/INFO]: [MobHunting] Config.yml was backed up to plugins/MobHunting/backup/config.yml.bak78
[14:51:45] [Server thread/INFO]: [MobHunting][Debug] bStat is enabled
[14:51:45] [Server thread/INFO]: [MobHunting] Enabling compatibility with Essentials (2.17.1.2)
[14:51:45] [Server thread/INFO]: [MobHunting] MobHunting is using AConomy via Vault as Economy Provider
[14:51:45] [Server thread/INFO]: [MobHunting][Debug] Register MobHunting Listeners
[14:51:47] [Server thread/INFO]: [MobHunting][Debug] Deleted 155 rewards from the rewards.yml file
[14:51:47] [Server thread/INFO]: [MobHunting][Debug] Loaded 251 rewards from the rewards.yml file
[14:51:47] [Server thread/INFO]: [MobHunting] Database version 7 detected.
[14:51:47] [Server thread/INFO]: [MobHunting][Debug] Database trigger updated.
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (7.0.1-SNAPSHOT;4540-edb2e91)
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldGuard (7.0.1-SNAPSHOT;1945-b0e4cf1)
[14:51:47] [Server thread/INFO]: [MobHunting] Compatibility with Factions/FactionsUUID is disabled in config.yml
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with McMMO (2.1.100-SNAPSHOT)
[14:51:47] [Server thread/INFO]: [MobHunting] McMMO Level rewards is enabled
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with ProtocolLib (4.5.0-SNAPSHOT).
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with PlaceholderAPI (2.10.3).
[14:51:47] [Server thread/INFO]: [MobHunting][Debug] PlaceHolderManager started
[14:51:47] [Server thread/INFO]: [MobHunting] Enabling compatibility with Citizens2 (2.0.25-SNAPSHOT (build 1737))
[14:51:47] [Server thread/INFO]: [MobHunting] [Debug] 82 mobs was loaded into memory. Total mobs=82
[14:51:47] [Server thread/INFO]: [MobHunting] [Debug] 1 Leaderboards in 'world' loaded from file: plugins/MobHunting!
[14:51:47] [Server thread/INFO]: [MobHunting] [Debug] Register MobHunting Events
[14:51:48] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[14:51:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo
[14:51:48] [Server thread/INFO]: Done (17.875s)! For help, type "help"
[14:51:48] [Server thread/INFO]: Starting GS4 status listener
[14:51:48] [Server thread/INFO]: Starting remote control listener
[14:51:48] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[14:51:48] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:4445
[14:51:48] [Server thread/INFO]: Timings Reset
[14:51:48] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[14:51:48] [Craft Scheduler Thread - 14/INFO]: [Matrix] Start checking update....
[14:51:48] [Craft Scheduler Thread - 4/INFO]: [mcMMO] Cleaned backup files. Deleted 6 of 19 files.
[14:51:48] [Craft Scheduler Thread - 21/INFO]: [Vault] Checking for Updates ... 
[14:51:48] [Craft Scheduler Thread - 15/INFO]: [Matrix] Plugin Enabled
[14:51:48] [Craft Scheduler Thread - 14/INFO]: Matrix has an update: 2.1.3, Please download it from spigotmc.org
[14:51:48] [Craft Scheduler Thread - 14/INFO]: Matrix has an update: 2.1.3, Please download it from spigotmc.org
[14:51:48] [Craft Scheduler Thread - 14/INFO]: Matrix has an update: 2.1.3, Please download it from spigotmc.org
[14:51:48] [Craft Scheduler Thread - 13/INFO]: [Matrix] (Machine Learning) You are using the latest machine learning models
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     +===============+
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     | SkinsRestorer |
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     +===============+
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     Current version: 13.7.1
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer]     This is the latest version!
[14:51:48] [Craft Scheduler Thread - 9/INFO]: [SkinsRestorer] ----------------------------------------------
[14:51:49] [Server thread/INFO]: [AutoRestart] Up to date!
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Citizens Compatibility v14.18'
[14:51:49] [User Authenticator #1/INFO]: UUID of player Discurd is be4ed1f2-d651-3a28-98bc-74392f5102fe
[14:51:49] [Craft Scheduler Thread - 21/INFO]: [Vault] No new version available
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Placeholder Compatibility v14.2'
[14:51:49] [User Authenticator #2/INFO]: UUID of player UDAV777 is ad8e5551-7624-3648-8f88-3d64d6735d8f
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Cheat Prevention v14.11'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Notifier v14.6'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Rewards v14.2'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v14.10'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Newbie Helper v14.1'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Factions Compatibility v14.4'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Enabling expansion 'NotCombatLogX v14.3'
[14:51:49] [Server thread/INFO]: [CombatLogX]  
[14:51:49] [Server thread/INFO]: [CombatLogX] Successfully enabled 9 expansionss
[14:51:49] [Server thread/INFO]: [CombatLogX] CombatLogX is now enabled.
[14:51:49] [Craft Scheduler Thread - 12/INFO]: [HeadDatabase] Succesfully loaded 24129 heads!
[14:51:49] [Craft Scheduler Thread - 12/INFO]: [HeadDatabase] Succesfully loaded 15 featured tags!
[14:51:49] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 150 placeholder expansions are available on the cloud.
[14:51:49] [WebSocketConnectReadThread-92/INFO]: [Matrix] [Cloud] Connected to the Cloud Service
[14:51:50] [Server thread/INFO]: [Citizens] Loaded 15 NPCs.
[14:51:50] [Server thread/INFO]: [MobHunting] [Debug] Citizens2 was enabled
[14:51:50] [MH TaskThread/INFO]: [MobHunting] [Debug] Reading from Database: PlayerSettings: {player: Id:733 Name:Discurd, Learning: true, Muted: false}
[14:51:51] [Server thread/INFO]: Discurd[/178.34.103.36:33897] logged in with entity id 252 at ([world]34.829986939833994, 70.0, -4.416170525709221)
[14:51:51] [MH TaskThread/INFO]: [MobHunting] [Debug] Reading from Database: PlayerSettings: {player: Id:737 Name:UDAV777, Learning: true, Muted: false}
[14:51:51] [Server thread/INFO]: UDAV777[/178.45.211.154:49443] logged in with entity id 254 at ([world]34.829986939833994, 70.0, -4.416170525709221)
[14:51:51] [Craft Scheduler Thread - 10/INFO]: [CombatLogX] Checking for updates using Spigot API...
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] Refreshed 2 ranks.
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] Discurd is in LearningMode()
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] Refreshed 2 ranks.
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] UDAV777 is in LearningMode()
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] Store UDAV777 skin in MobHunting Skin Cache
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] Trying to fecth skin from Online Player Profile
[14:51:51] [Server thread/INFO]: [MobHunting] [Debug] CustomItems: set the skin using OwningPlayer (UDAV777,ad8e5551-7624-3648-8f88-3d64d6735d8f)
[14:51:51] [Craft Scheduler Thread - 10/INFO]: ==============================================
[14:51:51] [Craft Scheduler Thread - 10/INFO]: CombatLogX Update Checker
[14:51:51] [Craft Scheduler Thread - 10/INFO]:  
[14:51:51] [Craft Scheduler Thread - 10/INFO]: You are using the latest version!
[14:51:51] [Craft Scheduler Thread - 10/INFO]: ==============================================
[14:51:52] [Craft Scheduler Thread - 10/INFO]: [AuthMe] Discurd logged in!
[14:51:52] [Server thread/INFO]: [MobHunting] [Debug] Loaded 24 Achievements for Discurd.
[14:51:52] [Server thread/INFO]: [MobHunting] [Debug] Loaded 21 Achievements for UDAV777.
[14:51:52] [User Authenticator #2/INFO]: UUID of player HUMM is 8c304bb7-f1c7-33b0-90f6-ede15c39e767
[14:51:52] [MH TaskThread/INFO]: [MobHunting] [Debug] Reading from Database: PlayerSettings: {player: Id:728 Name:HUMM, Learning: true, Muted: false}
[14:51:52] [Server thread/INFO]: HUMM[/46.226.67.118:1704] logged in with entity id 278 at ([world]34.829986939833994, 70.0, -4.416170525709221)
[14:51:53] [Server thread/INFO]: [MobHunting] [Debug] Refreshed 3 ranks.
[14:51:53] [Server thread/INFO]: [MobHunting] [Debug] HUMM is in LearningMode()
[14:51:53] [Server thread/INFO]:  
#------------------- Chest Commands Errors -------------------#
1) The icon "will-not-close" in the menu "example.yml" has an invalid ID: invalid material "sign"
#-------------------------------------------------------------#
[14:51:53] [Server thread/INFO]: [MobHunting] [Debug] Loaded 19 Achievements for HUMM.
[14:51:56] [Server thread/INFO]: [MobHunting] [Debug] Refreshed 1 leaderboards.
[14:51:56] [Server thread/INFO]: [MobHunting] [Debug] Refreshed 3 ranks.
[14:51:56] [Server thread/INFO]: [MobHunting] [Debug] No MasterMobHunters ???
[14:51:58] [Craft Scheduler Thread - 7/INFO]: [AuthMe] HUMM logged in!
[14:51:59] [Server thread/INFO]: Discurd issued server command: /f home
myfbone commented 5 years ago

I can send you the whole log for today if it's needed

myfbone commented 5 years ago
[19:36:02 INFO]: [MobHunting] [Debug] ======================== New kill ==========================
[19:36:02 INFO]: [MobHunting] [Debug] Rabotnik_Mike killed a WitherSkeleton (Minecraft)@(world_nether:-406,73,116)
[19:36:02 INFO]: [MobHunting] [Debug] KillAllowed: Mob killed by Rabotnik_Mike was allowed by WorldGuard
[19:36:02 INFO]: [MobHunting] [Debug] Permission 'mobhunting.mobs.*' or 'mobhunting.mobs.WITHER_SKELETON' not set, defaulting to True.
[19:36:02 INFO]: [MobHunting] [Debug] Basic Prize=43.32 for killing a WitherSkeleton
[19:36:02 INFO]: [MobHunting] [Debug] Checking if player is grinding within a range of 15.0 blocks
[19:36:02 INFO]: [MobHunting] [Debug] Kill not within 15.0 blocks from previous kill. DampenedKills reset to 0
[19:36:02 INFO]: [MobHunting] [Debug] Multiplier: Сложность = 2.0
[19:36:02 INFO]: [MobHunting] [Debug] Killstreak=1, level=0, multiplier=1.0
[19:36:02 INFO]: [MobHunting] [Debug] Reward rounded to 86.64
[19:36:02 INFO]: [MobHunting] [Debug] RecordAchievement: hunting-level1-witherskeleton has 20 kills
[19:36:02 INFO]: [MobHunting] [Debug] RecordKill: Rabotnik_Mike killed a WitherSkeleton (Minecraft) Cash=86.64
[19:36:02 INFO]: [MobHunting] [Debug] Description to be send:Вы убили Скелет Иссушитель
[19:36:02 INFO]: [MobHunting] [Debug] 86.64 was dropped on the ground as item SKULL (# of rewards=30)
[19:36:02 ERROR]: Could not pass event EntityDeathEvent to MobHunting v6.8.2
java.lang.NoClassDefFoundError: com/gmail/nossr50/datatypes/skills/SkillType
        at one.lindegaard.MobHunting.compatibility.McMMOCompat.getSKillTypeName(McMMOCompat.java:95) ~[?:?]
        at one.lindegaard.MobHunting.compatibility.McMMOCompatHelper.getSkilltypeName(McMMOCompatHelper.java:15) ~[?:?]
        at one.lindegaard.MobHunting.MobHuntingManager.onMobDeath(MobHuntingManager.java:1784) ~[?:?]
        at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[patched_1.14.4.jar:git-Paper-162]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-162]
        at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:741) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.d(EntityLiving.java:1419) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.die(EntityLiving.java:1354) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityLiving.damageEntity(EntityLiving.java:1198) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityMonster.damageEntity(EntityMonster.java:56) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityHuman.attack(EntityHuman.java:1046) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.EntityPlayer.attack(EntityPlayer.java:1676) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2031) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:51) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:6) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1012) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1005) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:989) ~[patched_1.14.4.jar:git-Paper-162]
        at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:922) ~[patched_1.14.4.jar:git-Paper-162]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Rocologo commented 5 years ago

I have found the problem and fixed it. Now i need to test before i can make a release...

myfbone commented 5 years ago

Is that a hint that I should test it?

Rocologo commented 5 years ago

You are welcome to test this build when it has finished. I hae tested it locally on my laptop and it seems to work now.

https://fractal.lindegaard.one:8181/job/MobHunting/888/

It can take up to 20 mins before the job is done.

Rocologo commented 5 years ago

https://fractal.lindegaard.one:8181/job/MobHunting/888/artifact/target/MobHunting-6.8.3-SNAPSHOT-B888.jar

myfbone commented 5 years ago

fixed I think