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
272 stars 178 forks source link

ChestShop selling error #514

Open Kazuto007 opened 2 years ago

Kazuto007 commented 2 years ago

What is happening?

I'm having a problem that adminshop can only sell the item that bougth form adminshop exp: I bought a stone form adminshop , it can be sell to admin shop, But if I get a stone form wild and sell to adminshop, adminshop will not working

It just like only the item get form adminshop can be sell to adminshop

What did you expect to happen?

Im running on 1.12.2 version and chestshop plugin also 1.12.2 version

please help

Plugin Version

ChestShop-3-1.12

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

(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

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: true

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:

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.0

How much money do you get back when destroying a sign?

SHOP_REFUND_PRICE: 0.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

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

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

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 the hoppers from taking items out of chests?

TURN_OFF_HOPPER_PROTECTION: false

Do you want to protect shop chests with LWC?

PROTECT_CHEST_WITH_LWC: false

Do you want to protect shop signs with LWC?

PROTECT_SIGN_WITH_LWC: false

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 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: true

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

1.12.2

Server Log

[11:42:18] [Server thread/INFO]: Loading properties [11:42:18] [Server thread/INFO]: Default game type: SURVIVAL [11:42:18] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-79a30d7-f4830a1 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) [11:42:18] [Server thread/INFO]: Debug logging is disabled [11:42:18] [Server thread/INFO]: Using 4 threads for Netty based IO [11:42:18] [Server thread/INFO]: Server Ping Player Sample Count: 12

[11:42:18] [Server thread/INFO]: Generating keypair [11:42:19] [Server thread/INFO]: Starting Minecraft server on *:25599 [11:42:19] [Server thread/INFO]: Using default channel type [11:42:20] [Server thread/INFO]: Set PluginClassLoader as parallel capable [11:42:21] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.2.1 [11:42:21] [Server thread/INFO]: [ViaVersion] ViaVersion 4.2.1 is now loaded, injecting! [11:42:22] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings... [11:42:22] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings... [11:42:22] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings... [11:42:22] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings... [11:42:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ... [11:42:23] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings... [11:42:23] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings... [11:42:23] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings... [11:42:23] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings... [11:42:23] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.2.0 [11:42:23] [Server thread/INFO]: [ViaBackwards] Loading translations... [11:42:23] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings... [11:42:24] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings... [11:42:24] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings... [11:42:24] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings... [11:42:24] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings... [11:42:25] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727 [11:42:25] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.15 [11:42:27] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751 [11:42:27] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [11:42:27] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.3-1.12 (build 25) [11:42:27] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.4 [11:42:27] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.15 [11:42:29] [Server thread/INFO]:   __ 

[11:42:29] [Server thread/INFO]:  | |__) LuckPerms v5.4.15

[11:42:29] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit

[11:42:29] [Server thread/INFO]: [LuckPerms] Loading configuration... [11:42:30] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML] [11:42:31] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [11:42:31] [Server thread/INFO]: [LuckPerms] Performing initial data load... [11:42:33] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 5942ms) [11:42:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [11:42:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [11:42:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [11:42:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [11:42:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [11:42:33] [Server thread/WARN]: SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [11:42:33] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [11:42:33] [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. [11:42:33] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information. [11:42:33] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [11:42:33] [Server thread/INFO]: Beginning UUID conversion, this may take A LONG time **** [11:42:33] [Server thread/INFO]: Preparing level "world" [11:42:33] [Server thread/INFO]: -------- World Settings For [world] -------- [11:42:33] [Server thread/INFO]: Mob Spawn Range: 4 [11:42:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [11:42:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [11:42:33] [Server thread/INFO]: Cactus Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Cane Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Melon Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Mushroom Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Sapling Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Wheat Growth Modifier: 100% [11:42:33] [Server thread/INFO]: NetherWart Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Vine Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Cocoa Growth Modifier: 100% [11:42:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true [11:42:33] [Server thread/INFO]: Max TNT Explosions: 100 [11:42:33] [Server thread/INFO]: Structure Info Saving: true [11:42:33] [Server thread/INFO]: Random Lighting Updates: false [11:42:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911 [11:42:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [11:42:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 [11:42:33] [Server thread/INFO]: Item Despawn Rate: 6000 [11:42:33] [Server thread/INFO]: Item Merge Radius: 2.5 [11:42:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [11:42:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [11:42:33] [Server thread/INFO]: View Distance: 10 [11:42:33] [Server thread/INFO]: Experience Merge Radius: 3.0 [11:42:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [11:42:35] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [11:42:35] [Server thread/INFO]: Mob Spawn Range: 4 [11:42:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [11:42:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [11:42:35] [Server thread/INFO]: Cactus Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Cane Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Melon Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Mushroom Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Sapling Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Wheat Growth Modifier: 100% [11:42:35] [Server thread/INFO]: NetherWart Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Vine Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Cocoa Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true [11:42:35] [Server thread/INFO]: Max TNT Explosions: 100 [11:42:35] [Server thread/INFO]: Structure Info Saving: true [11:42:35] [Server thread/INFO]: Random Lighting Updates: false [11:42:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911 [11:42:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [11:42:35] [Server thread/INFO]: Arrow Despawn Rate: 1200 [11:42:35] [Server thread/INFO]: Item Despawn Rate: 6000 [11:42:35] [Server thread/INFO]: Item Merge Radius: 2.5 [11:42:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [11:42:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [11:42:35] [Server thread/INFO]: View Distance: 10 [11:42:35] [Server thread/INFO]: Experience Merge Radius: 3.0 [11:42:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [11:42:35] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [11:42:35] [Server thread/INFO]: Mob Spawn Range: 4 [11:42:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [11:42:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [11:42:35] [Server thread/INFO]: Cactus Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Cane Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Melon Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Mushroom Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Sapling Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Wheat Growth Modifier: 100% [11:42:35] [Server thread/INFO]: NetherWart Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Vine Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Cocoa Growth Modifier: 100% [11:42:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true [11:42:35] [Server thread/INFO]: Max TNT Explosions: 100 [11:42:35] [Server thread/INFO]: Structure Info Saving: true [11:42:35] [Server thread/INFO]: Random Lighting Updates: false [11:42:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911 [11:42:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [11:42:35] [Server thread/INFO]: Arrow Despawn Rate: 1200 [11:42:35] [Server thread/INFO]: Item Despawn Rate: 6000 [11:42:35] [Server thread/INFO]: Item Merge Radius: 2.5 [11:42:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [11:42:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [11:42:35] [Server thread/INFO]: View Distance: 10 [11:42:35] [Server thread/INFO]: Experience Merge Radius: 3.0 [11:42:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [11:42:35] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3129203435647649932) [11:42:37] [Server thread/INFO]: Preparing spawn area: 0% [11:42:38] [Server thread/INFO]: Preparing spawn area: 14% [11:42:39] [Server thread/INFO]: Preparing spawn area: 37% [11:42:40] [Server thread/INFO]: Preparing spawn area: 60% [11:42:41] [Server thread/INFO]: Preparing spawn area: 86% [11:42:42] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3696236455883367322) [11:42:43] [Server thread/INFO]: Preparing spawn area: 15% [11:42:44] [Server thread/INFO]: Preparing spawn area: 50% [11:42:45] [Server thread/INFO]: Preparing spawn area: 86% [11:42:45] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3696236455883367322) [11:42:46] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.2.1 [11:42:46] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.2.0 [11:42:46] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727 [11:42:47] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded. [11:42:47] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman [11:42:47] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751 [11:42:47] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret [11:42:48] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded [11:42:48] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.3-1.12 (build 25) [11:42:49] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin! [11:42:49] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.4 [11:42:49] [Server thread/INFO]: [Essentials] You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled. [11:42:50] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml [11:42:50] [Server thread/INFO]: No kits found to migrate. [11:42:50] [Server thread/INFO]: Loaded 853 items from items.csv. [11:42:50] [Server thread/INFO]: Using locale en_MY [11:42:51] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [11:42:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [11:42:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [11:42:51] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [11:42:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[11:42:52] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.12.2 (340) [11:42:52] [Server thread/WARN]: [ViaVersion] This version of Minecraft is extremely outdated and support for it has reached its end of life. You will still be able to run Via on this Minecraft version, but we are unlikely to provide any further fixes or help with problems specific to legacy Minecraft versions. Please consider updating to give your players a better experience and to avoid issues that have long been fixed. [11:42:52] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)! [11:42:52] [Craft Scheduler Thread - 4/INFO]: [Essentials] §6Fetching version information... [11:42:52] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor! [11:42:52] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ... [11:42:52] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available [12:14:17] [User Authenticator #1/INFO]: UUID of player Player1 is 3dd0b9de-a00d-22dd-a312-719c4fe0c4d5 [12:14:18] [Server thread/INFO]: Player1[/175.142.217.4:59126] logged in with entity id 299 at ([world]188.41865051829384, 64.0, -231.5566806212556) [12:14:22] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Adminshop at [world] 190, 64, -231 [12:14:25] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Adminshop at [world] 190, 64, -232 [12:14:42] [Server thread/INFO]: Kaijin007 issued server command: /gmc [12:15:02] [Server thread/INFO]: Kaijin007 issued server command: /day [12:15:48] [Craft Scheduler Thread - 18/INFO]: [ChestShop] Player1 created an Admin Shop - 1 Stone - B 1 - at [world] 187, 65, -162 [12:15:59] [Craft Scheduler Thread - 18/INFO]: [ChestShop] Player1 created an Admin Shop - 1 Stone - S 1 - at [world] 188, 65, -162 [12:16:18] [Craft Scheduler Thread - 18/INFO]: [ChestShop] Player1 created an Admin Shop - 2304 Stone - S 2304 - at [world] 188, 64, -162 [12:16:33] [Craft Scheduler Thread - 18/INFO]: [ChestShop] Player1 created an Admin Shop - 1 Stone - B 1 : 1 S - at [world] 187, 66, -162 [12:16:56] [Craft Scheduler Thread - 18/INFO]: [ChestShop] Player1 created an Admin Shop - 1 Stone - B 1 : 1 S - at [world] 187, 66, -162 [12:16:59] [Server thread/INFO]: Player1 issued server command: /gms [12:19:55] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Admin Shop at [world] 187, 66, -162 [12:19:56] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Admin Shop at [world] 187, 66, -162 [12:19:56] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Admin Shop at [world] 187, 66, -162 [12:19:57] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Admin Shop at [world] 187, 66, -162 [12:19:58] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Admin Shop at [world] 187, 65, -162 [12:19:59] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Admin Shop at [world] 187, 65, -162 [12:19:59] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Admin Shop at [world] 188, 65, -162 [12:20:00] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Admin Shop at [world] 188, 65, -162 [12:20:00] [Server thread/INFO]: [ChestShop] Player1 bought 1 Stone for 1.00 from Admin Shop at [world] 187, 65, -162 [12:20:01] [Server thread/INFO]: [ChestShop] Player1 sold 1 Stone for 1.00 to Admin Shop at [world] 188, 64, -162 [12:20:04] [Server thread/INFO]: Player1 issued server command: /gmc [12:20:10] [Server thread/INFO]: Player1 issued server command: /gms [12:20:12] [Server thread/INFO]: [ChestShop] Kaijin007 sold 64 Stone for 64.00 to Admin Shop at [world] 188, 65, -162 [12:20:21] [Server thread/INFO]: Player1 issued server command: /gmc [12:20:27] [Server thread/INFO]: Player1 issued server command: /gms [12:20:28] [Server thread/INFO]: [ChestShop] Kaijin007 sold 64 Stone for 64.00 to Admin Shop at [world] 188, 64, -162 [12:20:37] [Server thread/INFO]: Player1 issued server command: /gmc [12:20:51] [Server thread/INFO]: Player1 issued server command: /gms [12:20:52] [Server thread/INFO]: [ChestShop] Kaijin007 sold 64 Stone for 64.00 to Admin Shop at [world] 188, 64, -162 [12:20:57] [Server thread/INFO]: Player1 issued server command: /gmc [12:21:05] [Server thread/INFO]: Player1 lost connection: Disconnected [12:21:05] [Server thread/INFO]: Player1 left the game [12:31:29] [Server thread/INFO]: Stopping the server [12:31:29] [Server thread/INFO]: Stopping server [12:31:29] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.4 [12:31:29] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked. [12:31:29] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.9.3-1.12 (build 25) [12:31:29] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131 [12:31:29] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5.0-b751 [12:31:29] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.15 [12:31:29] [Server thread/INFO]: [LuckPerms] Starting shutdown process... [12:31:29] [Server thread/INFO]: [LuckPerms] Closing storage... [12:31:29] [Server thread/INFO]: [LuckPerms] Goodbye! [12:31:29] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727 [12:31:29] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.2.0 [12:31:29] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.2.1 [12:31:29] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting. [12:31:29] [Server thread/INFO]: Saving players [12:31:29] [Server thread/INFO]: Saving worlds [12:31:29] [Server thread/INFO]: Saving chunks for level 'world'/overworld [12:31:29] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether [12:31:29] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end

What other plugins are you running?

ChestShop, Essentials, LuckPerms, Multiverse-Core, Multiverse-Portal, Vault, ViaBackwards, ViaVersion

Agreements

Additional context

No response

Phoenix616 commented 2 years ago

Please provide the NBT data of the item you bought as well as screenshots of both shop setups, the exact plugin and server version and the missing server log.

Also please note that if this happens to be an actual bug and not just a setup issue on your end that this will not be fixed by me as 1.12 is no longer receiving active support beyond security fixes.

Kazuto007 commented 2 years ago

Please provide the NBT data of the item you bought as well as screenshots of both shop setups, the exact plugin and server version and the missing server log.

Also please note that if this happens to be an actual bug and not just a setup issue on your end that this will not be fixed by me as 1.12 is no longer receiving active support beyond security fixes.

Sorry for Late reply,Its fixed for some reason im not sure what make it fixed I think maybe got chest around there so it makes the bug after change to a clear place to test, it works well Thank you anyway!