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
277 stars 179 forks source link

My own name is not working as an adminshop #415

Closed apelsin222 closed 3 years ago

apelsin222 commented 3 years ago

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]: [WeatherVote] ServerType: Bukkit/Spigot, Version: UNKNOWN [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: - '' ^ expected , but found '' in 'string', line 56, column 19: - ' 'from our staff do not hesitate t ... ^ at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:188) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:157) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Paper-509] at ca.pandaaa.automaticbroadcast.AutomaticBroadcastManager.publicBroadcast(AutomaticBroadcastManager.java:73) ~[?:?] at ca.pandaaa.automaticbroadcast.AutomaticBroadcast.onEnable(AutomaticBroadcast.java:17) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:466) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-509] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block collection in 'string', line 53, column 5: - '' ^ expected , but found '' in 'string', line 56, column 19: - ' 'from our staff do not hesitate t ... ^ at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:208) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Paper-509] at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Paper-509] ... 17 more [09:22:12] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.6 [09:22:12] [Server thread/INFO]: [BuycraftX] Validating your server key... [09:22:13] [Server thread/INFO]: [BuycraftX] Fetching all server packages... [09:22:13] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.2 [09:22:13] [Server thread/INFO]: [Votifier] Loaded token for website: default [09:22:13] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes. [09:22:13] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder. [09:22:14] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.24 [09:22:14] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.24-Free.jar [09:22:14] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R3 [09:22:14] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #878 [09:22:14] [Server thread/INFO]: [LibsDisguises] Build Date: 13/02/2021 01:57 [09:22:14] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /51.68.102.223:2893. [09:22:14] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/ [09:22:14] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins) [09:22:14] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict [09:22:14] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise [09:22:14] [Server thread/INFO]: [LibsDisguises] Config is up to date! [09:22:14] [Server thread/INFO]: [HeadDB] Enabling HeadDB v2.2 [09:22:14] [Server thread/INFO]: [HeadDB] [INFO]: Loading HeadDB - 2.2 [09:22:15] [Server thread/INFO]: [HeadDB] [INFO]: Done! [09:22:15] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3* [09:22:15] [Server thread/INFO]: [BottledExp] Enabling BottledExp v2.2.8.2 [09:22:16] [Server thread/INFO]: [BottledExp] Version 2.2.8.2 has been enabled [09:22:16] [Server thread/INFO]: [BottledExp] Using LuckPerms via Vault. [09:22:16] [Server thread/INFO]: [ChatGames] Enabling ChatGames v11.0 [09:22:16] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6 [09:22:16] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib. [09:22:16] [Server thread/INFO]: [WitherAC] Enabling WitherAC v0.23.1 [09:22:16] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-beta7-449* [09:22:17] [Server thread/INFO]: [dynmap] Using LuckPerms 5.2.76 for access control [09:22:17] [Server thread/INFO]: [dynmap] Mod Support processing completed [09:22:18] [Server thread/INFO]: [dynmap] Loaded 25 shaders. [09:22:18] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [09:22:18] [Server thread/INFO]: [dynmap] Loaded 22 lightings. [09:22:18] [Server thread/INFO]: [dynmap] Starting enter/exit processing [09:22:18] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization [09:22:18] [Server thread/INFO]: [dynmap] Web server started on address 51.68.102.223:6369 [09:22:18] [Server thread/INFO]: [dynmap] version 3.1-beta7-449 is enabled - core version 3.1-beta7-449 [09:22:18] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn [09:22:18] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues [09:22:18] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm [09:22:18] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'. [09:22:18] [Server thread/INFO]: [dynmap] Loaded 33 pending tile renders for world 'world' [09:22:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'. [09:22:18] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'. [09:22:18] [Server thread/INFO]: [dynmap] Enabled [09:22:18] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0 [09:22:18] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! [09:22:18] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [09:22:18] [Server thread/INFO]: [Essentials] No kits found to migrate. [09:22:19] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json. [09:22:19] [Server thread/INFO]: [Essentials] Using locale en_US [09:22:19] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [09:22:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [09:22:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [09:22:19] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [09:22:19] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v2.0.23 [09:22:19] [Server thread/INFO]: [CrateReloaded] Config Version: 2.X [09:22:19] [Server thread/INFO]: [CrateReloaded] v1_16_R3 [09:22:19] [Server thread/INFO]: [CrateReloaded] Crate Configurations (1): crate.yml [09:22:20] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.1.4 [09:22:20] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config [09:22:20] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.1.4 [09:22:20] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.21.3 [09:22:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0 [09:22:20] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [09:22:20] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.15-RELEASE [09:22:20] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Loading the Test-File.yml [09:22:20] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Test-File.yml [09:22:20] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10 [09:22:20] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3) [09:22:20] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file. [09:22:20] [Server thread/INFO]: [TAB] There was 1 startup warning. [09:22:20] [Server thread/INFO]: [TAB] Enabled in 106ms [09:22:20] [Server thread/INFO]: [Lottery] Enabling Lottery v1.4.3 [09:22:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: lottery [09:22:20] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984 [09:22:21] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [09:22:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [09:22:21] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [09:22:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [09:22:21] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [09:22:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [09:22:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [09:22:21] [Server thread/INFO]: [WorldGuard] Loading region data... [09:22:21] [pool-24-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (886ab36f357894cf5b4179e25dbe72e5617d6c25) [09:22:21] [Server thread/INFO]: [NexEngine] [Hook] WorldGuard: Success! [09:22:21] [Server thread/INFO]: [DynmapEssentials] Enabling DynmapEssentials v1.0-SNAPSHOT [09:22:21] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.11.0-BETA-79e173ec [09:22:21] [Server thread/INFO]: [LumineUtils] (io.lumine.xikage.mythicmobs.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs [09:22:21] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.16.5)... [09:22:21] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 105 ms to scan 1 urls, producing 3 keys and 21 values [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 11 ms to scan 1 urls, producing 3 keys and 24 values [09:22:21] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Login Successful! [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 69 ms to scan 13 urls, producing 0 keys and 0 values [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 10 ms to scan 1 urls, producing 3 keys and 12 values [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled! [09:22:21] [Server thread/INFO]: [MythicMobs] Loading Mob Registry... [09:22:21] [Server thread/INFO]: [MythicMobs] Base directory /home/minecraft/multicraft/servers/server250411/plugins/MythicMobs/SavedData [09:22:21] [Server thread/INFO]: [MythicMobs] Module directory /home/minecraft/multicraft/servers/server250411/plugins/MythicMobs/SavedData/worlds [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 27 ms to scan 1 urls, producing 10 keys and 302 values [09:22:21] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 56 ms to scan 1 urls, producing 23 keys and 624 values [09:22:21] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket [09:22:22] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 18 ms to scan 1 urls, producing 6 keys and 89 values [09:22:22] [Server thread/INFO]: [io.lumine.xikage.mythicmobs.util.reflections.Reflections] Reflections took 8 ms to scan 1 urls, producing 2 keys and 6 values [09:22:22] [Server thread/INFO]: [MythicMobs] LOADED [09:22:23] [Log4j2-TF-1-AsyncLogger[AsyncContext@70dea4e]-1/INFO]: [DiscordSRV] [JDA] Finished Loading! [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Kleinecraft(808059843368976424) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staffchat(809549754765803560) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-console(812447605802926100) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:info(810519325080682507) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:new-players(809552146760466453) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-chat(812447526862192690) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(808059843368976427) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:feedback(809550308945690634) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general-chat(809550398985601054) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:advertising(809848110784184380) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:pictures(810129958629408769) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:important(811270488726831154) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:links(813192437412790362) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:guides(813869993959227450) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(814200329742581811) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions-discussion(814200417104691300) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tnt-application(815253528372445214) [09:22:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:server-console(812447605802926100) [09:22:23] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Item 'Pshield' in 'ExampleItems.yml': Couldn't get name/lore of ItemStack [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 29 mobs. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 vanilla mob overrides. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 120 skills. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 102 mythic items. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables. [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 29 mob spawners. [09:22:24] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully. [09:22:24] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics [09:22:24] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v4.11.0 (build 79e173ec) has been successfully loaded! [09:22:24] [Server thread/INFO]: [NexEngine] [Hook] MythicMobs: Success! [09:22:24] [Server thread/INFO]: [Slimefun] Enabling Slimefun vDEV - 825 (git 49950cf6) [09:22:24] [Server thread/INFO]: [Slimefun] Paper was detected! Performance optimizations have been applied. [09:22:24] [Server thread/INFO]: [Slimefun] Creating directories... [09:22:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default [09:22:24] [Server thread/INFO]: [Slimefun] Loading language files... [09:22:24] [Server thread/INFO]: [Slimefun] Loaded language "en" [09:22:24] [Server thread/INFO]: [Slimefun] Available languages: en, de, fr, it, es, ru, pl, uk, sv, nl, cs, bg, pt-BR, hu, lv, sk, vi, id, zh-CN, zh-TW, ja, ko, he, ar, tr, th, tl [09:22:24] [Server thread/INFO]: [Slimefun] Starting Auto-Updater... [09:22:24] [Server thread/INFO]: [Slimefun] Loading GEO-Resources... [09:22:24] [Server thread/INFO]: [Slimefun] Loading Tags... [09:22:25] [Server thread/INFO]: [Slimefun] Loading items... [09:22:25] [Server thread/INFO]: [Slimefun] Loading researches... [09:22:25] [Server thread/INFO]: [Slimefun] Loading Wiki pages... [09:22:25] [Server thread/INFO]: [Slimefun] Registering listeners... [09:22:25] [Server thread/INFO]: [Slimefun] Loading Third-Party plugin integrations... [09:22:25] [Server thread/INFO]: [Slimefun] Hooked into Plugin: PlaceholderAPI v2.10.9 [09:22:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: slimefun [09:22:25] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit v7.2.2+fc3c499 [09:22:25] [Server thread/INFO]: [Slimefun] Slimefun has finished loading in 1.67s [09:22:25] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.18.2.0 [09:22:25] [Server thread/ERROR]: [EssentialsGeoIP] No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions. [09:22:25] [Server thread/ERROR]: [EssentialsGeoIP] Failed to read GeoIP database! java.io.FileNotFoundException: plugins/EssentialsGeoIP/GeoIP2-Country.mmdb (No such file or directory) at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_211] at java.io.RandomAccessFile.open(RandomAccessFile.java:316) ~[?:1.8.0_211] at java.io.RandomAccessFile.(RandomAccessFile.java:243) ~[?:1.8.0_211] at com.maxmind.db.BufferHolder.(BufferHolder.java:19) ~[?:?] at com.maxmind.db.Reader.(Reader.java:116) ~[?:?] at com.maxmind.geoip2.DatabaseReader.(DatabaseReader.java:66) ~[?:?] at com.maxmind.geoip2.DatabaseReader.(DatabaseReader.java:54) ~[?:?] at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[?:?] at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:175) ~[?:?] at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.(EssentialsGeoIPPlayerListener.java:52) ~[?:?] at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:31) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-509] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:466) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-509] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-509] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] [09:22:25] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/. [09:22:25] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config. [09:22:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0 [09:22:25] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [09:22:25] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v19.4 [09:22:26] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! [09:22:26] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage. [09:22:26] [Server thread/INFO]: -------------------- [09:22:26] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord! [09:22:26] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/ [09:22:26] [Server thread/INFO]: -------------------- [09:22:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook [09:22:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling dynmap hook [09:22:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook [09:22:26] [Server thread/INFO]: [MythicMobsExtension] Enabling MythicMobsExtension v1.738b-SNAPSHOT [09:22:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled [09:22:26] [Server thread/INFO]: [MythicMobsExtension] Async chunk loading API found [09:22:26] [Server thread/INFO]: [MythicMobsExtension] enabled externals [09:22:26] [Server thread/INFO]: [MythicMobsExtension] registered mechanics! [09:22:26] [Server thread/INFO]: [MythicMobsExtension] registered conditions! [09:22:26] [Server thread/INFO]: [MythicMobsExtension] registered targeters! [09:22:26] [Server thread/INFO]: [MythicMobsExtension] enabled javascript! [09:22:26] [Server thread/INFO]: [MythicMobsExtension] using MythicPlayers [09:22:26] [Server thread/INFO]: [MythicMobsExtension] using WorldGuard [09:22:26] [Server thread/INFO]: [MythicMobsExtension] using HolograpicDisplays [09:22:26] [Server thread/INFO]: [MythicMobsExtension] using ProtocolLib [09:22:26] [Server thread/INFO]: [MythicMobsExtension] registered mme placeholders [09:22:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook [09:22:26] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.6.3#CUSTOM [09:22:26] [Server thread/WARN]: [AreaShop] Parsing the WorldEdit version failed, assuming version 7.2.0 [09:22:26] [Server thread/INFO]: [InteractiveChat] Enabling InteractiveChat v3.2.10.0 [09:22:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into Essentials! [09:22:26] [Server thread/INFO]: [InteractiveChat] Loading languages... [09:22:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: interactivechat [09:22:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has been Enabled! [09:22:26] [Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v1.2* [09:22:26] [Server thread/INFO]: [Dynmap-WorldGuard] initializing [09:22:26] [Server thread/INFO]: [Dynmap-WorldGuard] version 1.2 is activated [09:22:26] [Server thread/INFO]: [ExoticGarden] Enabling ExoticGarden vDEV - 74 (git 3366e8ac) [09:22:26] [Server thread/INFO]: [MoneyHunters] Enabling MoneyHunters v5.9.10 [09:22:26] [Server thread/WARN]: [MoneyHunters] ============== DISCLAIMER ============== [09:22:26] [Server thread/WARN]: [MoneyHunters] > You're running an unknown Spigot fork. [09:22:26] [Server thread/WARN]: [MoneyHunters] > This plugin is designed to work on Spigot (spigotmc.org) only! [09:22:26] [Server thread/WARN]: [MoneyHunters] > You won't get any support for any issues unless they persist on regular Spigot. [09:22:26] [Server thread/WARN]: [MoneyHunters] ======================================== [09:22:26] [Server thread/INFO]: [MoneyHunters] Powered by: NexEngine [09:22:26] [Server thread/INFO]: [MoneyHunters] Economy found: Essentials Economy [09:22:26] [Server thread/INFO]: [MoneyHunters] Jobs Loaded: 4 [09:22:26] [Server thread/INFO]: [MoneyHunters] Plugin loaded in 88 ms! [09:22:26] [Server thread/INFO]: [FluffyMachines] Enabling FluffyMachines vDEV - 68 (git 54fdd26b) [09:22:26] [Server thread/INFO]: [FluffyMachines] Hi there! Want to share your server with the Slimefun community? [09:22:26] [Server thread/INFO]: [FluffyMachines] Join the official Slimefun Discord server at https://discord.gg/slimefun [09:22:26] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12-SNAPSHOT (build 278) [09:22:27] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk [09:22:27] [Server thread/INFO]: [ChestShop] LWC version 2.2.6-2d10269 loaded. [09:22:27] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now. [09:22:27] [Server thread/INFO]: [ChestShop] Vault loaded! [09:22:27] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [09:22:27] [Server thread/INFO]: [ChestShop] Auto-updater is disabled. If you want the plugin to automatically download new releases then set 'TURN_OFF_UPDATES' to 'false' in your config.yml! [09:22:27] [Server thread/INFO]: [ChestShopNotifier] Enabling ChestShopNotifier v1.3.3-SNAPSHOT (build 48) [09:22:27] [Server thread/INFO]: [ChestShopNotifier] Connecting to the database... [09:22:27] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.12.0 [09:22:27] [Server thread/INFO]: [Shopkeepers] Loading data of 6 shopkeepers.. [09:22:27] [Server thread/INFO]: [Brewery] Enabling Brewery v3.0 [09:22:27] [Server thread/INFO]: [Brewery] Brewery enabled! [09:22:28] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [09:22:28] [Server thread/INFO]: Running delayed init tasks [09:22:28] [Craft Scheduler Thread - 6/INFO]: [MoneyHunters] Auto-save: Saved 0 online users | 0 offline users. [09:22:28] [Craft Scheduler Thread - 23/INFO]: [Vault] Checking for Updates ... [09:22:28] [Craft Scheduler Thread - 22/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Starting... [09:22:28] [Craft Scheduler Thread - 9/INFO]: [SimpleSit] Unable to check for updates: Server returned HTTP response code: 503 for URL: https://www.spigotmc.org/resources/simple-sit.14706/. Please contact the developer. [09:22:28] [Craft Scheduler Thread - 18/INFO]: [MythicMobsExtension] Plugin is up-to-date! [09:22:29] [Craft Scheduler Thread - 23/INFO]: [Vault] No new version available [09:22:30] [Craft Scheduler Thread - 15/INFO]: [InteractiveChat] Loaded all 1 languages! [09:22:30] [Craft Scheduler Thread - 22/INFO]: [com.wfector.lib.hikari.HikariDataSource] HikariPool-1 - Start completed. [09:22:30] [Craft Scheduler Thread - 22/INFO]: [ChestShopNotifier] Database connected! [09:22:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab [09:22:30] [Server thread/INFO]: [Slimefun] Now running MetricsModule build #21 [09:22:30] [Server thread/INFO]: [Slimefun] with a total of 17/17 chart(s)! [09:22:30] [Server thread/INFO]: [Slimefun] Metrics build #21 started. [09:22:30] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes... [09:22:30] [Server thread/INFO]: [Slimefun] Found 860 Recipes! [09:22:30] [Updater Thread/INFO]: [Slimefun] Slimefun is already up to date! [09:22:31] [Server thread/INFO]: [09:22:31] [Server thread/INFO]: ######################### - Slimefun vDEV - 825 (git 49950cf6) - ######################### [09:22:31] [Server thread/INFO]: [09:22:31] [Server thread/INFO]: Successfully loaded 838 Items and 251 Researches [09:22:31] [Server thread/INFO]: ( 534 Items from Slimefun, 304 Items from 2 Addons ) [09:22:31] [Server thread/INFO]: [09:22:31] [Server thread/INFO]: Slimefun is an Open-Source project that is kept alive by a large community. [09:22:31] [Server thread/INFO]: Consider helping us maintain this project by contributing on GitHub! [09:22:31] [Server thread/INFO]: [09:22:31] [Server thread/INFO]: - Source Code: https://github.com/Slimefun/Slimefun4 [09:22:31] [Server thread/INFO]: - Wiki: https://github.com/Slimefun/Slimefun4/wiki [09:22:31] [Server thread/INFO]: - Addons: https://github.com/Slimefun/Slimefun4/wiki/Addons [09:22:31] [Server thread/INFO]: - Bug Reports: https://github.com/Slimefun/Slimefun4/issues [09:22:31] [Server thread/INFO]: - Discord: https://discord.gg/slimefun [09:22:31] [Server thread/INFO]: [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world" [09:22:31] [Server thread/INFO]: [Slimefun] This may take a long time... [09:22:31] [Server thread/INFO]: [Slimefun] Ignoring duplicate block @ 5,435, 78, 3,407 (COCONUT_SAPLING -> COCONUT) [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 199ms) [09:22:31] [Server thread/INFO]: [Slimefun] Loaded a total of 12,814 Blocks for World "world" [09:22:31] [Server thread/INFO]: [Slimefun] Avg: 0.02ms/Block [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether" [09:22:31] [Server thread/INFO]: [Slimefun] This may take a long time... [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [09:22:31] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether" [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end" [09:22:31] [Server thread/INFO]: [Slimefun] This may take a long time... [09:22:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [09:22:31] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end" [09:22:31] [Server thread/INFO]: [CS-CoreLib2] Loading Protection Modules... [09:22:31] [Server thread/INFO]: [CS-CoreLib2] This may happen more than once. [09:22:31] [Server thread/WARN]: [Slimefun] Loaded class com.sk89q.worldguard.bukkit.WorldGuardPlugin from WorldGuard v7.0.4+f7ff984 which is not a depend, softdepend or loadbefore of this plugin. [09:22:31] [Server thread/INFO]: [CS-CoreLib2] Loaded Protection Module "WorldGuard v7.0.4+f7ff984" [09:22:31] [Server thread/WARN]: [Slimefun] Loaded class com.griefcraft.lwc.LWC from LWC v2.2.6-2d10269 which is not a depend, softdepend or loadbefore of this plugin. [09:22:31] [Server thread/INFO]: [CS-CoreLib2] Loaded Protection Module "LWC v2.2.6-2d10269" [09:22:31] [Server thread/WARN]: [Slimefun] Loaded class net.coreprotect.CoreProtect from CoreProtect v19.4 which is not a depend, softdepend or loadbefore of this plugin. [09:22:31] [Server thread/INFO]: [CS-CoreLib2] Loaded Protection Module "CoreProtect" [09:22:31] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized. [09:22:31] [Server thread/INFO]: [MythicMobsExtension] Using scriptengine Oracle Nashorn [09:22:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [09:22:32] [Server thread/WARN]: [AreaShop] AreaShop regions that are missing their WorldGuard region: bbqapt3 [09:22:32] [Server thread/WARN]: [AreaShop] Remove these regions from AreaShop with '/as del' or recreate their regions in WorldGuard. [09:22:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: healthbar [09:22:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [09:22:32] [Server thread/INFO]: 2 placeholder hooks successfully registered! [09:22:32] [Server thread/INFO]: [MythicMobs] ✓Using HolographicDisplays plugin for holograms [09:22:32] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'BanditTunic CHEST' in 'plugins/MythicMobs/Mobs/ExampleMobs.yml': Drop type not found. [09:22:32] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'smooth_quartz_block 0.01' in 'plugins/MythicMobs/Mobs/DungeonMobPackWraiths.yml': Drop type not found. [09:22:32] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'KingsCrown 1 0.01' in 'ExampleDropTables.yml': Drop type not found. [09:22:32] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Drop 'SkeletonKingSword 0.1' in 'ExampleDropTables.yml': Drop type not found. [09:22:32] [Server thread/INFO]: Done (38.532s)! For help, type "help" [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************ [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA. [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * JAVA WHEN MINECRAFT 1.17 IS RELEASED. [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Please update the version of Java you use to run Paper [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * to at least Java 11. When Paper for Minecraft 1.17 is [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * released support for versions of Java before 11 will [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * be dropped. [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Current Java version: 1.8.0_211 [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Check this forum post for more information: [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java11 [09:22:32] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************ [09:22:32] [Server thread/INFO]: Timings Reset [09:22:32] [Updater Thread/INFO]: [ExoticGarden] ExoticGarden is already up to date! [09:22:32] [Updater Thread/INFO]: [FluffyMachines] FluffyMachines is already up to date! [09:22:32] [Server thread/INFO]: com.mojang.authlib.GameProfile@736b32cd[id=,name=Ostyaki,properties={},legacy=false] (/85.228.155.12:59125) lost connection: Disconnected [09:22:32] [Server thread/INFO]: com.mojang.authlib.GameProfile@6a27c58f[id=,name=skooby_mc_scoobs,properties={},legacy=false] (/83.233.115.154:51037) lost connection: Disconnected [09:22:32] [Craft Scheduler Thread - 16/INFO]: [Brewery] Background data loading complete. [09:22:32] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack [09:22:33] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy! [09:22:33] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions [09:22:33] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5013ms or 100 ticks behind [09:22:33] [Craft Scheduler Thread - 15/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 6.1.4 [09:22:34] [Craft Scheduler Thread - 5/INFO]: [MythicMobsExtension] 132 mechanics loaded. [09:22:34] [Craft Scheduler Thread - 5/INFO]: [MythicMobsExtension] 111 conditions loaded. [09:22:34] [Craft Scheduler Thread - 5/INFO]: [MythicMobsExtension] 30 targeters loaded. [09:22:34] [Craft Scheduler Thread - 7/INFO]: [MythicMobsExtension] 0 ext.mechanics loaded. [09:22:34] [Craft Scheduler Thread - 7/INFO]: [MythicMobsExtension] 0 ext.conditions loaded. [09:22:34] [Craft Scheduler Thread - 7/INFO]: [MythicMobsExtension] 0 ext.targeters loaded. [09:22:34] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Fetching all due players... [09:22:34] [Server thread/INFO]: [Lottery] Plugin successfully linked with vault! [09:22:34] [Craft Scheduler Thread - 5/INFO]: [BuycraftX] Fetched due players (0 found). [09:22:35] [User Authenticator #1/INFO]: UUID of player Ostyaki is c17f8854-6c45-4910-9b3a-c0e846fb44d0 [09:22:35] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [09:22:35] [pool-25-thread-6/INFO]: [TAB v2.8.10] Group "donator" is not defined in sorting list! This will result in players in that group not being sorted correctly. To fix this, add group "donator" into group-sorting-priority-list in config.yml. [09:22:36] [Server thread/INFO]: Ostyaki joined the game [09:22:36] [pool-25-thread-5/WARN]: [TAB] Loaded class me.libraryaddict.disguise.DisguiseAPI from LibsDisguises v10.0.24 which is not a depend, softdepend or loadbefore of this plugin. [09:22:36] [Server thread/INFO]: Ostyaki[/85.228.155.12:59147] logged in with entity id 342 at ([world]694.2656966823116, 68.5, -1802.6956689959713) [09:22:36] [Craft Scheduler Thread - 9/WARN]: [InteractiveChat] Loaded class org.apache.commons.lang3.Validate from MythicMobs v4.11.0-BETA-79e173ec which is not a depend, softdepend or loadbefore of this plugin. [09:22:36] [User Authenticator #1/INFO]: UUID of player lennymacswag__ is 7a373833-48e8-47db-8442-25bd49db4bc4 [09:22:37] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [09:22:37] [Server thread/INFO]: lennymacswag__ joined the game [09:22:37] [Server thread/INFO]: lennymacswag__[/84.216.210.175:33507] logged in with entity id 356 at ([world]18684.50064028956, 55.0, 1785.9610545667283) [09:22:38] [Craft Scheduler Thread - 9/WARN]: [EssentialsGeoIP] Unable to fetch GeoIP data for lennymacswag__. Please ensure that your license key and configuration are correct. [09:22:41] [User Authenticator #1/INFO]: UUID of player skooby_mc_scoobs is 1394468d-1052-4133-b93a-63b7646cc7cb [09:22:42] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [09:22:42] [Server thread/INFO]: skooby_mc_scoobs joined the game [09:22:42] [Server thread/INFO]: skooby_mc_scoobs[/83.233.115.154:51040] logged in with entity id 946 at ([world]18647.988290165533, 72.0, 1698.5421401378533) [09:22:42] [User Authenticator #1/INFO]: UUID of player Razvy_2903 is 5ed49c65-ad18-4f75-818b-8f0e15dc216f [09:22:42] [Craft Scheduler Thread - 19/WARN]: [EssentialsGeoIP] Unable to fetch GeoIP data for skooby_mc_scoobs. Please ensure that your license key and configuration are correct. [09:22:42] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [09:22:42] [Server thread/INFO]: Razvy_2903 joined the game [09:22:42] [Server thread/INFO]: Razvy_2903[/83.233.113.123:56177] logged in with entity id 966 at ([world]-1642.2699248422628, 67.0, 2314.25421455096) [09:22:42] [Craft Scheduler Thread - 9/WARN]: [EssentialsGeoIP] Unable to fetch GeoIP data for Razvy_2903. Please ensure that your license key and configuration are correct. [09:22:45] [Craft Scheduler Thread - 23/INFO]: [ChestShopNotifier] Found rows: 0 [09:22:45] [Craft Scheduler Thread - 23/INFO]: [ChestShopNotifier] Done. [09:22:45] [Server thread/INFO]: Ostyaki issued server command: /p [09:22:45] [Craft Scheduler Thread - 11/INFO]: [ChestShopNotifier] Found rows: 0 [09:22:45] [Craft Scheduler Thread - 11/INFO]: [ChestShopNotifier] Done. [09:22:46] [Server thread/INFO]: Ostyaki issued server command: /pl [09:22:47] [Craft Scheduler Thread - 22/INFO]: [ChestShopNotifier] Found rows: 0 [09:22:47] [Craft Scheduler Thread - 22/INFO]: [ChestShopNotifier] Done. [09:22:47] [Craft Scheduler Thread - 11/INFO]: [ChestShopNotifier] Found rows: 0 [09:22:47] [Craft Scheduler Thread - 11/INFO]: [ChestShopNotifier] Done. [09:22:48] [Craft Scheduler Thread - 12/INFO]: [MoneyHunters] [Block Data] Purged 0 invalid blocks from the database. [09:22:51] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved [09:22:53] [Async Chat Thread - #0/INFO]: | lennymacswag__ » u [09:22:53] [Server thread/INFO]: [Crates] You have given a Token to lennymacswag__. STATUS: SUCCESS. [09:23:00] [Server thread/INFO]: skooby_mc_scoobs issued server command: /warp shop [09:23:24] [Async Chat Thread - #0/INFO]: | Owner Ostyaki » Ska du köpa ngt skooby_mc_scoobs? [09:23:26] [Server thread/INFO]: Ostyaki issued server command: /gm 3 [09:23:27] [Server thread/INFO]: Ostyaki issued server command: /gm 1 [09:23:33] [Craft Scheduler Thread - 4/INFO]: [BuycraftX] Sending 4 analytic events [09:23:33] [Server thread/INFO]: CONSOLE issued server command: /list [09:23:33] [Server thread/INFO]: There are 4 out of maximum 60 players online. [09:23:33] [Server thread/INFO]: default: lennymacswag__, skooby_mc_scoobs [09:23:33] [Server thread/INFO]: donator: Owner Ostyaki [09:23:33] [Server thread/INFO]: helper: Helper Razvy_2903 [D] [09:23:40] [Async Chat Thread - #0/INFO]: | skooby_mc_scoobs » försöker se om jag kan hitta slime ngn stans Ostyaki [09:23:44] [Async Chat Thread - #0/INFO]: | Owner Ostyaki » okej [09:23:47] [Async Chat Thread - #0/INFO]: | Owner Ostyaki » Shoppen säljer eh [09:23:49] [Async Chat Thread - #0/INFO]: | Owner Ostyaki » ej*Ä [09:23:54] [Server thread/INFO]: skooby_mc_scoobs issued server command: /spawn [09:24:19] [Server thread/INFO]: CONSOLE issued server command: /list [09:24:19] [Server thread/INFO]: There are 4 out of maximum 60 players online. [09:24:19] [Server thread/INFO]: default: lennymacswag__, skooby_mc_scoobs [09:24:19] [Server thread/INFO]: donator: Owner Ostyaki [09:24:19] [Server thread/INFO]: helper: Helper Razvy_2903 [D] [09:24:19] [Server thread/INFO]: Razvy_2903 issued server command: /spawn [09:24:24] [Server thread/INFO]: Razvy_2903 issued server command: /warp shop [09:24:54] [Server thread/INFO]: skooby_mc_scoobs issued server command: /home [09:25:05] [Server thread/INFO]: CONSOLE issued server command: /list [09:25:05] [Server thread/INFO]: There are 4 out of maximum 60 players online. [09:25:05] [Server thread/INFO]: default: lennymacswag__, skooby_mc_scoobs [09:25:05] [Server thread/INFO]: donator: Owner Ostyaki [09:25:05] [Server thread/INFO]: helper: Helper Razvy_2903 [D] [09:25:26] [Server thread/INFO]: Razvy_2903 issued server command: /home bed [09:25:39] [Server thread/INFO]: Ostyaki issued server command: /cs reload [09:25:44] [Server thread/INFO]: Ostyaki issued server command: /chestshop reload [09:25:44] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk [09:25:45] [Async Chat Thread - #1/INFO]: | lennymacswag__ » zzz [09:25:49] [Server thread/INFO]: Ostyaki issued server command: /tp Razvy_2903 Ostyaki [09:25:51] [Server thread/INFO]: CONSOLE issued server command: /list [09:25:51] [Server thread/INFO]: There are 4 out of maximum 60 players online. [09:25:51] [Server thread/INFO]: default: lennymacswag__, skooby_mc_scoobs [09:25:51] [Server thread/INFO]: donator: Owner Ostyaki [09:25:51] [Server thread/INFO]: helper: Helper Razvy_2903 [D] [09:26:04] [Async Chat Thread - #1/INFO]: | lennymacswag__ » zzzzzzzzzzzzzzzz [09:26:12] [Server thread/INFO]: [ChestShopNotifier] Item added to batch. [09:26:12] [Server thread/INFO]: [ChestShop] Razvy_2903 bought 64 Dirt for 32.00 from Ostyaki at [world] 650, 77, -1827 [09:26:12] [Craft Scheduler Thread - 29/INFO]: [ChestShopNotifier] Uploading a batch... [09:26:12] [Craft Scheduler Thread - 29/INFO]: [ChestShopNotifier] Update: INSERT INTO csnUUID (`ShopOwnerId`, `CustomerId`, `CustomerName`, `ItemId`, `Mode`, `Amount`, `Time`, `Quantity`, `Unread`) VALUES (?,?,?,?,?,?,?,?,?) [09:26:13] [Craft Scheduler Thread - 29/INFO]: [ChestShopNotifier] Batch completed. [09:26:19] [Server thread/INFO]: Razvy_2903 issued server command: /home bed [09:26:25] [Server thread/INFO]: Ostyaki lost connection: Disconnected [09:26:25] [Server thread/INFO]: Ostyaki left the game [09:26:29] [User Authenticator #2/INFO]: UUID of player Ostyaki is c17f8854-6c45-4910-9b3a-c0e846fb44d0 [09:26:29] [Server thread/INFO]: [ChestShopNotifier] User joined. Checking for updates... [09:26:29] [Server thread/INFO]: Ostyaki joined the game [09:26:29] [Server thread/INFO]: Ostyaki[/85.228.155.12:59331] logged in with entity id 14992 at ([world]648.2372917162319, 76.0, -1825.420842775109) [09:26:33] [Craft Scheduler Thread - 29/INFO]: [BuycraftX] Sending 2 analytic events [09:26:34] [Craft Scheduler Thread - 30/INFO]: [ChestShopNotifier] Found rows: 1 [09:26:34] [Craft Scheduler Thread - 30/INFO]: [ChestShopNotifier] Ran for user 'Ostyaki' [09:26:34] [Craft Scheduler Thread - 30/INFO]: [ChestShopNotifier] Done. ```

What 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=

Phoenix616 commented 3 years ago

Please provide the users.db file as a file download, not as raw/text...

apelsin222 commented 3 years ago

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

Phoenix616 commented 3 years ago

Then either zip it or upload it to some other site.

apelsin222 commented 3 years ago

Then either zip it or upload it to some other site.

Updated it now

Phoenix616 commented 3 years ago

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.