Closed apelsin222 closed 3 years ago
Please provide the users.db file as a file download, not as raw/text...
Please provide the users.db file as a file download, not as raw/text...
That wasn't possible since it didn't support that format
Then either zip it or upload it to some other site.
Then either zip it or upload it to some other site.
Updated it now
Apparently the issue was actually that the shop had a chest and that FORCE_UNLIMITED_ADMIN_SHOP
was set to false, not the name of the admin shop.
Plugin Version
ChestShop version 3.12-SNAPSHOT (build 278)
Plugin Config
Config
```yaml # 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: true # 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: "Ostyaki" # 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 # Make all admin shops be unlimited even if they have a shop container at the sign FORCE_UNLIMITED_ADMIN_SHOP: false # This makes sure that the UUIDs of player shop accounts match the server's online-mode setting. Disabling this might lead to issues with offline players and is therefore unsupported! ENSURE_CORRECT_PLAYERID: true # Add stock counter to quantity line? USE_STOCK_COUNTER: false [](url) ```Server Version
Paper version git-Paper-509 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
Server Log
Log
``` [09:21:50] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [09:21:51] [main/INFO]: Reloading ResourceManager: Default, bukkit [09:21:52] [Worker-Main-3/INFO]: Loaded 7 recipes [09:21:53] [Server thread/INFO]: Starting minecraft server version 1.16.5 [09:21:53] [Server thread/INFO]: Loading properties [09:21:53] [Server thread/INFO]: This server is running Paper version git-Paper-509 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [09:21:53] [Server thread/INFO]: Server Ping Player Sample Count: 12 [09:21:53] [Server thread/INFO]: Using 4 threads for Netty based IO [09:21:53] [Server thread/INFO]: Debug logging is disabled [09:21:54] [Server thread/INFO]: Default game type: SURVIVAL [09:21:54] [Server thread/INFO]: Generating keypair [09:21:54] [Server thread/INFO]: Starting Minecraft server on 51.68.102.223:25679 [09:21:54] [Server thread/INFO]: Using epoll channel type [09:21:55] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [09:22:00] [Server thread/WARN]: Legacy plugin Admin360-Reloaded v8.1.2 does not specify an api-version. [09:22:00] [Server thread/WARN]: Legacy plugin ServerTutorialPlus v1.21.5 does not specify an api-version. [09:22:00] [Server thread/WARN]: Legacy plugin SimpleSit v1.6.3 does not specify an api-version. [09:22:00] [Server thread/WARN]: Legacy plugin dynmap v3.1-beta7-449 does not specify an api-version. [09:22:01] [Server thread/WARN]: Legacy plugin Dynmap-WorldGuard v1.2 does not specify an api-version. [09:22:02] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9 [09:22:02] [Server thread/INFO]: [HsRails] Loading HsRails v1.1.0 [09:22:02] [Server thread/INFO]: [Admin360-Reloaded] Loading Admin360-Reloaded v8.1.2 [09:22:02] [Server thread/INFO]: [WeatherVote] Loading WeatherVote v1.5.0-pre 1.16 [09:22:02] [Server thread/INFO]: [PsudoCommand] Loading PsudoCommand v1.0.14 [09:22:02] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.76 [09:22:02] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.21.5 [09:22:02] [Server thread/INFO]: [AutomaticBroadcast] Loading AutomaticBroadcast v1.1.5 [09:22:02] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.6 [09:22:02] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.2 [09:22:02] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.1-SNAPSHOT-b498 [09:22:04] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.24 [09:22:04] [Server thread/INFO]: [HeadDB] Loading HeadDB v2.2 [09:22:04] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [09:22:04] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3 [09:22:04] [Server thread/INFO]: [BottledExp] Loading BottledExp v2.2.8.2 [09:22:04] [Server thread/INFO]: [ChatGames] Loading ChatGames v11.0 [09:22:04] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6 [09:22:04] [Server thread/INFO]: [WitherAC] Loading WitherAC v0.23.1 [09:22:04] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-beta7-449 [09:22:04] [Server thread/INFO]: [dynmap] version=git-Paper-509 (MC: 1.16.5) [09:22:04] [Server thread/INFO]: [dynmap] Mod Support API available [09:22:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.2+fc3c499 [09:22:05] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@106fa3d0] [09:22:05] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0 [09:22:05] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v2.0.23 [09:22:05] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v6.1.4 [09:22:05] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.21.3 [09:22:05] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0 [09:22:05] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.15-RELEASE [09:22:05] [Server thread/INFO]: [TAB] Loading TAB v2.8.10 [09:22:05] [Server thread/INFO]: [Lottery] Loading Lottery v1.4.3 [09:22:05] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984 [09:22:05] [Server thread/INFO]: [DynmapEssentials] Loading DynmapEssentials v1.0-SNAPSHOT [09:22:05] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.11.0-BETA-79e173ec [09:22:05] [Server thread/INFO]: [Slimefun] Loading Slimefun vDEV - 825 (git 49950cf6) [09:22:05] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.18.2.0 [09:22:05] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.0.2 [09:22:05] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0 [09:22:05] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v19.4 [09:22:05] [Server thread/INFO]: [MythicMobsExtension] Loading MythicMobsExtension v1.738b-SNAPSHOT [09:22:05] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.6.3#CUSTOM [09:22:05] [Server thread/INFO]: [InteractiveChat] Loading InteractiveChat v3.2.10.0 [09:22:05] [Server thread/INFO]: [Dynmap-WorldGuard] Loading Dynmap-WorldGuard v1.2 [09:22:05] [Server thread/INFO]: [ExoticGarden] Loading ExoticGarden vDEV - 74 (git 3366e8ac) [09:22:05] [Server thread/INFO]: [MoneyHunters] Loading MoneyHunters v5.9.10 [09:22:05] [Server thread/INFO]: [LWC] Loading LWC v2.2.6-2d10269 [09:22:05] [Server thread/INFO]: [FluffyMachines] Loading FluffyMachines vDEV - 68 (git 54fdd26b) [09:22:05] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12-SNAPSHOT (build 278) [09:22:05] [Server thread/INFO]: [ChestShop] LWC version 2.2.6-2d10269 loaded. [09:22:05] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded. [09:22:05] [Server thread/INFO]: [ChestShopNotifier] Loading ChestShopNotifier v1.3.3-SNAPSHOT (build 48) [09:22:05] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.12.0 [09:22:05] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (204 ms) [09:22:05] [Server thread/INFO]: [Shopkeepers] Loading config. [09:22:05] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'. [09:22:05] [Server thread/INFO]: [Shopkeepers] Couldn't register WorldGuard flag 'allow-shop': A flag already exists by the name allow-shop [09:22:05] [Server thread/INFO]: [Shopkeepers] Registering defaults. [09:22:05] [Server thread/INFO]: [Brewery] Loading Brewery v3.0 [09:22:05] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [09:22:05] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.76 [09:22:05] [Server thread/INFO]: __ [09:22:05] [Server thread/INFO]: | |__) LuckPerms v5.2.76 [09:22:05] [Server thread/INFO]: |___ | Running on Bukkit - Paper [09:22:05] [Server thread/INFO]: [09:22:05] [Server thread/INFO]: [LuckPerms] Loading configuration... [09:22:06] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [09:22:06] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [09:22:06] [Server thread/INFO]: [LuckPerms] Performing initial data load... [09:22:07] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1739ms) [09:22:07] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.1-SNAPSHOT-b498 [09:22:07] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [09:22:07] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [09:22:07] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin. [09:22:07] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [09:22:07] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [09:22:07] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [09:22:07] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [09:22:07] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.2+fc3c499 [09:22:07] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [09:22:07] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter [09:22:08] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.0.2 [09:22:08] [Server thread/WARN]: [NexEngine] ============== DISCLAIMER ============== [09:22:08] [Server thread/WARN]: [NexEngine] > You're running an unknown Spigot fork. [09:22:08] [Server thread/WARN]: [NexEngine] > This plugin is designed to work on Spigot (spigotmc.org) only! [09:22:08] [Server thread/WARN]: [NexEngine] > You won't get any support for any issues unless they persist on regular Spigot. [09:22:08] [Server thread/WARN]: [NexEngine] ======================================== [09:22:08] [Server thread/INFO]: [NexEngine] Loaded NMS version: V1_16_R3 [09:22:08] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions [09:22:08] [Server thread/INFO]: [NexEngine] Successfully hooked with Essentials Economy economy [09:22:08] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat [09:22:08] [Server thread/INFO]: [NexEngine] [Hook] Vault: Success! [09:22:09] [Server thread/INFO]: [NexEngine] Plugin loaded in 247 ms! [09:22:09] [Server thread/INFO]: [LWC] Enabling LWC v2.2.6-2d10269 [09:22:09] [Server thread/INFO]: [LWC] Connecting to SQLite [09:22:09] [Server thread/INFO]: Preparing level "world" [09:22:09] [Server thread/INFO]: -------- World Settings For [world] -------- [09:22:09] [Server thread/INFO]: Experience Merge Radius: 3.0 [09:22:09] [Server thread/INFO]: Max TNT Explosions: 100 [09:22:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [09:22:09] [Server thread/INFO]: Cactus Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Cane Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Melon Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Mushroom Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Sapling Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Beetroot Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Carrot Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Potato Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Wheat Growth Modifier: 100% [09:22:09] [Server thread/INFO]: NetherWart Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Vine Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Cocoa Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Bamboo Growth Modifier: 100% [09:22:09] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Kelp Growth Modifier: 100% [09:22:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [09:22:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [09:22:09] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [09:22:09] [Server thread/INFO]: Item Merge Radius: 2.5 [09:22:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [09:22:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [09:22:09] [Server thread/INFO]: Item Despawn Rate: 6000 [09:22:09] [Server thread/INFO]: View Distance: 11 [09:22:09] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [09:22:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [09:22:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [09:22:09] [Server thread/INFO]: Mob Spawn Range: 6 [09:22:09] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [09:22:10] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [09:22:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [09:22:10] [Server thread/INFO]: Max TNT Explosions: 100 [09:22:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [09:22:10] [Server thread/INFO]: Cactus Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Cane Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Melon Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Mushroom Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Sapling Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Beetroot Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Carrot Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Potato Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Wheat Growth Modifier: 100% [09:22:10] [Server thread/INFO]: NetherWart Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Vine Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Cocoa Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Bamboo Growth Modifier: 100% [09:22:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Kelp Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [09:22:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [09:22:10] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [09:22:10] [Server thread/INFO]: Item Merge Radius: 2.5 [09:22:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [09:22:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [09:22:10] [Server thread/INFO]: Item Despawn Rate: 6000 [09:22:10] [Server thread/INFO]: View Distance: 11 [09:22:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [09:22:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [09:22:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [09:22:10] [Server thread/INFO]: Mob Spawn Range: 6 [09:22:10] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [09:22:10] [Server thread/INFO]: Experience Merge Radius: 3.0 [09:22:10] [Server thread/INFO]: Max TNT Explosions: 100 [09:22:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [09:22:10] [Server thread/INFO]: Cactus Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Cane Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Melon Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Mushroom Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Sapling Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Beetroot Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Carrot Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Potato Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Wheat Growth Modifier: 100% [09:22:10] [Server thread/INFO]: NetherWart Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Vine Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Cocoa Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Bamboo Growth Modifier: 100% [09:22:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Kelp Growth Modifier: 100% [09:22:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true [09:22:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 [09:22:10] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [09:22:10] [Server thread/INFO]: Item Merge Radius: 2.5 [09:22:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [09:22:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [09:22:10] [Server thread/INFO]: Item Despawn Rate: 6000 [09:22:10] [Server thread/INFO]: View Distance: 11 [09:22:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [09:22:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [09:22:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [09:22:10] [Server thread/INFO]: Mob Spawn Range: 6 [09:22:10] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [09:22:10] [Server thread/INFO]: Loaded 0 spawn chunks for world world [09:22:10] [Server thread/INFO]: Preparing spawn area: 0% [09:22:10] [Server thread/INFO]: Preparing spawn area: 0% [09:22:11] [Server thread/INFO]: Preparing spawn area: 6% [09:22:11] [Server thread/INFO]: Time elapsed: 1018 ms [09:22:11] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [09:22:11] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether [09:22:11] [Server thread/INFO]: Preparing spawn area: 0% [09:22:11] [Server thread/INFO]: Time elapsed: 490 ms [09:22:11] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [09:22:11] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end [09:22:11] [Server thread/INFO]: Time elapsed: 261 ms [09:22:11] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9 [09:22:12] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [09:22:12] [Server thread/INFO]: [HsRails] Enabling HsRails v1.1.0 [09:22:12] [Server thread/INFO]: [HsRails] Reading config [09:22:12] [Server thread/INFO]: [HsRails] Setting speed multiplier to 4.0 [09:22:12] [Server thread/INFO]: [HsRails] Setting boost block to 'minecraft:redstone_block' [09:22:12] [Server thread/INFO]: [HsRails] Registering event listener [09:22:12] [Server thread/INFO]: [Admin360-Reloaded] Enabling Admin360-Reloaded v8.1.2* [09:22:12] [Server thread/INFO]: [Admin360-Reloaded] The config file is at the latest version. [09:22:12] [Server thread/INFO]: [Admin360-Reloaded] Connected to the SQLite database. [09:22:12] [Server thread/INFO]: [Admin360-Reloaded] Finished setting up the SQLite database. [09:22:12] [Server thread/INFO]: [Admin360-Reloaded] The database structure is at the latest version. [09:22:12] [Server thread/INFO]: [WeatherVote] Enabling WeatherVote v1.5.0-pre 1.16 [09:22:12] [Server thread/INFO]: [WeatherVote] a Plugin by F_o_F_1092 [09:22:12] [Server thread/INFO]: [0m[1m[37m[[0m[1m[34mWeather[0m[1m[36mVote[0m[1m[37m][0m[1m[34m ServerType:[0m[1m[36m Bukkit/Spigot[0m[1m[34m, Version:[0m[1m[36m UNKNOWN[0m [09:22:12] [Server thread/INFO]: [PsudoCommand] Enabling PsudoCommand v1.0.14 [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.21.5* [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial... [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Using FlatFile as datasource... [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Using protocol: nl.martenm.servertutorialplus.reflection.v1_14.Protocol_1_14_V1 [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: Toturial [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found! [09:22:12] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully! [09:22:12] [Server thread/INFO]: [AutomaticBroadcast] Enabling AutomaticBroadcast v1.1.5 [09:22:12] [Server thread/ERROR]: Cannot load plugins/AutomaticBroadcast/config.yml org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection in 'string', line 53, column 5: - '' ^ expectedWhat other plugins are you running?
Admin360-Reloaded, AreaShop, AutomaticBroadcast, BottledExp, Brewery, BuycraftX, ChatGames, ChestShop, ChestShopNotifier, CoreProtect, CrateReloaded, CrazyAuctions, DiscordSRV, dynmap, Dynmap-WorldGuard, DynmapEssentials, Essentials, EssentialsChat, EssentialsGeoIP, EssentialsSpawn, ExoticGarden, FluffyMachines, HeadDB, HolographicDisplays, HsRails, InteractiveChat, LibsDisguises, Lottery, LuckPerms, LWC, MoneyHunters, MythicMobs, MythicMobsExtension, NexEngine, PlaceholderAPI, ProtocolLib, PsudoCommand, ServerTutorialPlus, Shopkeepers, SimpleSit*, Slimefun, TAB, Vault, Votifier, VotingPlugin, WeatherVote, WitherAC, WorldEdit, WorldGuard
What is happening?
Before I had my own username: "Ostyaki" as the name for the AdminShop since the regular adminship didn't work. Then I updated to the newest version of the plugin and Ostyaki stopped working as an admin shop but it is working as a regular shop. The regular Admin Shop name doesn't work either.
What did you expect to happen?
I expected people to be able to buy from my shop and that it would have an unlimited stock.
Additional context
This is my user.db file: https://upload.disroot.org/r/Z5RFxGtf#O01/7EA1K9Nk53wkLPAgX0GjJ58lLeIBnLQz7usxKn8=