ChestShop (iConomyChestShop)

ChestShop (iConomyChestShop)

6M Downloads

German language file corrupted

FREE2WIN2 opened this issue ยท 2 comments

commented

Plugin Version

CHestShop version 3.11 (build 213)

Plugin Config

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Server Version

1.15.2 (paper)

Server Log

Log
[14:37:25] [main/WARN]: Failed to load eula.txt
[14:37:27] [Server thread/INFO]: Starting minecraft server version 1.15.2
[14:37:27] [Server thread/INFO]: Loading properties
[14:37:27] [Server thread/INFO]: This server is running Paper version git-Paper-824790e85 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[14:37:27] [Server thread/INFO]: Debug logging is disabled
[14:37:27] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:37:27] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:37:27] [Server thread/INFO]: Default game type: SURVIVAL
[14:37:27] [Server thread/INFO]: Generating keypair
[14:37:27] [Server thread/INFO]: Starting Minecraft server on *:25565
[14:37:28] [Server thread/INFO]: Using epoll channel type
[14:37:28] [Server thread/ERROR]: Ambiguous plugin name `TutorialSystem' for files `/data/plugins/TutorialSystem-1.15.0-SNAPSHOT.jar' and `/data/plugins/TutorialSystem-1.15.0.jar' in `/data/plugins'
[14:37:28] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:37:30] [Server thread/WARN]: Legacy plugin Craftconomy3 v3.3.1-d99cf63-trv200 does not specify an api-version.
[14:37:30] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.74
[14:37:31] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.5.12
[14:37:31] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[14:37:31] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1247d114]
[14:37:31] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.15.2
[14:37:31] [Server thread/INFO]: [Craftconomy3] Loading Craftconomy3 v3.3.1-d99cf63-trv200
[14:37:31] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v2.0.9
[14:37:31] [Server thread/INFO]: [CloudLinker] Loading CloudLinker v1.0
[14:37:31] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[14:37:31] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.5.1
[14:37:31] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.15.2) has not yet been tested! Proceed with caution.
[14:37:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.3;5407315
[14:37:31] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.1.5-SNAPSHOT
[14:37:31] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2217)
[14:37:31] [Server thread/INFO]: [LWC] Loading LWC v2.1.5-09ad392
[14:37:31] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v6.3.3
[14:37:31] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.11 (build 213)
[14:37:31] [Server thread/INFO]: [ChestShop] LWC version 2.1.5-09ad392 loaded.
[14:37:31] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.3;5407315 loaded.
[14:37:31] [Server thread/INFO]: [MyPlayPlanet-Core] Loading MyPlayPlanet-Core v1.15.0-SNAPSHOT
[14:37:31] [Server thread/INFO]: [SurvivalSystem] Loading SurvivalSystem v${project.build.version}
[14:37:31] [Server thread/INFO]: [TutorialSystem] Loading TutorialSystem v1.15.0
[14:37:31] [Server thread/INFO]: [BauHub] Loading BauHub v1.15.0
[14:37:31] [Server thread/INFO]: [MyPlayPlanet-Module] Loading MyPlayPlanet-Module v1.15.0
[14:37:31] [Server thread/INFO]: [FastTravel] Loading FastTravel v1.1
[14:37:31] [Server thread/INFO]: [CitySystem] Loading CitySystem v1.0
[14:37:31] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.74
[14:37:32] [Server thread/INFO]:         __    
[14:37:32] [Server thread/INFO]:   |    |__)   LuckPerms v5.2.74
[14:37:32] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[14:37:32] [Server thread/INFO]: 
[14:37:32] [Server thread/INFO]: [LuckPerms] Loading configuration...
[14:37:32] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[14:37:32] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[14:37:32] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[14:37:32] [Server thread/INFO]: [LuckPerms] Loading messaging service... [REDIS]
[14:37:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[14:37:32] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[14:37:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 974ms)
[14:37:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[14:37:32] [Server thread/INFO]: WEPIF: Updated config file
[14:37:32] [Server thread/WARN]: [WorldEdit] Loaded class net.milkbowl.vault.permission.Permission from Vault v1.7.2-b107 which is not a depend, softdepend or loadbefore of this plugin.
[14:37:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:37:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[14:37:33] [Server thread/INFO]: [CloudLinker] Enabling CloudLinker v1.0
[14:37:33] [Server thread/INFO]: Started ConfigService
[14:37:33] [Server thread/INFO]: Starting ScheduleService...
[14:37:33] [Server thread/INFO]: Connecting to 10.2.1.4:5556...
[14:37:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[14:37:33] [nioEventLoopGroup-2-1/INFO]: [net.myplayplanet.packetapi.client.NettyClient] Connected to 10.2.1.4:5556...
[14:37:33] [Server thread/WARN]: [Vault] Loaded class com.greatmancode.craftconomy3.tools.interfaces.BukkitLoader from Craftconomy3 v3.3.1-d99cf63-trv200 which is not a depend, softdepend or loadbefore of this plugin.
[14:37:33] [Server thread/INFO]: [Vault] [Economy] CraftConomy3 found: Waiting
[14:37:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:37:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[14:37:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[14:37:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[14:37:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.5.1
[14:37:33] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[14:37:33] [Server thread/INFO]: [LWC] Enabling LWC v2.1.5-09ad392
[14:37:33] [Server thread/WARN]: [LWC] Loaded class com.sk89q.worldedit.extension.platform.Actor from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
[14:37:33] [Server thread/INFO]: [LWC] Connecting to SQLite
[14:37:33] [Server thread/WARN]: [LWC] Loaded class com.sk89q.worldguard.bukkit.WorldGuardPlugin from WorldGuard v7.0.3;5407315 which is not a depend, softdepend or loadbefore of this plugin.
[14:37:33] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:37:33] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:37:33] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[14:37:33] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[14:37:33] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:37:33] [Server thread/INFO]: Preparing level "survival"
[14:37:33] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[14:37:34] [Server thread/INFO]: Loaded 6 recipes
[14:37:34] [Server thread/INFO]: -------- World Settings For [survival] --------
[14:37:34] [Server thread/INFO]: Mob Spawn Range: 4
[14:37:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:37:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:37:34] [Server thread/INFO]: Entity Tracking Range: Pl 150 / An 48 / Mo 48 / Mi 32 / Other 64
[14:37:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:37:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:37:34] [Server thread/INFO]: Max TNT Explosions: 100000
[14:37:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:37:34] [Server thread/INFO]: View Distance: 10
[14:37:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:37:34] [Server thread/INFO]: Item Merge Radius: 2.5
[14:37:34] [Server thread/INFO]: Item Despawn Rate: 6000
[14:37:34] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:37:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:37:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:37:34] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[14:37:34] [Server thread/INFO]: -------- World Settings For [survival_nether] --------
[14:37:34] [Server thread/INFO]: Mob Spawn Range: 4
[14:37:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:37:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Potato Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Vine Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
[14:37:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[14:37:34] [Server thread/INFO]: Entity Tracking Range: Pl 150 / An 48 / Mo 48 / Mi 32 / Other 64
[14:37:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[14:37:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[14:37:34] [Server thread/INFO]: Max TNT Explosions: 100000
[14:37:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:37:34] [Server thread/INFO]: View Distance: 10
[14:37:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:37:34] [Server thread/INFO]: Item Merge Radius: 2.5
[14:37:34] [Server thread/INFO]: Item Despawn Rate: 6000
[14:37:34] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[14:37:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:37:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:37:34] [Server thread/INFO]: Preparing start region for dimension 'survival'/minecraft:overworld
[14:37:34] [Server thread/INFO]: Loaded 0 spawn chunks for world survival
[14:37:34] [Server thread/INFO]: Preparing spawn area: 0%
[14:37:34] [Server thread/INFO]: Time elapsed: 245 ms
[14:37:34] [Server thread/INFO]: Preparing start region for dimension 'survival_nether'/minecraft:the_nether
[14:37:35] [Server thread/INFO]: Loaded 0 spawn chunks for world survival_nether
[14:37:35] [Server thread/INFO]: Time elapsed: 54 ms
[14:37:35] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.5.12
[14:37:35] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[14:37:35] [Server thread/INFO]: Advanced portals have been successfully enabled!
[14:37:35] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.15.2
[14:37:35] [Server thread/INFO]: [LogBlock] Connecting to root@jdbc:mysql://mysql_general:3306/mpp_survival_logblock...
[14:37:35] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Starting...
[14:37:35] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Start completed.
[14:37:35] [Server thread/INFO]: [LogBlock] [Updater] Current Minecraft Version: '1.15.2'
[14:37:35] [Server thread/INFO]: [LogBlock] Entity logging enabled!
[14:37:35] [Server thread/INFO]: [Craftconomy3] Enabling Craftconomy3 v3.3.1-d99cf63-trv200*
[14:37:35] [Server thread/INFO]: [Craftconomy3] Starting up!
[14:37:35] [Server thread/INFO]: [Craftconomy3] Loading the Configuration
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading listeners.
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading commands
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading the Database Manager
[14:37:36] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[14:37:36] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[14:37:36] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[14:37:36] [Server thread/INFO]: [Craftconomy3] Database Manager Loaded!
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading the Currency manager.
[14:37:36] [Server thread/INFO]: [Craftconomy3] Currency Manager Loaded!
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading default settings.
[14:37:36] [Server thread/INFO]: [Craftconomy3] Default settings loaded!
[14:37:36] [Server thread/INFO]: [Craftconomy3] Loading the Account Manager
[14:37:36] [Server thread/INFO]: [Craftconomy3] Starting Metrics.
[14:37:36] [Server thread/INFO]: [Craftconomy3] Account Manager Loaded!
[14:37:36] [Server thread/INFO]: [Craftconomy3] World Group Manager loaded!
[14:37:36] [Server thread/INFO]: [Craftconomy3] Ready!
[14:37:36] [Server thread/INFO]: [Vault] [Vault][Economy] Craftconomy3 hooked.
[14:37:36] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v2.0.9
[14:37:36] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[14:37:36] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[14:37:36] [Server thread/INFO]: [WorldBorder] [CONFIG] World "survival" has border radius 5000 at X: 0.5 Z: -0.5
[14:37:36] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 36.0 Y: 73.0 Z: 16.0
[14:37:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.3;5407315
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival) TNT ignition is PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival) Lighters are PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival) Lava fire is PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival) Fire spread is UNRESTRICTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival'
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival_nether) TNT ignition is PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival_nether) Lighters are PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival_nether) Lava fire is PERMITTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] (survival_nether) Fire spread is UNRESTRICTED.
[14:37:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survival_nether'
[14:37:36] [Server thread/INFO]: [WorldGuard] Loading region data...
[14:37:36] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.1.5-SNAPSHOT
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[14:37:36] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[14:37:36] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2217)
[14:37:36] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v6.3.3
[14:37:36] [Server thread/INFO]: dtlTraders> Welcome to dtlTraders v6.3.3!
[14:37:36] [Server thread/INFO]: dtlTraders> Trying to hook into any Vault supported plugin...
[14:37:36] [Server thread/INFO]: dtlTraders> Vault found! Trying to hook...
[14:37:36] [Server thread/INFO]: dtlTraders> Found economy plugin: Craftconomy3
[14:37:36] [Server thread/INFO]: dtlTraders> Loaded 6 guis from the guis config!
[14:37:36] [Server thread/INFO]: dtlTraders> Hooking into Citizens!
[14:37:36] [Server thread/INFO]: dtlTraders> dtlTraders is managed by Degitise. www.degitise.com
[14:37:36] [Server thread/INFO]: dtlTraders> Unlock premium features with dtlTradersPlus!
[14:37:36] [Server thread/INFO]: dtlTraders> Buy your copy at: https://www.spigotmc.org/resources/dtltradersplus.63690/
[14:37:36] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.11 (build 213)
[14:37:36] [Server thread/INFO]: [ChestShop] Found locale en!
[14:37:36] [Server thread/WARN]: [ChestShop] No default config 'languages/lang.de.yml' found in ChestShop's jar file!
[14:37:36] [Server thread/ERROR]: Error occurred while enabling ChestShop v3.11 (build 213) (Is it up to date?)
java.lang.IllegalArgumentException: Defaults may not be null
	at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at org.bukkit.configuration.MemoryConfiguration.setDefaults(MemoryConfiguration.java:62) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at com.Acrobot.ChestShop.Lang.bukkit.BukkitLanguageConfig.loadConfig(BukkitLanguageConfig.java:52) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.BukkitLanguageConfig.<init>(BukkitLanguageConfig.java:45) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.lambda$loadConfigs$1(LanguageManager.java:64) ~[?:?]
	at com.Acrobot.ChestShop.Lang.LanguageManagerCore.lambda$loadConfigs$0(LanguageManagerCore.java:106) ~[?:?]
	at com.Acrobot.ChestShop.Lang.LanguageManagerCore$1.visitFile(LanguageManagerCore.java:121) ~[?:?]
	at com.Acrobot.ChestShop.Lang.LanguageManagerCore$1.visitFile(LanguageManagerCore.java:115) ~[?:?]
	at java.nio.file.Files.walkFileTree(Files.java:2724) ~[?:?]
	at com.Acrobot.ChestShop.Lang.LanguageManagerCore.loadInTree(LanguageManagerCore.java:115) ~[?:?]
	at com.Acrobot.ChestShop.Lang.LanguageManagerCore.loadConfigs(LanguageManagerCore.java:104) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.loadConfigs(LanguageManager.java:63) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.<init>(LanguageManager.java:58) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.<init>(LanguageManager.java:45) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.<init>(LanguageManager.java:41) ~[?:?]
	at com.Acrobot.ChestShop.Lang.bukkit.LanguageManager.<init>(LanguageManager.java:33) ~[?:?]
	at com.Acrobot.ChestShop.Configuration.Messages.load(Messages.java:124) ~[?:?]
	at com.Acrobot.ChestShop.ChestShop.loadConfig(ChestShop.java:171) ~[?:?]
	at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:129) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:604) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:1025) ~[patched_1.15.2.jar:git-Paper-824790e85]
	at java.lang.Thread.run(Thread.java:834) [?:?]
[14:37:36] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.11 (build 213)

What other plugins are you running?

-> Not necessary for this error

What is happening?

If I run the lang.de.yml this error occurs (Before thet i have to fix this file...)

What did you expect to happen?

Plugin enabling

Additional context

After deleting the lang.de.yml file everything works

commented

No response, I assume this is fixed (and seems to not be an issue for me)

commented

You are not running the latest development build of the plugin, please test if the issue still exists with that.