ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
272 stars 178 forks source link

Chest Shop Clear shops does not clear shops #531

Closed xpvtryanx closed 1 year ago

xpvtryanx commented 1 year ago

What is happening?

When I turn on clear shops, it does not clear the empty shops or the shop plots. I tried to integrate WG and GP, but this didn't help the situation.

What did you expect to happen?

All plots that had shops would be cleared and empty shops would lose their signs.

Plugin Version

[13:09:27 INFO]: ChestShop version 3.12.2 (build 353) [13:09:27 INFO]: A chest shop for economy plugins. [13:09:27 INFO]: Authors: Acrobot and https://github.com/ChestShop-authors/ChestShop-3/contributors

Plugin Config

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

# 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"
- "BARREL"
- "SHULKER_BOX"

# (In 1/1000th of a second) How often can a player use the shop sign?
SHOP_INTERACTION_INTERVAL: 250
# Do you want to block people in creative mode from using shops?
IGNORE_CREATIVE_MODE: true
# Do you want to block people who have access to a shop due to their permissions from using it? (owners are always ignored)
IGNORE_ACCESS_PERMS: false
# If true, people will buy with left-click and sell with right-click.
REVERSE_BUTTONS: false
# If true, people will be able to buy/sell in 64 stacks while holding the crouch button.
SHIFT_SELLS_IN_STACKS: false
# If true, people will be able to sell/buy everything available of the same type.
SHIFT_SELLS_EVERYTHING: false
# What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)
SHIFT_ALLOWS: "ALL"
# Can shop's chest be opened by owner with right-clicking a shop's sign?
ALLOW_SIGN_CHEST_OPEN: true
# If true and in 1.14+, the owner of a chest shop can click with a dye / ink sac to dye the sign.
SIGN_DYING: 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: true
# If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed.
REMOVE_EMPTY_CHESTS: true
# 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: 
- "world"
- "minecraft:overworld"

# First line of your Admin Shop's sign should look like this:
ADMIN_SHOP_NAME: "PicnicSMP"
# Make all admin shops be unlimited even if they have a shop container at the sign
FORCE_UNLIMITED_ADMIN_SHOP: true
# 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
# 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
# This regexp validates the name of the player. If the name doesn't match, the player will neither be able to create a valid shop sign, nor buy/sell from a shop.
# Note for Bedrock support: If you have Floodgate on your server, you should set this regexp to ^\\*?\\w+$ and ENSURE_CORRECT_PLAYERID to false
# If your Floodgate prefix is not *, change the first * in the regexp (the one before the question mark) to whatever your prefix is.
VALID_PLAYERNAME_REGEXP: "^\\w+$"

# 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: true
# 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: true
# 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: true
# Do you want to protect shop chests with LWC?
PROTECT_CHEST_WITH_LWC: true
# Of which type should the container protection be? Possible type: public, private, donate and on some LWC versions display
LWC_CHEST_PROTECTION_TYPE: "public"
# Do you want to protect shop signs with LWC?
PROTECT_SIGN_WITH_LWC: true
# Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display
LWC_SIGN_PROTECTION_TYPE: "public"
# 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: false

# Do you want to only let people build inside WorldGuard regions?
WORLDGUARD_INTEGRATION: true
# Do you want to only true people build inside region flagged by doing /region regionName flag allow-shop allow?
WORLDGUARD_USE_FLAG: true
# 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: true

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

# Add stock counter to quantity line?
USE_STOCK_COUNTER: false

Server Version

[13:07:52 INFO]: Checking version, please wait... [13:07:52 INFO]: This server is running Paper version git-Paper-138 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 09904fd) You are running the latest version Previous version: git-Paper-135 (MC: 1.19.2)

Server Log

[12:52:27] [ServerMain/INFO]: Building unoptimized datafixer
[12:52:27] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[12:52:28] [ServerMain/INFO]: Loaded 7 recipes
[12:52:29] [Server thread/INFO]: Starting minecraft server version 1.19.2
[12:52:29] [Server thread/INFO]: Loading properties
[12:52:29] [Server thread/INFO]: This server is running Paper version git-Paper-138 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 09904fd)
[12:52:29] [Server thread/INFO]: Server Ping Player Sample Count: 12
[12:52:29] [Server thread/INFO]: Using 4 threads for Netty based IO
[12:52:29] [Server thread/INFO]: Default game type: SURVIVAL
[12:52:29] [Server thread/INFO]: Generating keypair
[12:52:29] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[12:52:29] [Server thread/INFO]: Using epoll channel type
[12:52:29] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[12:52:29] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[12:52:30] [Server thread/ERROR]: Could not load 'plugins/simply-no-report-1.5.2+1.19.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:155) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.2.jar:git-Paper-138]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.2.jar:git-Paper-138]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[paper-1.19.2.jar:git-Paper-138]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-138]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 7 more
[12:52:30] [Server thread/INFO]: [AntiPopup] Loading 1 libraries... please wait
[12:52:30] [Server thread/INFO]: [AntiPopup] Loaded library /home/container/libraries/dev/dejvokep/boosted-yaml-spigot/1.3/boosted-yaml-spigot-1.3.jar
[12:52:30] [Server thread/INFO]: [PicnicPlugin] Loading PicnicPlugin v1.0
[12:52:30] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.41
[12:52:30] [Server thread/INFO]: [Chunky] Loading Chunky v1.2.202
[12:52:30] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[12:52:30] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.3
[12:52:30] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b600
[12:52:30] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
[12:52:31] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.21
[12:52:31] [Server thread/INFO]: [TabCompleteFilter] Loading TabCompleteFilter v1.0.8
[12:52:31] [Server thread/INFO]: [AntiPopup] Loading AntiPopup v4.5
[12:52:31] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents.
[12:52:31] [Server thread/INFO]: [LavaSponge] Loading LavaSponge v1.1
[12:52:31] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-CMI
[12:52:31] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.12+6240-87f4ae1
[12:52:31] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@644f1b6d]
[12:52:31] [Server thread/INFO]: [VaultChatFormatter] Loading VaultChatFormatter v1.1-SNAPSHOT
[12:52:31] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.10.0
[12:52:31] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[12:52:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8-beta-01+cbb2ba7
[12:52:31] [Server thread/INFO]: [BetterSleeping4] Loading BetterSleeping4 v4.0.1
[12:52:31] [Server thread/INFO]: [Graves] Loading Graves v4.9
[12:52:32] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.8-beta-01+cbb2ba7.
[12:52:32] [Server thread/INFO]: [TAB] Loading TAB v3.1.4
[12:52:32] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.5.5
[12:52:32] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.217
[12:52:32] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[12:52:32] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.8.1
[12:52:32] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.18
[12:52:32] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v8.2
[12:52:32] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[12:52:32] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.2.1
[12:52:32] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12.2 (build 353)
[12:52:32] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.8-beta-01+cbb2ba7 loaded.
[12:52:32] [Server thread/INFO]: [ChestShop] GriefPrevention version 16.18 loaded.
[12:52:32] [Server thread/INFO]: [CMILib] Loading CMILib v1.2.3.5
[12:52:32] [Server thread/INFO]: [Jobs] Loading Jobs v5.1.0.1
[12:52:32] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-3.0.5-RC
[12:52:32] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.25.1
[12:52:32] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.4.4
[12:52:32] [Server thread/INFO]: [CMI] Loading CMI v9.2.3.7
[12:52:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:52:32] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.41
[12:52:32] [Server thread/INFO]:         __    
[12:52:32] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.41
[12:52:32] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[12:52:32] [Server thread/INFO]: 
[12:52:32] [Server thread/INFO]: [LuckPerms] Loading configuration...
[12:52:32] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[12:52:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[12:52:33] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[12:52:33] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1238ms)
[12:52:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b600
[12:52:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-CMI
[12:52:33] [Server thread/WARN]: [Vault] Loaded class com.Zrips.CMI.Modules.Economy.Economy from CMI v9.2.3.7 which is not a depend or softdepend of this plugin.
[12:52:33] [Server thread/INFO]: [Vault] [Economy] CMI Economy found: Waiting
[12:52:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:52:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-CMI
[12:52:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[12:52:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.12+6240-87f4ae1
[12:52:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[12:52:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[12:52:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[12:52:34] [Server thread/INFO]: Preparing level "world"
[12:52:45] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[12:52:45] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:46] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:46] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:46] [Server thread/INFO]: Time elapsed: 1394 ms
[12:52:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[12:52:47] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:47] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:47] [Server thread/INFO]: Time elapsed: 654 ms
[12:52:47] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[12:52:47] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:47] [Server thread/INFO]: Time elapsed: 360 ms
[12:52:47] [Server thread/INFO]: [PicnicPlugin] Enabling PicnicPlugin v1.0
[12:52:47] [Server thread/WARN]: [PicnicPlugin] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-CMI which is not a depend or softdepend of this plugin.
[12:52:47] [Server thread/INFO]: [Chunky] Enabling Chunky v1.2.202
[12:52:48] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[12:52:48] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[12:52:48] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
[12:52:48] [Server thread/INFO]: [Votifier] Loaded token for website: default
[12:52:48] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
[12:52:48] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[12:52:48] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21
[12:52:48] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:8767.
[12:52:48] [Server thread/INFO]: [TabCompleteFilter] Enabling TabCompleteFilter v1.0.8
[12:52:48] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v4.5
[12:52:48] [Server thread/INFO]: [AntiPopup] Config enabled.
[12:52:48] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
[12:52:48] [Server thread/INFO]: [AntiPopup] Commands registered.
[12:52:48] [Server thread/INFO]: [LavaSponge] Enabling LavaSponge v1.1
[12:52:48] [Server thread/INFO]: [VaultChatFormatter] Enabling VaultChatFormatter v1.1-SNAPSHOT
[12:52:48] [Server thread/INFO]: [VaultChatFormatter] New Vault Chat implementation registered: LuckPerms
[12:52:48] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.10.0
[12:52:53] [Server thread/INFO]: [LiteBans] Using default database drivers (version:5).
[12:52:53] [Server thread/WARN]: [LiteBans] The duration limit group "veteran" does not have the "tempban" option specified.
Note that tempban/tempmute durations will default to 27 seconds and the permission will default to none.
[12:52:53] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[12:52:53] [Server thread/INFO]: [LiteBans] Connecting to database...
[12:52:53] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[12:52:53] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[12:52:53] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (82.4 ms).
[12:52:53] [Server thread/INFO]: [LiteBans] Database connection fully initialized (84.7 ms).
[12:52:53] [Server thread/INFO]: [LiteBans] v2.10.0 enabled. Startup took 155 ms.
[12:52:53] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[12:52:53] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[12:52:53] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[12:52:53] [Server thread/INFO]: Preparing start region for dimension minecraft:servershop
[12:52:53] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:54] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:54] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:54] [Server thread/INFO]: Time elapsed: 1143 ms
[12:52:54] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: sp2
[12:52:54] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[12:52:55] [Server thread/INFO]: Preparing start region for dimension minecraft:build
[12:52:55] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:55] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:55] [Server thread/INFO]: Time elapsed: 512 ms
[12:52:55] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: sp1
[12:52:55] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[12:52:55] [Server thread/INFO]: Preparing start region for dimension minecraft:sp3
[12:52:55] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:56] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:56] [Server thread/INFO]: Time elapsed: 941 ms
[12:52:56] [Server thread/INFO]: Preparing start region for dimension minecraft:minigames
[12:52:56] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:57] [Server thread/INFO]: Preparing spawn area: 0%
[12:52:57] [Server thread/INFO]: Time elapsed: 597 ms
[12:52:57] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PicnicSpawntest
[12:52:57] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[12:52:57] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
[12:52:57] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[12:52:57] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[12:52:57] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-beta-01+cbb2ba7
[12:52:57] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[12:52:57] [Server thread/INFO]: [WorldGuard] (servershop) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (servershop) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (servershop) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (servershop) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'servershop'
[12:52:57] [Server thread/INFO]: [WorldGuard] (build) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (build) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (build) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (build) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build'
[12:52:57] [Server thread/INFO]: [WorldGuard] (sp3) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (sp3) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (sp3) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (sp3) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sp3'
[12:52:57] [Server thread/INFO]: [WorldGuard] (minigames) TNT ignition is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (minigames) Lighters are PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (minigames) Lava fire is PERMITTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] (minigames) Fire spread is UNRESTRICTED.
[12:52:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'minigames'
[12:52:57] [Server thread/INFO]: [WorldGuard] Loading region data...
[12:52:57] [Server thread/INFO]: [BetterSleeping4] Enabling BetterSleeping4 v4.0.1
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Is Essentials hooked? false
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Are afk players ignored? true, with a min afk time of 60000
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Are vanished players ignored? true
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Ignoring 3 game modes
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Loading language: en-us
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] This server is running on Spigot
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using chat messaging
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world world
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30%
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world servershop
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30%
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world build
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30%
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world sp3
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30%
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Enabling BetterSleeping in world minigames
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Using 'percentage' as sleepers-needed calculator
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] The percentage is set to 30%
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Faulty (de)buff: 'speed' of duration '0' and level '0'
[12:52:57] [Server thread/INFO]: [CONFIG] [BetterSleeping4] Faulty (de)buff: 'slow' of duration '0' and level '0'
[12:52:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bettersleeping [4.0.1]
[12:52:57] [Server thread/INFO]: [Graves] Enabling Graves v4.9
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-CMI.
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into ProtocolLib 5.0.0-SNAPSHOT-b600.
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into WorldEdit 7.2.12+6240-87f4ae1.
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.8-beta-01+cbb2ba7.
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage.
[12:52:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: graves [4.9]
[12:52:57] [Server thread/INFO]: [Graves] Integration: Hooked into PlaceholderAPI 2.11.2.
[12:52:57] [Server thread/INFO]: [Graves] Compatibility: World "build" has keepInventory set to true, Graves will not be created here.
[12:52:57] [Server thread/INFO]: [Graves] Compatibility: World "minigames" has keepInventory set to true, Graves will not be created here.
[12:52:57] [Server thread/INFO]: [TAB] Enabling TAB v3.1.4
[12:52:57] [Server thread/INFO]: [TAB] Server version: 1.19.2 (v1_19_R1)
[12:52:57] [Server thread/INFO]: [TAB] Loaded NMS hook in 8ms
[12:52:57] [Server thread/INFO]: [TAB] Unknown server version: 1.19.2-R0.1-SNAPSHOT! Plugin may not work correctly.
[12:52:58] [Server thread/INFO]: [TAB] Enabled in 47ms
[12:52:58] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5
[12:52:58] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
[12:52:58] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.217
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: config.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: config.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: config.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [Debug] No errors found in config.yml!
[12:52:58] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: advanced.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: advanced.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: advanced.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [Debug] No errors found in advanced.yml!
[12:52:58] [Server thread/INFO]: [mcMMO] Platform String: 1.19.2-R0.1-SNAPSHOT
[12:52:58] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.19.2
[12:52:58] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[12:52:58] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: persistent_data.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: persistent_data.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: persistent_data.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [Debug] No errors found in persistent_data.yml!
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: upgrades_overhaul.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: upgrades_overhaul.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: upgrades_overhaul.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: fishing_treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: fishing_treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: fishing_treasures.yml
[12:52:58] [Server thread/INFO]: [mcMMO] Registering enchantments for Fishing Book...
[12:52:58] [Server thread/INFO]: [mcMMO] Loading mcMMO potions.yml File...
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: coreskills.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: coreskills.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: coreskills.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Initializing config: sounds.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: sounds.yml
[12:52:58] [Server thread/INFO]: [mcMMO] [config] Config initialized: sounds.yml
[12:52:58] [Server thread/INFO]: [mcMMO] Loading mcMMO skillranks.yml File...
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Initializing config: child.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: child.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Config initialized: child.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Initializing config: repair.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: repair.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Config initialized: repair.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Initializing config: salvage.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: salvage.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Config initialized: salvage.vanilla.yml
[12:52:59] [Server thread/INFO]: [mcMMO] (plugins/mcMMO/flatfile/mcmmo.users) Validating database file..
[12:52:59] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[12:52:59] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Initializing config: experience.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: experience.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Config initialized: experience.yml
[12:52:59] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Initializing config: chat.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: chat.yml
[12:52:59] [Server thread/INFO]: [mcMMO] [config] Config initialized: chat.yml
[12:52:59] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.8.1
[12:52:59] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: craftingstore [2.8.1]
[12:52:59] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
[12:52:59] [Server thread/INFO]: [CraftingStore] Hooked with Vault
[12:52:59] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18
[12:52:59] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[12:52:59] [Server thread/INFO]: [GriefPrevention] 257 total claims loaded.
[12:52:59] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[12:52:59] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[12:52:59] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[12:52:59] [Server thread/INFO]: [GriefPrevention] Boot finished.
[12:52:59] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v8.2
[12:53:00] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerparticles [8.2]
[12:53:00] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[12:53:00] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[12:53:00] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[12:53:00] [Server thread/INFO]: --------------------
[12:53:00] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[12:53:00] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[12:53:00] [Server thread/INFO]: --------------------
[12:53:00] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.1
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[12:53:00] [Server thread/INFO]: [WorldGuardExtraFlags] Loading chunks for region playershop located in world due to chunk-unload flag being deny
[12:53:00] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12.2 (build 353)
[12:53:00] [Server thread/INFO]: [ChestShop] Loading configuration config.yml
[12:53:00] [Server thread/INFO]: [ChestShop] DEBUG: true
[12:53:00] [Server thread/INFO]: [ChestShop] TURN_OFF_UPDATES: true
[12:53:00] [Server thread/INFO]: [ChestShop] TURN_OFF_DEV_UPDATE_NOTIFIER: false
[12:53:00] [Server thread/INFO]: [ChestShop] INCLUDE_SETTINGS_IN_METRICS: true
[12:53:00] [Server thread/INFO]: [ChestShop] CACHE_SIZE: 1000
[12:53:00] [Server thread/INFO]: [ChestShop] DEFAULT_LANGUAGE: "en"
[12:53:00] [Server thread/INFO]: [ChestShop] USE_CLIENT_LOCALE: true
[12:53:00] [Server thread/INFO]: [ChestShop] SHOP_CONTAINERS: 
- "CHEST"
- "SHULKER_BOX"
- "TRAPPED_CHEST"
- "BARREL"
[12:53:00] [Server thread/INFO]: [ChestShop] SHOP_INTERACTION_INTERVAL: 250
[12:53:00] [Server thread/INFO]: [ChestShop] IGNORE_CREATIVE_MODE: true
[12:53:00] [Server thread/INFO]: [ChestShop] IGNORE_ACCESS_PERMS: false
[12:53:00] [Server thread/INFO]: [ChestShop] REVERSE_BUTTONS: false
[12:53:00] [Server thread/INFO]: [ChestShop] SHIFT_SELLS_IN_STACKS: false
[12:53:00] [Server thread/INFO]: [ChestShop] SHIFT_SELLS_EVERYTHING: false
[12:53:00] [Server thread/INFO]: [ChestShop] SHIFT_ALLOWS: "ALL"
[12:53:00] [Server thread/INFO]: [ChestShop] ALLOW_SIGN_CHEST_OPEN: true
[12:53:00] [Server thread/INFO]: [ChestShop] SIGN_DYING: true
[12:53:00] [Server thread/INFO]: [ChestShop] ALLOW_LEFT_CLICK_DESTROYING: true
[12:53:00] [Server thread/INFO]: [ChestShop] REMOVE_EMPTY_SHOPS: true
[12:53:00] [Server thread/INFO]: [ChestShop] REMOVE_EMPTY_CHESTS: true
[12:53:00] [Server thread/INFO]: [ChestShop] REMOVE_EMPTY_WORLDS: 
- "world"
- "minecraft:overworld"
[12:53:00] [Server thread/INFO]: [ChestShop] ADMIN_SHOP_NAME: "PicnicSMP"
[12:53:00] [Server thread/INFO]: [ChestShop] FORCE_UNLIMITED_ADMIN_SHOP: true
[12:53:00] [Server thread/INFO]: [ChestShop] SERVER_ECONOMY_ACCOUNT: ""
[12:53:00] [Server thread/INFO]: [ChestShop] SERVER_ECONOMY_ACCOUNT_UUID: 00000000-0000-0000-0000-000000000000
[12:53:00] [Server thread/INFO]: [ChestShop] TAX_AMOUNT: 0
[12:53:00] [Server thread/INFO]: [ChestShop] SERVER_TAX_AMOUNT: 0
[12:53:00] [Server thread/INFO]: [ChestShop] SHOP_CREATION_PRICE: 0
[12:53:00] [Server thread/INFO]: [ChestShop] SHOP_REFUND_PRICE: 0
[12:53:00] [Server thread/INFO]: [ChestShop] PRICE_PRECISION: 2
[12:53:00] [Server thread/INFO]: [ChestShop] ENSURE_CORRECT_PLAYERID: true
[12:53:00] [Server thread/INFO]: [ChestShop] VALID_PLAYERNAME_REGEXP: "^\\w+$"
[12:53:00] [Server thread/INFO]: [ChestShop] BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true
[12:53:00] [Server thread/INFO]: [ChestShop] MAX_SHOP_AMOUNT: 3456
[12:53:00] [Server thread/INFO]: [ChestShop] ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
[12:53:00] [Server thread/INFO]: [ChestShop] ALLOW_PARTIAL_TRANSACTIONS: true
[12:53:00] [Server thread/INFO]: [ChestShop] ALLOW_AUTO_ITEM_FILL: true
[12:53:00] [Server thread/INFO]: [ChestShop] BUNGEECORD_MESSAGES: false
[12:53:00] [Server thread/INFO]: [ChestShop] SHOW_MESSAGE_OUT_OF_STOCK: true
[12:53:00] [Server thread/INFO]: [ChestShop] SHOW_MESSAGE_FULL_SHOP: true
[12:53:00] [Server thread/INFO]: [ChestShop] NOTIFICATION_MESSAGE_COOLDOWN: 10
[12:53:00] [Server thread/INFO]: [ChestShop] CSTOGGLE_TOGGLES_OUT_OF_STOCK: false
[12:53:00] [Server thread/INFO]: [ChestShop] CSTOGGLE_TOGGLES_FULL_SHOP: false
[12:53:00] [Server thread/INFO]: [ChestShop] SHOW_TRANSACTION_INFORMATION_CLIENT: true
[12:53:00] [Server thread/INFO]: [ChestShop] SHOW_TRANSACTION_INFORMATION_OWNER: true
[12:53:00] [Server thread/INFO]: [ChestShop] LOG_TO_FILE: false
[12:53:00] [Server thread/INFO]: [ChestShop] LOG_TO_CONSOLE: true
[12:53:00] [Server thread/INFO]: [ChestShop] LOG_ALL_SHOP_REMOVALS: true
[12:53:00] [Server thread/INFO]: [ChestShop] STACK_TO_64: false
[12:53:00] [Server thread/INFO]: [ChestShop] USE_BUILT_IN_PROTECTION: true
[12:53:00] [Server thread/INFO]: [ChestShop] STICK_SIGNS_TO_CHESTS: false
[12:53:00] [Server thread/INFO]: [ChestShop] TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true
[12:53:00] [Server thread/INFO]: [ChestShop] TURN_OFF_SIGN_PROTECTION: true
[12:53:00] [Server thread/INFO]: [ChestShop] TURN_OFF_HOPPER_PROTECTION: false
[12:53:00] [Server thread/INFO]: [ChestShop] CHECK_ACCESS_FOR_SHOP_USE: true
[12:53:00] [Server thread/INFO]: [ChestShop] PROTECT_CHEST_WITH_LWC: true
[12:53:00] [Server thread/INFO]: [ChestShop] LWC_CHEST_PROTECTION_TYPE: "PUBLIC"
[12:53:00] [Server thread/INFO]: [ChestShop] PROTECT_SIGN_WITH_LWC: true
[12:53:00] [Server thread/INFO]: [ChestShop] LWC_SIGN_PROTECTION_TYPE: "PUBLIC"
[12:53:00] [Server thread/INFO]: [ChestShop] REMOVE_LWC_PROTECTION_AUTOMATICALLY: true
[12:53:00] [Server thread/INFO]: [ChestShop] LWC_LIMITS_BLOCK_CREATION: false
[12:53:00] [Server thread/INFO]: [ChestShop] WORLDGUARD_INTEGRATION: true
[12:53:00] [Server thread/INFO]: [ChestShop] WORLDGUARD_USE_FLAG: true
[12:53:00] [Server thread/INFO]: [ChestShop] WORLDGUARD_USE_PROTECTION: false
[12:53:00] [Server thread/INFO]: [ChestShop] GRIEFPREVENTION_INTEGRATION: true
[12:53:00] [Server thread/INFO]: [ChestShop] REDPROTECT_INTEGRATION: false
[12:53:00] [Server thread/INFO]: [ChestShop] AUTHME_HOOK: false
[12:53:00] [Server thread/INFO]: [ChestShop] AUTHME_ALLOW_UNREGISTERED: false
[12:53:00] [Server thread/INFO]: [ChestShop] HEROES_EXP: 100.0
[12:53:00] [Server thread/INFO]: [ChestShop] SHOWITEM_MESSAGE: true
[12:53:00] [Server thread/INFO]: [ChestShop] USE_STOCK_COUNTER: false
[12:53:00] [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
[12:53:01] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.8-beta-01+cbb2ba7 loaded.
[12:53:01] [Server thread/INFO]: [ChestShop] GriefPrevention version 16.18 loaded.
[12:53:01] [Server thread/INFO]: [ChestShop] Using CMIEconomy as the Economy provider now.
[12:53:01] [Server thread/INFO]: [ChestShop] Vault loaded!
[12:53:01] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent!
[12:53:01] [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!
[12:53:01] [Server thread/INFO]: [CMILib] Enabling CMILib v1.2.3.5
[12:53:01] [Server thread/INFO]: Server version: v1_19_R1 - 1.19.2 - paper
[12:53:01] [Server thread/INFO]: CMI hooked.
[12:53:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.2.3.5]
[12:53:01] [Server thread/INFO]: PlaceholderAPI hooked.
[12:53:01] [Server thread/INFO]: Updated (EN) language file. Took 23ms
[12:53:01] [Server thread/INFO]: [Jobs] Enabling Jobs v5.1.0.1
[12:53:01] [Server thread/INFO]: ------------- Jobs -------------
[12:53:01] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [5.1.0.1]
[12:53:01] [Server thread/INFO]: PlaceholderAPI hooked.
[12:53:01] [Server thread/INFO]: Connected to database (SqLite)
[12:53:02] [Server thread/INFO]: Loaded 8 titles
[12:53:02] [Server thread/INFO]: Loaded 69 protected blocks timers
[12:53:02] [Server thread/INFO]: Loaded 1282 custom item names
[12:53:02] [Server thread/INFO]: Loaded 79 custom entity names
[12:53:02] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[12:53:02] [Server thread/INFO]: Loaded 38 custom enchant names
[12:53:02] [Server thread/INFO]: Loaded 21 custom enchant names
[12:53:02] [Server thread/INFO]: Loaded 16 custom color names
[12:53:02] [Server thread/INFO]: Loaded 4 shop items
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Miner
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Enchanter
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Fisherman
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Digger
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Explorer
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Crafter
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Farmer
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Hunter
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Brewer
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Builder
[12:53:02] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[12:53:02] [Server thread/INFO]: Loaded 12 jobs
[12:53:02] [Server thread/INFO]: Loaded 0 boosted items
[12:53:02] [Server thread/INFO]: Loaded 713 furnace for reassigning.
[12:53:02] [Server thread/INFO]: Loaded 119 brewing for reassigning.
[12:53:02] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[12:53:02] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[12:53:02] [Server thread/INFO]: Preloaded 402 players data in 0.01
[12:53:02] [Server thread/INFO]: WorldGuard detected.
[12:53:02] [Server thread/INFO]: mcMMO2.1.217 was found - Enabling capabilities.
[12:53:02] [Server thread/INFO]: Registered McMMO 2.x listener
[12:53:02] [Server thread/INFO]: Loading explorer data
[12:53:02] [Server thread/INFO]: Loaded explorer data (152201) in 263 ms
[12:53:02] [Server thread/INFO]: Plugin has been enabled successfully.
[12:53:02] [Server thread/INFO]: ------------------------------------
[12:53:02] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-3.0.5-RC
[12:53:02] [Server thread/INFO]: [SaberFactions] === ENABLE START ===
[12:53:02] [Server thread/INFO]: [SaberFactions] Loaded 116 players
[12:53:02] [Server thread/INFO]: [SaberFactions] Loaded 5 Factions
[12:53:02] [Server thread/INFO]: [SaberFactions] Loading board from disk
[12:53:02] [Server thread/INFO]: [SaberFactions] Loaded 200 board locations
[12:53:02] [Server thread/INFO]: [SaberFactions] Economy integration through Vault plugin successful.
[12:53:02] [Server thread/INFO]: [SaberFactions] CoreX Integration Starting!
[12:53:02] [Server thread/INFO]: [SaberFactions] Loaded 1 timers into list!
[12:53:02] [Server thread/INFO]: [SaberFactions] Minecraft Version 1.19 found.
[12:53:02] [Server thread/INFO]: [SaberFactions] Internal Factions Top Being Used. NOTE: Very Basic
[12:53:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: factionsuuid [1.6.9.5-3.0.5-RC]
[12:53:02] [Server thread/INFO]: [SaberFactions] Successfully registered placeholders with PlaceholderAPI.
[12:53:02] [Server thread/INFO]: [SaberFactions] === ENABLE DONE (Took 212ms) ===
[12:53:02] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.25.1
[12:53:02] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.4.4
[12:53:02] [Server thread/WARN]: [BetterRTP] The Default MinRadius of '-14500' is not allowed! Value set to '0'
[12:53:02] [Server thread/INFO]: [CMI] Enabling CMI v9.2.3.7
[12:53:02] [Server thread/INFO]: ┏━━━┓ ┏━┓┏━┓ ┏━━┓
[12:53:02] [Server thread/INFO]: ┃┏━┓┃ ┃ ┗┛ ┃ ┗┫┣┛
[12:53:02] [Server thread/INFO]: ┃┃ ┗┛ ┃┏┓┏┓┃  ┃┃ 
[12:53:02] [Server thread/INFO]: ┃┃ ┏┓ ┃┃┃┃┃┃  ┃┃ 
[12:53:02] [Server thread/INFO]: ┃┗━┛┃ ┃┃┃┃┃┃ ┏┫┣┓
[12:53:02] [Server thread/INFO]: ┗━━━┛ ┗┛┗┛┗┛ ┗━━┛
[12:53:02] [Server thread/INFO]: _______________________________________________________
[12:53:02] [Server thread/INFO]:   Integrating PaperSpigot async methods
[12:53:03] [Server thread/INFO]:   55 Enabled and 1 Disabled modules
[12:53:03] [Server thread/INFO]:   Votifier found. Enabling vote listeners
[12:53:03] [Server thread/INFO]:   Loaded (26) portals into memory. Took 12ms
[12:53:03] [Server thread/INFO]:   Permission plugin: LuckPerms5.4.41
[12:53:03] [Server thread/INFO]:   Initialized Cipher256 AES
[12:53:03] [pool-74-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (339e5e81da67cfe6210679af775eb66a9b5033be)
[12:53:03] [Server thread/INFO]:   Loaded (60) regular alias into memory. Took 22ms
[12:53:03] [Server thread/INFO]:   Loaded (1) custom text's into memory. Took 0ms
[12:53:03] [Server thread/INFO]:   3.36.0 data base type detected
[12:53:03] [Server thread/INFO]:   Started SqLite data base. Took 52ms
[12:53:03] [Server thread/INFO]:   Vault was found - Enabling capabilities. Economy: CMIEconomy
[12:53:03] [Server thread/INFO]:   Cant load spawn_beta hologram. (PicnicSpawntest) is missing. We will try to load it later on, if that doesnt happen please report to the developer.
[12:53:03] [Server thread/INFO]:   Loaded (10) holograms into memory. Took 11ms
[12:53:03] [Server thread/INFO]:   Loaded (5) warning categories into memory. Took 1ms
[12:53:03] [Server thread/INFO]:   Loaded (3) warning commands into memory. Took 0ms
[12:53:03] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[12:53:03] [Server thread/INFO]:   Loaded (142) custom mob heads into memory. Took 8ms
[12:53:03] [Server thread/INFO]:   Loaded (0) cooldowns into memory. Took 14ms
[12:53:03] [Server thread/INFO]:   (RandomTeleportation) Can't find world with (PicnicSpawntest) name
[12:53:03] [Server thread/INFO]:   (RandomTeleportation) Can't find world with (sp1) name
[12:53:03] [Server thread/INFO]:   (RandomTeleportation) Can't find world with (sp2) name
[12:53:03] [Server thread/INFO]:   Random teleport location is out of minimal world border X coordinate bounds for sp3 world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of maximal world border X coordinate bounds for sp3 world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of minimal world border Z coordinate bounds for sp3 world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of maximal world border Z coordinate bounds for sp3 world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of minimal world border X coordinate bounds for servershop world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of maximal world border X coordinate bounds for servershop world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of minimal world border Z coordinate bounds for servershop world. Please update values.
[12:53:03] [Server thread/INFO]:   Random teleport location is out of maximal world border Z coordinate bounds for servershop world. Please update values.
[12:53:03] [Server thread/INFO]:   Initializing BungeeCord
[12:53:03] [Server thread/INFO]:   Loaded (1) kits into memory. Took 3ms
[12:53:03] [Server thread/INFO]:   Loaded (7) ranks into memory. Took 4ms
[12:53:03] [Server thread/INFO]:   Loaded (8) playtime rewards into memory. Took 1ms
[12:53:03] [Server thread/INFO]:   Loaded (411) player data into memory. Took 45ms
[12:53:03] [Server thread/INFO]:   Loaded (0) playtime records into memory. Took 0ms
[12:53:03] [Server thread/INFO]:   Loaded (0) playtime reward records into memory. Took 0ms
[12:53:03] [Server thread/INFO]:   Loaded (13) custom alias into memory. Took 1ms
[12:53:03] [Server thread/INFO]:   Registered events. Took 53ms
[12:53:03] [Server thread/INFO]:   Loaded (0) event action commands into memory. Took 2ms
[12:53:03] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[12:53:03] [Server thread/INFO]:   Updated (EN) language file. Took 75ms
[12:53:03] [Server thread/INFO]:   Can't load worth value for COBBLED_DEEPSLATE_SLABS
[12:53:03] [Server thread/INFO]:   Can't load worth value for DEEPSLATE_PRESSURE_PLATE
[12:53:03] [Server thread/INFO]:   Can't load worth value for DEEPSLATE_SLAB
[12:53:03] [Server thread/WARN]: [CMILib] Loaded class com.Zrips.CMI.Containers.Snd from CMI v9.2.3.7 which is not a depend or softdepend of this plugin.
[12:53:03] [Server thread/INFO]:   Loaded (256) worth values into memory. Took 25ms
[12:53:03] [Server thread/INFO]:   Loaded (10) warps into memory. Took 2ms
[12:53:03] [Server thread/INFO]:   Vault permissions was found - Enabling capabilities.
[12:53:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmi [9.2.3.7]
[12:53:03] [Server thread/INFO]:   PlaceholderAPI hooked.
[12:53:03] [Server thread/INFO]:   PlaceholderAPI was found - Enabling capabilities.
[12:53:03] [Server thread/INFO]:   McMMO was found - Enabling capabilities.
[12:53:03] [Server thread/INFO]:   Jobs was found - Enabling capabilities.
[12:53:03] [Server thread/INFO]:   Starting world timer.
[12:53:03] [Server thread/INFO]:   Initializing world manager.
[12:53:03] [Server thread/INFO]:   Loaded (4) schedules into memory. Took 3ms
[12:53:03] [Server thread/INFO]:   Loaded GeoIP
[12:53:03] [Server thread/INFO]:   Loaded (18) skin cache entries into memory. Took 1ms
[12:53:03] [Server thread/INFO]:   Found DiscordSRV
[12:53:03] [Server thread/INFO]: [DiscordSRV] API listener com.Zrips.CMI.Modules.DiscordSRV.DiscordSRVListener subscribed (4 methods)
[12:53:03] [Server thread/INFO]:   Loaded (0) ArmorStand templates into memory. Took 0ms
[12:53:03] [Server thread/INFO]:   Version 9.2.3.7 has been enabled
[12:53:03] [Server thread/INFO]: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
[12:53:03] [Server thread/INFO]: [Vault][Economy] CMI Economy hooked.
[12:53:04] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[12:53:04] [Server thread/INFO]: Running delayed init tasks
[12:53:04] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[12:53:04] [Craft Scheduler Thread - 8 - PlayerParticles/INFO]: [PlayerParticles] Data handler connected using SQLite.
[12:53:04] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[12:53:04] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
[12:53:04] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.41 which is not a depend or softdepend of this plugin.
[12:53:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.1-R2]
[12:53:04] [Server thread/INFO]: 1 placeholder hook(s) registered!
[12:53:04] [Server thread/INFO]: Done (35.213s)! For help, type "help"
[12:53:04] [Server thread/INFO]: Timings Reset
[12:53:04] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] Checking for Updates ... 
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:🧁 picnic smp(735521313959182339)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-only(745006625672134729)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-0068(1008593164598247524)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🎀」information(753579591506984960)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💌」announcements(986311768257224754)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「📜」server-updates(986382309005611008)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🌟」events(986311833407348806)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💜」media-content(986312027138060318)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「😇」emoji-suggestion(986312085715697735)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🍨」staff(986981723189432330)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🔵」welcome(735526863103066232)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🔵」assignable-roles(765574288925261864)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「👽」suggestions(986312297477718098)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「👽」suggestions-discussion(986312427568234566)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support-tickets(988812476487454720)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:community-help(988073201210896444)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:venting(989255339381784666)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💬」general(735521313959182342)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💬」relay(986313762652958821)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「📻」shop-advertisements(992379326454562846)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「📸」screenshots(990904415701598250)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🧁」donator-chat(829713590352085003)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💎」server-supporters(902545411649192006)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🧚」user-introductions(759923100497608705)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🔧」bug-reports(988882345790697473)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🥇」hobbies-interests(766470419858587658)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「👀」memes(747344053959393320)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🦊」pets(807262597933039687)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「📸」media-art(811199947361091594)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💻」games(919245903766908958)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「👻」selfies(823249198514307082)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🥗」food(811940514273165332)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🏮」anime-animation(896113449044676658)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🎬」movies-shows(988539818684325908)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bots(986336858852184104)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🎶」music-bot-voice(986026935844995132)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:no-mic-text-chat(745847626892837011)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚠staff-information(986911990217842698)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔮general(986312776366588005)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:build-chat(987268296564957254)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⁂ban-appeal-chat(991078735149146192)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:loa-notifications(992188153987350539)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📡punishment-logs(986312912689852497)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📡evidence(986313267771215912)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:punishment-appeal-logs(991769264908402708)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:blocked-message-logs(987271889217028117)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:logs(991080197967216670)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:builder-jackydeathberg(1000409506104230038)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:nedak-event(990656918278270976)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:♡⚡information(736253576292204606)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❤🎍applications(827556364477661246)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:application-logs(991769602516340786)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:sr-general(986987175759446037)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console-log(903598948734861332)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❤📎app-logs(986313529206374470)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🎶」uwu-music(735522328410193951)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-logins(989960259873423391)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:srlogs(843142196723187762)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:trello(986409003271737374)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dev-general(991988395314262057)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:★💫plugin-files(916093207769657385)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bloom-host-announcements(989150430464442399)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bloom-host-nodes(989150448965546014)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:♥☮picnic-console(904524279855607808)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:logsarc(822564797844553750)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「💌」announcements-archive(735522217990946886)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:「🌟」events-archive(744163149024067584)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:♡📡mod-logs(986313396112740412)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:♡🚫probation-players(986313469752139786)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚠staff-announcements(1014891458614001714)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console-log(903598948734861332)
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[12:53:04] [DiscordSRV - Initialization/INFO]: [DiscordSRV] 2 alerts registered
[12:53:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.25.1]
[12:53:05] [Server thread/INFO]: [Factions] Balance for §2Wilderness had money: 0.0 found: 0.0 acc: faction-0
[12:53:05] [Server thread/INFO]: [Factions] Balance for Mercley had money: 276471.0
[12:53:05] [Server thread/INFO]: [Factions] Balance for TheUwUCult had money: 0.0 found: 0.0 acc: faction-2
[12:53:05] [Server thread/INFO]: [Factions] Balance for §6Safezone had money: 0.0 found: 0.0 acc: faction--1
[12:53:05] [Server thread/INFO]: [Factions] Balance for §4Warzone had money: 0.0 found: 0.0 acc: faction--2
[12:53:09] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] No new version available
[12:53:23] [User Authenticator #1/INFO]: UUID of player xPvtRyanx is 09ec48b6-6bbb-46c6-a667-44d633b2e04b
[12:53:23] [Server thread/INFO]: [SaberFactions] xPvtRyanx set autoLeave to false
[12:53:23] [Server thread/INFO]:  [+] [ADMIN] Ryan:)
[12:53:24] [Server thread/INFO]: xPvtRyanx[/24.115.101.41:57245] logged in with entity id 769 at ([world]507.80315611708295, 64.0, 1170.8465507987444)
[12:53:25] [Craft Scheduler Thread - 11 - DiscordSRV/INFO]: [DiscordSRV] xPvtRyanx was sent a notice for having a degraded user experience due to LunarClient (You can use EnableIncompatibleClientAlert to disable the message if you'd like (Not recommended))
[12:54:48] [Server thread/INFO]: xPvtRyanx issued server command: /regions flags
[12:55:04] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop use ALLOW
[12:55:06] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop interact ALLOW
[12:55:10] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop damage-animals DENY
[12:55:13] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop pvp DENY
[12:55:15] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop sleep ALLOW
[12:55:16] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop respawn-anchors DENY
[12:55:19] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop vehicle-place ALLOW
[12:55:19] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop vehicle-destroy ALLOW
[12:55:21] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop lighter ALLOW
[12:55:23] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop ride DENY
[12:55:24] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 1 playershop potion-splash DENY
[12:55:26] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 2 playershop
[12:55:27] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[12:55:27] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop item-frame-rotation ALLOW
[12:55:30] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop block-trampling ALLOW
[12:55:31] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop firework-damage DENY
[12:55:33] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop use-anvil ALLOW
[12:55:34] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop use-dripleaf ALLOW
[12:55:37] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop item-pickup ALLOW
[12:55:38] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop item-drop ALLOW
[12:55:39] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop exp-drops ALLOW
[12:55:42] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop snowman-trails DENY
[12:55:44] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop ravager-grief DENY
[12:55:45] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 2 playershop entity-painting-destroy DENY
[12:55:47] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 3 playershop
[12:55:50] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop pistons ALLOW
[12:55:53] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop lava-fire ALLOW
[12:55:55] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop snow-fall DENY
[12:55:56] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop snow-melt DENY
[12:55:57] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[12:55:58] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop ice-form DENY
[12:55:59] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop ice-melt ALLOW
[12:56:03] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop frosted-ice-form ALLOW
[12:56:04] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop frosted-ice-form 
[12:56:05] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop frosted-ice-form ALLOW
[12:56:06] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop frosted-ice-melt ALLOW
[12:56:10] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop grass-growth ALLOW
[12:56:11] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 3 playershop vine-growth ALLOW
[12:56:12] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 4 playershop
[12:56:14] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop rock-growth ALLOW
[12:56:15] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop sculk-growth ALLOW
[12:56:16] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop crop-growth ALLOW
[12:56:17] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop soil-dry ALLOW
[12:56:19] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop coral-fade ALLOW
[12:56:20] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop water-flow ALLOW
[12:56:23] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop receive-chat ALLOW
[12:56:24] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop send-chat ALLOW
[12:56:25] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 4 playershop lava-flow ALLOW
[12:56:27] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[12:56:29] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 5 playershop
[12:56:31] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop natural-health-regen ALLOW
[12:56:32] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop natural-hunger-drain ALLOW
[12:56:33] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop entry ALLOW
[12:56:34] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop exit ALLOW
[12:56:35] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop exit-override true
[12:56:37] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop exit-via-teleport ALLOW
[12:56:38] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop enderpearl ALLOW
[12:56:39] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 5 playershop chorus-fruit-teleport ALLOW
[12:56:42] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 6 playershop
[12:56:49] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 6 playershop chunk-unload ALLOW
[12:56:51] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 7 playershop
[12:56:57] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop frostwalker ALLOW
[12:56:57] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[12:56:59] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop godmode ALLOW
[12:57:00] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop graves-create ALLOW
[12:57:01] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop graves-teleport ALLOW
[12:57:02] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop item-durability ALLOW
[12:57:05] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop keep-exp true
[12:57:06] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop keep-inventory true
[12:57:08] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop mcmmo ALLOW
[12:57:09] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop mcmmo-hardcore ALLOW
[12:57:09] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop mcmmo-xp ALLOW
[12:57:12] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop nether-portals ALLOW
[12:57:15] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop nether-portals DENY
[12:57:18] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 7 playershop player-particles ALLOW
[12:57:18] [Server thread/INFO]: xPvtRyanx issued server command: /rg flags -w "world" -p 8 playershop
[12:57:27] [Server thread/INFO]: xPvtRyanx issued server command: /rg flag -w "world" -h 8 playershop walk-speed 10
[12:57:27] [WorldGuard Region I/O/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
[12:57:42] [Server thread/INFO]: xPvtRyanx issued server command: /gpreload
[12:58:06] [Server thread/INFO]: xPvtRyanx issued server command: /griefprevention:gpblockinfo
[13:01:10] [Server thread/INFO]: --------------------------------------------------
[13:01:10] [Server thread/INFO]: CMI: 9.2.3.7 SqLite
[13:01:10] [Server thread/INFO]: CMILib: 1.2.3.5 
[13:01:10] [Server thread/INFO]: Server: Paper(138) 1.19.2-R0.1-SNAPSHOT
[13:01:10] [Server thread/INFO]: CMI economy: Enabled Vault: 1.7.3-CMI CMI Chat: Disabled 
[13:01:10] [Server thread/INFO]: Modules -> 55 enabled 1 disabled: headDrop
[13:01:10] [Server thread/INFO]: --------------------------------------------------
[13:03:44] [Server thread/INFO]: Ryan:) is now AFK
[13:07:52] [Server thread/INFO]: Checking version, please wait...
[13:07:52] [Thread-127/INFO]: This server is running Paper version git-Paper-138 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 09904fd)
You are running the latest version
Previous version: git-Paper-135 (MC: 1.19.2)
[13:09:27] [Server thread/INFO]: ChestShop version 3.12.2 (build 353)
[13:09:27] [Server thread/INFO]: A chest shop for economy plugins.
[13:09:27] [Server thread/INFO]: Authors: Acrobot and https://github.com/ChestShop-authors/ChestShop-3/contributors
[13:11:18] [Server thread/INFO]: ChestShop's version is: 3.12.2 (build 353)
[13:11:24] [Server thread/INFO]: Unknown command. Type "/help" for help.

What other plugins are you running?

WorldGuard
CMI
GriefPrevention
Multiverse Core
Vault
Litebans
WorldEdit
PlayerParticles

Agreements

Additional context

_No response_
xpvtryanx commented 1 year ago

image fixes the issue