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

java.security.InvalidParameterException: Entity not annotated with @DatabaseFileName! #287

Closed freezweb closed 4 years ago

freezweb commented 4 years ago

Plugin Version

ChestShop v3.10.1-SNAPSHOT (build 166)

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:

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

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

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

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

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

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

[12:37:51 INFO]: This server is running Paper version git-Paper-32 (MC: 1.15.1) (Implementing API version 1.15.1-R0.1-SNAPSHOT) [12:37:51 INFO]: Previous version: git-Paper-31 (MC: 1.15.1) [12:37:51 INFO]: You are running the latest version

Server Log

[12:31:17 INFO]: freezweb issued server command: /plugman reload ChestShop [12:31:18 INFO]: [ChestShop] WorldGuard version 7.0.1;f2118aa loaded. [12:31:18 INFO]: [ChestShop] Enabling ChestShop v3.10.1-SNAPSHOT (build 166) [12:31:18 ERROR]: Error occurred while enabling ChestShop v3.10.1-SNAPSHOT (build 166) (Is it up to date?) java.security.InvalidParameterException: Entity not annotated with @DatabaseFileName! at com.Acrobot.ChestShop.Database.DaoCreator.getDao(DaoCreator.java:32) ~[?:?] at com.Acrobot.ChestShop.Database.DaoCreator.getDaoAndCreateTable(DaoCreator.java:53) ~[?:?] at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:370) ~[?:?] at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:159) ~[?:?] at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:117) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.15.1.jar:git-Paper-32] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:366) ~[?:?] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:318) ~[?:?] at com.rylinaux.plugman.util.PluginUtil.reload(PluginUtil.java:380) ~[?:?] at com.rylinaux.plugman.command.ReloadCommand.execute(ReloadCommand.java:122) ~[?:?] at com.rylinaux.plugman.PlugManCommandHandler.onCommand(PlugManCommandHandler.java:95) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:740) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1820) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:1037) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1030) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1014) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:937) ~[patched_1.15.1.jar:git-Paper-32] at java.lang.Thread.run(Thread.java:834) [?:?] [12:31:18 INFO]: [ChestShop] Disabling ChestShop v3.10.1-SNAPSHOT (build 166)

What other plugins are you running?

-rw-r--r-- 1 root root 5098 Mai 19 2019 chair1.2-lastversion.jar -rw-r--r-- 1 root root 1130660 Dez 18 21:17 ChatControl-8.4.13.jar -rw-r--r-- 1 root root 800108 Jan 1 12:30 ChestShop.jar -rw-r--r-- 1 root root 5718069 Dez 21 07:42 Dynmap-3.0-beta-8-spigot.jar -rw-r--r-- 1 root root 1467350 Jun 26 2019 EssentialsX-2.17.0.0.jar -rw-r--r-- 1 root root 18104 Jun 26 2019 EssentialsXAntiBuild-2.17.0.0.jar -rw-r--r-- 1 root root 1737802 Jun 26 2019 EssentialsXGeoIP-2.17.0.0.jar -rw-r--r-- 1 root root 19999 Jun 26 2019 EssentialsXProtect-2.17.0.0.jar -rw-r--r-- 1 root root 15450 Jun 26 2019 EssentialsXSpawn-2.17.0.0.jar -rw-r--r-- 1 root root 182607 Jan 1 02:50 galaxybuild_mysql.jar -rw-r--r-- 1 root root 70005 Jan 1 02:50 galaxybuild_updater.jar -rw-r--r-- 1 root root 429187 Feb 24 2019 HolographicDisplays.jar -rw-r--r-- 1 root root 319707 Mär 4 2019 iDisguise (1).jar -rw-r--r-- 1 root root 22321 Dez 18 18:52 ImageMaps.jar -rw-r--r-- 1 root root 4751 Jun 25 2019 ItemSign.jar -rw-r--r-- 1 root root 5600 Okt 26 20:48 LessPillagers-1.1.0.jar -rw-r--r-- 1 root root 1304365 Jun 25 2019 LuckPerms-Bukkit-4.4.21.jar -rw-r--r-- 1 root root 5966162 Dez 18 21:32 MyPet-3.9-SNAPSHOT-B1518.jar -rw-r--r-- 1 root root 8229 Mär 3 2019 MySQLop.jar -rw-r--r-- 1 root root 526990 Dez 18 21:24 MysqlPlayerDataBridge-v3.30.5.jar -rw-r--r-- 1 root root 28033 Mai 30 2019 Nicky.jar -rw-r--r-- 1 root root 2616564 Dez 18 18:27 nuvotifier-2.5.3.jar -rw-r--r-- 1 root root 342049 Mär 4 2019 PlaceholderAPI-2.9.2.jar -rw-r--r-- 1 root root 3966214 Jan 1 02:04 PlotSquared-Bukkit-4.436.jar -rw-r--r-- 1 root root 1169950 Jun 25 2019 PlugMan.jar -rw-r--r-- 1 root root 532163 Jun 25 2019 PremiumVanish.jar -rw-r--r-- 1 root root 451943 Dez 18 06:38 TAB v2.6.1.jar -rw-r--r-- 1 root root 9102 Mai 23 2019 TreeAssist.jar -rw-r--r-- 1 root root 273727 Jun 25 2019 Vault.jar -rw-r--r-- 1 root root 3742259 Dez 21 07:43 worldedit-bukkit-7.1.0-beta-1.jar -rw-r--r-- 1 root root 1104182 Dez 21 07:45 worldguard-bukkit-7.0.1.jar

What is happening?

The problem with the old version was that no money was booked, neither when buying nor when selling. that's why I imported the update and it doesn't start now.

Phoenix616 commented 4 years ago

Please restart the server and see if the issue happens there too. Reloading with plugman is not tested and tends to result in lots of errors in general.

On Wed, 1 Jan 2020, 12:47 freezweb, notifications@github.com wrote:

Plugin Version

ChestShop v3.10.1-SNAPSHOT (build 166) 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: false

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

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

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

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

[12:37:51 INFO]: This server is running Paper version git-Paper-32 (MC: 1.15.1) (Implementing API version 1.15.1-R0.1-SNAPSHOT) [12:37:51 INFO]: Previous version: git-Paper-31 (MC: 1.15.1) [12:37:51 INFO]: You are running the latest version Server Log

[12:31:17 INFO]: freezweb issued server command: /plugman reload ChestShop [12:31:18 INFO]: [ChestShop] WorldGuard version 7.0.1;f2118aa loaded. [12:31:18 INFO]: [ChestShop] Enabling ChestShop v3.10.1-SNAPSHOT (build 166) [12:31:18 ERROR]: Error occurred while enabling ChestShop v3.10.1-SNAPSHOT (build 166) (Is it up to date?) java.security.InvalidParameterException: Entity not annotated with @DatabaseFileName! at com.Acrobot.ChestShop.Database.DaoCreator.getDao(DaoCreator.java:32) ~[?:?] at com.Acrobot.ChestShop.Database.DaoCreator.getDaoAndCreateTable(DaoCreator.java:53) ~[?:?] at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:370) ~[?:?] at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:159) ~[?:?] at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:117) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.15.1.jar:git-Paper-32] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:366) ~[?:?] at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:318) ~[?:?] at com.rylinaux.plugman.util.PluginUtil.reload(PluginUtil.java:380) ~[?:?] at com.rylinaux.plugman.command.ReloadCommand.execute(ReloadCommand.java:122) ~[?:?] at com.rylinaux.plugman.PlugManCommandHandler.onCommand(PlugManCommandHandler.java:95) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.15.1.jar:git-Paper-32] at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:740) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1820) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.aZ(MinecraftServer.java:1037) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1030) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1014) ~[patched_1.15.1.jar:git-Paper-32] at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:937) ~[patched_1.15.1.jar:git-Paper-32] at java.lang.Thread.run(Thread.java:834) [?:?] [12:31:18 INFO]: [ChestShop] Disabling ChestShop v3.10.1-SNAPSHOT (build 166) What other plugins are you running?

-rw-r--r-- 1 root root 5098 Mai 19 2019 chair1.2-lastversion.jar -rw-r--r-- 1 root root 1130660 Dez 18 21:17 ChatControl-8.4.13.jar -rw-r--r-- 1 root root 800108 Jan 1 12:30 ChestShop.jar -rw-r--r-- 1 root root 5718069 Dez 21 07:42 Dynmap-3.0-beta-8-spigot.jar -rw-r--r-- 1 root root 1467350 Jun 26 2019 EssentialsX-2.17.0.0.jar -rw-r--r-- 1 root root 18104 Jun 26 2019 EssentialsXAntiBuild-2.17.0.0.jar -rw-r--r-- 1 root root 1737802 Jun 26 2019 EssentialsXGeoIP-2.17.0.0.jar -rw-r--r-- 1 root root 19999 Jun 26 2019 EssentialsXProtect-2.17.0.0.jar -rw-r--r-- 1 root root 15450 Jun 26 2019 EssentialsXSpawn-2.17.0.0.jar -rw-r--r-- 1 root root 182607 Jan 1 02:50 galaxybuild_mysql.jar -rw-r--r-- 1 root root 70005 Jan 1 02:50 galaxybuild_updater.jar -rw-r--r-- 1 root root 429187 Feb 24 2019 HolographicDisplays.jar -rw-r--r-- 1 root root 319707 Mär 4 2019 iDisguise (1).jar -rw-r--r-- 1 root root 22321 Dez 18 18:52 ImageMaps.jar -rw-r--r-- 1 root root 4751 Jun 25 2019 ItemSign.jar -rw-r--r-- 1 root root 5600 Okt 26 20:48 LessPillagers-1.1.0.jar -rw-r--r-- 1 root root 1304365 Jun 25 2019 LuckPerms-Bukkit-4.4.21.jar -rw-r--r-- 1 root root 5966162 Dez 18 21:32 MyPet-3.9-SNAPSHOT-B1518.jar -rw-r--r-- 1 root root 8229 Mär 3 2019 MySQLop.jar -rw-r--r-- 1 root root 526990 Dez 18 21:24 MysqlPlayerDataBridge-v3.30.5.jar -rw-r--r-- 1 root root 28033 Mai 30 2019 Nicky.jar -rw-r--r-- 1 root root 2616564 Dez 18 18:27 nuvotifier-2.5.3.jar -rw-r--r-- 1 root root 342049 Mär 4 2019 PlaceholderAPI-2.9.2.jar -rw-r--r-- 1 root root 3966214 Jan 1 02:04 PlotSquared-Bukkit-4.436.jar -rw-r--r-- 1 root root 1169950 Jun 25 2019 PlugMan.jar -rw-r--r-- 1 root root 532163 Jun 25 2019 PremiumVanish.jar -rw-r--r-- 1 root root 451943 Dez 18 06:38 TAB v2.6.1.jar -rw-r--r-- 1 root root 9102 Mai 23 2019 TreeAssist.jar -rw-r--r-- 1 root root 273727 Jun 25 2019 Vault.jar -rw-r--r-- 1 root root 3742259 Dez 21 07:43 worldedit-bukkit-7.1.0-beta-1.jar -rw-r--r-- 1 root root 1104182 Dez 21 07:45 worldguard-bukkit-7.0.1.jar What is happening?

The problem with the old version was that no money was booked, neither when buying nor when selling. that's why I imported the update and it doesn't start now.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/287?email_source=notifications&email_token=ABMAMTNIWPCQXQEBGLEBXELQ3R7GLA5CNFSM4KB2Z6F2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDSDAGQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMAMTLFA4CE5WRKXIYZGNTQ3R7GLANCNFSM4KB2Z6FQ .

freezweb commented 4 years ago

ok after restart it runns.

but it isnt solve my problem with the Money

grafik

Phoenix616 commented 4 years ago

Could you please provide your startup log as well as the log when the transaction occurs?

On Wed, 1 Jan 2020, 13:42 freezweb, notifications@github.com wrote:

ok after restart it runns.

but it isnt solve my problem with the Money

[image: grafik] https://user-images.githubusercontent.com/11458733/71641451-7eacde00-2c9c-11ea-8e7d-6093addaa5ad.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/287?email_source=notifications&email_token=ABMAMTLLTXPBE6BLPQOCLNDQ3SFSFA5CNFSM4KB2Z6F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5ENSY#issuecomment-570050251, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMAMTPF5QSWR7NY5RVSKL3Q3SFSFANCNFSM4KB2Z6FQ .

freezweb commented 4 years ago

Startup Log :


[13:34:08] [Server thread/INFO]: Loading properties
[13:34:08] [Server thread/INFO]: This server is running Paper version git-Paper-32 (MC: 1.15.1) (Implementing API version 1.15.1-R0.1-SNAPSHOT)
[13:34:09] [Server thread/INFO]: Debug logging is disabled
[13:34:09] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:34:09] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:34:09] [Server thread/INFO]: Default game type: SURVIVAL
[13:34:09] [Server thread/INFO]: Generating keypair
[13:34:09] [Server thread/INFO]: Starting Minecraft server on *:25565
[13:34:09] [Server thread/INFO]: Using epoll channel type
[13:34:16] [Server thread/ERROR]: Could not load 'plugins/PremiumVanish.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: ProtocolLib
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:224) ~[patched_1.15.1.jar:git-Paper-32]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:356) ~[patched_1.15.1.jar:git-Paper-32]
    at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:226) ~[patched_1.15.1.jar:git-Paper-32]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:884) ~[patched_1.15.1.jar:git-Paper-32]
    at java.lang.Thread.run(Thread.java:834) [?:?]
[13:34:16] [Server thread/WARN]: Plugin galaxybuild_updater v0.0.0.0.0.003 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin galaxybuild_system v0.9.8.6.9.99.0050 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin ImageMaps v0.5.0 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin MySQLop v1.2 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin ItemSignatur v1.3 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin ChairStairs v1.1 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin Nicky v0.7 does not specify an api-version.
[13:34:16] [Server thread/WARN]: Plugin TreeAssist v4.3.2 does not specify an api-version.
[13:34:16] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.21
[13:34:16] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-8-244
[13:34:16] [Server thread/INFO]: [dynmap] version=git-Paper-32 (MC: 1.15.1)
[13:34:17] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
[13:34:17] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[13:34:17] [Server thread/INFO]: [dynmap] Mod Support API available
[13:34:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0-beta-1;7039dc8
[13:34:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6b2dfde3]
[13:34:18] [Server thread/INFO]: [LessPillagers] Loading LessPillagers v1.1.0
[13:34:18] [Server thread/INFO]: [galaxybuild_updater] Loading galaxybuild_updater v0.0.0.0.0.003
[13:34:18] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
[13:34:18] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
[13:34:18] [Server thread/INFO]: [galaxybuild_system] Loading galaxybuild_system v0.9.8.6.9.99.0050
[13:34:18] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
[13:34:18] [Server thread/INFO]: [Votifier] Loading Votifier v3.0.0-SNAPSHOT
[13:34:18] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1;f2118aa
[13:34:18] [Server thread/INFO]: [ImageMaps] Loading ImageMaps v0.5.0
[13:34:18] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2
[13:34:18] [Server thread/INFO]: [MySQLop] Loading MySQLop v1.2
[13:34:18] [Server thread/INFO]: [ItemSignatur] Loading ItemSignatur v1.3
[13:34:18] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[13:34:18] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
[13:34:18] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.10.1-SNAPSHOT (build 166)
[13:34:18] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.1;f2118aa loaded.
[13:34:18] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.0.0
[13:34:18] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v4.436
[13:34:18] [Server thread/INFO]: [Nicky] Loading Nicky v0.7
[13:34:18] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.0.0
[13:34:18] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.0.0
[13:34:18] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.17.0.0
[13:34:18] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v4.3.2
[13:34:18] [Server thread/INFO]: [TAB] Loading TAB v2.6.1
[13:34:18] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.0.0
[13:34:18] [Server thread/INFO]: [MyPet] Loading MyPet v3.9
[13:34:18] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
[13:34:19] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading MysqlPlayerDataBridge v3.30.5
[13:34:19] [Server thread/INFO]: [ChatControl] Loading ChatControl v8.4.13
[13:34:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:34:19] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.21
[13:34:19] [Server thread/INFO]:         __    
[13:34:19] [Server thread/INFO]:   |    |__)   LuckPerms v4.4.21
[13:34:19] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[13:34:19] [Server thread/INFO]: 
[13:34:19] [Server thread/INFO]: [LuckPerms] Loading configuration...
[13:34:19] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[13:34:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[13:34:19] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[13:34:20] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[13:34:21] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[13:34:21] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[13:34:21] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2402ms)
[13:34:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0-beta-1;7039dc8
[13:34:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[13:34:22] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R1 as the Bukkit adapter
[13:34:23] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[13:34:23] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[13:34:24] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[13:34:24] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[13:34:24] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[13:34:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[13:34:24] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v4.436
[13:34:24] [Server thread/INFO]: Version is PlotSquared-4.436
[13:34:25] [Server thread/INFO]: [P2] KillAllEntities started.
[13:34:26] [Server thread/INFO]: [P2] PlotSquared is using online UUIDs
[13:34:26] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[13:34:27] [Server thread/INFO]: PlotSquared Scripting Test
[13:34:27] [Server thread/INFO]: [P2] PlotSquared hooked into WorldEdit.
[13:34:27] [Server thread/INFO]: [P2] PlotSquared is now enabled
[13:34:27] [Server thread/INFO]: [P2] Metrics enabled.
[13:34:27] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[13:34:27] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[13:34:27] [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.
[13:34:27] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[13:34:27] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[13:34:27] [Server thread/INFO]: Preparing level "cb3"
[13:34:27] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[13:34:35] [Server thread/INFO]: Loaded 6 recipes
[13:34:36] [Server thread/INFO]: -------- World Settings For [cb3] --------
[13:34:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:34:36] [Server thread/INFO]: Mob Spawn Range: 6
[13:34:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:34:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:34:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:34:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[13:34:36] [Server thread/INFO]: Max TNT Explosions: 100
[13:34:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:34:36] [Server thread/INFO]: View Distance: 10
[13:34:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:34:36] [Server thread/INFO]: Item Merge Radius: 2.5
[13:34:36] [Server thread/INFO]: Item Despawn Rate: 6000
[13:34:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:34:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:34:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:34:36] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[13:34:36] [Server thread/INFO]: -------- World Settings For [cb3_the_end] --------
[13:34:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:34:36] [Server thread/INFO]: Mob Spawn Range: 6
[13:34:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:34:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:34:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:34:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:34:36] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[13:34:36] [Server thread/INFO]: Max TNT Explosions: 100
[13:34:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:34:36] [Server thread/INFO]: View Distance: 10
[13:34:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:34:36] [Server thread/INFO]: Item Merge Radius: 2.5
[13:34:36] [Server thread/INFO]: Item Despawn Rate: 6000
[13:34:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:34:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:34:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:34:36] [Server thread/INFO]: Preparing start region for dimension 'cb3'/minecraft:overworld
[13:34:36] [Server thread/INFO]: Preparing spawn area: 0%
[13:34:37] [Server thread/INFO]: Preparing spawn area: 12%
[13:34:37] [Server thread/INFO]: Preparing spawn area: 100%
[13:34:37] [Server thread/INFO]: Loaded 289 spawn chunks for world cb3
[13:34:37] [Server thread/INFO]: Time elapsed: 1276 ms
[13:34:37] [Server thread/INFO]: Preparing start region for dimension 'cb3_the_end'/minecraft:the_end
[13:34:37] [Server thread/INFO]: Preparing spawn area: 0%
[13:34:38] [Server thread/INFO]: Preparing spawn area: 100%
[13:34:38] [Server thread/INFO]: Loaded 289 spawn chunks for world cb3_the_end
[13:34:38] [Server thread/INFO]: Time elapsed: 739 ms
[13:34:38] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-8-244
[13:34:38] [Server thread/INFO]: [dynmap] Using LuckPerms 4.4.21 for access control
[13:34:38] [Server thread/INFO]: [dynmap] Opening MySQL database mysql4.esproviding.de:3306/minecraft_dynmap as map store
[13:34:39] [Server thread/INFO]: [dynmap] Mod Support processing completed
[13:34:40] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
[13:34:40] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[13:34:40] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[13:34:40] [Server thread/INFO]: [dynmap] version 3.0-beta-8-244 is enabled - core version 3.0-beta-8-244
[13:34:40] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
[13:34:40] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[13:34:40] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'cb3'.
[13:34:40] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'cb3_the_end'.
[13:34:40] [Server thread/WARN]: [dynmap] playermove trigger enabled - this trigger can cause excessive tile updating: use with caution
[13:34:40] [Server thread/INFO]: [dynmap] Enabled
[13:34:40] [Server thread/INFO]: [LessPillagers] Enabling LessPillagers v1.1.0
[13:34:40] [Server thread/INFO]: [LessPillagers] Loading config...
[13:34:40] [Server thread/INFO]: [LessPillagers] Max Pillagers: 0
[13:34:40] [Server thread/INFO]: [LessPillagers] Radius: X=100 / Y=10 / Z=100
[13:34:40] [Server thread/INFO]: [LessPillagers] Loaded successfully
[13:34:40] [Server thread/INFO]: [galaxybuild_updater] Enabling galaxybuild_updater v0.0.0.0.0.003*
[13:34:40] [Server thread/INFO]: Galaxybuild_Updater geladen!
[13:34:40] [Server thread/INFO]: serverversion: git-Paper-32 (MC: 1.15.1)
[13:34:40] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
[13:34:40] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[13:34:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[13:34:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[13:34:40] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
[13:34:40] [Server thread/INFO]: [galaxybuild_system] Enabling galaxybuild_system v0.9.8.6.9.99.0050*
[13:34:40] [Server thread/INFO]: galaxybuild_system Sidebar geladen!
[13:34:40] [Server thread/INFO]: galaxybuild_system geladen!
[13:34:40] [Server thread/INFO]: serverversion: 1.15
[13:34:40] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
[13:34:40] [Server thread/INFO]: 
[13:34:40] [Server thread/INFO]:  
[13:34:40] [Server thread/INFO]: ******************************************************
[13:34:40] [Server thread/INFO]:      This version of HolographicDisplays only
[13:34:40] [Server thread/INFO]:      works on server versions from 1.8 to 1.13.1.
[13:34:40] [Server thread/INFO]:      The plugin will be disabled.
[13:34:40] [Server thread/INFO]: ******************************************************
[13:34:40] [Server thread/INFO]: 
[13:34:45] [Server thread/INFO]: [Votifier] Enabling Votifier v3.0.0-SNAPSHOT
[13:34:45] [Server thread/INFO]: [Votifier] Loaded token for website: default
[13:34:45] [Server thread/INFO]: [Votifier] Receiving votes over PluginMessaging channel 'nuvotifier:votes'.
[13:34:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1;f2118aa
[13:34:45] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3) TNT ignition is PERMITTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3) Lighters are PERMITTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3) Lava fire is blocked.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3) Fire spread is UNRESTRICTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cb3'
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3_the_end) TNT ignition is PERMITTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3_the_end) Lighters are PERMITTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3_the_end) Lava fire is blocked.
[13:34:45] [Server thread/INFO]: [WorldGuard] (cb3_the_end) Fire spread is UNRESTRICTED.
[13:34:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cb3_the_end'
[13:34:45] [Server thread/INFO]: [WorldGuard] Loading region data...
[13:34:45] [Server thread/INFO]: [WorldGuard] Database: jdbc:mysql://s20.esproviding.de/minecraft (MySQL 5.5)
[13:34:45] [Server thread/INFO]: [WorldGuard] Current version of schema `minecraft`: 2
[13:34:45] [Server thread/INFO]: [WorldGuard] Schema `minecraft` is up to date. No migration necessary.
[13:34:46] [Server thread/INFO]: [ImageMaps] Enabling ImageMaps v0.5.0*
[13:34:46] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.8.2
[13:34:46] [Server thread/ERROR]: [iDisguise] iDisguise 5.8.2 is not compatible with your server version!
[13:34:46] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.8.2
[13:34:46] [Server thread/INFO]: [MySQLop] Enabling MySQLop v1.2*
[13:34:46] [Server thread/INFO]: MySQLop Version 1.2 Has Been Enabled!
[13:34:46] [Server thread/INFO]: [ItemSignatur] Enabling ItemSignatur v1.3*
[13:34:46] [Server thread/INFO]: [Unterschrift]Das Plugin wurde erfolgreich gestartet!
[13:34:46] [Server thread/INFO]: [Unterschrift]1.3 by Despero
[13:34:46] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1*
[13:34:46] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.10.1-SNAPSHOT (build 166)
[13:34:46] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
[13:34:46] [Server thread/INFO]: [ChestShop] Vault loaded!
[13:34:46] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent!
[13:34:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.0.0
[13:34:46] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[13:34:46] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[13:34:46] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[13:34:46] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[13:34:46] [Server thread/INFO]: [Essentials] Loaded 20977 items from items.json.
[13:34:46] [Server thread/INFO]: [Essentials] Using locale de_DE
[13:34:46] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[13:34:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[13:34:46] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[13:34:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[13:34:46] [Server thread/INFO]: [Nicky] Enabling Nicky v0.7*
[13:34:47] [Server thread/INFO]: [Nicky] Database set to mysql.
[13:34:47] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.0.0
[13:34:47] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[13:34:47] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.0.0
[13:34:47] [Server thread/WARN]: [com.fasterxml.jackson.databind.ext.Java7Support] Unable to load JDK7 types (annotations, java.nio.file.Path): no Java7 support added
[13:34:47] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[13:34:47] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.17.0.0
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 10 in der Liste protect.alert.on-placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 11 in der Liste protect.alert.on-placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 46 in der Liste protect.alert.on-placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 327 in der Liste protect.alert.on-placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 327 in der Liste protect.alert.on-use.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 10 in der Liste protect.blacklist.placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 11 in der Liste protect.blacklist.placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 46 in der Liste protect.blacklist.placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 327 in der Liste protect.blacklist.placement.
[13:34:47] [Server thread/ERROR]: [Essentials] Unbekannter Gegenstand 327 in der Liste protect.blacklist.usage.
[13:34:47] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v4.3.2*
[13:34:47] [Server thread/INFO]: [TAB] Enabling TAB v2.6.1
[13:34:47] [Server thread/INFO]: [TAB] Server version: 1.15.1 (v1_15_R1)
[13:34:47] [Server thread/INFO]: [TAB] Enabled in 100ms
[13:34:47] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.0.0
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.9
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] No Update available.
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Custom entity registry found: net.minecraft.server.v1_15_R1.RegistryBlocks
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_15_R1 loaded.
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'cb3' to 'default'
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet]    added 'cb3_the_end' to 'default'
[13:34:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Connect to MySQL database...
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] MySQL connection successful.
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlaceholderAPI (2.9.2) hook activated.
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] PlotSquared (4.436) hook activated.
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.2-b107) (Economy: Essentials Economy) (Permissions: LuckPerms) hook activated.
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] WorldGuard (7.0.1;f2118aa) hook activated.
[13:34:48] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] version 3.9-SNAPSHOT-b1518 ENABLED
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Enabling MysqlPlayerDataBridge v3.30.5
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading the config file...
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Vault dependency found.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Using economy system: Essentials Economy
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Compatible server version detected: 1.15.1
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] ChestShop found and support enabled!
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Connecting to the database...
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Database connection successfull!
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save task is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync inventory is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync gamemode is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync armor is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync enderchest is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync experience is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync active potion effects is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players health is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players food is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players air is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players location is disabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players bed location is disabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync economy is enabled.
[13:34:48] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge loaded successfully!
[13:34:48] [Server thread/INFO]: [ChatControl] Enabling ChatControl v8.4.13
[13:34:48] [Server thread/INFO]: !-----------------------------------------------------!
[13:34:48] [Server thread/INFO]: ** Your Minecraft version v1_15 has not yet
[13:34:48] [Server thread/INFO]: been officialy tested with the Foundation
[13:34:48] [Server thread/INFO]: library that powers the ChatControl plugin.
[13:34:48] [Server thread/INFO]:  
[13:34:48] [Server thread/INFO]: For your safety, the plugin is now disabled.
[13:34:48] [Server thread/INFO]: !-----------------------------------------------------!
[13:34:49] [Server thread/INFO]: Done (22.207s)! For help, type "help"
[13:34:49] [Server thread/INFO]: Timings Reset
[13:34:49] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check --------
[13:34:49] [Server thread/INFO]: [PlotSquared] You appear to be running the latest version of PlotSquared. Congratulations!
[13:34:49] [Server thread/INFO]: [PlotSquared] -------- PlotSquared Update Check --------
[13:34:49] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.4.0
[13:34:49] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[13:34:49] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[13:34:49] [Craft Scheduler Thread - 16/INFO]: [Vault] Checking for Updates ... 
[13:34:49] [Server thread/INFO]: -------- World Settings For [cb3-w1] --------
[13:34:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:34:49] [Server thread/INFO]: Mob Spawn Range: 6
[13:34:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:34:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:34:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:34:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:34:49] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[13:34:49] [Server thread/INFO]: Max TNT Explosions: 100
[13:34:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:34:49] [Server thread/INFO]: View Distance: 10
[13:34:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:34:49] [Server thread/INFO]: Item Merge Radius: 2.5
[13:34:49] [Server thread/INFO]: Item Despawn Rate: 6000
[13:34:49] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:34:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:34:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:34:49] [Server thread/INFO]: [P2] Detected world load for 'cb3-w1'
[13:34:49] [Server thread/INFO]: [P2]  - generator: PlotSquared>PlotSquared
[13:34:49] [Server thread/INFO]: [P2]  - plotworld: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotWorld
[13:34:49] [Server thread/INFO]: [P2]  - plotAreaManager: com.github.intellectualsites.plotsquared.plot.generator.HybridPlotManager
[13:34:49] [Craft Scheduler Thread - 16/INFO]: [Vault] No new version available
[13:34:49] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added cb3-w1 to 'default' group.
[13:34:49] [Server thread/INFO]: Preparing start region for dimension 'cb3-w1'/minecraft:overworld
[13:34:49] [Server thread/INFO]: Preparing spawn area: 0%
[13:34:49] [User Authenticator #1/INFO]: UUID of player freezweb is 97bb340a-5cf2-41f4-af6d-486e004d70dd
[13:34:50] [Server thread/INFO]: Preparing spawn area: 21%
[13:34:50] [Craft Scheduler Thread - 8/INFO]: [PlaceholderAPI] 166 placeholder expansions are available on the cloud.
[13:34:50] [Server thread/INFO]: Preparing spawn area: 100%
[13:34:51] [Server thread/INFO]: Preparing spawn area: 100%
[13:34:51] [Server thread/INFO]: Loaded 289 spawn chunks for world cb3-w1
[13:34:51] [Server thread/INFO]: Time elapsed: 1798 ms
[13:34:51] [Server thread/INFO]: [WorldGuard] (cb3-w1) TNT ignition is PERMITTED.
[13:34:51] [Server thread/INFO]: [WorldGuard] (cb3-w1) Lighters are PERMITTED.
[13:34:51] [Server thread/INFO]: [WorldGuard] (cb3-w1) Lava fire is blocked.
[13:34:51] [Server thread/INFO]: [WorldGuard] (cb3-w1) Fire spread is UNRESTRICTED.
[13:34:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cb3-w1'
[13:34:51] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'cb3-w1'.
[13:34:51] [Server thread/INFO]: [dynmap] Loaded 42 pending tile renders for world 'cb3-w1'
[13:34:51] [Server thread/INFO]: com.mojang.authlib.GameProfile@963cfb5[id=97bb340a-5cf2-41f4-af6d-486e004d70dd,name=freezweb,properties={textures=[com.mojang.authlib.properties.Property@44fdb19f]},legacy=false] (/5.10.0.147:57009) lost connection: Disconnected
[13:34:52] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[13:35:00] [User Authenticator #1/INFO]: UUID of player Felix47 is 66fc122b-8721-45d2-9eaa-28bf4f7c2aed
[13:35:00] [User Authenticator #2/INFO]: UUID of player freezweb is 97bb340a-5cf2-41f4-af6d-486e004d70dd

While Buing ans Selling: 
2020/01/01 13:40:06 freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:08 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:09 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:09 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:10 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:10 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:10 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:11 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:11 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:11 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:12 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:12 freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:14 freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:40 freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:41 freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
2020/01/01 13:40:42 freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244

[13:40:06] [Server thread/INFO]: [ChestShop] freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
[13:40:08] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:09] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:09] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:10] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:10] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:10] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:11] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:11] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:11] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:12] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:12] [Server thread/INFO]: [ChestShop] freezweb sold 64 Sand for 10,00 to Admin Shop at [cb3-w1] -171, 67, -244
[13:40:14] [Server thread/INFO]: [ChestShop] freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
[13:40:19] [Server thread/INFO]: freezweb issued server command: /money
[13:40:40] [Server thread/INFO]: [ChestShop] freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
[13:40:41] [Server thread/INFO]: [ChestShop] freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
[13:40:42] [Server thread/INFO]: [ChestShop] freezweb bought 64 Sand for 640,00 from Admin Shop at [cb3-w1] -171, 67, -244
[13:40:44] [Server thread/INFO]: freezweb issued server command: /money ```
Phoenix616 commented 4 years ago

Well the log looks fine, make sure that you are using the latest version of Vault and EssentialsX. Also can you please test if this still happens with less money in your account (like a couple thousand), there might be an issue with larger amounts somewhere although I would expect an error to show up in that case.

freezweb commented 4 years ago

ok the buing is now ok but the selling it takes no money...

grafik

freezweb commented 4 years ago

All plugins (Vault, EssentialsX, Chestshop) are up to date.

We tried with all rights, no matter whether owner or player, nothing is booked when selling to the adminshop.

the purchase works for all players but nothing is deducted from the owner no matter how high or low the account balance is (unimportant).

should I open a new issue or can we clarify this briefly here.

grafik

Phoenix616 commented 4 years ago

This seems to work completely fine for me when I test it. (Using EssentialsX as the economy plugin) I would suggest opening a new ticket and provide all the information including the shop sign and log file on the transactions there.

Phoenix616 commented 4 years ago

Closing this as the original problem was resolved (plugin was reloaded with PlugMan instead of a server restart), the new problem should be a separate issue if it still occurs.