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

[ChestShop] Could not add money to account - Economy username cannot be null #324

Closed ghost closed 4 years ago

ghost commented 4 years ago

Plugin Version

3.10.1

Plugin Config

#Do you want to turn off the automatic updates of ChestShop?
TURN_OFF_UPDATES: false

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

#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
#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 economy account which Admin Shops should use and to which all taxes will go
SERVER_ECONOMY_ACCOUNT: ""
#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

#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
#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

#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

paper-350.jar

Server Log

System Info: Java 1.8 (Java HotSpot(TM) 64-Bit Server VM 25.251-b08) Host: Windows 10 10.0 (amd64)
Loading libraries, please wait...
[21:11:00 INFO]: Starting minecraft server version 1.15.2
[21:11:00 INFO]: Loading properties
[21:11:00 INFO]: This server is running Paper version git-Paper-350 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[21:11:01 INFO]: Debug logging is disabled
[21:11:01 INFO]: Server Ping Player Sample Count: 12
[21:11:01 INFO]: Using 4 threads for Netty based IO
[21:11:01 INFO]: Default game type: SURVIVAL
[21:11:01 INFO]: Generating keypair
[21:11:01 INFO]: Starting Minecraft server on 25.11.165.90:25565
[21:11:01 INFO]: Using default channel type
[21:11:02 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:11:04 WARN]: Legacy plugin dynmap v3.0-beta-10-257 does not specify an api-version.
[21:11:05 INFO]: [LuckPerms] Loading LuckPerms v5.1.26
[21:11:05 INFO]: [Vault] Loading Vault v1.7.2-b107
[21:11:05 INFO]: [dynmap] Loading dynmap v3.0-beta-10-257
[21:11:05 INFO]: [dynmap] version=git-Paper-350 (MC: 1.15.2)
[21:11:05 INFO]: [dynmap] Unload queue not found - default to unload all chunks
[21:11:05 INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[21:11:05 INFO]: [dynmap] Mod Support API available
[21:11:05 INFO]: [ChestShop] Loading ChestShop v3.10.1 (build 174)
[21:11:05 INFO]: [Essentials] Loading Essentials v2.17.2.117
[21:11:05 INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:11:05 INFO]: [LuckPerms] Enabling LuckPerms v5.1.26
[21:11:05 INFO]:         __
[21:11:05 INFO]:   |    |__)   LuckPerms v5.1.26
[21:11:05 INFO]:   |___ |      Running on Bukkit - Paper
[21:11:05 INFO]:
[21:11:05 INFO]: [LuckPerms] Loading configuration...
[21:11:06 INFO]: [LuckPerms] Loading storage provider... [H2]
[21:11:07 INFO]: [LuckPerms] Loading internal permission managers...
[21:11:07 INFO]: [LuckPerms] Performing initial data load...
[21:11:07 INFO]: [LuckPerms] Successfully enabled. (took 2044ms)
[21:11:07 INFO]: [Vault] Enabling Vault v1.7.2-b107
[21:11:07 WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.17.2.117 which is not a depend, softdepend or loadbefore of this plugin.
[21:11:07 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:11:07 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:11:07 INFO]: [Vault] Enabled Version 1.7.2-b107
[21:11:07 WARN]: [LuckPerms] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[21:11:07 INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:11:07 INFO]: Preparing level "world"
[21:11:07 INFO]: Reloading ResourceManager: Default, bukkit
[21:11:09 INFO]: Loaded 6 recipes
[21:11:09 INFO]: -------- World Settings For [world] --------
[21:11:09 INFO]: View Distance: 12
[21:11:09 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:11:09 INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[21:11:09 INFO]: Item Merge Radius: 4.0
[21:11:09 INFO]: Item Despawn Rate: 6000
[21:11:09 INFO]: Nerfing mobs spawned from spawners: true
[21:11:09 INFO]: Zombie Aggressive Towards Villager: true
[21:11:09 INFO]: Mob Spawn Range: 3
[21:11:09 INFO]: Cactus Growth Modifier: 100%
[21:11:09 INFO]: Cane Growth Modifier: 100%
[21:11:09 INFO]: Melon Growth Modifier: 100%
[21:11:09 INFO]: Mushroom Growth Modifier: 100%
[21:11:09 INFO]: Pumpkin Growth Modifier: 100%
[21:11:09 INFO]: Sapling Growth Modifier: 100%
[21:11:09 INFO]: Beetroot Growth Modifier: 100%
[21:11:09 INFO]: Carrot Growth Modifier: 100%
[21:11:09 INFO]: Potato Growth Modifier: 100%
[21:11:09 INFO]: Wheat Growth Modifier: 100%
[21:11:09 INFO]: NetherWart Growth Modifier: 100%
[21:11:09 INFO]: Vine Growth Modifier: 100%
[21:11:09 INFO]: Cocoa Growth Modifier: 100%
[21:11:09 INFO]: Bamboo Growth Modifier: 100%
[21:11:09 INFO]: SweetBerry Growth Modifier: 100%
[21:11:09 INFO]: Kelp Growth Modifier: 100%
[21:11:09 INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv false
[21:11:09 INFO]: Experience Merge Radius: 6.0
[21:11:09 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:11:09 INFO]: Max TNT Explosions: 100
[21:11:09 INFO]: Hopper Transfer: 2 Hopper Check: 1 Hopper Amount: 1
[21:11:09 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:11:09 INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[21:11:09 INFO]: -------- World Settings For [world_nether] --------
[21:11:09 INFO]: View Distance: 12
[21:11:09 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:11:09 INFO]: Arrow Despawn Rate: 300 Trident Respawn Rate:1200
[21:11:09 INFO]: Item Merge Radius: 4.0
[21:11:09 INFO]: Item Despawn Rate: 6000
[21:11:09 INFO]: Nerfing mobs spawned from spawners: true
[21:11:09 INFO]: Zombie Aggressive Towards Villager: true
[21:11:09 INFO]: Mob Spawn Range: 3
[21:11:09 INFO]: Cactus Growth Modifier: 100%
[21:11:09 INFO]: Cane Growth Modifier: 100%
[21:11:09 INFO]: Melon Growth Modifier: 100%
[21:11:09 INFO]: Mushroom Growth Modifier: 100%
[21:11:09 INFO]: Pumpkin Growth Modifier: 100%
[21:11:09 INFO]: Sapling Growth Modifier: 100%
[21:11:09 INFO]: Beetroot Growth Modifier: 100%
[21:11:09 INFO]: Carrot Growth Modifier: 100%
[21:11:09 INFO]: Potato Growth Modifier: 100%
[21:11:09 INFO]: Wheat Growth Modifier: 100%
[21:11:09 INFO]: NetherWart Growth Modifier: 100%
[21:11:09 INFO]: Vine Growth Modifier: 100%
[21:11:09 INFO]: Cocoa Growth Modifier: 100%
[21:11:09 INFO]: Bamboo Growth Modifier: 100%
[21:11:09 INFO]: SweetBerry Growth Modifier: 100%
[21:11:09 INFO]: Kelp Growth Modifier: 100%
[21:11:09 INFO]: Entity Activation Range: An 6 / Mo 16 / Ra 48 / Mi 2 / Tiv false
[21:11:09 INFO]: Experience Merge Radius: 6.0
[21:11:09 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:11:09 INFO]: Max TNT Explosions: 100
[21:11:09 INFO]: Hopper Transfer: 2 Hopper Check: 1 Hopper Amount: 1
[21:11:09 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:11:09 INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[21:11:10 INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[21:11:10 INFO]: Loaded 0 spawn chunks for world world
[21:11:10 INFO]: Preparing spawn area: 0%
[21:11:10 INFO]: Time elapsed: 386 ms
[21:11:10 INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[21:11:10 INFO]: Loaded 0 spawn chunks for world world_nether
[21:11:10 INFO]: Time elapsed: 83 ms
[21:11:10 INFO]: [dynmap] Enabling dynmap v3.0-beta-10-257*
[21:11:10 INFO]: [dynmap] Using LuckPerms 5.1.26 for access control
[21:11:11 INFO]: [dynmap] Mod Support processing completed
[21:11:11 INFO]: [dynmap] Loaded 25 shaders.
[21:11:11 INFO]: [dynmap] Loaded 82 perspectives.
[21:11:11 INFO]: [dynmap] Loaded 14 lightings.
[21:11:11 INFO]: [dynmap] Web server started on address 25.11.165.90:8123
[21:11:11 INFO]: [dynmap] version 3.0-beta-10-257 is enabled - core version 3.0-beta-10-257
[21:11:11 INFO]: [dynmap] For support, visit https://forums.dynmap.us
[21:11:11 INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[21:11:11 INFO]: [dynmap] Loaded 3 maps of world 'world'.
[21:11:11 INFO]: [dynmap] Loaded 4440 pending tile renders for world 'world'
[21:11:11 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[21:11:11 INFO]: [dynmap] Enabled
[21:11:11 INFO]: [ChestShop] Enabling ChestShop v3.10.1 (build 174)
[21:11:12 INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
[21:11:12 INFO]: [ChestShop] Vault loaded!
[21:11:12 INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent!
[21:11:12 INFO]: [Essentials] Enabling Essentials v2.17.2.117
[21:11:12 INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[21:11:12 INFO]: [Essentials] No kits found to migrate.
[21:11:12 INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[21:11:12 INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[21:11:12 INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[21:11:12 INFO]: [Essentials] Loaded 21019 items from items.json.
[21:11:12 INFO]: [Essentials] Using locale pt_BR
[21:11:12 INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[21:11:12 INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:11:12 INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[21:11:12 INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[21:11:13 INFO]: Running delayed init tasks
[21:11:13 INFO]: Done (12.381s)! For help, type "help"
[21:11:13 INFO]: Timings Reset
[21:11:13 INFO]: [Vault] Checking for Updates ...
[21:11:13 INFO]: [dynmap] Loading default resource pack
[21:11:14 INFO]: [Vault] No new version available
[21:11:34 INFO]: UUID of player HypeRtx is e30cdc6b-094b-406b-8d93-33dd1b065f0f
[21:11:35 INFO]: HypeRtx joined the game
[21:11:35 INFO]: HypeRtx[/25.11.165.90:55677] logged in with entity id 118 at ([world]-1530.5163921427036, 69.0, -1935.6286954324162)
[21:11:39 WARN]: [ChestShop] Could not add money to account of 6aa7f63f-32f1-477c-b112-4dedd6b73ac6/null.This is probably due to https://github.com/MilkBowl/Vault/issues/746 and has to be fixed in either Vault directly or your economy plugin.If you are sure it's not this issue then please report the following error.
java.lang.IllegalArgumentException: Economy username cannot be null
        at com.earth2me.essentials.api.Economy.getUserByName(Economy.java:69) ~[?:?]
        at com.earth2me.essentials.api.Economy.add(Economy.java:270) ~[?:?]
        at com.earth2me.essentials.api.Economy.add(Economy.java:250) ~[?:?]
        at net.milkbowl.vault.economy.plugins.Economy_Essentials.tryDepositPlayer(Economy_Essentials.java:149) ~[?:?]
        at net.milkbowl.vault.economy.plugins.Economy_Essentials.depositPlayer(Economy_Essentials.java:180) ~[?:?]
        at net.milkbowl.vault.economy.plugins.Economy_Essentials.depositPlayer(Economy_Essentials.java:319) ~[?:?]
        at net.milkbowl.vault.economy.AbstractEconomy.depositPlayer(AbstractEconomy.java:55) ~[?:?]
        at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyAdd(VaultListener.java:187) ~[?:?]
        at com.Acrobot.ChestShop.Listeners.Economy.EconomyAdapter.processTransfer(EconomyAdapter.java:59) ~[?:?]
        at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencyTransfer(VaultListener.java:228) ~[?:?]
        at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor22.execute(Unknown Source) ~[?:?]
        at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.15.2.jar:git-Paper-350]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-350]
        at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:455) ~[?:?]
        at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onBuyTransaction(EconomicModule.java:24) ~[?:?]
        at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.15.2.jar:git-Paper-350]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-350]
        at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:147) ~[?:?]
        at com.destroystokyo.paper.event.executor.StaticMethodHandleEventExecutor.execute(StaticMethodHandleEventExecutor.java:38) ~[patched_1.15.2.jar:git-Paper-350]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.15.2.jar:git-Paper-350]
        at org.bukkit.craftbukkit.v1_15_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:471) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.PlayerInteractManager.a(PlayerInteractManager.java:456) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1414) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:27) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:5) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1105) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1098) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1059) ~[patched_1.15.2.jar:git-Paper-350]
        at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:974) ~[patched_1.15.2.jar:git-Paper-350]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]

What other plugins are you running?

ChestShop.jar
Dynmap-3.0-beta-10-spigot.jar
EssentialsX-2.17.2.117.jar
LuckPerms-Bukkit-5.1.26.jar
Vault.jar

All plugins are updated to the latest version

What is happening?

Players are unable to purchase items in the admin shop. To get the error, just try to buy an item inside an admin shop

What did you expect to happen?

The player should successfully complete the transaction

Additional context

I'll leave the server plugins download here plugins.zip

Phoenix616 commented 4 years ago

Two things: You are using an outdated build (please test on the latest development builds to see if the issue is already fixed) and you are also not providing your shop sign setup, please do so. My guess is you haven't setup the admin shop name correctly, you have to use the exact spelling of Admin Shop as it is set in the config, not something else. If you set it to anything else it will assume that it's a player and (if they haven't played before) then your economy plugin will run into issues with it.

ghost commented 4 years ago

Two things: You are using an outdated build (please test on the latest development builds to see if the issue is already fixed) and you are also not providing your shop sign setup, please do so. My guess is you haven't setup the admin shop name correctly, you have to use the exact spelling of Admin Shop as it is set in the config, not something else. If you set it to anything else it will assume that it's a player and (if they haven't played before) then your economy plugin will run into issues with it.

You were correct, thanks for the help. And I'm sorry for the inconvenience... Didn't know he was case-sensitive