ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
275 stars 175 forks source link

Error has occurred #347

Closed Mace-6022 closed 4 years ago

Mace-6022 commented 4 years ago

Plugin Version

ChestShop version 3.11 (build 213)

Plugin Config

# Should the plugin log some messages that are useful for debugging?
DEBUG: false

# Do you want to turn off the automatic updates of ChestShop?
TURN_OFF_UPDATES: true
# Do you want to turn off the automatic notifications for new development builds?
TURN_OFF_DEV_UPDATE_NOTIFIER: false
# Do you want to include some values of this config in the metrics? (This will not leak sensitive data but help in the development process)
INCLUDE_SETTINGS_IN_METRICS: true

# How large should the internal caches be?
CACHE_SIZE: 1000

# The default language when the client's language can't be found.
DEFAULT_LANGUAGE: "en"
# Should the plugin try to use a language file that matches the client's locale setting?
USE_CLIENT_LOCALE: true

# What containers are allowed to hold a shop? (Only blocks with inventories work!)
SHOP_CONTAINERS: 
- "CHEST"
- "TRAPPED_CHEST"

# (In 1/1000th of a second) How often can a player use the shop sign?
SHOP_INTERACTION_INTERVAL: 250
# Do you want to allow using shops to people in creative mode?
IGNORE_CREATIVE_MODE: true
# Do you want to allow using shops to people who have access to it due to their permissions? (owners are always ignored)
IGNORE_ACCESS_PERMS: true
# If true, people will buy with left-click and sell with right-click.
REVERSE_BUTTONS: false
# If true, people will be able to buy/sell in 64 stacks while holding the crouch button.
SHIFT_SELLS_IN_STACKS: false
# If true, people will be able to sell/buy everything available of the same type.
SHIFT_SELLS_EVERYTHING: false
# What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)
SHIFT_ALLOWS: "ALL"
# Can shop's chest be opened by owner with right-clicking a shop's sign?
ALLOW_SIGN_CHEST_OPEN: true
# If true, when you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign.
ALLOW_LEFT_CLICK_DESTROYING: true

# If true, if the shop is empty, the sign is destroyed and put into the chest, so the shop isn't usable anymore.
REMOVE_EMPTY_SHOPS: false
# If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed.
REMOVE_EMPTY_CHESTS: false
# A list of worlds in which to remove empty shops with the previous config. Case sensitive. An empty list means all worlds.
REMOVE_EMPTY_WORLDS: 
- "world1"
- "world2"

# First line of your Admin Shop's sign should look like this:
ADMIN_SHOP_NAME: "Admin Shop"
# The name of the economy account which Admin Shops should use and to which all taxes will go
SERVER_ECONOMY_ACCOUNT: ""
# The uuid of the economy account for the Admin Shop. Useful for fake accounts as normally only accounts of players work
SERVER_ECONOMY_ACCOUNT_UUID: 00000000-0000-0000-0000-000000000000
# Percent of the price that should go to the server's account. (100 = 100 percent)
TAX_AMOUNT: 0
# Percent of the price that should go to the server's account when buying from an Admin Shop.
SERVER_TAX_AMOUNT: 0
# Amount of money player must pay to create a shop
SHOP_CREATION_PRICE: 0
# How much money do you get back when destroying a sign?
SHOP_REFUND_PRICE: 0
# How many decimal places are allowed at a maximum for prices?
PRICE_PRECISION: 2

# Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true

# Maximum amount of items that can be bought/sold at a shop. Default 3456 is a double chest of 64 stacks.
MAX_SHOP_AMOUNT: 3456

# Do you want to allow other players to build a shop on a block where there's one already?
ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
# Can shops be used even when the buyer/seller doesn't have enough items, space or money? (The price will be scaled adequately to the item amount)
ALLOW_PARTIAL_TRANSACTIONS: true
# Can '?' be put in place of item name in order for the sign to be auto-filled?
ALLOW_AUTO_ITEM_FILL: true

# Enable this if you use BungeeCord and want players to receive shop notifications on other servers
BUNGEECORD_MESSAGES: false

# Do you want to show "Out of stock" messages?
SHOW_MESSAGE_OUT_OF_STOCK: true
# Do you want to show "Full shop" messages?
SHOW_MESSAGE_FULL_SHOP: true
# How many seconds do you want to wait before showing notifications for the same shop to the owner again?
NOTIFICATION_MESSAGE_COOLDOWN: 10

# Can players hide the "Out of stock" messages with /cstoggle?
CSTOGGLE_TOGGLES_OUT_OF_STOCK: false
# Can players hide the "Full shop" messages with /cstoggle?
CSTOGGLE_TOGGLES_FULL_SHOP: false
# Do you want to show "You bought/sold... " messages?
SHOW_TRANSACTION_INFORMATION_CLIENT: true
# Do you want to show "Somebody bought/sold... " messages?
SHOW_TRANSACTION_INFORMATION_OWNER: true

# If true, plugin will log transactions in its own file
LOG_TO_FILE: false
# Do you want ChestShop's messages to show up in console?
LOG_TO_CONSOLE: true
# Should all shop removals be logged to the console?
LOG_ALL_SHOP_REMOVALS: true

# Do you want to stack all items up to 64 item stacks?
STACK_TO_64: false
# Do you want to use built-in protection against chest destruction?
USE_BUILT_IN_PROTECTION: true
# Do you want to have shop signs "stick" to chests?
STICK_SIGNS_TO_CHESTS: false
# EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)
TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: false
# Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!
TURN_OFF_SIGN_PROTECTION: false
# Do you want to disable the hopper protection, which prevents Hopper-Minecarts from taking items out of shops?
TURN_OFF_HOPPER_PROTECTION: false
# Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection)
CHECK_ACCESS_FOR_SHOP_USE: false
# Do you want to protect shop chests with LWC?
PROTECT_CHEST_WITH_LWC: false
# Of which type should the container protection be? Possible type: public, private, donate and on some LWC versions display
LWC_CHEST_PROTECTION_TYPE: "PRIVATE"
# Do you want to protect shop signs with LWC?
PROTECT_SIGN_WITH_LWC: false
# Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display
LWC_SIGN_PROTECTION_TYPE: "PRIVATE"
# Should the chest's LWC protection be removed once the shop sign is destroyed? 
REMOVE_LWC_PROTECTION_AUTOMATICALLY: true
# Should LWC limits block shop creations?
LWC_LIMITS_BLOCK_CREATION: true

# Do you want to only let people build inside WorldGuard regions?
WORLDGUARD_INTEGRATION: false
# Do you want to only let people build inside region flagged by doing /region regionName flag allow-shop allow?
WORLDGUARD_USE_FLAG: false
# Do you want ChestShop to respect WorldGuard's chest protection?
WORLDGUARD_USE_PROTECTION: false

# Do you want to only let people build inside GriefPrevention claims?
GRIEFPREVENTION_INTEGRATION: false

# Do you want to only let people build inside RedProtect regions?
REDPROTECT_INTEGRATION: false

# Do you want to deny shop access to unlogged users?
AUTHME_HOOK: true
# Do you want to allow shop access to unregistered users? (Example: registration is optional)
AUTHME_ALLOW_UNREGISTERED: false

# How much Heroes exp should people get for creating a ChestShop?
HEROES_EXP: 100.0

# Add icons and make item names hoverable in transaction messages when ShowItem is installed?
SHOWITEM_MESSAGE: true

Server Version

This server is running CraftBukkit version git-Bukkit-7560f5f (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)

Server Log

[23:16:08] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[23:16:10] [main/INFO]: Reloading ResourceManager: Default, bukkit
[23:16:11] [Worker-Main-4/INFO]: Loaded 7 recipes
[23:16:13] [Server thread/INFO]: Starting minecraft server version 1.16.1
[23:16:13] [Server thread/INFO]: Loading properties
[23:16:13] [Server thread/INFO]: Default game type: SURVIVAL
[23:16:13] [Server thread/INFO]: Generating keypair
[23:16:13] [Server thread/INFO]: Starting Minecraft server on 51.178.246.183:25565
[23:16:14] [Server thread/INFO]: Using epoll channel type
[23:16:14] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-7560f5f (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
[23:16:16] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[23:16:23] [Server thread/WARN]: Legacy plugin SetHomes v1.2.7 does not specify an api-version.
[23:16:23] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.82
[23:16:23] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[23:16:24] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4e6ecd29]
[23:16:24] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[23:16:24] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[23:16:24] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4-beta1;bc551da
[23:16:24] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.0
[23:16:24] [Server thread/INFO]: [SetHomes] Loading SetHomes v1.2.7
[23:16:24] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.0.0
[23:16:24] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.0.0
[23:16:24] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.18.0.0
[23:16:24] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.18.0.0
[23:16:24] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.14.0
[23:16:24] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.0.0
[23:16:24] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v6.3.1
[23:16:24] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213)
[23:16:24] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4-beta1;bc551da loaded.
[23:16:24] [Server thread/INFO]: [ChestShop] GriefPrevention version 16.14.0 loaded.
[23:16:24] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.82
[23:16:24] [Server thread/INFO]:         __    
[23:16:24] [Server thread/INFO]:   |    |__)   LuckPerms v5.1.82
[23:16:24] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[23:16:24] [Server thread/INFO]: 
[23:16:24] [Server thread/INFO]: [LuckPerms] Loading configuration...
[23:16:24] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[23:16:25] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[23:16:26] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[23:16:26] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2194ms)
[23:16:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[23:16:26] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[23:16:26] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[23:16:27] [Server thread/WARN]: 
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and block property-related functions.
**
** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
**********************************************

[23:16:28] [Server thread/WARN]: [WorldEdit] ====================================================
[23:16:28] [Server thread/WARN]: [WorldEdit]  WorldEdit works better if you use Paper 
[23:16:28] [Server thread/WARN]: [WorldEdit]  as your server software. 
[23:16:28] [Server thread/WARN]: [WorldEdit]   
[23:16:28] [Server thread/WARN]: [WorldEdit]  Paper offers significant performance improvements,
[23:16:28] [Server thread/WARN]: [WorldEdit]  bug fixes, security enhancements and optional
[23:16:28] [Server thread/WARN]: [WorldEdit]  features for server owners to enhance their server.
[23:16:28] [Server thread/WARN]: [WorldEdit]   
[23:16:28] [Server thread/WARN]: [WorldEdit]  Paper includes Timings v2, which is significantly
[23:16:28] [Server thread/WARN]: [WorldEdit]  better at diagnosing lag problems over v1.
[23:16:28] [Server thread/WARN]: [WorldEdit]   
[23:16:28] [Server thread/WARN]: [WorldEdit]  All of your plugins should still work, and the
[23:16:28] [Server thread/WARN]: [WorldEdit]  Paper community will gladly help you fix any issues.
[23:16:28] [Server thread/WARN]: [WorldEdit]   
[23:16:28] [Server thread/WARN]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[23:16:28] [Server thread/WARN]: [WorldEdit] ====================================================
[23:16:28] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[23:16:28] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.0.0 which is not a depend, softdepend or loadbefore of this plugin.
[23:16:28] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[23:16:28] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[23:16:28] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[23:16:28] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[23:16:28] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[23:16:28] [Server thread/INFO]: Preparing level "world"
[23:16:28] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[23:16:28] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[23:16:30] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:30] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:30] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:30] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:30] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:31] [Server thread/INFO]: Preparing spawn area: 10%
[23:16:31] [Server thread/INFO]: Time elapsed: 2813 ms
[23:16:31] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[23:16:33] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:33] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:33] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:33] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:35] [Worker-Main-5/INFO]: Preparing spawn area: 83%
[23:16:35] [Worker-Main-6/INFO]: Preparing spawn area: 83%
[23:16:35] [Worker-Main-6/INFO]: Preparing spawn area: 83%
[23:16:35] [Worker-Main-6/INFO]: Preparing spawn area: 83%
[23:16:35] [Worker-Main-6/INFO]: Preparing spawn area: 96%
[23:16:36] [Worker-Main-6/INFO]: Preparing spawn area: 96%
[23:16:36] [Worker-Main-6/INFO]: Preparing spawn area: 96%
[23:16:37] [Worker-Main-5/INFO]: Preparing spawn area: 96%
[23:16:37] [Worker-Main-5/INFO]: Preparing spawn area: 98%
[23:16:38] [Server thread/INFO]: Time elapsed: 6486 ms
[23:16:38] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[23:16:38] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:38] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:39] [Worker-Main-6/INFO]: Preparing spawn area: 83%
[23:16:39] [Worker-Main-5/INFO]: Preparing spawn area: 83%
[23:16:40] [Worker-Main-5/INFO]: Preparing spawn area: 84%
[23:16:40] [Server thread/INFO]: Time elapsed: 2415 ms
[23:16:40] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[23:16:40] [Server thread/WARN]: [Multiverse-Core] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[23:16:40] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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].
[23:16:40] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
[23:16:40] [Server thread/INFO]: Preparing start region for dimension minecraft:gamenight
[23:16:41] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:41] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:42] [Server thread/INFO]: Preparing spawn area: 0%
[23:16:42] [Server thread/INFO]: Time elapsed: 1490 ms
[23:16:42] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[23:16:43] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[23:16:43] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[23:16:43] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[23:16:43] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4-beta1;bc551da
[23:16:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[23:16:43] [Server thread/INFO]: [WorldGuard] (gamenight) TNT ignition is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (gamenight) Lighters are PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (gamenight) Lava fire is PERMITTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] (gamenight) Fire spread is UNRESTRICTED.
[23:16:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'gamenight'
[23:16:43] [Server thread/INFO]: [WorldGuard] Loading region data...
[23:16:43] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.0
[23:16:43] [Server thread/ERROR]: Error occurred while enabling CoreProtect v19.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/md_5/bungee/api/chat/BaseComponent
    at net.coreprotect.config.ConfigHandler.<clinit>(ConfigHandler.java:46) ~[?:?]
    at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:53) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:477) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:403) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:429) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:206) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:788) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.chat.BaseComponent
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
    ... 12 more
[23:16:43] [Server thread/INFO]: [SetHomes] Enabling SetHomes v1.2.7
[23:16:43] [Server thread/INFO]: [SetHomes] Checking for updates...
[23:16:44] [Server thread/INFO]: [SetHomes] No new version detected
[23:16:44] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.0.0
[23:16:44] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[23:16:44] [Server thread/INFO]: No kits found to migrate.
[23:16:44] [Server thread/INFO]: Loaded 25515 items from items.json.
[23:16:44] [Server thread/INFO]: Using locale en
[23:16:44] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[23:16:44] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[23:16:44] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[23:16:44] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[23:16:44] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.0.0
[23:16:44] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[23:16:44] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.18.0.0
[23:16:44] [Server thread/ERROR]: No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
[23:16:44] [Server thread/ERROR]: Failed to read GeoIP database!
java.io.FileNotFoundException: plugins/EssentialsGeoIP/GeoIP2-Country.mmdb (No such file or directory)
    at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_212]
    at java.io.RandomAccessFile.open(RandomAccessFile.java:316) ~[?:1.8.0_212]
    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243) ~[?:1.8.0_212]
    at com.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[?:?]
    at com.maxmind.db.Reader.<init>(Reader.java:116) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[?:?]
    at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:162) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:33) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:477) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:403) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:429) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:206) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:788) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
[23:16:44] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[23:16:44] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
[23:16:44] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.18.0.0
[23:16:44] [Server thread/INFO]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
[23:16:44] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.14.0
[23:16:45] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[23:16:45] [Server thread/INFO]: [GriefPrevention] 11 total claims loaded.
[23:16:46] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[23:16:46] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[23:16:46] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[23:16:46] [Server thread/INFO]: [GriefPrevention] Boot finished.
[23:16:46] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.0.0
[23:16:46] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[23:16:46] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v6.3.1
[23:16:46] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[23:16:46] [Server thread/INFO]: [SilkSpawners] Loading support for v1_16_R1
[23:16:46] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
[23:16:46] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[23:16:46] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[23:16:46] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.11 (build 213)
[23:16:47] [Server thread/INFO]: [ChestShop] Found locale en!
[23:16:47] [Server thread/WARN]: [ChestShop] Server economy account setting '' doesn't seem to be the name of a known player! Please log in at least once in order for the server economy account to work.
[23:16:47] [Server thread/ERROR]: Error occurred while enabling ChestShop v3.11 (build 213) (Is it up to date?)
java.lang.NoClassDefFoundError: net/md_5/bungee/api/ChatColor
    at com.Acrobot.ChestShop.MineDown.MineDownParser.<clinit>(MineDownParser.java:44) ~[?:?]
    at com.Acrobot.ChestShop.MineDown.MineDown.<init>(MineDown.java:78) ~[?:?]
    at com.Acrobot.ChestShop.Configuration.Messages$Message.getComponents(Messages.java:166) ~[?:?]
    at com.Acrobot.ChestShop.Configuration.Messages$Message.getTextWithPrefix(Messages.java:179) ~[?:?]
    at com.Acrobot.ChestShop.Configuration.Messages$Message.getTextWithPrefix(Messages.java:183) ~[?:?]
    at com.Acrobot.ChestShop.ChestShop.lambda$loadConfig$0(ChestShop.java:175) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_212]
    at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:175) ~[?:?]
    at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:129) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:479) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:477) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:403) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:429) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:206) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:788) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.ChatColor
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:96) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
    ... 19 more
[23:16:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[23:16:49] [Server thread/INFO]: Done (20.780s)! For help, type "help"
[23:16:49] [Server thread/INFO]: Starting GS4 status listener
[23:16:49] [Server thread/INFO]: Thread Query Listener started
[23:16:49] [Query Listener #1/INFO]: Query running on 51.178.246.183:25565
[23:16:52] [User Authenticator #1/INFO]: UUID of player macewindo6022 is ebad7a06-6915-4177-890e-30201e10fb3d
[23:17:02] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ... 
[23:17:03] [Server thread/INFO]: com.mojang.authlib.GameProfile@70f9e80d[id=<null>,name=ElectronDev,properties={},legacy=false] (/86.166.164.185:65086) lost connection: Disconnected
[23:17:03] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[23:17:04] [Server thread/INFO]: macewindo6022[/77.102.5.58:59569] logged in with entity id 150 at ([world]-562.1030858696159, 92.0, 1053.957581550462)
[23:17:05] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 15719ms or 314 ticks behind
[23:17:11] [User Authenticator #2/INFO]: UUID of player RequiemDa__ is 90c34065-69c1-4d5f-a19b-79bd6966b309
[23:17:14] [Server thread/INFO]: RequiemDa__[/81.157.116.195:57851] logged in with entity id 207 at ([world]416.514833589836, 72.0, 946.9123728905427)
[23:17:16] [Server thread/INFO]: macewindo6022 issued server command: /cs help
[23:17:16] [Craft Scheduler Thread - 4/WARN]: [Essentials] Plugin Essentials v2.18.0.0 generated an exception while executing task 36
java.lang.NullPointerException: null
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:77) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Bukkit-7560f5f]
    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]
[23:17:17] [User Authenticator #3/INFO]: UUID of player Shoeskee is 6edfb0b9-328b-42f6-916e-2851bfc3119f
[23:17:18] [Server thread/INFO]: Shoeskee[/92.237.89.248:59455] logged in with entity id 352 at ([world]416.45672692665045, 69.0, 941.2825023826296)
[23:17:18] [Craft Scheduler Thread - 1/WARN]: [Essentials] Plugin Essentials v2.18.0.0 generated an exception while executing task 41
java.lang.NullPointerException: null
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:77) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Bukkit-7560f5f]
    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]
[23:17:26] [Server thread/INFO]: macewindo6022 issued server command: /csversion
[23:17:27] [Netty Epoll Server IO #5/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 46.940010ms. Summary: Getting prefix for Shoeskee
[23:17:27] [Netty Epoll Server IO #5/INFO]: Modadobe: sentient cake but the candles are faces and the cake is in pain
[23:17:28] [Server thread/INFO]: com.mojang.authlib.GameProfile@12b11668[id=<null>,name=ElectronDev,properties={},legacy=false] (/86.166.164.185:65090) lost connection: Disconnected
[23:17:29] [Server thread/INFO]: macewindo6022 issued server command: /iteminfo
[23:17:29] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'iteminfo' in plugin ChestShop v3.11 (build 213)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:734) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1653) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1510) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:36) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:9) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:901) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:894) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeAll(SourceFile:103) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:877) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:817) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.spigot()Lorg/bukkit/command/CommandSender$Spigot;
    at com.Acrobot.ChestShop.Configuration.Messages$Message.send(Messages.java:162) ~[?:?]
    at com.Acrobot.ChestShop.Commands.ItemInfo.onCommand(ItemInfo.java:47) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Bukkit-7560f5f]
    ... 18 more
[23:17:54] [Server thread/INFO]: [GriefPrevention] Shoeskee placed a sign @ world: x416, z942;Team Rockets;Cliff Castle
[23:17:57] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 22501ms or 450 ticks behind
[23:17:58] [User Authenticator #4/INFO]: UUID of player ElectronDev is e7fe7629-bd42-4f90-ab26-4d7f9ce904ff
[23:17:59] [Server thread/INFO]: ElectronDev[/86.166.164.185:65523] logged in with entity id 683 at ([world]417.2119047077891, 72.0, 947.159523348569)
[23:17:59] [Craft Scheduler Thread - 4/WARN]: [Essentials] Plugin Essentials v2.18.0.0 generated an exception while executing task 46
java.lang.NullPointerException: null
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:77) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Bukkit-7560f5f]
    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]
[23:18:42] [Server thread/INFO]: macewindo6022 issued server command: /tpo RequiemDa__
[23:18:50] [Server thread/INFO]: macewindo6022 issued server command: /v
[23:18:58] [Server thread/INFO]: macewindo6022 issued server command: /ic
[23:19:37] [Server thread/INFO]: macewindo6022 issued server command: /invsee RequiemDa__
[23:19:49] [Server thread/INFO]: macewindo6022 issued server command: /back
[23:20:22] [Server thread/INFO]: [GriefPrevention] macewindo6022 placed a sign @ world: x-549, z1045;macewindo6022;64
[23:20:44] [Server thread/INFO]: [GriefPrevention] macewindo6022 placed a sign @ world: x-549, z1045;macewindo6022;64;B 5:5 S;minecraft:dirt
[23:20:46] [Server thread/INFO]: macewindo6022 issued server command: /gms
[23:20:47] [Server thread/INFO]: macewindo6022 issued server command: /v
[23:21:05] [Server thread/INFO]: macewindo6022 issued server command: /gmc
[23:21:06] [Netty Epoll Server IO #5/INFO]: Modadobe: ho capito
[23:21:30] [Server thread/INFO]: [GriefPrevention] macewindo6022 placed a sign @ world: x-549, z1044;Admin Shop;64;B 5;minecraft:dirt
[23:21:44] [Server thread/INFO]: macewindo6022 issued server command: /iteminfo dirt
[23:21:48] [Server thread/INFO]: macewindo6022 issued server command: /iteminfo log
[23:21:53] [Server thread/INFO]: macewindo6022 issued server command: /iteminfo
[23:21:53] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'iteminfo' in plugin ChestShop v3.11 (build 213)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:734) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1653) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1510) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:36) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:9) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:901) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:894) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeAll(SourceFile:103) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:877) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:817) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.spigot()Lorg/bukkit/command/CommandSender$Spigot;
    at com.Acrobot.ChestShop.Configuration.Messages$Message.send(Messages.java:162) ~[?:?]
    at com.Acrobot.ChestShop.Commands.ItemInfo.onCommand(ItemInfo.java:47) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Bukkit-7560f5f]
    ... 18 more
[23:22:01] [Server thread/INFO]: macewindo6022 issued server command: /csaccess
[23:22:01] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'csaccess' in plugin ChestShop v3.11 (build 213)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:734) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1653) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1510) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:36) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:9) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:901) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:894) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeAll(SourceFile:103) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:877) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:817) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.spigot()Lorg/bukkit/command/CommandSender$Spigot;
    at com.Acrobot.ChestShop.Configuration.Messages$Message.sendWithPrefix(Messages.java:158) ~[?:?]
    at com.Acrobot.ChestShop.Commands.AccessToggle.onCommand(AccessToggle.java:29) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Bukkit-7560f5f]
    ... 18 more
[23:22:05] [Server thread/INFO]: macewindo6022 issued server command: /csgive
[23:22:09] [Server thread/INFO]: macewindo6022 issued server command: /csgive 1 1 macewindo6022
[23:22:09] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'csgive' in plugin ChestShop v3.11 (build 213)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:148) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:734) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1653) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1510) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:36) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(SourceFile:9) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(SourceFile:144) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(SourceFile:118) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:901) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:894) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeAll(SourceFile:103) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:877) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:817) ~[server.jar:git-Bukkit-7560f5f]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[server.jar:git-Bukkit-7560f5f]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.spigot()Lorg/bukkit/command/CommandSender$Spigot;
    at com.Acrobot.ChestShop.Configuration.Messages$Message.sendWithPrefix(Messages.java:158) ~[?:?]
    at com.Acrobot.ChestShop.Commands.Give.onCommand(Give.java:68) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[server.jar:git-Bukkit-7560f5f]
    ... 18 more
[23:23:32] [Server thread/INFO]: macewindo6022 issued server command: /version
[23:25:44] [User Authenticator #5/INFO]: UUID of player Inkballer is 7fbd5cb2-70ac-4f99-9935-0633bd9b501e
[23:25:45] [Server thread/INFO]: Inkballer[/86.191.25.164:55081] logged in with entity id 2757 at ([world]-633.5672971263565, 73.875, 772.3295108312046)
[23:25:45] [Craft Scheduler Thread - 8/WARN]: [Essentials] Plugin Essentials v2.18.0.0 generated an exception while executing task 73
java.lang.NullPointerException: null
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
    at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:77) ~[server.jar:git-Bukkit-7560f5f]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Bukkit-7560f5f]
    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]
[23:25:47] [Netty Epoll Server IO #4/INFO]: Inkballer: ok
[23:25:49] [Server thread/INFO]: macewindo6022 issued server command: /version
[23:25:53] [Netty Epoll Server IO #4/INFO]: Inkballer: what has now changed
[23:25:56] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-7560f5f (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
[23:25:56] [Server thread/INFO]: You are 41 version(s) behind
[23:26:07] [Server thread/INFO]: Inkballer issued server command: /claimlist
[23:26:07] [Server thread/INFO]: ElectronDev was slain by Cave Spider
[23:26:14] [Server thread/INFO]: ElectronDev issued server command: /tpa RequiemDa__
[23:26:18] [Server thread/INFO]: RequiemDa__ issued server command: /tpaccept
[23:26:25] [Netty Epoll Server IO #4/INFO]: Inkballer: what was implemented?
[23:26:40] [Server thread/INFO]: ChestShop version 3.11 (build 213)
[23:26:40] [Server thread/INFO]: A chest shop for economy plugins.
[23:26:40] [Server thread/INFO]: Authors: Acrobot and https://github.com/ChestShop-authors/ChestShop-3/contributors
[23:26:55] [Server thread/INFO]: Inkballer issued server command: /call
[23:27:01] [Server thread/INFO]: Inkballer issued server command: /call Shoeskee
[23:27:01] [Server thread/INFO]: Shoeskee burned to death
[23:27:11] [Server thread/INFO]: Shoeskee issued server command: /home
[23:27:27] [Server thread/INFO]: Inkballer issued server command: /msg macewindo6022what happneed when the server updated
[23:27:28] [Server thread/INFO]: RequiemDa__ tried to swim in lava
[23:27:37] [Server thread/INFO]: RequiemDa__ issued server command: /tpo Shoeskee
[23:27:45] [Server thread/INFO]: Inkballer issued server command: /msg macewindo6022 what happneed when the server updated

What other plugins are you running?

LuckPerms, WorldEdit, Vault, Multiverse-Core, WorldGuard, CoreProtect, SetHomes, Essentials, EssentialsChat, EssentialsGeoIP, EssentialsAntiBuild, GriefPrevention, EssentialsSpawn, SilkSpawners, ChestShop

What is happening?

The Command /iteminfo if executed with an item in hand gives the message 'An internal error occurred while attempting to perform this command. The rest of the commands (other than version) yield the same outcome. The shop itself does not work either

What did you expect to happen?

Item IDs to be given, commands to perform their function

Additional context

The plugin as a whole seems to not be working on my server

Phoenix616 commented 4 years ago

You are running an unsupported server. CraftBukkit is neither supported nor developed anymore. You want to use at least Spigot.