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

CurrencySubtractEvent #194

Open Loapu opened 5 years ago

Loapu commented 5 years ago

[Please search for tickets with the same issues as yours first before reporting!]

Plugin Version

3.9.3-SNAPSHOT (build 113)  

Plugin Config

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

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

git-Spigot-f56e2e7-1a64d4a (MC: 1.13.2)  

Server Log

[21:45:35] [Server thread/INFO]: Starting minecraft server version 1.13.2
[21:45:35] [Server thread/INFO]: Loading properties
[21:45:35] [Server thread/INFO]: Default game type: SURVIVAL
[21:45:36] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f56e2e7-1a64d4a (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
[21:45:36] [Server thread/INFO]: Debug logging is disabled
[21:45:36] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:45:36] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:45:36] [Server thread/INFO]: Generating keypair
[21:45:36] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:35565
[21:45:36] [Server thread/INFO]: Using epoll channel type
[21:45:41] [Server thread/INFO]: ====== USE PAPER ======
[21:45:41] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/Paper-1.13/
[21:45:41] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
[21:45:41] [Server thread/INFO]:  - This is only a recommendation
[21:45:41] [Server thread/INFO]: ==============================
[21:45:42] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
[21:45:42] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[21:45:43] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.17
[21:45:43] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-3-160
[21:45:43] [Server thread/INFO]: [dynmap] version=git-Spigot-f56e2e7-1a64d4a (MC: 1.13.2)
[21:45:43] [Server thread/INFO]: [dynmap] Mod Support API available
[21:45:43] [Server thread/INFO]: [BlockLocker] Loading BlockLocker v1.5
[21:45:43] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
[21:45:43] [Server thread/INFO]: [Craftconomy3] Loading Craftconomy3 v3.3.1-d99cf63-trv200
[21:45:43] [Server thread/INFO]: [ZavMessage] Loading ZavMessage v1.1.1
[21:45:43] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.0
[21:45:43] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.0
[21:45:43] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.9.3
[21:45:43] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
[21:45:43] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.3-SNAPSHOT (build 113)
[21:45:43] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.20.0
[21:45:43] [Server thread/INFO]: [LotteryPool] Loading LotteryPool v1.2.3
[21:45:43] [Server thread/INFO]: [SpigotLib] Loading SpigotLib v8.4
[21:45:44] [Server thread/INFO]: [SpigotLib] Loading configuration and language file...
[21:45:44] [Server thread/INFO]: [SpigotLib] Loading enchants file...
[21:45:44] [Server thread/INFO]: [SpigotLib] Loading FILE backend for player data storage...
[21:45:44] [Server thread/INFO]: [SpigotLib] Loading ReflectionAPI...
[21:45:44] [Server thread/INFO]: [Startup] Detected server version: v1_13 (v1_13_R2) - git-Spigot-f56e2e7-1a64d4a (MC: 1.13.2)
[21:45:45] [Server thread/INFO]: [SpigotLib] Starting PacketAPI...
[21:45:45] [Server thread/INFO]: [SpigotLib] Loading AnimationAPI...
[21:45:45] [Server thread/INFO]: [SpigotLib] Starting SpigotLib in fully compatible mode, starting Offline player management, ChatAPI, TitleAPI, NBTApi, ScoreboardAPI...
[21:45:45] [Server thread/INFO]: [SpigotLib] Preparing PlaceholderAPI and Vault hooks...
[21:45:45] [Server thread/INFO]: [Towny] Loading Towny v0.93.0.0
[21:45:45] [Server thread/INFO]: [StarGate] Loading StarGate v9.3.1
[21:45:45] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[21:45:45] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
[21:45:45] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.53
[21:45:45] [Server thread/INFO]: [Bitcoin] Loading Bitcoin v2.2
[21:45:45] [Server thread/INFO]: [TownyNameUpdater] Loading TownyNameUpdater v2.0
[21:45:45] [Server thread/INFO]: [TimeIsMoney] Loading TimeIsMoney v1.9.6.5
[21:45:45] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
[21:45:45] [Server thread/INFO]: [TownyGUI] Loading TownyGUI v4.7
[21:45:45] [Server thread/INFO]: [Dynmap-Towny] Loading Dynmap-Towny v0.71
[21:45:45] [Server thread/INFO]: [TownyTitle] Loading TownyTitle v1.5
[21:45:45] [Server thread/INFO]: [ChestShop-towny] Loading ChestShop-towny v1.0.1
[21:45:45] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.13.2
[21:45:45] [Server thread/INFO]: [PluginLibrary] Loading PluginLibrary v1.2.1
[21:45:45] [Server thread/INFO]: [Autorank] Loading Autorank v4.2.6
[21:45:45] [Server thread/INFO]: [WorldEdit] Loading WorldEdit vunspecified
[21:45:45] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.17
[21:45:45] [Server thread/INFO]:         __    
[21:45:45] [Server thread/INFO]:   |    |__)   LuckPerms v4.3.17
[21:45:45] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[21:45:45] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:45:45] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:45:46] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:45:46] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:45:47] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1196ms)
[21:45:47] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.5
[21:45:47] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
[21:45:47] [Server thread/INFO]: [Vault] [Economy] CraftConomy3 found: Waiting
[21:45:47] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:45:47] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
[21:45:47] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:45:47] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[21:45:47] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:45:47] [Server thread/INFO]: Preparing level "Terra"
[21:45:47] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[21:45:48] [Server thread/INFO]: Loaded 524 recipes
[21:45:48] [Server thread/INFO]: -------- World Settings For [Terra] --------
[21:45:48] [Server thread/INFO]: Max TNT Explosions: 100
[21:45:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:45:48] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:45:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:45:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:45:48] [Server thread/INFO]: Random Lighting Updates: false
[21:45:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[21:45:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[21:45:48] [Server thread/INFO]: Mob Spawn Range: 6
[21:45:48] [Server thread/INFO]: Item Merge Radius: 2.5
[21:45:48] [Server thread/INFO]: Item Despawn Rate: 6000
[21:45:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:45:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:45:48] [Server thread/INFO]: View Distance: 10
[21:45:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:45:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:45:48] [Server thread/INFO]: -------- World Settings For [Terra_nether] --------
[21:45:48] [Server thread/INFO]: Max TNT Explosions: 100
[21:45:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:45:48] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:45:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:45:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:45:48] [Server thread/INFO]: Random Lighting Updates: false
[21:45:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[21:45:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[21:45:48] [Server thread/INFO]: Mob Spawn Range: 6
[21:45:48] [Server thread/INFO]: Item Merge Radius: 2.5
[21:45:48] [Server thread/INFO]: Item Despawn Rate: 6000
[21:45:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:45:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:45:48] [Server thread/INFO]: View Distance: 10
[21:45:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:45:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:45:48] [Server thread/INFO]: -------- World Settings For [Terra_the_end] --------
[21:45:48] [Server thread/INFO]: Max TNT Explosions: 100
[21:45:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:45:48] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:45:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:45:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:45:48] [Server thread/INFO]: Random Lighting Updates: false
[21:45:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[21:45:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:45:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[21:45:48] [Server thread/INFO]: Mob Spawn Range: 6
[21:45:48] [Server thread/INFO]: Item Merge Radius: 2.5
[21:45:48] [Server thread/INFO]: Item Despawn Rate: 6000
[21:45:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:45:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:45:48] [Server thread/INFO]: View Distance: 10
[21:45:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:45:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:45:48] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: -8764208808124603345)
[21:45:48] [Server thread/INFO]: Preparing spawn area: 4%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 8%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 12%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 16%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 20%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 24%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 28%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 32%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 36%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 40%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 44%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 48%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 52%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 56%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 60%
[21:45:49] [Server thread/INFO]: Preparing spawn area: 64%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 68%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 72%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 76%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 80%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 84%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 88%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 92%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 96%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 100%
[21:45:50] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: -8764208808124603345)
[21:45:50] [Server thread/INFO]: Preparing spawn area: 4%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 8%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 12%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 16%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 20%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 24%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 28%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 32%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 36%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 40%
[21:45:50] [Server thread/INFO]: Preparing spawn area: 44%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 48%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 52%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 56%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 60%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 64%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 68%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 72%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 76%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 80%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 84%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 88%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 92%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 96%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 100%
[21:45:51] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -8764208808124603345)
[21:45:51] [Server thread/INFO]: Preparing spawn area: 4%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 8%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 12%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 16%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 20%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 24%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 28%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 32%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 36%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 40%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 44%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 48%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 52%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 56%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 60%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 64%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 68%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 72%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 76%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 80%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 84%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 88%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 92%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 96%
[21:45:51] [Server thread/INFO]: Preparing spawn area: 100%
[21:45:51] [Server thread/INFO]: Time elapsed: 3098 ms
[21:45:51] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-3-160
[21:45:52] [Server thread/INFO]: [dynmap] Added 11 custom biome mappings
[21:45:52] [Server thread/INFO]: [dynmap] Using Bukkit Permissions (superperms) for access control
[21:45:52] [Server thread/INFO]: [dynmap] Web interface permissions only available for online users
[21:45:52] [Server thread/INFO]: [dynmap] Mod Support processing completed
[21:45:52] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
[21:45:52] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[21:45:52] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[21:45:53] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[21:45:53] [Server thread/INFO]: [dynmap] version 3.0-beta-3-160 is enabled - core version 3.0-beta-3-160
[21:45:53] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
[21:45:53] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[21:45:53] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Terra'.
[21:45:53] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Terra_nether'.
[21:45:53] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Terra_the_end'.
[21:45:53] [Server thread/INFO]: [dynmap] Enabled
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: towny
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[21:45:53] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.3.1-d99cf63-trv200
[21:45:53] [Server thread/INFO]: [Craftconomy3] Starting up!
[21:45:53] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
[21:45:54] [Server thread/INFO]: [Craftconomy3] Loading listeners.
[21:45:54] [Server thread/INFO]: [Craftconomy3] Loading commands
[21:45:54] [Server thread/INFO]: [Craftconomy3] Loading the Database Manager
[21:45:54] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[21:45:54] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[21:45:54] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[21:45:55] [Server thread/INFO]: [Craftconomy3] Database Manager Loaded!
[21:45:55] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
[21:45:55] [Server thread/INFO]: [Craftconomy3] Currency Manager Loaded!
[21:45:55] [Server thread/INFO]: [Craftconomy3] Loading default settings.
[21:45:55] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
[21:45:55] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
[21:45:55] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[21:45:55] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
[21:45:55] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
[21:45:55] [Server thread/INFO]: [Craftconomy3] Ready!
[21:45:55] [Server thread/INFO]: [Vault][Economy] Craftconomy3 hooked.
[21:45:55] [Server thread/INFO]: [ZavMessage] Enabling ZavMessage v1.1.1
[21:45:55] [Server thread/INFO]: ================== ZavMessage ==================
[21:45:55] [Server thread/INFO]: Loading configs...
[21:45:55] [Server thread/INFO]: Reading messages from config...
[21:45:55] [Server thread/INFO]: Message list read!
[21:45:55] [Server thread/INFO]: ZavMessage has loaded!
[21:45:55] [Server thread/INFO]: ================================================
[21:45:55] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.0
[21:45:55] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[21:45:55] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[21:45:55] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Terra" has border radius 6000 at X: -406.0 Z: 30.0
[21:45:55] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
[21:45:55] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -406.0 Y: 99.0 Z: 30.0
[21:45:55] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0
[21:45:55] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.9.3
[21:45:55] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.3-SNAPSHOT (build 113)
[21:45:55] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[21:45:55] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.20.0
[21:45:55] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial...
[21:45:56] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource...
[21:45:56] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.V1_13.Protocol_1_13_V1
[21:45:56] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: Rundschau
[21:45:56] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found!
[21:45:56] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully!
[21:45:56] [Server thread/INFO]: [LotteryPool] Enabling LotteryPool v1.2.3
[21:45:56] [Server thread/INFO]: Vault is found! LOTTERY POOLS has been successfully loaded up.
[21:45:56] [Server thread/INFO]: [SpigotLib] Enabling SpigotLib v8.4
[21:45:56] [Server thread/INFO]: [SpigotLib] Initializing offline player manager...
[21:45:56] [Server thread/INFO]: [SpigotLib] Your server is not connected to a BungeeCord server, skipping BungeeAPI load...
[21:45:56] [Server thread/INFO]: [SpigotLib] The plugin Vault is present, hooking to it as Economy USER...
[21:45:56] [Server thread/INFO]: [Towny] Enabling Towny v0.93.0.0
[21:45:56] [Server thread/INFO]: ====================      Towny      ========================
[21:45:56] [Server thread/INFO]: [Towny] Custom language file detected, not updating.
[21:45:56] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
[21:45:57] [Server thread/INFO]: [Towny] Using: Vault v1.7.1-b91, Craftconomy3 via Vault
[21:45:57] [Server thread/INFO]: [Towny] Time until a New Day: 14 hours, 14 minutes, 3 seconds
[21:45:57] [Server thread/INFO]: =============================================================
[21:45:57] [Server thread/INFO]: [Towny] Version: 0.93.0.0 - Mod Enabled
[21:45:57] [Server thread/INFO]: =============================================================
[21:45:57] [Server thread/INFO]: [StarGate] Enabling StarGate v9.3.1
[21:45:57] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.53
[21:45:57] [Server thread/INFO]: [Bitcoin] Enabling Bitcoin v2.2
[21:45:58] [Server thread/INFO]: [Bitcoin] Enabled!
[21:45:58] [Server thread/INFO]: [TownyNameUpdater] Enabling TownyNameUpdater v2.0
[21:45:58] [Server thread/INFO]: [TimeIsMoney] Enabling TimeIsMoney v1.9.6.5
[21:45:58] [Server thread/INFO]: [TimeIsMoney] Loaded 2 Payouts!
[21:45:58] [Server thread/INFO]: Time is Money v1.9.6.5 started.
[21:45:58] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
[21:45:58] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
[21:45:58] [Server thread/INFO]: [TownyGUI] Enabling TownyGUI v4.7
[21:45:58] [Server thread/INFO]: [TownyGUI] Hooked into Towny!.
[21:45:59] [Server thread/INFO]: [TownyGUI] has been enabled without errors.
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] Enabling Dynmap-Towny v0.71
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] initializing
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-town will have no effect
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] Dynmap does not have player-info-protected enabled - visibility-by-nation will have no effect
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] version 0.71 is activated
[21:45:59] [Server thread/INFO]: [Dynmap-Towny] TownyChat detect: disabling normal chat-to-web processing in Dynmap
[21:45:59] [Server thread/INFO]: [TownyTitle] Enabling TownyTitle v1.5
[21:45:59] [Server thread/INFO]: [TownyTitle] Towny was found!
[21:45:59] [Server thread/INFO]: [TownyTitle] Version detected: 1.13.2-R0.1-SNAPSHOT
[21:45:59] [Server thread/INFO]: [TownyTitle] Using reflection (1.9-1.12)!
[21:45:59] [Server thread/INFO]: [ChestShop-towny] Enabling ChestShop-towny v1.0.1
[21:45:59] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.13.2
[21:45:59] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
[21:45:59] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
[21:45:59] [Server thread/INFO]: [DeluxeChat] TownyChat integration is enabled!
[21:45:59] [Server thread/INFO]: [DeluxeChat] Detected Vault
[21:45:59] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
[21:45:59] [Server thread/INFO]: ----------------------------
[21:45:59] [Server thread/INFO]:      DeluxeChat Updater
[21:45:59] [Server thread/INFO]:  
[21:45:59] [Server thread/INFO]: You are running 1.13.2
[21:45:59] [Server thread/INFO]: The latest version
[21:45:59] [Server thread/INFO]: of DeluxeChat!
[21:45:59] [Server thread/INFO]:  
[21:45:59] [Server thread/INFO]: ----------------------------
[21:45:59] [Server thread/INFO]: [PluginLibrary] Enabling PluginLibrary v1.2.1
[21:45:59] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
[21:45:59] [Server thread/INFO]: [PluginLibrary] ***== Loaded 1 libraries! ==***
[21:45:59] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Vault (by Kainzo)
[21:45:59] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
[21:45:59] [Server thread/INFO]: [PluginLibrary] PluginLibrary v1.2.1 is now enabled!
[21:45:59] [Server thread/INFO]: [Autorank] Enabling Autorank v4.2.6
[21:45:59] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
[21:45:59] [Server thread/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider
[21:45:59] [Server thread/INFO]: [Autorank] Using timings of: autorank
[21:45:59] [Server thread/INFO]: [Autorank] Autorank 4.2.6 has been enabled!
[21:45:59] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:46:00] [Server thread/INFO]: Done (12.883s)! For help, type "help"
[21:46:00] [Server thread/INFO]: Starting GS4 status listener
[21:46:00] [Query Listener #1/INFO]: Query running on 0.0.0.0:35566
[21:46:00] [Server thread/INFO]: (FAWE) Plugin 'Towny' found. Using it now.
[21:46:00] [Craft Scheduler Thread - 7/INFO]: [Autorank] Loading UUID storage files...
[21:46:00] [Craft Scheduler Thread - 9/INFO]: [Autorank] Removed 0 old storage entries from database!
[21:46:00] [Server thread/INFO]: [SpigotLib] Starting TPSMeter...
[21:46:00] [Server thread/INFO]: [SpigotLib] Starting PlaceholderAPI hook...
[21:46:00] [Server thread/INFO]: [SpigotLib] Started SpigotLib 8.4 properly.
[21:46:00] [Craft Scheduler Thread - 7/INFO]: [Autorank] Loaded UUID storage in 0 seconds.
[21:46:00] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
[21:46:00] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
[21:46:00] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
[21:46:00] [Craft Scheduler Thread - 0/INFO]: [Vault] Checking for Updates ... 
[21:46:00] [Craft Scheduler Thread - 0/INFO]: [Vault] No new version available
[21:46:01] [Server thread/INFO]: (Lotterie) → Die Lotterie wurde gestartet, /lpl um teilzunehmen. (DAUER DER LOTTERIE: 10 MINUTEN)
[21:46:01] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 126 placeholder expansions are available on the cloud.
[21:46:16] [User Authenticator #1/INFO]: UUID of player Loapu is eba0f6bf-06ec-4f42-8677-fb2a4c9aa80e
[21:46:18] [Server thread/INFO]: Loapu[/93.207.235.103:5677] logged in with entity id 327 at ([Terra]-358.10416814282877, 64.0, 119.32148826438242)
[21:46:20] [pool-18-thread-1/INFO]: [ TPS Meter ] The servers TPS is bellow 14.9, is it lagging or crashed?
[21:46:29] [Server thread/ERROR]: Could not pass event CurrencyAmountEvent to ChestShop v3.9.3-SNAPSHOT (build 113)
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:440) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.PreTransaction.PartialTransactionModule.onPreSellTransaction(PartialTransactionModule.java:110) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:133) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:299) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:266) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1162) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
    at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.NullPointerException
    at com.greatmancode.craftconomy3.account.AccountManager.getAccount(AccountManager.java:46) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.getBalance(Economy_Craftconomy3.java:278) ~[?:?]
    at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:25) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onAmountCheck(VaultListener.java:86) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    ... 37 more
[21:46:29] [Server thread/ERROR]: Could not pass event CurrencySubtractEvent to ChestShop v3.9.3-SNAPSHOT (build 113)
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:440) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onSellTransaction(EconomicModule.java:58) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:138) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:299) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:266) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1162) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
    at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.NullPointerException
    at com.greatmancode.craftconomy3.account.AccountManager.getAccount(AccountManager.java:46) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.withdrawPlayer(Economy_Craftconomy3.java:293) ~[?:?]
    at net.milkbowl.vault.economy.AbstractEconomy.withdrawPlayer(AbstractEconomy.java:45) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencySubtraction(VaultListener.java:165) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    ... 37 more
[21:46:32] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:46:32] [Server thread/ERROR]: Could not pass event CurrencyAmountEvent to ChestShop v3.9.3-SNAPSHOT (build 113)
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:440) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.PreTransaction.PartialTransactionModule.onPreSellTransaction(PartialTransactionModule.java:110) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:133) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:299) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:266) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1162) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
    at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.NullPointerException
    at com.greatmancode.craftconomy3.account.AccountManager.getAccount(AccountManager.java:46) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.getBalance(Economy_Craftconomy3.java:278) ~[?:?]
    at net.milkbowl.vault.economy.AbstractEconomy.getBalance(AbstractEconomy.java:25) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onAmountCheck(VaultListener.java:86) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    ... 37 more
[21:46:32] [Server thread/ERROR]: Could not pass event CurrencySubtractEvent to ChestShop v3.9.3-SNAPSHOT (build 113)
org.bukkit.event.EventException: null
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.ChestShop.callEvent(ChestShop.java:440) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.PostTransaction.EconomicModule.onSellTransaction(EconomicModule.java:58) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at com.Acrobot.ChestShop.Listeners.Player.PlayerInteract.onInteract(PlayerInteract.java:138) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:299) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:266) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:110) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1162) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:40) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PacketPlayInBlockDig.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
    at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.NullPointerException
    at com.greatmancode.craftconomy3.account.AccountManager.getAccount(AccountManager.java:46) ~[?:?]
    at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.withdrawPlayer(Economy_Craftconomy3.java:293) ~[?:?]
    at net.milkbowl.vault.economy.AbstractEconomy.withdrawPlayer(AbstractEconomy.java:45) ~[?:?]
    at com.Acrobot.ChestShop.Listeners.Economy.Plugins.VaultListener.onCurrencySubtraction(VaultListener.java:165) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spgt-1132-220119.jar:git-Spigot-f56e2e7-1a64d4a]
    ... 37 more
[21:47:03] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:47:35] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:48:07] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:48:07] [Craft Scheduler Thread - 5/INFO]: [Metrics] Die Wartezeit für die Verbindung ist abgelaufen (Connection timed out)
[21:48:39] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:48:57] [Server thread/INFO]: Loapu issued server command: /version chest
[21:49:11] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:49:43] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:50:08] [Server thread/INFO]: Loapu issued server command: /version
[21:50:14] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:50:46] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:51:03] [Server thread/INFO]: §9Wusstest du schon, dass...
[21:51:03] [Server thread/INFO]: §7...du für §9250 Mark §7eine eigene Stadt gründen kannst?
[21:51:18] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu
[21:51:26] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[21:51:50] [Server thread/INFO]: There are 1 of a max 25 players online: Loapu

What other plugins are you running?

LuckPerms 4.3.17 dynmap 3.0-beta-3-160 BlockLocker 1.5 PlaceholderAPI 2.9.2 Craftconomy3 3.3.1-d99cf63-trv200 ZavMessage 1.1.1 WorldBorder 1.9.0 FastAsyncWorldEdit 1.0 SignEdit 1.9.3 Vault 1.7.1-b91 ChestShop 3.9.3-SNAPSHOT (build 113) ServerTutorialPlus 1.20.0 LotteryPool 1.2.3 SpigotLib 8.4 Towny 0.93.0.0 StarGate 9.3.1 ProtocolLib 4.4.0 TownyChat 0.53 Bitcoin 2.2 TownyNameUpdater 2.0 TimeIsMoney 1.9.6.5 ServerSigns 4.5.1 TownyGUI 4.7 Dynmap-Towny 0.71 TownyTitle 1.5 ChestShop-towny 1.0.1 DeluxeChat 1.13.2 PluginLibrary 1.2.1 Autorank 4.2.6 WorldEdit unspecified

What is happening?

It happens nothing when I try to sell items at the admin shop.

What did you expect to happen?

Well, I expect the items to be sold.

Please provide any additional info below I already tried to uninstall ChestShop-towny but nothing changed

Phoenix616 commented 5 years ago

Please provide the exact sign setup that you used for the shop because this error only happens with some economy plugins that don't handle it correctly when a player doesn't exist.

Loapu commented 5 years ago

L1: "Adminshop" L2: "64" L3: Both "S 1" and "1 S" L4: "Dirt"

Phoenix616 commented 5 years ago

The admin shop name is "Admin Shop" in your config. You have do either use that exact name on the sign or change the config if you want to use a different name.

On Wed, Jan 23, 2019, 03:12 Benjamin Selig notifications@github.com wrote:

L1: "Adminshop" L2: "64" L3: Both "S 1" and "1 S" L4: "Dirt"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/194#issuecomment-456641382, or mute the thread https://github.com/notifications/unsubscribe-auth/AFgGTQdI1HQTA8fcKupkdZPrIwZJZqXmks5vF8T9gaJpZM4aNhfH .

Loapu commented 5 years ago

Alright, sorry xD It (obviously) works...

Maybe implement a dedicated error message?

Thank you for your fast response and sorry for such a dumb request ^^

Phoenix616 commented 5 years ago

Yeah, with the amount of plugins not handing that correctly we might have to do that.

On Wed, Jan 23, 2019, 03:21 Benjamin Selig notifications@github.com wrote:

Alright, sorry xD It (obviously) works...

Maybe implement a dedicated error message?

Thank you for your fast response and sorry for such a dumb request ^^

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ChestShop-authors/ChestShop-3/issues/194#issuecomment-456643335, or mute the thread https://github.com/notifications/unsubscribe-auth/AFgGTT9SLF6YkrziF1KeCfQS2izyMJaPks5vF8cwgaJpZM4aNhfH .

Phoenix616 commented 5 years ago

Issue is caused by https://github.com/MilkBowl/Vault/issues/746