Jump to content

1HITCOMBOS

Member
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

1HITCOMBOS's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. 1HITCOMBOS

    Custom Plugins

    recently, i installed the Troll commands plus plus plugin. But then ii realised that the minehut version of the TCPP is different to the one you download from the bukkit page. is it possible if i can drag the .jar plugin file from the bukkit site and paste it into the minehut file manager? Any help will be appreciated.
  2. ok. i'll try. but for deluxe menu are you sure it still works?
  3. The list of plugins that I have installed on my server are: Advancedban alchemical arrows animated frames(not working) Backtotheroots BetterNick (Not working) Builders utilities Big doors block particles citizenscitizens cmd clearlag corpse reborn Crackshot custom durability Custom Ore Gen(Not working) Duels DeluxeMenus(NOT WORKING) Enderpearl cooldown' Essentials EssentialsSpawn Gravy GriefPrevention Gsit HeadsInventory icjukebox Idisguise (Not working) InstantRespawn Inventory Rollback InventoryFull+ ItemEditor Item edit Itemizer Itemjoin (Doesnt show up as red while doing /pl but still doesnt work) LastHolo Luckperms LuckPermsGUI Magic MudgeClicker Mutiverse Multiverse Nether portals Multiverse-inventories Nametag Edit nuANPCDestinations OpenInv Parties pert world Inventory player Particles Powerless Lamps ProtocolLib protocolSupportlegacyChest RainbowArmor Sentinel Simple Colour Chat slimefun slimefun : Exotic garden slimefun: Luck Blocks Staff Tools Staff+ Superr Vanish SuperTrails TAB REBORN TrollCommands++ UltimnateTNT Vault voidSpawn VoidTeleport WorldEdit worldGuard
  4. they are red in the list. But i just sstarted doing this i have no idea what a log is. maybe this is it because i saw it in the file manager. NOHAXJUSTCOMBOS is my other account btw [01:08:19] [Server thread/INFO]: Starting minecraft server version 1.14.4 [01:08:19] [Server thread/INFO]: Loading properties [01:08:20] [Server thread/INFO]: This server is running Paper version git-Paper-225 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT) [01:08:20] [Server thread/INFO]: Server Ping Player Sample Count: 12 [01:08:20] [Server thread/INFO]: Using 4 threads for Netty based IO [01:08:20] [Server thread/INFO]: Debug logging is disabled [01:08:20] [Server thread/INFO]: Default game type: SURVIVAL [01:08:20] [Server thread/INFO]: Generating keypair [01:08:21] [Server thread/INFO]: Starting Minecraft server on *:40010 [01:08:21] [Server thread/INFO]: Using epoll channel type [01:08:32] [Server thread/WARN]: Plugin VoidTeleport v2.2.1 does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin JumpPads v1.22.10 does not specify an api-version. [01:08:32] [Server thread/ERROR]: Could not load 'plugins/Parties.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: LastLoginAPI at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:224) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:08:32] [Server thread/WARN]: Plugin AnimatedFrames v4.11.3-SNAPSHOT does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin NametagEdit v4.4.2 does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin SimpleColorChat v1.1 does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin CustomDurability v3 does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin ccInstantRespawn v0.3 (1.13.2) does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin SuperTrails v9.7.2 does not specify an api-version. [01:08:32] [Server thread/ERROR]: Could not load 'plugins/Slimefun.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:138) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:337) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:257) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/CSCoreLibPlugin/general/Inventory/Item/CustomItem at me.mrCookieSlime.Slimefun.SlimefunPlugin.<init>(SlimefunPlugin.java:86) ~[?:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212] at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[spigot.jar:git-Paper-225] ... 6 more Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.Item.CustomItem at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[spigot.jar:git-Paper-225] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212] at me.mrCookieSlime.Slimefun.SlimefunPlugin.<init>(SlimefunPlugin.java:86) ~[?:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_212] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212] at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:75) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[spigot.jar:git-Paper-225] ... 6 more [01:08:32] [Server thread/WARN]: Plugin EnderpearlCooldown v3.3 does not specify an api-version. [01:08:32] [Server thread/WARN]: Plugin StaffTools v3.3.2 does not specify an api-version. [01:08:33] [Server thread/WARN]: Plugin OpenInv v4.0.0 does not specify an api-version. [01:08:33] [Server thread/WARN]: Plugin AdvancedBan v3.0.1-SNAPSHOT does not specify an api-version. [01:08:35] [Server thread/WARN]: Plugin PowerlessLamps v2.5 does not specify an api-version. [01:08:35] [Server thread/ERROR]: Could not load 'plugins/SlimefunLuckyBlocks.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Slimefun at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:224) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:08:35] [Server thread/ERROR]: Could not load 'plugins/ExoticGarden.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Slimefun at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:224) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:355) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:226) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:08:35] [Server thread/WARN]: Plugin Holograms v2.9.1-SNAPSHOT does not specify an api-version. [01:08:35] [Server thread/WARN]: Plugin RainbowArmour v1.7.2 does not specify an api-version. [01:08:35] [Server thread/WARN]: Plugin CorpseReborn v2.14.0 does not specify an api-version. [01:08:35] [Server thread/WARN]: Plugin CreateYourOwnMenus v0.5.12 does not specify an api-version. [01:08:36] [Server thread/WARN]: Plugin LastHolo v51 does not specify an api-version. [01:08:36] [Server thread/INFO]: [BukkitCore] Loading BukkitCore v1.0-SNAPSHOT [01:08:36] [Server thread/INFO]: [VoidTeleport] Loading VoidTeleport v2.2.1 [01:08:36] [Server thread/INFO]: [CustomOreGen] Loading CustomOreGen v1.3.17-SNAPSHOT [01:08:36] [Server thread/INFO]: [JumpPads] Loading JumpPads v1.22.10 [01:08:36] [Server thread/INFO]: [AnimatedFrames] Loading AnimatedFrames v4.11.3-SNAPSHOT [01:08:36] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.2 [01:08:36] [Server thread/INFO]: [SimpleColorChat] Loading SimpleColorChat v1.1 [01:08:36] [Server thread/INFO]: [CustomDurability] Loading CustomDurability v3 [01:08:36] [Server thread/INFO]: [ccInstantRespawn] Loading ccInstantRespawn v0.3 (1.13.2) [01:08:36] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.7.2 [01:08:36] [Server thread/INFO]: [GSit] Loading GSit v[2.8.0.0] [01:08:36] [Server thread/INFO]: [Enderpearl Cooldown] Loading EnderpearlCooldown v3.3 [01:08:36] [Server thread/INFO]: [StaffTools] Loading StaffTools v3.3.2 [01:08:36] [Server thread/INFO]: [BackToTheRoots] Loading BackToTheRoots v1.13.1 [01:08:36] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.3.0.0 [01:08:36] [Server thread/INFO]: [icJukeBox] Loading icJukeBox v1.6.4 [01:08:36] [Server thread/INFO]: [ItemEditor] Loading ItemEditor v0.1.8 [01:08:36] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1 [01:08:37] [Server thread/INFO]: [Itemizer] Loading Itemizer v3.5 [01:08:37] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012 [01:08:38] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2018f12d] [01:08:38] [Server thread/INFO]: [AlchemicalArrows] Loading AlchemicalArrows v3.1.1 [01:08:38] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.0 [01:08:38] [Server thread/INFO]: [PlayerServer] Loading PlayerServer v1.0-SNAPSHOT [01:08:38] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.0.6 [01:08:38] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.9 [01:08:38] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v3.0.1-SNAPSHOT [01:08:38] [Server thread/INFO]: [InventoryFullPlus] Loading InventoryFullPlus v2.5.3 [01:08:38] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v1.7.4 [01:08:38] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.0.0-b766 [01:08:38] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.0-SNAPSHOT [01:08:39] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution. [01:08:39] [Server thread/INFO]: [VoidSpawn] Loading VoidSpawn v1.18.1 [01:08:39] [Server thread/INFO]: [PowerlessLamps] Loading PowerlessLamps v2.5 [01:08:39] [Server thread/INFO]: [InventoryRollback] Loading InventoryRollback v1.3.6 [01:08:39] [Server thread/INFO]: [LuckPerms-GUI] Loading LuckPerms-GUI v2.6 [01:08:39] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2 [01:08:39] [Server thread/INFO]: [TrollCommandsPlusPlus] Loading TrollCommandsPlusPlus v8.29.57 [01:08:40] [Server thread/INFO]: [TrollCommands++] Checking version of ACF [01:08:40] [Server thread/INFO]: [TrollCommands++] Checking version of PacketWrapper [01:08:42] [Server thread/WARN]: SLF4J: Class path contains multiple SLF4J bindings. [01:08:42] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/minecraft/server/plugins/TrollCommandsPlus.jar!/org/slf4j/impl/StaticLoggerBinder.class] [01:08:42] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/minecraft/server/spigot.jar!/org/slf4j/impl/StaticLoggerBinder.class] [01:08:42] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. [01:08:42] [Server thread/WARN]: SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] [01:08:42] [Server thread/INFO]: [UltimateTNT] Loading UltimateTNT v1.11.1 [01:08:42] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.0.0-b799 [01:08:42] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107 [01:08:42] [Server thread/INFO]: [ProtocolSupport] Loading ProtocolSupport v4.29-dev [01:08:42] [Server thread/INFO]: [ProtocolSupport] Detected Spigot server implementation type [01:08:42] [Server thread/INFO]: [ProtocolSupport] Status threads max count: 2, keep alive time: 60 [01:08:43] [Server thread/INFO]: [ProtocolSupport] Login threads keep alive time: 60 [01:08:43] [Server thread/INFO]: [ProtocolSupport] Assume 1.5.2 ping delay: 100 [01:08:43] [Server thread/INFO]: [ProtocolSupport] Assume legacy ping delay: 200 [01:08:46] [Server thread/INFO]: [ProtocolSupport] Compression level: 3 [01:08:46] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v6.4 [01:08:46] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.1 [01:08:46] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v2.3.1 [01:08:46] [Server thread/INFO]: [Holograms] Loading Holograms v2.9.1-SNAPSHOT [01:08:46] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;556b638 [01:08:46] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.1-SNAPSHOT-b461 [01:08:46] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.0.0-b757 [01:08:46] [Server thread/INFO]: [RainbowArmour] Loading RainbowArmour v1.7.2 [01:08:46] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0 [01:08:46] [Server thread/INFO]: [CorpseReborn] Loading CorpseReborn v2.14.0 [01:08:46] [Server thread/INFO]: [CreateYourOwnMenus] Loading CreateYourOwnMenus v0.5.12 [01:08:46] [Server thread/INFO]: [MudgeClicker] Loading MudgeClicker v3.7.7 [01:08:46] [Server thread/INFO]: [ProtocolSupportLegacyChest] Loading ProtocolSupportLegacyChest v1.3 [01:08:46] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.25-SNAPSHOT (build 1737) [01:08:46] [Server thread/INFO]: [Sentinel] Loading Sentinel v1.9.9-SNAPSHOT (build 305) [01:08:46] [Server thread/INFO]: [TAB] Loading TAB v2.5.3 [01:08:46] [Server thread/INFO]: [LastHolo] Loading LastHolo v51 [01:08:46] [Server thread/INFO]: [NPC_Destinations] Loading NPC_Destinations v2.3.31 [01:08:46] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.1.3 [01:08:46] [Server thread/INFO]: [gravy] Loading gravy v1.4.5 [01:08:46] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.12.0-d4d7ac4 [01:08:46] [Server thread/INFO]: [BetterNick] Loading BetterNick v7.4-SNAPSHOT [01:08:46] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.4 [01:08:46] [Server thread/INFO]: [Duels] Loading Duels v3.3.0 [01:08:46] [Server thread/INFO]: [BigDoors] Loading BigDoors vAlpha 0.1.8.14 [01:08:46] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.0 [01:08:46] [Server thread/INFO]: [Magic] Loading Magic v7.7.1-d306672 [01:08:47] [Server thread/INFO]: [Magic] Found WorldGuard 7+ [01:08:47] [Server thread/INFO]: [Magic] Pre-check for WorldGuard custom flag registration [01:08:47] [Server thread/INFO]: [Magic] Registered custom WorldGuard flags: allowed-spells, blocked-spells, allowed-spell-categories, blocked-spell-categories, allowed-wands, blocked-wands, spell-overrides, destructible, reflective, spawn-tags [01:08:47] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v5.0.5-RELEASE-b324 [01:08:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [01:08:47] [Server thread/INFO]: [BukkitCore] Enabling BukkitCore v1.0-SNAPSHOT [01:08:47] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1 [01:08:47] [Server thread/INFO]: __ [01:08:47] [Server thread/INFO]: | |__) LuckPerms v4.4.1 [01:08:47] [Server thread/INFO]: |___ | Running on Bukkit - Paper [01:08:47] [Server thread/INFO]: [01:08:47] [Server thread/INFO]: [LuckPerms] Loading configuration... [01:08:47] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [01:08:49] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [01:08:49] [Server thread/INFO]: [LuckPerms] Performing initial data load... [01:08:49] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2621ms) [01:08:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012 [01:08:50] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [01:08:50] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter [01:08:52] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.0-SNAPSHOT [01:08:52] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [01:08:52] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107 [01:08:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [01:08:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [01:08:52] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107 [01:08:52] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [01:08:52] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [01:08:52] [Server thread/INFO]: [ProtocolSupport] Enabling ProtocolSupport v4.29-dev [01:08:52] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [01:08:52] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [01:08:52] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose. [01:08:52] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information. [01:08:52] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [01:08:52] [Server thread/INFO]: Preparing level "world" [01:08:53] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit [01:09:01] [Server thread/INFO]: Loaded 6 recipes [01:09:01] [Server thread/INFO]: -------- World Settings For [world] -------- [01:09:01] [Server thread/INFO]: View Distance: 8 [01:09:01] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:01] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:01] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:01] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:01] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:01] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:01] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:01] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:01] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:02] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [01:09:02] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [01:09:02] [Server thread/INFO]: View Distance: 8 [01:09:02] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:02] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:02] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:02] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:02] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:02] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:02] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:02] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:02] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [01:09:02] [Server thread/INFO]: View Distance: 8 [01:09:02] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:02] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:02] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:02] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:02] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:02] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:02] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:02] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:02] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:02] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld [01:09:03] [Server thread/INFO]: Preparing spawn area: 0% [01:09:03] [Server thread/INFO]: Preparing spawn area: 2% [01:09:03] [Server thread/INFO]: Preparing spawn area: 20% [01:09:04] [Server thread/INFO]: Preparing spawn area: 100% [01:09:04] [Server thread/INFO]: Preparing spawn area: 100% [01:09:04] [Server thread/INFO]: Loaded 289 spawn chunks for world world [01:09:04] [Server thread/INFO]: Time elapsed: 2031 ms [01:09:04] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether [01:09:04] [Server thread/INFO]: Preparing spawn area: 0% [01:09:05] [Server thread/INFO]: Preparing spawn area: 56% [01:09:05] [Server thread/INFO]: Preparing spawn area: 100% [01:09:05] [Server thread/INFO]: Loaded 289 spawn chunks for world world_nether [01:09:05] [Server thread/INFO]: Time elapsed: 1096 ms [01:09:05] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end [01:09:06] [Server thread/INFO]: Preparing spawn area: 0% [01:09:06] [Server thread/INFO]: Loaded 289 spawn chunks for world world_the_end [01:09:06] [Server thread/INFO]: Time elapsed: 374 ms [01:09:06] [Server thread/INFO]: [VoidTeleport] Enabling VoidTeleport v2.2.1* [01:09:06] [Server thread/INFO]: [VoidTeleport] Developed by EndlessGames. [01:09:06] [Server thread/INFO]: [CustomOreGen] Enabling CustomOreGen v1.3.17-SNAPSHOT [01:09:06] [Server thread/INFO]: [CustomOreGen] You are not using any skyblock plugin! This plugin only works with a listed skyblock plugin! (check documentations) [01:09:06] [Server thread/INFO]: [CustomOreGen] Disabling CustomOreGen v1.3.17-SNAPSHOT [01:09:06] [Server thread/ERROR]: Error occurred while disabling CustomOreGen v1.3.17-SNAPSHOT (Is it up to date?) java.lang.NullPointerException: null at xyz.spaceio.customoregen.CustomOreGen.onDisable(CustomOreGen.java:124) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:373) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:453) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:445) ~[spigot.jar:git-Paper-225] at xyz.spaceio.customoregen.CustomOreGen.loadHook(CustomOreGen.java:147) ~[?:?] at xyz.spaceio.customoregen.CustomOreGen.onEnable(CustomOreGen.java:89) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:09:06] [Server thread/INFO]: [CustomOreGen] Loaded 2 generators! [01:09:06] [Server thread/ERROR]: Error occurred while enabling CustomOreGen v1.3.17-SNAPSHOT (Is it up to date?) org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:518) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:221) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:217) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskLaterAsynchronously(CraftScheduler.java:168) ~[spigot.jar:git-Paper-225] at de.Linus122.SpaceIOMetrics.Metrics.<init>(Metrics.java:50) ~[?:?] at xyz.spaceio.customoregen.CustomOreGen.onEnable(CustomOreGen.java:119) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:09:06] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.22.10* [01:09:06] [Server thread/INFO]: [AnimatedFrames] Enabling AnimatedFrames v4.11.3-SNAPSHOT* [01:09:06] [Server thread/WARN]: [AnimatedFrames] ************************************************** [01:09:06] [Server thread/WARN]: [AnimatedFrames] [01:09:06] [Server thread/WARN]: [AnimatedFrames] This plugin depends on MapManager [01:09:06] [Server thread/WARN]: [AnimatedFrames] https://r.spiget.org/19198 [01:09:06] [Server thread/WARN]: [AnimatedFrames] [01:09:06] [Server thread/WARN]: [AnimatedFrames] ************************************************** [01:09:06] [Server thread/INFO]: [AnimatedFrames] Disabling AnimatedFrames v4.11.3-SNAPSHOT [01:09:06] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.2* [01:09:06] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in. [01:09:06] [Server thread/INFO]: [SimpleColorChat] Enabling SimpleColorChat v1.1* [01:09:06] [Server thread/INFO]: [SimpleColorChat] ====================== [01:09:06] [Server thread/INFO]: [SimpleColorChat] + Plugin Enabled + [01:09:06] [Server thread/INFO]: [SimpleColorChat] ====================== [01:09:06] [Server thread/INFO]: [CustomDurability] Enabling CustomDurability v3* [01:09:06] [Server thread/INFO]: CustomDurability running V3 [01:09:06] [Server thread/INFO]: Quick Message: There are truly countless of young childrens struggling out there, help spread this awareness or help them directly [01:09:06] [Server thread/INFO]: [ccInstantRespawn] Enabling ccInstantRespawn v0.3 (1.13.2)* [01:09:06] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.7.2* [01:09:07] [Server thread/INFO]: [GSit] Enabling GSit v[2.8.0.0] [01:09:07] [Server thread/INFO]: [GSit] The Plugin was successfully enabled. [01:09:07] [Server thread/INFO]: [Enderpearl Cooldown] Enabling EnderpearlCooldown v3.3* [01:09:07] [Server thread/INFO]: [StaffTools] Enabling StaffTools v3.3.2* [01:09:07] [Server thread/INFO]: ST >> You are currently running StaffTools on an unsupported version (1.14.4). [01:09:07] [Server thread/INFO]: [BackToTheRoots] Enabling BackToTheRoots v1.13.1 [01:09:07] [Server thread/INFO]: === Super Trails ===SuperTrails 9.7.2 for MC 1.14 enabledThank you for using !===================== [01:09:07] [Server thread/INFO]: [BTTR] Loading plugin ... [01:09:07] [Server thread/INFO]: [BTTR] Loading config ... [01:09:07] [Server thread/INFO]: [BTTR] Plugin successfully loaded. [01:09:07] [Server thread/INFO]: [01:09:07] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.3.0.0 [01:09:07] [Server thread/INFO]: [APIManager] API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance. [01:09:07] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft [01:09:07] [Server thread/INFO]: [ReflectionHelper] Version is v1_14_R1 (11401) [01:09:07] [Server thread/INFO]: [PacketListenerAPI] Using INChannel [01:09:07] [Server thread/WARN]: java.lang.NoSuchFieldException: list [01:09:07] [Server thread/WARN]: at java.lang.Class.getDeclaredField(Class.java:2070) [01:09:07] [Server thread/WARN]: at org.inventivetalent.packetlistener.channel.ChannelAbstract.addServerChannel(ChannelAbstract.java:69) [01:09:07] [Server thread/WARN]: at org.inventivetalent.packetlistener.ChannelInjector.addServerChannel(ChannelInjector.java:55) [01:09:07] [Server thread/WARN]: at org.inventivetalent.packetlistener.PacketListenerAPI.load(PacketListenerAPI.java:32) [01:09:07] [Server thread/WARN]: at org.inventivetalent.apihelper.APIManager.registerAPI(APIManager.java:46) [01:09:07] [Server thread/WARN]: at org.inventivetalent.apihelper.APIManager.initAPI(APIManager.java:117) [01:09:07] [Server thread/WARN]: at net.shortninja.staffplus.StaffPlus.onEnable(StaffPlus.java:121) [01:09:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [01:09:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) [01:09:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) [01:09:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) [01:09:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) [01:09:07] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) [01:09:07] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) [01:09:07] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) [01:09:07] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748) [01:09:07] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers. [01:09:07] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players... [01:09:07] [Server thread/INFO]: 1.14.4 [01:09:07] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_14_R1'. [01:09:07] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 125ms. [01:09:07] [Server thread/INFO]: [Staff+] Plugin created by Shortninja continued by Qball. [01:09:07] [Server thread/INFO]: [icJukeBox] Enabling icJukeBox v1.6.4 [01:09:07] [Server thread/WARN]: [icJukeBox] Could not save configuration.yml to plugins/icJukeBox/configuration.yml because configuration.yml already exists. [01:09:07] [Server thread/INFO]: [01:09:07] [Server thread/INFO]: [ItemEditor] Enabling ItemEditor v0.1.8 [01:09:07] [Server thread/INFO]: [ItemEditor] ItemEditor v0.1.8, by Freakey [01:09:07] [Server thread/INFO]: [Itemizer] Enabling Itemizer v3.5 [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Enabling AlchemicalArrows v3.1.1 [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Registering events [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Registering commands [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Registering default alchemical arrows and their recipes [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Enabling Plugin Metrics [01:09:07] [Server thread/INFO]: [AlchemicalArrows] Getting version information... [01:09:07] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.0* [01:09:07] [Server thread/INFO]: [PlayerServer] Enabling PlayerServer v1.0-SNAPSHOT [01:09:07] [Server thread/INFO]: [PlayerServer] Server Id: 5d74c2ea2c9cb66317abbf17 [01:09:08] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.0.6 [01:09:08] [Server thread/INFO]: [ClearLag] Loading modules... [01:09:08] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values [01:09:08] [Server thread/INFO]: [ClearLag] Modules have been loaded! [01:09:08] [Server thread/INFO]: [ClearLag] Clearlag is now enabled! [01:09:08] [Thread-19/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]... [01:09:08] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.9 [01:09:08] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v3.0.1-SNAPSHOT* [01:09:08] [Thread-19/INFO]: [ClearLag] Clearlag version v3.1.0 update available! Downloading... [01:09:09] [Thread-19/INFO]: [ClearLag] Updating finished! Restart your server for files to take effect [01:09:09] [Server thread/INFO]: [hsqldb.db.HSQLDB6D10207321.ENGINE] checkpointClose start [01:09:09] [Server thread/INFO]: [hsqldb.db.HSQLDB6D10207321.ENGINE] checkpointClose synched [01:09:09] [Server thread/INFO]: [hsqldb.db.HSQLDB6D10207321.ENGINE] checkpointClose script done [01:09:09] [Server thread/INFO]: [hsqldb.db.HSQLDB6D10207321.ENGINE] checkpointClose end [01:09:09] [Server thread/INFO]: [InventoryFullPlus] Enabling InventoryFullPlus v2.5.3 [01:09:09] [Server thread/INFO]: [InventoryFullPlus] -------------------------------------- [01:09:09] [Server thread/INFO]: [InventoryFullPlus] InventoryFull+ [01:09:09] [Server thread/INFO]: [InventoryFullPlus] Author: ItsLewizzz [01:09:09] [Server thread/INFO]: [InventoryFullPlus] Plugin Version: 2.5.3 [01:09:09] [Server thread/INFO]: [InventoryFullPlus] [01:09:09] [Server thread/INFO]: [InventoryFullPlus] You are running the latest version of InventoryFull+ [01:09:09] [Server thread/INFO]: [InventoryFullPlus] -------------------------------------- [01:09:09] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v1.7.4 [01:09:09] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.0.0-b766 [01:09:09] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.0.0-b766" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman]. [01:09:10] [Server thread/INFO]: -------- World Settings For [flatroom] -------- [01:09:10] [Server thread/INFO]: View Distance: 8 [01:09:10] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:10] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:10] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:10] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:10] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:10] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:10] [Server thread/INFO]: Preparing start region for dimension 'flatroom'/minecraft:overworld [01:09:10] [Server thread/INFO]: Preparing spawn area: 0% [01:09:10] [Server-Worker-2/INFO]: Preparing spawn area: 79% [01:09:11] [Server thread/INFO]: Preparing spawn area: 100% [01:09:11] [Server thread/INFO]: Preparing spawn area: 100% [01:09:12] [Server thread/INFO]: Preparing spawn area: 100% [01:09:12] [Server thread/INFO]: Preparing spawn area: 100% [01:09:13] [Server thread/INFO]: Preparing spawn area: 100% [01:09:13] [Server thread/INFO]: Loaded 289 spawn chunks for world flatroom [01:09:13] [Server thread/INFO]: Time elapsed: 3205 ms [01:09:13] [Server thread/INFO]: -------- World Settings For [FFAPVP] -------- [01:09:13] [Server thread/INFO]: View Distance: 8 [01:09:13] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:13] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:13] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:13] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:13] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:13] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:13] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:13] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:13] [Server thread/INFO]: Preparing start region for dimension 'FFAPVP'/minecraft:overworld [01:09:13] [Server thread/INFO]: Preparing spawn area: 0% [01:09:13] [Server thread/INFO]: Preparing spawn area: 100% [01:09:14] [Server thread/INFO]: Preparing spawn area: 100% [01:09:14] [Server thread/INFO]: Preparing spawn area: 100% [01:09:15] [Server thread/INFO]: Loaded 289 spawn chunks for world FFAPVP [01:09:15] [Server thread/INFO]: Time elapsed: 1777 ms [01:09:15] [Server thread/INFO]: -------- World Settings For [SMP] -------- [01:09:15] [Server thread/INFO]: View Distance: 8 [01:09:15] [Server thread/INFO]: Item Merge Radius: 2.5 [01:09:15] [Server thread/INFO]: Item Despawn Rate: 6000 [01:09:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [01:09:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 [01:09:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [01:09:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [01:09:15] [Server thread/INFO]: Cactus Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Cane Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Melon Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Mushroom Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Sapling Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Beetroot Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Carrot Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Potato Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Wheat Growth Modifier: 100% [01:09:15] [Server thread/INFO]: NetherWart Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Vine Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Cocoa Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Bamboo Growth Modifier: 100% [01:09:15] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Kelp Growth Modifier: 100% [01:09:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [01:09:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [01:09:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911 [01:09:15] [Server thread/INFO]: Max TNT Explosions: 100 [01:09:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [01:09:15] [Server thread/INFO]: Mob Spawn Range: 6 [01:09:15] [Server thread/INFO]: Experience Merge Radius: 3.0 [01:09:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [01:09:15] [Server thread/INFO]: Preparing start region for dimension 'SMP'/minecraft:overworld [01:09:15] [Server thread/INFO]: Preparing spawn area: 0% [01:09:15] [Server thread/INFO]: Preparing spawn area: 3% [01:09:18] [Server-Worker-2/INFO]: Preparing spawn area: 3% [01:09:18] [Server-Worker-3/INFO]: Preparing spawn area: 3% [01:09:18] [Server-Worker-3/INFO]: Preparing spawn area: 3% [01:09:18] [Server-Worker-3/INFO]: Preparing spawn area: 3% [01:09:18] [Server-Worker-3/INFO]: Preparing spawn area: 3% [01:09:19] [Server-Worker-2/INFO]: Preparing spawn area: 100% [01:09:19] [Server-Worker-3/INFO]: Preparing spawn area: 100% [01:09:19] [Server thread/INFO]: Preparing spawn area: 100% [01:09:19] [Server thread/INFO]: Loaded 289 spawn chunks for world SMP [01:09:19] [Server thread/INFO]: Time elapsed: 4780 ms [01:09:19] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded. [01:09:20] [Server thread/INFO]: [Multiverse-Core] Version 4.0.0-b766 (API v23) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman [01:09:20] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman [01:09:20] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman [01:09:20] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.18.1 [01:09:20] [Server thread/INFO]: [VoidSpawn] No SkyBlock plugins found, disabling island mode support. [01:09:20] [Server thread/INFO]: [VoidSpawn] v1.18.1 by EnderCrest enabled [01:09:20] [Server thread/INFO]: [PowerlessLamps] Enabling PowerlessLamps v2.5* [01:09:20] [Server thread/INFO]: [InventoryRollback] Enabling InventoryRollback v1.3.6 [01:09:20] [Server thread/INFO]: Checking for updates... [01:09:20] [Server thread/INFO]: You are running the latest version. [01:09:20] [Server thread/INFO]: [LuckPerms-GUI] Enabling LuckPerms-GUI v2.6 [01:09:20] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.8.2 [01:09:20] [Server thread/ERROR]: [iDisguise] iDisguise 5.8.2 is not compatible with your server version! [01:09:20] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.8.2 [01:09:20] [Server thread/INFO]: [TrollCommandsPlusPlus] Enabling TrollCommandsPlusPlus v8.29.57 [01:09:20] [Server thread/INFO]: [TrollCommandsPlusPlus] [ACF] Enabled Asynchronous Tab Completion Support! [01:09:21] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!01:09:21.165 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Excluding interface me.egg82.tcpp.services.entity.EntityItemHandler [01:09:21] [Server thread/INFO]: 01:09:21.168 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Adding me.egg82.tcpp.services.entity.EntityItemHandler_1_8 [01:09:21] [Server thread/INFO]: 01:09:21.168 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Excluding non-assignable me.egg82.tcpp.services.entity.EntityDamageHandler [01:09:21] [Server thread/INFO]: 01:09:21.168 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Adding me.egg82.tcpp.services.entity.EntityItemHandler_1_9 [01:09:21] [Server thread/INFO]: 01:09:21.172 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Excluding interface me.egg82.tcpp.services.block.FakeBlockHandler [01:09:21] [Server thread/INFO]: 01:09:21.172 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Adding me.egg82.tcpp.services.block.FakeBlockHandler_1_8 [01:09:21] [Server thread/INFO]: 01:09:21.175 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Adding me.egg82.tcpp.services.player.PlayerVisibilityHandler_1_9 [01:09:21] [Server thread/INFO]: 01:09:21.175 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Excluding interface me.egg82.tcpp.services.player.PlayerVisibilityHandler [01:09:21] [Server thread/INFO]: 01:09:21.175 [Server thread] DEBUG ninja.egg82.reflect.PackageFilter - Adding me.egg82.tcpp.services.player.PlayerVisibilityHandler_1_8 [01:09:21] [Server thread/INFO]: [TrollCommands++] Plan was not found. Personal analytics support has been disabled. [01:09:21] [Server thread/INFO]: [TrollCommands++] Enabling support for ProtocolLib. [01:09:21] [Server thread/INFO]: [TrollCommands++] Enabled [01:09:21] [Server thread/INFO]: [TrollCommands++] [Version 8.29.57] [3 Commands] [4 Tasks] [20 Events] [01:09:21] [Server thread/INFO]: [UltimateTNT] Enabling UltimateTNT v1.11.1 [01:09:21] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.0.0-b799 [01:09:21] [Server thread/INFO]: [Multiverse-Portals] - Version 4.0.0-b799 Enabled - By Rigby and fernferret [01:09:21] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded [01:09:21] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections. [01:09:21] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v6.4 [01:09:21] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.1 [01:09:21] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v2.3.1 [01:09:22] [Server thread/INFO]: [PerWorldInventory] [ACF] Enabled Asynchronous Tab Completion Support! [01:09:22] [Server thread/INFO]: [Holograms] Enabling Holograms v2.9.1-SNAPSHOT* [01:09:22] [Server thread/INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl [01:09:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;556b638 [01:09:22] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [01:09:22] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [01:09:22] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [01:09:22] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom' [01:09:22] [Server thread/INFO]: [WorldGuard] (FFAPVP) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (FFAPVP) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (FFAPVP) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (FFAPVP) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FFAPVP' [01:09:22] [Server thread/INFO]: [WorldGuard] (SMP) TNT ignition is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (SMP) Lighters are PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (SMP) Lava fire is PERMITTED. [01:09:22] [Server thread/INFO]: [WorldGuard] (SMP) Fire spread is UNRESTRICTED. [01:09:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMP' [01:09:22] [Server thread/INFO]: [WorldGuard] Loading region data... [01:09:22] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.1-SNAPSHOT-b461 [01:09:22] [Server thread/INFO]: [Multiverse-Inventories 3.0.1-SNAPSHOT-b461] enabled. [01:09:22] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.0.0-b757 [01:09:22] [Server thread/INFO]: [Multiverse-NetherPortals] - Version 4.0.0-b757 Enabled - By Rigby and fernferret [01:09:22] [Server thread/INFO]: [RainbowArmour] Enabling RainbowArmour v1.7.2* [01:09:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0 [01:09:23] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [01:09:23] [Server thread/INFO]: [Essentials] No kits found to migrate. [01:09:23] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider. [01:09:23] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider. [01:09:23] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider. [01:09:23] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json. [01:09:23] [Server thread/INFO]: [Essentials] Using locale en_US [01:09:23] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [01:09:23] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [01:09:23] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked. [01:09:23] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [01:09:23] [Server thread/INFO]: [CorpseReborn] Enabling CorpseReborn v2.14.0* [01:09:23] [Server thread/INFO]: [CorpseReborn] [01:09:23] [Server thread/INFO]: [CorpseReborn] [01:09:23] [Server thread/INFO]: [CorpseReborn] Hi! [01:09:23] [Server thread/INFO]: [CorpseReborn] Thank you for downloading the new beta 1.14.3 update. [01:09:23] [Server thread/INFO]: [CorpseReborn] Please note that I have Disabled WorldGuard support for this update entirely. [01:09:23] [Server thread/INFO]: [CorpseReborn] I am working on a new System to support all versions of WorldGuard, [01:09:23] [Server thread/INFO]: [CorpseReborn] but I wanted to get this update out ASAP for everyone. [01:09:23] [Server thread/INFO]: [CorpseReborn] If you find any bugs, please let me know by either filling out a bug report on GitHub [01:09:23] [Server thread/INFO]: [CorpseReborn] https://github.com/egold555/CorpseReborn/issues or reporting them [01:09:23] [Server thread/INFO]: [CorpseReborn] to me on Spigot: https://www.spigotmc.org/resources/corpsereborn.29875/ [01:09:23] [Server thread/INFO]: [CorpseReborn] [01:09:23] [Server thread/INFO]: [CorpseReborn] --Eric Golde [01:09:23] [Server thread/INFO]: [CorpseReborn] [01:09:23] [Server thread/INFO]: [CorpseReborn] [01:09:23] [Server thread/INFO]: [CorpseReborn] Version: v1_14_R1 [01:09:23] [Server thread/INFO]: [CorpseReborn] Config successfully loaded. [01:09:23] [Server thread/INFO]: [CorpseReborn] No update available [01:09:23] [Server thread/INFO]: [CreateYourOwnMenus] Enabling CreateYourOwnMenus v0.5.12* [01:09:23] [Server thread/ERROR]: Fatal error trying to convert CreateYourOwnMenus v0.5.12:me/xhawk87/CreateYourOwnMenus/commands/menu/MenuGrabCommand.class org.bukkit.plugin.AuthorNagException: No legacy enum constant for GOLDEN_BOOTS. Did you forget to define api-version: 1.13 in your plugin.yml? at org.bukkit.craftbukkit.v1_14_R1.util.Commodore$1$1.visitFieldInsn(Commodore.java:294) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readCode(ClassReader.java:2210) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1283) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:688) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:400) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.util.Commodore.convert(Commodore.java:173) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:283) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:112) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:201) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[spigot.jar:git-Paper-225] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212] at me.xhawk87.CreateYourOwnMenus.commands.MenuCommand.<init>(MenuCommand.java:60) ~[?:?] at me.xhawk87.CreateYourOwnMenus.CreateYourOwnMenus.onEnable(CreateYourOwnMenus.java:80) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:09:23] [Server thread/INFO]: [MudgeClicker] Enabling MudgeClicker v3.7.7 [01:09:23] [Server thread/INFO]: [MudgeClicker] Hooked into Vault successfully [01:09:23] [Server thread/INFO]: [ProtocolSupportLegacyChest] Enabling ProtocolSupportLegacyChest v1.3 [01:09:23] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.25-SNAPSHOT (build 1737) [01:09:24] [Server thread/INFO]: [Sentinel] Enabling Sentinel v1.9.9-SNAPSHOT (build 305) [01:09:24] [Server thread/INFO]: [Sentinel] Sentinel loading... [01:09:24] [Server thread/INFO]: [Sentinel] Sentinel loaded! [01:09:24] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work. [01:09:24] [Server thread/INFO]: [Sentinel] Sentinel found CrackShot! Adding support for it! [01:09:24] [Server thread/INFO]: [TAB] Enabling TAB v2.5.3 [01:09:24] [Server thread/INFO]: [TAB] Server version: 1.14.4 (v1_14_R1) [01:09:24] [Server thread/INFO]: [TAB] Enabled in 89ms [01:09:24] [Server thread/INFO]: [LastHolo] Enabling LastHolo v51* [01:09:24] [Server thread/INFO]: Detected Server Version: V1_14 [01:09:24] [Server thread/INFO]: [LH] WorldGuard Version - 7.0+ [01:09:24] [Server thread/INFO]: The sound: NOTE_PLINGdoesn't exist! [01:09:24] [Server thread/INFO]: [LastHolo] Hooked into WorldGuard. [01:09:24] [Server thread/INFO]: [LastHolo] Plugin successfully enabled, have a fancy chat there, enjoy [01:09:24] [Server thread/INFO]: [NPC_Destinations] Enabling NPC_Destinations v2.3.31 [01:09:24] [Server thread/INFO]: [NPC_Destinations] MC Version found (MC: 1.14.4) [01:09:24] [Server thread/INFO]: [NPC_Destinations] Citizens (2.0.25-SNAPSHOT (build 1737)) found, NPC trait enabled. [01:09:24] [Server thread/INFO]: [NPC_Destinations] BetonQuest not found, quest support disabled [01:09:24] [Server thread/INFO]: [NPC_Destinations] LightAPI was not found, there will be no support for NPC torch lighting. [01:09:24] [Server thread/INFO]: [NPC_Destinations] JobsReborn was not found, there will be no support for Jobs in locations. [01:09:24] [Server thread/INFO]: [NPC_Destinations] Sentinel (1.9.9-SNAPSHOT (build 305)) was found, adding support for sentinel in locations. [01:09:24] [Server thread/INFO]: [NPC_Destinations] PlotSquared not found, plot compliance disabled [01:09:24] [Server thread/INFO]: [NPC_Destinations] Worldguard found V(7.0.1-SNAPSHOT;556b638), regions supported [01:09:24] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.1.3 [01:09:24] [Server thread/INFO]: [SuperVanish] Hooked into SuperTrails [01:09:24] [Server thread/INFO]: [SuperVanish] Hooked into Essentials [01:09:24] [Server thread/INFO]: [SuperVanish] Hooked into Citizens [01:09:24] [Server thread/INFO]: [gravy] Enabling gravy v1.4.5 [01:09:24] [Server thread/INFO]: [gravy 1.4.5] The graves.yml file has been loaded [01:09:24] [Server thread/INFO]: [gravy 1.4.5] The items.yml file has been loaded [01:09:24] [Server thread/INFO]: [gravy 1.4.5] The lang.yml file has been loaded [01:09:24] [Server thread/INFO]: [gravy 1.4.5] WorldGuard Detected! [01:09:24] [Server thread/INFO]: [gravy 1.4.5] WorldEdit Detected! [01:09:24] [Server thread/INFO]: [gravy 1.4.5] Vault Detected! [01:09:24] [Server thread/INFO]: [gravy 1.4.5] Gravy Loaded [01:09:24] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.12.0-d4d7ac4 [01:09:24] [Server thread/INFO]: [GriefPrevention] Finished loading configuration. [01:09:24] [Server thread/INFO]: [GriefPrevention] 4 total claims loaded. [01:09:24] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded. [01:09:24] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard. [01:09:24] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode). [01:09:24] [Server thread/INFO]: [GriefPrevention] Boot finished. [01:09:24] [Server thread/INFO]: [BetterNick] Enabling BetterNick v7.4-SNAPSHOT [01:09:24] [Server thread/ERROR]: Error occurred while enabling BetterNick v7.4-SNAPSHOT (Is it up to date?) java.lang.NullPointerException: null at de.domedd.betternick.BetterNick.onEnable(BetterNick.java:90) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:09:24] [Server thread/INFO]: [BetterNick] Disabling BetterNick v7.4-SNAPSHOT [01:09:24] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.4 [01:09:24] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.4 By Mateus Moreira @LichtHund [01:09:25] [Server thread/INFO]: [CitizensCMD] Using English messages! [01:09:25] [Server thread/INFO]: [CitizensCMD] Using Vault! [01:09:25] [Server thread/INFO]: [Duels] Enabling Duels v3.3.0 [01:09:25] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'! [01:09:25] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'! [01:09:25] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'! [01:09:25] [Server thread/INFO]: [Duels] ArenaManager: Loaded 0 arena(s). [01:09:25] [Server thread/INFO]: [Duels] KitManager: Loaded 0 kit(s). [01:09:25] [Server thread/INFO]: [Duels] PlayerInfoManager: Lobby location was not set, using world's spawn location as default. Use the command /duels setlobby in-game to set the lobby location. [01:09:25] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s). [01:09:25] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s). [01:09:25] [Server thread/INFO]: [BigDoors] Enabling BigDoors vAlpha 0.1.8.14 [01:09:25] [Server thread/INFO]: [BigDoors] Power Block Types: [01:09:25] [Server thread/INFO]: [BigDoors] - GOLD_BLOCK [01:09:25] [Server thread/WARN]: [BigDoors] No materials blacklisted! [01:09:25] [Server thread/INFO]: [BigDoors] Enabling stats! Thanks, it really helps! [01:09:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.0 [01:09:25] [Server thread/INFO]: [Magic] Enabling Magic v7.7.1-d306672 [01:09:25] [Server thread/INFO]: Could not register Arrow.PickupStatus, arrows can not be made to be picked up [01:09:25] [Server thread/INFO]: [Magic] EffectLib initialized [01:09:26] [Server thread/INFO]: [Magic] Wand crafting is enabled [01:09:26] [Server thread/INFO]: [Magic] Skin-based spell icons disabled [01:09:26] [Server thread/INFO]: [Magic] Vault found, 'currency' cost types available [01:09:26] [Server thread/INFO]: [Magic] Loaded 0 attributes [01:09:26] [Server thread/INFO]: [Magic] Registered attributes: [bowpull] [01:09:26] [Server thread/INFO]: [Magic] Registered currencies: item,mana,xp,health,currency,sp,levels,hunger [01:09:26] [Server thread/INFO]: [Magic] Loaded 6 effect lists [01:09:26] [Server thread/INFO]: [Magic] Loaded 388 items [01:09:28] [Server thread/INFO]: [Magic] Loaded 517 spells [01:09:28] [Server thread/INFO]: [Magic] Loaded 6 classes [01:09:28] [Server thread/INFO]: [Magic] Loaded 4 automata templates [01:09:28] [Server thread/INFO]: [Magic] Loaded 15 progression paths [01:09:28] [Server thread/INFO]: [Magic] Loaded 140 wands [01:09:28] [Server thread/INFO]: [Magic] Loaded 21 mob templates [01:09:28] [Server thread/INFO]: [Magic] Loaded 20 crafting recipes [01:09:28] [Server thread/INFO]: [Magic] LibsDisguises not found, magic mob disguises will not be available [01:09:28] [Server thread/INFO]: [Magic] MobArena not found [01:09:28] [Server thread/INFO]: [Magic] LogBlock not found [01:09:28] [Server thread/INFO]: [Magic] Integrating with Essentials for Recall warps [01:09:28] [Server thread/INFO]: [Magic] Factions not found [01:09:28] [Server thread/INFO]: [Magic] WorldGuard found, will respect build permissions for construction spells [01:09:28] [Server thread/INFO]: [Magic] Multiverse-Core found, will respect PVP settings [01:09:28] [Server thread/INFO]: [Magic] Towny not found, region protection and pvp checks will not be used. [01:09:28] [Server thread/INFO]: [Magic] Lockette nor LockettePro found, will not integrate. [01:09:28] [Server thread/INFO]: [Magic] GriefPrevention found, will respect claim build permissions for construction spells [01:09:28] [Server thread/INFO]: [Magic] NoCheatPlus not found, will not integrate. [01:09:28] [Server thread/INFO]: [Magic] dynmap not found, not integrating. [01:09:28] [Server thread/INFO]: [Magic] LightAPI not found, Light action will not work [01:09:28] [Server thread/INFO]: [Magic] Activated BStats [01:09:28] [Server thread/INFO]: Magic checking resource pack for updates: https://s3-us-west-2.amazonaws.com/elmakers/Magic/Magic-RP-8-1.zip [01:09:28] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v5.0.5-RELEASE-b324 [01:09:28] [Server thread/INFO]: [ItemJoin] Fetched [{ BetterNick, Multiverse-Core, Multiverse-Inventories, PerWorldInventory, WorldGuard, Vault }] [01:09:28] [Server thread/INFO]: [ItemJoin] Checking for updates... [01:09:29] [Server thread/INFO]: [ItemJoin] You are up to date! [01:09:29] [Server thread/INFO]: [ItemJoin] has been Enabled. [01:09:30] [Server thread/INFO]: Done (37.651s)! For help, type "help" [01:09:30] [Server thread/INFO]: Timings Reset [01:09:30] [Server thread/INFO]: [JumpPads] CleanUp found no JumpPads to delete! [01:09:30] [Thread-27/WARN]: [RainbowArmour] The author of this plugin (xtechgamer735) has misconfigured their Auto Update system [01:09:30] [Thread-27/WARN]: [RainbowArmour] File versions should follow the format 'PluginName vVERSION' [01:09:30] [Thread-27/WARN]: [RainbowArmour] Please notify the author of this error. [01:09:30] [Server thread/WARN]: [Holograms] holograms.yml file had no 'holograms' section defined, no holograms loaded [01:09:30] [Craft Scheduler Thread - 13/INFO]: [PlayerParticles] An update (v6.5) is available! You are running v6.4 [01:09:30] [Craft Scheduler Thread - 12/WARN]: [UltimateTNT] A new version is available ! Last version is 1.11.2 and you are on 1.11.1 [01:09:30] [Craft Scheduler Thread - 12/WARN]: [UltimateTNT] You can download it on: https://www.spigotmc.org/resources/ultimatetnt.49388/ [01:09:31] [Craft Scheduler Thread - 7/INFO]: [StaffPlus] You are using the latest version thanks [01:09:31] [Craft Scheduler Thread - 26/INFO]: [Duels] No updates were available. You are on the latest version! [01:09:32] [Netty Epoll Server IO #2/WARN]: [io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.nio.channels.ClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[spigot.jar:git-Paper-225] [01:09:32] [Server thread/INFO]: [Citizens] Loaded 7 NPCs. [01:09:32] [Server thread/INFO]: Resource pack has not changed, using hash FCB2PPDytuX//MBTSk1apJXdafA= (1569337771000 <= 1569337771000) [01:09:33] [Craft Scheduler Thread - 26/INFO]: [Vault] Checking for Updates ... [01:09:33] [Craft Scheduler Thread - 7/INFO]: [Jump Pads] A new update is available at: [01:09:33] [Craft Scheduler Thread - 7/INFO]: https://www.spigotmc.org/resources/44876/updates [01:09:33] [Craft Scheduler Thread - 26/INFO]: [Vault] No new version available [01:09:34] [Server thread/INFO]: [Magic] Essentials found, hooked up custom item handler [01:09:35] [Server thread/INFO]: [Magic] Loading image map data from imagemaps.yml [01:09:35] [Server thread/INFO]: [Magic] Loaded 0 image maps [01:09:35] [Server thread/INFO]: [Magic] Finished loading data. [01:09:36] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5204ms or 104 ticks behind [01:09:53] [LoginProcessingThread/INFO]: NoHaxJustCombos_ 5d21b3eee77cb46b9fe14a59 [01:09:53] [LoginProcessingThread/INFO]: UUID of player NoHaxJustCombos_ is ecd88619-b33a-4d5e-aba6-1e8b732b924e [01:09:53] [Server thread/INFO]: User login result: NoHaxJustCombos_ -> ALLOWED/ALLOWED [01:09:53] [Server thread/INFO]: [Player Join] {id=5d21b3eee77cb46b9fe14a59, name=NoHaxJustCombos_, rank=null} [01:09:55] [Server thread/INFO]: NoHaxJustCombos_[/2.56.141.20:50210] logged in with entity id 343 at ([SMP]66.7454935431557, 77.0, -221.49927262897404) [01:10:13] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /spawn [01:10:14] [Server thread/WARN]: [PerWorldInventory] Creating a new group on the fly for 'SMP'. Please double check your `worlds.yml` file configuration! [01:10:15] [Server thread/WARN]: [ItemJoin] Task #1167 for ItemJoin v5.0.5-RELEASE-b324 generated an exception java.lang.NoClassDefFoundError: de/domedd/betternick/api/nickedplayer/NickedPlayer at me.RockinChaos.itemjoin.utils.Utils.translateLayout(Utils.java:180) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.setCustomName(ItemMap.java:1662) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.updateItem(ItemMap.java:1549) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.giveTo(ItemMap.java:1841) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.WorldSwitch.runTask(WorldSwitch.java:57) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.WorldSwitch.access$100(WorldSwitch.java:17) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.WorldSwitch$2.run(WorldSwitch.java:44) ~[?:?] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1171) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1098) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.ClassNotFoundException: de.domedd.betternick.api.nickedplayer.NickedPlayer at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[spigot.jar:git-Paper-225] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212] ... 14 more [01:10:20] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /clear [01:10:25] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /clear NoHaxJustCombos_\ [01:10:28] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /clear NoHaxJustCombos_ [01:10:33] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /mv tp FFAPVP [01:10:33] [Server thread/WARN]: [PerWorldInventory] Creating a new group on the fly for 'FFAPVP'. Please double check your `worlds.yml` file configuration! [01:10:35] [Server thread/INFO]: [NPC_Destinations] A citizens save.yml has been backed up. See the {plugin}/CitizensBackups/ for the file. [01:10:38] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /itemjoin\ [01:10:42] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /itemjoin [01:10:42] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'itemjoin' in plugin ItemJoin v5.0.5-RELEASE-b324 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Paper-225] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1800) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1608) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.NoClassDefFoundError: de/domedd/betternick/api/nickedplayer/NickedPlayer at me.RockinChaos.itemjoin.utils.Utils.translateLayout(Utils.java:180) ~[?:?] at me.RockinChaos.itemjoin.utils.Language.dispatchMessage(Language.java:15) ~[?:?] at me.RockinChaos.itemjoin.Commands.onCommand(Commands.java:36) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-225] ... 17 more [01:10:44] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /pl [01:10:54] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /ij [01:10:54] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'ij' in plugin ItemJoin v5.0.5-RELEASE-b324 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Paper-225] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1800) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1608) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.NoClassDefFoundError: de/domedd/betternick/api/nickedplayer/NickedPlayer at me.RockinChaos.itemjoin.utils.Utils.translateLayout(Utils.java:180) ~[?:?] at me.RockinChaos.itemjoin.utils.Language.dispatchMessage(Language.java:15) ~[?:?] at me.RockinChaos.itemjoin.Commands.onCommand(Commands.java:36) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-225] ... 17 more [01:11:01] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /nick off [01:11:06] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /gmc] [01:11:08] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /gmcc [01:11:11] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /gmc [01:11:25] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.listeners.Restriction.onClick(Restriction.java:172) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor84.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:25] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.Miner.click(Miner.java:33) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor99.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:25] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.StaffList.click(StaffList.java:30) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor100.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:25] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to MudgeClicker v3.7.7 java.lang.IllegalArgumentException: Cannot translate null text at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Paper-225] at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[spigot.jar:git-Paper-225] at me.MvdgeClicker.Main.messageConfig(Main.java:252) ~[?:?] at me.MvdgeClicker.Core.Handlers.ClickEvent.onClick(ClickEvent.java:374) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor580.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:46] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to LastHolo v51 java.lang.IllegalStateException: PreHoloChatEvent may only be triggered synchronously. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:533) ~[spigot.jar:git-Paper-225] at com.gmail.JyckoSianjaya.LastHolo.Listeners.SimpleHandler.manageChat(SimpleHandler.java:589) ~[?:?] at com.gmail.JyckoSianjaya.LastHolo.Listeners.AsyncChat.chat(AsyncChat.java:11) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor637.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.chat(PlayerConnection.java:1713) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:41) ~[spigot.jar:git-Paper-225] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_212] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_212] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:46] [Async Chat Thread - #0/INFO]: []<NoHaxJustCombos_> ,t nuker [01:11:58] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.listeners.Restriction.onClick(Restriction.java:172) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor84.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1088) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:58] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.Miner.click(Miner.java:33) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor99.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1088) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:58] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.StaffList.click(StaffList.java:30) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor100.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1088) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:11:58] [Server thread/ERROR]: Could not pass event InventoryCreativeEvent to MudgeClicker v3.7.7 java.lang.IllegalArgumentException: Cannot translate null text at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Paper-225] at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[spigot.jar:git-Paper-225] at me.MvdgeClicker.Main.messageConfig(Main.java:252) ~[?:?] at me.MvdgeClicker.Core.Handlers.ClickEvent.onClick(ClickEvent.java:374) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor580.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2466) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInSetCreativeSlot.a(SourceFile:9) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1088) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:12:05] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //wand [01:12:21] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass [01:12:26] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass [01:12:27] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass [01:12:28] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass [01:12:29] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass [01:12:33] [Server thread/INFO]: NoHaxJustCombos_ issued server command: //replace air grass_block [01:13:09] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /ij [01:13:09] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'ij' in plugin ItemJoin v5.0.5-RELEASE-b324 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Paper-225] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1800) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1608) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.NoClassDefFoundError: de/domedd/betternick/api/nickedplayer/NickedPlayer at me.RockinChaos.itemjoin.utils.Utils.translateLayout(Utils.java:180) ~[?:?] at me.RockinChaos.itemjoin.utils.Language.dispatchMessage(Language.java:15) ~[?:?] at me.RockinChaos.itemjoin.Commands.onCommand(Commands.java:36) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-225] ... 17 more [01:13:12] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /pl [01:13:19] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bd [01:13:22] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bigdoors [01:13:28] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bigdoors menu [01:13:30] [Thread-11/WARN]: Exception in thread "Thread-11" java.lang.IllegalStateException: SongEndEvent may only be triggered synchronously. [01:13:30] [Thread-11/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:533) [01:13:30] [Thread-11/WARN]: at com.statiocraft.xxmicloxx.NoteBlockAPI.SongPlayer$1.run(SongPlayer.java:95) [01:13:30] [Thread-11/WARN]: at java.lang.Thread.run(Thread.java:748) [01:13:36] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.listeners.Restriction.onClick(Restriction.java:172) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor84.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:13:36] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.Miner.click(Miner.java:33) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor99.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:13:36] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.StaffList.click(StaffList.java:30) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor100.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:13:36] [Server thread/ERROR]: Could not pass event InventoryClickEvent to MudgeClicker v3.7.7 java.lang.IllegalArgumentException: Cannot translate null text at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Paper-225] at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[spigot.jar:git-Paper-225] at me.MvdgeClicker.Main.messageConfig(Main.java:252) ~[?:?] at me.MvdgeClicker.Core.Handlers.ClickEvent.onClick(ClickEvent.java:374) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor580.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:14:01] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /portcullis [01:14:07] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /BD portcullis [01:14:17] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bdcancel [01:14:23] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bd menu [01:14:27] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bigdoors [01:14:35] [Craft Scheduler Thread - 35/INFO]: [6] Entities were removed from the ground. [01:14:45] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bd menu [01:14:49] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /bigdoors menu [01:14:55] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.listeners.Restriction.onClick(Restriction.java:172) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor84.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:14:55] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.Miner.click(Miner.java:33) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor99.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:14:55] [Server thread/ERROR]: Could not pass event InventoryClickEvent to StaffTools v3.3.2 java.lang.NoSuchMethodError: org.bukkit.inventory.Inventory.getTitle()Ljava/lang/String; at me.cougers.stafftools.utility.gui.StaffList.click(StaffList.java:30) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor100.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:14:55] [Server thread/ERROR]: Could not pass event InventoryClickEvent to MudgeClicker v3.7.7 java.lang.IllegalArgumentException: Cannot translate null text at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot.jar:git-Paper-225] at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[spigot.jar:git-Paper-225] at me.MvdgeClicker.Main.messageConfig(Main.java:252) ~[?:?] at me.MvdgeClicker.Core.Handlers.ClickEvent.onClick(ClickEvent.java:374) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor580.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[spigot.jar:git-Paper-225] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot.jar:git-Paper-225] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:2310) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:15:18] [Server thread/INFO]: NoHaxJustCombos_ issued server command: /namedoor door1 [01:16:15] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds! [01:16:55] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds! [01:17:15] [Server thread/INFO]: [ClearLag] Removed 1 Entities! [01:19:35] [Craft Scheduler Thread - 41/INFO]: [1] Entities were removed from the ground. [01:21:03] [LoginProcessingThread/INFO]: AwesomeAnthonyMC 5d867ddeed96822909ebda28 [01:21:03] [LoginProcessingThread/INFO]: UUID of player AwesomeAnthonyMC is a4b28617-a7a5-4672-808c-c557fa047da8 [01:21:03] [Server thread/INFO]: User login result: AwesomeAnthonyMC -> ALLOWED/ALLOWED [01:21:03] [Server thread/INFO]: [Player Join] {id=5d867ddeed96822909ebda28, name=AwesomeAnthonyMC, rank=null} [01:21:04] [Server thread/INFO]: AwesomeAnthonyMC[/13.141.76.254:27822] logged in with entity id 823 at ([world]-339.5, 63.0, 251.5) [01:21:04] [pool-66-thread-1/INFO]: [Essentials] Creating empty config: /home/minecraft/server/plugins/Essentials/userdata/a4b28617-a7a5-4672-808c-c557fa047da8.yml [01:21:04] [Server thread/INFO]: AwesomeAnthonyMC has made the advancement [Getting an Upgrade] [01:21:04] [Server thread/WARN]: [ItemJoin] Task #6413 for ItemJoin v5.0.5-RELEASE-b324 generated an exception java.lang.NoClassDefFoundError: de/domedd/betternick/api/nickedplayer/NickedPlayer at me.RockinChaos.itemjoin.utils.Utils.translateLayout(Utils.java:180) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.setCustomName(ItemMap.java:1662) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.updateItem(ItemMap.java:1549) ~[?:?] at me.RockinChaos.itemjoin.giveitems.utils.ItemMap.giveTo(ItemMap.java:1841) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.PlayerJoin.runTask(PlayerJoin.java:58) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.PlayerJoin.access$100(PlayerJoin.java:17) ~[?:?] at me.RockinChaos.itemjoin.giveitems.listeners.PlayerJoin$2.run(PlayerJoin.java:45) ~[?:?] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[spigot.jar:git-Paper-225] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1171) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1098) ~[spigot.jar:git-Paper-225] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[spigot.jar:git-Paper-225] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] [01:21:33] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:33] [Server thread/INFO]: [Essentials] AwesomeAnthonyMC was denied access to command. [01:21:33] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:33] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp @p SMP [01:21:33] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp @p SMP [01:21:33] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp SMP [01:21:34] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:34] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:34] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp @p SMP [01:21:34] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp @p SMP [01:21:34] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp SMP [01:21:37] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:37] [Server thread/INFO]: [Essentials] AwesomeAnthonyMC was denied access to command. [01:21:37] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:37] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp @p SMP [01:21:37] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp @p SMP [01:21:37] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp SMP [01:21:40] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:40] [Server thread/INFO]: [Essentials] AwesomeAnthonyMC was denied access to command. [01:21:40] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp SMP [01:21:40] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /tp @p SMP [01:21:40] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp @p SMP [01:21:40] [Server thread/INFO]: AwesomeAnthonyMC issued server command: /mv tp SMP
  5. I actually watched skeppy's and doni bobes videos and noticed that their trollcommandsplusplus plugin wasn't the same as the one in mi nehut. is minehut gonna update it because the one i saw was way better than the one in minehut
  6. Actually, the disguise plugins weren't the only ones not working. Idisguise, Animated frames(i also wanted to use), betternick, and a few others that i dont really remember also dont work. PLEASE HELP I REALLY NEED BETTERNICK AND ANIMATED FRAMES PLEASE PLEASE PLEASE PLEASE PLEASE. PLEASEEEEEEEEEE
  7. plugins that have the problem: Actually, the disguise plugins weren't the only ones not working. Idisguise, Animated frames(i also wanted to use), betternick, and a few others that i dont really remember also dont work. PLEASE HELP I REALLY NEED BETTERNICK AND ANIMATED FRAMES PLEASE PLEASE PLEASE PLEASE PLEASE.
  8. Recently, I installed the disguise plugin and tried it. But then I realised that it says “An internal error occurred while trying to perform this command” whenever I tried to use the commands. Anyone got a fix?
×
×
  • Create New...