I enabled TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY and protect the chest, but other players still can't open it.
Plugin Config
Config
```yaml
TURN_OFF_UPDATES: true
#Do you want to turn off the automatic updates of ChestShop?
SHOP_INTERACTION_INTERVAL: 250
#(In 1/1000th of a second) How often can a player use the shop sign?
IGNORE_CREATIVE_MODE: true
#Do you want to allow using shops to people in creative mode?
REVERSE_BUTTONS: false
#If true, people will buy with left-click and sell with right-click.
SHIFT_SELLS_IN_STACKS: false
#If true, people will be able to buy/sell in 64 stacks while holding the crouch button.
SHIFT_ALLOWS: "SELL"
#What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)
ALLOW_SIGN_CHEST_OPEN: false
#Can shop's chest be opened by owner with right-clicking a shop's sign?
ALLOW_LEFT_CLICK_DESTROYING: 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.
REMOVE_EMPTY_SHOPS: false
#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_CHESTS: false
#If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed.
ADMIN_SHOP_NAME: "Old"
#First line of your Admin Shop's sign should look like this:
SERVER_ECONOMY_ACCOUNT: ""
#The economy account which Admin Shops should use and to which all taxes will go
BANK_MEMBERS_ALLOWED: false
#Whether bank account members (if available) can create shops on its behalf
TAX_AMOUNT: 0
#Percent of the price that should go to the server's account. (100 = 100 percent)
BANK_TAX_AMOUNT: 0
#Percent of the price that should go to the server's account when buying from a bank.
SERVER_TAX_AMOUNT: 0
#Percent of the price that should go to the server's account when buying from an Admin Shop.
SHOP_CREATION_PRICE: 0.0
#Amount of money player must pay to create a shop
SHOP_REFUND_PRICE: 0.0
#How much money do you get back when destroying a sign?
BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true
#Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)
ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false
#Do you want to allow other players to build a shop on a block where there's one already?
ALLOW_PARTIAL_TRANSACTIONS: true
#Can shops be used even when the seller doesn't have enough items? (The price will be scaled adequatly to the item amount)
ALLOW_AUTO_ITEM_FILL: true
#Can '?' be put in place of item name in order for the sign to be auto-filled?
SHOW_MESSAGE_OUT_OF_STOCK: true
#Do you want to show "Out of stock" messages?
SHOW_TRANSACTION_INFORMATION_CLIENT: true
#Do you want to show "You bought/sold... " messages?
SHOW_TRANSACTION_INFORMATION_OWNER: true
#Do you want to show "Somebody bought/sold... " messages?
LOG_TO_FILE: true
#If true, plugin will log transactions in its own file
LOG_TO_CONSOLE: false
#Do you want ChestShop's messages to show up in console?
LOG_TO_DATABASE: false
#If true, plugin will log transactions in EBean database
RECORD_TIME_TO_LIVE: 600
#How long should transaction information be stored in the database (in seconds, -1 means forever)?
STACK_TO_64: false
#Do you want to stack all items up to 64 item stacks?
USE_BUILT_IN_PROTECTION: true
#Do you want to use built-in protection against chest destruction?
STICK_SIGNS_TO_CHESTS: false
#Do you want to have shop signs "stick" to chests?
TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true
#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_SIGN_PROTECTION: 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_HOPPER_PROTECTION: true
#Do you want to disable the hopper protection, which prevents the hoppers from taking items out of chests?
PROTECT_CHEST_WITH_LWC: false
#Do you want to protect shop chests with LWC?
PROTECT_SIGN_WITH_LWC: false
#Do you want to protect shop signs with LWC?
REMOVE_LWC_PROTECTION_AUTOMATICALLY: false
#Should the chest's LWC protection be removed once the shop sign is destroyed?
GENERATE_STATISTICS_PAGE: false
#If true, plugin will generate shop statistics webpage.
STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html"
#Where should your generated website be saved?
STATISTICS_PAGE_GENERATION_INTERVAL: 60
#How often should the website be generated?
WORLDGUARD_INTEGRATION: false
#Do you want to only let people build inside regions?
WORLDGUARD_USE_FLAG: false
#Do you want to only let poeple build inside region flagged by doing /region regionName flag chestshop allow?
WORLDGUARD_USE_PROTECTION: false
#Do you want ChestShop to respect WorldGuard's chest protection?
HEROES_EXP: 100.0
#How much Heroes exp should people get for creating a ChestShop?
AUTHME_HOOK: false
#Do you want to deny shop access to unlogged users?
AUTHME_ALLOW_UNREGISTERED: false
#Do you want to allow shop access to unregistered users? (Example: registration is optional)
CACHE_SIZE: 1000
#How large should the internal uuid and name caches be?
SHOW_MESSAGE_FULL_SHOP: true
#Do you want to show "Full shop" messages?
CSTOGGLE_TOGGLES_OUT_OF_STOCK: false
#Can players hide the "Out of stock" messages with /cstoggle?
CSTOGGLE_TOGGLES_FULL_SHOP: false
#Can players hide the "Full shop" messages with /cstoggle?
SHOWITEM_MESSAGE: true
#Add icons and make item names hoverable in transaction messages when ShowItem is installed?
#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:
- "world3331"
- "world2233"
#How many decimal places are allowed at a maximum for prices?
PRICE_PRECISION: 2
#What containers are allowed to hold a shop? (Only blocks with inventories work!)
SHOP_CONTAINERS:
- "CHEST"
- "TRAPPED_CHEST"
#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
#Should all shop removals be logged to the console?
LOG_ALL_SHOP_REMOVALS: true
#How many seconds do you want to wait before showing notifications for the same shop to the owner again?
NOTIFICATION_MESSAGE_COOLDOWN: 10
#Enable this if you use BungeeCord and want players to receive shop notifications on other servers
BUNGEECORD_MESSAGES: 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"
#Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display
LWC_SIGN_PROTECTION_TYPE: "PRIVATE"
#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
#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
# Should the plugin log some messages that are useful for debugging?
DEBUG: false
# 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
# Should LWC limits block shop creations?
LWC_LIMITS_BLOCK_CREATION: true
# If true, people will be able to sell/buy everything available of the same type.
SHIFT_SELLS_EVERYTHING: 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
# Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection)
CHECK_ACCESS_FOR_SHOP_USE: false
# 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
# Add stock counter to quantity line?
USE_STOCK_COUNTER: 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
# Make all admin shops be unlimited even if they have a shop container at the sign
FORCE_UNLIMITED_ADMIN_SHOP: false
# 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 to Bedrock players: If you have Floodgate on your server, you should set this regexp to ^\\*?\\w+$ and ENSURE_CORRECT_PLAYERID to false
VALID_PLAYERNAME_REGEXP: "^\\w+$"
```
Server Version
This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
Server Log
Log
```
[23:00:53] [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'
[23:00:53] [main/INFO]: Reloading ResourceManager: Default, bukkit
[23:00:53] [Worker-Main-3/INFO]: Loaded 7 recipes
[23:00:54] [Server thread/INFO]: Starting minecraft server version 1.16.5
[23:00:54] [Server thread/INFO]: Loading properties
[23:00:54] [Server thread/INFO]: This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[23:00:54] [Server thread/INFO]: Debug logging is disabled
[23:00:54] [Server thread/INFO]: Server Ping Player Sample Count: 12
[23:00:54] [Server thread/INFO]: Using 4 threads for Netty based IO
[23:00:54] [Server thread/INFO]: Default game type: SURVIVAL
[23:00:54] [Server thread/INFO]: Generating keypair
[23:00:54] [Server thread/INFO]: Starting Minecraft server on *:25565
[23:00:54] [Server thread/INFO]: Using default channel type
[23:00:54] [Server thread/INFO]: Tuinity: Using Java 11 compression from Velocity.
[23:00:54] [Server thread/INFO]: Tuinity: Using Java cipher from Velocity.
[23:00:55] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.76
[23:00:55] [Server thread/INFO]: [SafeNBT] Loading SafeNBT v2.0
[23:00:55] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7
[23:00:55] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[23:00:55] [Server thread/INFO]: [F3NPerm] Loading F3NPerm v2.5
[23:00:55] [Server thread/INFO]: [F3NPerm] Plugin loaded!
[23:00:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN
[23:00:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.1-SNAPSHOT-b501
[23:00:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9
[23:00:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@40138a64]
[23:00:56] [Server thread/INFO]: [Slimefun] Loading Slimefun vDEV - 912 (git f4b47331)
[23:00:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0-dev+77-8cbd9b7
[23:00:56] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.19.0-dev+77-8cbd9b7
[23:00:56] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.0-dev+77-8cbd9b7
[23:00:56] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.0-dev+77-8cbd9b7
[23:00:56] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
[23:00:56] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.10.10
[23:00:56] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12-SNAPSHOT (build 294)
[23:00:56] [Server thread/INFO]: [ChestShop] LockettePro version 2.10.10 loaded.
[23:00:56] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded.
[23:00:56] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[23:00:56] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.76
[23:00:56] [Server thread/INFO]: __
[23:00:56] [Server thread/INFO]: | |__) LuckPerms v5.2.76
[23:00:56] [Server thread/INFO]: |___ | Running on Bukkit - Tuinity
[23:00:56] [Server thread/INFO]:
[23:00:56] [Server thread/INFO]: [LuckPerms] Loading configuration...
[23:00:56] [Server thread/INFO]: [LuckPerms] Loading storage provider... [SPLIT STORAGE]
[23:00:57] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[23:00:57] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[23:00:57] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 548ms)
[23:00:57] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[23:00:57] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0-dev+77-8cbd9b7 which is not a depend, softdepend or loadbefore of this plugin.
[23:00:57] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[23:00:57] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[23:00:57] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[23:00:57] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[23:00:57] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.1-SNAPSHOT-b501
[23:00:57] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[23:00:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9
[23:00:57] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[23:00:57] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[23:00:58] [Server thread/INFO]: Preparing level "world"
[23:00:58] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[23:00:58] [Server thread/INFO]: Preparing spawn area: 0%
[23:00:58] [Server thread/INFO]: Time elapsed: 163 ms
[23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[23:00:58] [Server thread/INFO]: Time elapsed: 74 ms
[23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[23:00:58] [Server thread/INFO]: Time elapsed: 144 ms
[23:00:58] [Server thread/INFO]: [SafeNBT] Enabling SafeNBT v2.0
[23:00:58] [Server thread/INFO]: [SafeNBT] Successfully enabled SafeNBT by jojodmo!
[23:00:58] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7
[23:00:58] [Server thread/INFO]: [F3NPerm] Enabling F3NPerm v2.5
[23:00:58] [Server thread/INFO]: [F3NPerm] Plugin enabled!
[23:00:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN
[23:00:58] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN" 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--].
[23:00:58] [Server thread/INFO]: [Multiverse-Core] We 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.
[23:00:58] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: kreap
[23:00:58] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:flat
[23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world flat
[23:00:58] [Server thread/INFO]: Time elapsed: 59 ms
[23:00:58] [Server thread/INFO]: Could not set generator for world 'plotworld': Plugin 'PlotSquared' does not exist
[23:00:58] [Server thread/ERROR]: Could not set generator for default world 'plotworld': Plugin 'PlotSquared' does not exist
[23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:plotworld
[23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world plotworld
[23:00:58] [Server thread/INFO]: Time elapsed: 20 ms
[23:00:58] [Server thread/INFO]: Could not set generator for world 'plotworld': Plugin 'PlotSquared' does not exist
[23:00:58] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[23:00:59] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[23:00:59] [Server thread/INFO]: [Multiverse-Core] Version 4.2.3-SNAPSHOT-bUNKNOWN (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[23:00:59] [Server thread/INFO]: [Slimefun] Enabling Slimefun vDEV - 912 (git f4b47331)
[23:00:59] [Server thread/INFO]: [Slimefun] Paper was detected! Performance optimizations have been applied.
[23:00:59] [Server thread/INFO]: [Slimefun] Creating directories...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading language files...
[23:00:59] [Server thread/INFO]: [Slimefun] Loaded language "en"
[23:00:59] [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
[23:00:59] [Server thread/INFO]: [Slimefun] Starting Auto-Updater...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading GEO-Resources...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading Tags...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading items...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading researches...
[23:00:59] [Server thread/INFO]: [Slimefun] Loading Wiki pages...
[23:00:59] [Server thread/INFO]: [Slimefun] Registering listeners...
[23:01:00] [Server thread/INFO]: [Slimefun] Loading Third-Party plugin integrations...
[23:01:00] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit v7.2.5+57d5ac9
[23:01:00] [Server thread/INFO]: [Slimefun] Slimefun has finished loading in 718ms
[23:01:00] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0-dev+77-8cbd9b7
[23:01:00] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[23:01:00] [Server thread/INFO]: [Essentials] No kits found to migrate.
[23:01:00] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
[23:01:00] [Server thread/INFO]: [Essentials] Using locale hu
[23:01:00] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[23:01:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[23:01:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[23:01:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[23:01:00] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.0-dev+77-8cbd9b7
[23:01:00] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[23:01:00] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[23:01:00] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.0-dev+77-8cbd9b7
[23:01:00] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[23:01:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.0-dev+77-8cbd9b7
[23:01:00] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[23:01:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
[23:01:00] [Server thread/INFO]: [WorldGuard] (world) Blacklist loaded with 31 entries.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[23:01:00] [Server thread/INFO]: [WorldGuard] (flat) TNT ignition is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Lighters are PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Lava fire is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Fire spread is UNRESTRICTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flat'
[23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is PERMITTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
[23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
[23:01:00] [Server thread/INFO]: [WorldGuard] Loading region data...
[23:01:00] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.10.10
[23:01:00] [Server thread/INFO]: [LockettePro] Compatible server version detected: 1.16.5
[23:01:00] [Server thread/INFO]: [LockettePro] ===================================
[23:01:00] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12-SNAPSHOT (build 294)
[23:01: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
[23:01:00] [Server thread/INFO]: [ChestShop] LockettePro version 2.10.10 loaded.
[23:01:00] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
[23:01:00] [Server thread/INFO]: [ChestShop] Vault loaded!
[23:01:00] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent!
[23:01:00] [Server thread/INFO]: Running delayed init tasks
[23:01:00] [Server thread/INFO]: [Slimefun] Now running MetricsModule build #22
[23:01:00] [Server thread/INFO]: [Slimefun] with a total of 18/18 chart(s)!
[23:01:00] [Server thread/INFO]: [Slimefun] Metrics build #22 started.
[23:01:00] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes...
[23:01:00] [Server thread/INFO]: [Slimefun] Found 859 Recipes!
[23:01:00] [Server thread/INFO]:
[23:01:00] [Server thread/INFO]: ######################### - Slimefun vDEV - 912 (git f4b47331) - #########################
[23:01:00] [Server thread/INFO]:
[23:01:00] [Server thread/INFO]: Successfully loaded 540 Items and 255 Researches
[23:01:00] [Server thread/INFO]: ( 540 Items from Slimefun, 0 Items from 0 Addons )
[23:01:00] [Server thread/INFO]:
[23:01:00] [Server thread/INFO]: Slimefun is an Open-Source project that is kept alive by a large community.
[23:01:00] [Server thread/INFO]: Consider helping us maintain this project by contributing on GitHub!
[23:01:00] [Server thread/INFO]:
[23:01:00] [Server thread/INFO]: - Source Code: https://github.com/Slimefun/Slimefun4
[23:01:00] [Server thread/INFO]: - Wiki: https://github.com/Slimefun/Slimefun4/wiki
[23:01:00] [Server thread/INFO]: - Addons: https://github.com/Slimefun/Slimefun4/wiki/Addons
[23:01:00] [Server thread/INFO]: - Bug Reports: https://github.com/Slimefun/Slimefun4/issues
[23:01:00] [Server thread/INFO]: - Discord: https://discord.gg/slimefun
[23:01:01] [Server thread/INFO]:
[23:01:01] [Updater Thread/INFO]: [Slimefun] Slimefun is already up to date!
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
[23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time...
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 4ms)
[23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 35 Blocks for World "world"
[23:01:01] [Server thread/INFO]: [Slimefun] Avg: 0.11ms/Block
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
[23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time...
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
[23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time...
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "flat"
[23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time...
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "flat"
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "plotworld"
[23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time...
[23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "plotworld"
[23:01:01] [Server thread/INFO]: [CS-CoreLib2] Loading Protection Modules...
[23:01:01] [Server thread/INFO]: [CS-CoreLib2] This may happen more than once.
[23:01:01] [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.
[23:01:01] [Server thread/INFO]: [CS-CoreLib2] Loaded Protection Module "WorldGuard v7.0.4+f7ff984"
[23:01:01] [Server thread/INFO]: Done (6.489s)! For help, type "help"
[23:01:01] [Server thread/INFO]: Timings Reset
[23:01:04] [User Authenticator #1/WARN]: [LuckPerms] LuckPerms already has data for player 'andris155' - but this data is stored under a different UUID.
[23:01:04] [User Authenticator #1/WARN]: [LuckPerms] 'andris155' has previously used the unique ids [fc4c9617-452b-345d-b1fe-21544ad9c4d4] but is now connecting with '4ad91db2-c289-4381-b112-6118dae49d68'
[23:01:04] [User Authenticator #1/WARN]: [LuckPerms] The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that one of the other servers in your network is not authenticating correctly.
[23:01:04] [User Authenticator #1/WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
[23:01:04] [User Authenticator #1/WARN]: [LuckPerms] See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup
[23:01:04] [User Authenticator #1/INFO]: UUID of player andris155 is 4ad91db2-c289-4381-b112-6118dae49d68
[23:01:04] [ForkJoinPool.commonPool-worker-3/INFO]: [Essentials] Found new UUID for andris155. Replacing fc4c9617-452b-345d-b1fe-21544ad9c4d4 with 4ad91db2-c289-4381-b112-6118dae49d68
[23:01:04] [Server thread/INFO]: andris155[/192.168.2.27:54498] logged in with entity id 145 at ([world]-149.38041718931586, 78.0, -67.07360077836987)
[23:01:04] [Server thread/INFO]: [+] andris155
[23:01:11] [Server thread/INFO]: andris155 issued server command: /gamemode creative
[23:01:45] [Server thread/INFO]: andris155 issued server command: /deop
[23:02:32] [Server thread/INFO]: andris155 issued server command: /lock 2 andris155
[23:02:38] [Server thread/INFO]: andris155 issued server command: /lock 2 Nexus090
[23:02:40] [Craft Scheduler Thread - 17 - Slimefun/INFO]: [Slimefun] Auto-saving block data... (Next auto-save: 10m)
[23:02:40] [Craft Scheduler Thread - 17 - Slimefun/INFO]: [Slimefun] Saving block data for world "world" (2 change(s) queued)
[23:02:41] [Server thread/INFO]: andris155 issued server command: /lock 3 andris155
[23:02:49] [Server thread/INFO]: andris155 issued server command: /deop
[23:02:51] [Server thread/INFO]: andris155 issued server command: /deop andris155
[23:02:51] [Server thread/INFO]: [andris155: Made andris155 no longer a server operator]
[23:05:38] [pool-13-thread-1/INFO]: [LP] Set ChestShop.shopinfo to false for andris155 in context global.
[23:06:40] [Server thread/INFO]: The config was reloaded.
[23:07:22] [Server thread/INFO]: LockettePro version 2.10.10
[23:07:22] [Server thread/INFO]: LockettePro is a chest protection plugin for Bukkit. It is 100% compatible with original Lockette, but delivers a lot of performance enhancements and feature options.
[23:07:22] [Server thread/INFO]: Author: connection_lost
[23:10:50] [Server thread/INFO]: Checking version, please wait...
[23:10:50] [Thread-21/INFO]: This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
You are 4 version(s) behind
Previous version: git-Tuinity-"7d36676" (MC: 1.16.5)
```
Plugin Version
I enabled TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY and protect the chest, but other players still can't open it.
Plugin Config
Config
```yaml TURN_OFF_UPDATES: true #Do you want to turn off the automatic updates of ChestShop? SHOP_INTERACTION_INTERVAL: 250 #(In 1/1000th of a second) How often can a player use the shop sign? IGNORE_CREATIVE_MODE: true #Do you want to allow using shops to people in creative mode? REVERSE_BUTTONS: false #If true, people will buy with left-click and sell with right-click. SHIFT_SELLS_IN_STACKS: false #If true, people will be able to buy/sell in 64 stacks while holding the crouch button. SHIFT_ALLOWS: "SELL" #What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL) ALLOW_SIGN_CHEST_OPEN: false #Can shop's chest be opened by owner with right-clicking a shop's sign? ALLOW_LEFT_CLICK_DESTROYING: 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. REMOVE_EMPTY_SHOPS: false #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_CHESTS: false #If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed. ADMIN_SHOP_NAME: "Old" #First line of your Admin Shop's sign should look like this: SERVER_ECONOMY_ACCOUNT: "" #The economy account which Admin Shops should use and to which all taxes will go BANK_MEMBERS_ALLOWED: false #Whether bank account members (if available) can create shops on its behalf TAX_AMOUNT: 0 #Percent of the price that should go to the server's account. (100 = 100 percent) BANK_TAX_AMOUNT: 0 #Percent of the price that should go to the server's account when buying from a bank. SERVER_TAX_AMOUNT: 0 #Percent of the price that should go to the server's account when buying from an Admin Shop. SHOP_CREATION_PRICE: 0.0 #Amount of money player must pay to create a shop SHOP_REFUND_PRICE: 0.0 #How much money do you get back when destroying a sign? BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE: true #Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited) ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK: false #Do you want to allow other players to build a shop on a block where there's one already? ALLOW_PARTIAL_TRANSACTIONS: true #Can shops be used even when the seller doesn't have enough items? (The price will be scaled adequatly to the item amount) ALLOW_AUTO_ITEM_FILL: true #Can '?' be put in place of item name in order for the sign to be auto-filled? SHOW_MESSAGE_OUT_OF_STOCK: true #Do you want to show "Out of stock" messages? SHOW_TRANSACTION_INFORMATION_CLIENT: true #Do you want to show "You bought/sold... " messages? SHOW_TRANSACTION_INFORMATION_OWNER: true #Do you want to show "Somebody bought/sold... " messages? LOG_TO_FILE: true #If true, plugin will log transactions in its own file LOG_TO_CONSOLE: false #Do you want ChestShop's messages to show up in console? LOG_TO_DATABASE: false #If true, plugin will log transactions in EBean database RECORD_TIME_TO_LIVE: 600 #How long should transaction information be stored in the database (in seconds, -1 means forever)? STACK_TO_64: false #Do you want to stack all items up to 64 item stacks? USE_BUILT_IN_PROTECTION: true #Do you want to use built-in protection against chest destruction? STICK_SIGNS_TO_CHESTS: false #Do you want to have shop signs "stick" to chests? TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true #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_SIGN_PROTECTION: 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_HOPPER_PROTECTION: true #Do you want to disable the hopper protection, which prevents the hoppers from taking items out of chests? PROTECT_CHEST_WITH_LWC: false #Do you want to protect shop chests with LWC? PROTECT_SIGN_WITH_LWC: false #Do you want to protect shop signs with LWC? REMOVE_LWC_PROTECTION_AUTOMATICALLY: false #Should the chest's LWC protection be removed once the shop sign is destroyed? GENERATE_STATISTICS_PAGE: false #If true, plugin will generate shop statistics webpage. STATISTICS_PAGE_PATH: "plugins/ChestShop/website.html" #Where should your generated website be saved? STATISTICS_PAGE_GENERATION_INTERVAL: 60 #How often should the website be generated? WORLDGUARD_INTEGRATION: false #Do you want to only let people build inside regions? WORLDGUARD_USE_FLAG: false #Do you want to only let poeple build inside region flagged by doing /region regionName flag chestshop allow? WORLDGUARD_USE_PROTECTION: false #Do you want ChestShop to respect WorldGuard's chest protection? HEROES_EXP: 100.0 #How much Heroes exp should people get for creating a ChestShop? AUTHME_HOOK: false #Do you want to deny shop access to unlogged users? AUTHME_ALLOW_UNREGISTERED: false #Do you want to allow shop access to unregistered users? (Example: registration is optional) CACHE_SIZE: 1000 #How large should the internal uuid and name caches be? SHOW_MESSAGE_FULL_SHOP: true #Do you want to show "Full shop" messages? CSTOGGLE_TOGGLES_OUT_OF_STOCK: false #Can players hide the "Out of stock" messages with /cstoggle? CSTOGGLE_TOGGLES_FULL_SHOP: false #Can players hide the "Full shop" messages with /cstoggle? SHOWITEM_MESSAGE: true #Add icons and make item names hoverable in transaction messages when ShowItem is installed? #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: - "world3331" - "world2233" #How many decimal places are allowed at a maximum for prices? PRICE_PRECISION: 2 #What containers are allowed to hold a shop? (Only blocks with inventories work!) SHOP_CONTAINERS: - "CHEST" - "TRAPPED_CHEST" #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 #Should all shop removals be logged to the console? LOG_ALL_SHOP_REMOVALS: true #How many seconds do you want to wait before showing notifications for the same shop to the owner again? NOTIFICATION_MESSAGE_COOLDOWN: 10 #Enable this if you use BungeeCord and want players to receive shop notifications on other servers BUNGEECORD_MESSAGES: 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" #Of which type should the sign protection be? Possible type: public, private, donate and on some LWC versions display LWC_SIGN_PROTECTION_TYPE: "PRIVATE" #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 #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 # Should the plugin log some messages that are useful for debugging? DEBUG: false # 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 # Should LWC limits block shop creations? LWC_LIMITS_BLOCK_CREATION: true # If true, people will be able to sell/buy everything available of the same type. SHIFT_SELLS_EVERYTHING: 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 # Only allow users to buy/sell that have access to the sign's protection? (E.g. LWC protection) CHECK_ACCESS_FOR_SHOP_USE: false # 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 # Add stock counter to quantity line? USE_STOCK_COUNTER: 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 # Make all admin shops be unlimited even if they have a shop container at the sign FORCE_UNLIMITED_ADMIN_SHOP: false # 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 to Bedrock players: If you have Floodgate on your server, you should set this regexp to ^\\*?\\w+$ and ENSURE_CORRECT_PLAYERID to false VALID_PLAYERNAME_REGEXP: "^\\w+$" ```Server Version
This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
Server Log
Log
``` [23:00:53] [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' [23:00:53] [main/INFO]: Reloading ResourceManager: Default, bukkit [23:00:53] [Worker-Main-3/INFO]: Loaded 7 recipes [23:00:54] [Server thread/INFO]: Starting minecraft server version 1.16.5 [23:00:54] [Server thread/INFO]: Loading properties [23:00:54] [Server thread/INFO]: This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) [23:00:54] [Server thread/INFO]: Debug logging is disabled [23:00:54] [Server thread/INFO]: Server Ping Player Sample Count: 12 [23:00:54] [Server thread/INFO]: Using 4 threads for Netty based IO [23:00:54] [Server thread/INFO]: Default game type: SURVIVAL [23:00:54] [Server thread/INFO]: Generating keypair [23:00:54] [Server thread/INFO]: Starting Minecraft server on *:25565 [23:00:54] [Server thread/INFO]: Using default channel type [23:00:54] [Server thread/INFO]: Tuinity: Using Java 11 compression from Velocity. [23:00:54] [Server thread/INFO]: Tuinity: Using Java cipher from Velocity. [23:00:55] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.76 [23:00:55] [Server thread/INFO]: [SafeNBT] Loading SafeNBT v2.0 [23:00:55] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.7 [23:00:55] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131 [23:00:55] [Server thread/INFO]: [F3NPerm] Loading F3NPerm v2.5 [23:00:55] [Server thread/INFO]: [F3NPerm] Plugin loaded! [23:00:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN [23:00:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.1-SNAPSHOT-b501 [23:00:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9 [23:00:56] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@40138a64] [23:00:56] [Server thread/INFO]: [Slimefun] Loading Slimefun vDEV - 912 (git f4b47331) [23:00:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.0-dev+77-8cbd9b7 [23:00:56] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.19.0-dev+77-8cbd9b7 [23:00:56] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.0-dev+77-8cbd9b7 [23:00:56] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.0-dev+77-8cbd9b7 [23:00:56] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984 [23:00:56] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.10.10 [23:00:56] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.12-SNAPSHOT (build 294) [23:00:56] [Server thread/INFO]: [ChestShop] LockettePro version 2.10.10 loaded. [23:00:56] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.4+f7ff984 loaded. [23:00:56] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [23:00:56] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.76 [23:00:56] [Server thread/INFO]: __ [23:00:56] [Server thread/INFO]: | |__) LuckPerms v5.2.76 [23:00:56] [Server thread/INFO]: |___ | Running on Bukkit - Tuinity [23:00:56] [Server thread/INFO]: [23:00:56] [Server thread/INFO]: [LuckPerms] Loading configuration... [23:00:56] [Server thread/INFO]: [LuckPerms] Loading storage provider... [SPLIT STORAGE] [23:00:57] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [23:00:57] [Server thread/INFO]: [LuckPerms] Performing initial data load... [23:00:57] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 548ms) [23:00:57] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [23:00:57] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.0-dev+77-8cbd9b7 which is not a depend, softdepend or loadbefore of this plugin. [23:00:57] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [23:00:57] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [23:00:57] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [23:00:57] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [23:00:57] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.1-SNAPSHOT-b501 [23:00:57] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread. [23:00:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9 [23:00:57] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions [23:00:57] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter [23:00:58] [Server thread/INFO]: Preparing level "world" [23:00:58] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world [23:00:58] [Server thread/INFO]: Preparing spawn area: 0% [23:00:58] [Server thread/INFO]: Time elapsed: 163 ms [23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether [23:00:58] [Server thread/INFO]: Time elapsed: 74 ms [23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end [23:00:58] [Server thread/INFO]: Time elapsed: 144 ms [23:00:58] [Server thread/INFO]: [SafeNBT] Enabling SafeNBT v2.0 [23:00:58] [Server thread/INFO]: [SafeNBT] Successfully enabled SafeNBT by jojodmo! [23:00:58] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.7 [23:00:58] [Server thread/INFO]: [F3NPerm] Enabling F3NPerm v2.5 [23:00:58] [Server thread/INFO]: [F3NPerm] Plugin enabled! [23:00:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN [23:00:58] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.3-SNAPSHOT-bUNKNOWN" 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--]. [23:00:58] [Server thread/INFO]: [Multiverse-Core] We 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. [23:00:58] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: kreap [23:00:58] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config! [23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:flat [23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world flat [23:00:58] [Server thread/INFO]: Time elapsed: 59 ms [23:00:58] [Server thread/INFO]: Could not set generator for world 'plotworld': Plugin 'PlotSquared' does not exist [23:00:58] [Server thread/ERROR]: Could not set generator for default world 'plotworld': Plugin 'PlotSquared' does not exist [23:00:58] [Server thread/INFO]: Preparing start region for dimension minecraft:plotworld [23:00:58] [Server thread/INFO]: Loaded 0 spawn chunks for world plotworld [23:00:58] [Server thread/INFO]: Time elapsed: 20 ms [23:00:58] [Server thread/INFO]: Could not set generator for world 'plotworld': Plugin 'PlotSquared' does not exist [23:00:58] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [23:00:59] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release [23:00:59] [Server thread/INFO]: [Multiverse-Core] Version 4.2.3-SNAPSHOT-bUNKNOWN (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [23:00:59] [Server thread/INFO]: [Slimefun] Enabling Slimefun vDEV - 912 (git f4b47331) [23:00:59] [Server thread/INFO]: [Slimefun] Paper was detected! Performance optimizations have been applied. [23:00:59] [Server thread/INFO]: [Slimefun] Creating directories... [23:00:59] [Server thread/INFO]: [Slimefun] Loading language files... [23:00:59] [Server thread/INFO]: [Slimefun] Loaded language "en" [23:00:59] [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 [23:00:59] [Server thread/INFO]: [Slimefun] Starting Auto-Updater... [23:00:59] [Server thread/INFO]: [Slimefun] Loading GEO-Resources... [23:00:59] [Server thread/INFO]: [Slimefun] Loading Tags... [23:00:59] [Server thread/INFO]: [Slimefun] Loading items... [23:00:59] [Server thread/INFO]: [Slimefun] Loading researches... [23:00:59] [Server thread/INFO]: [Slimefun] Loading Wiki pages... [23:00:59] [Server thread/INFO]: [Slimefun] Registering listeners... [23:01:00] [Server thread/INFO]: [Slimefun] Loading Third-Party plugin integrations... [23:01:00] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit v7.2.5+57d5ac9 [23:01:00] [Server thread/INFO]: [Slimefun] Slimefun has finished loading in 718ms [23:01:00] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.0-dev+77-8cbd9b7 [23:01:00] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [23:01:00] [Server thread/INFO]: [Essentials] No kits found to migrate. [23:01:00] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json. [23:01:00] [Server thread/INFO]: [Essentials] Using locale hu [23:01:00] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [23:01:00] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [23:01:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [23:01:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [23:01:00] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.0-dev+77-8cbd9b7 [23:01:00] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect. [23:01:00] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config. [23:01:00] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.0-dev+77-8cbd9b7 [23:01:00] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config. [23:01:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.0-dev+77-8cbd9b7 [23:01:00] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config. [23:01:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984 [23:01:00] [Server thread/INFO]: [WorldGuard] (world) Blacklist loaded with 31 entries. [23:01:00] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [23:01:00] [Server thread/INFO]: [WorldGuard] (flat) TNT ignition is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Lighters are PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Lava fire is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (flat) Fire spread is UNRESTRICTED. [23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flat' [23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Lava fire is PERMITTED. [23:01:00] [Server thread/INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED. [23:01:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'plotworld' [23:01:00] [Server thread/INFO]: [WorldGuard] Loading region data... [23:01:00] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.10.10 [23:01:00] [Server thread/INFO]: [LockettePro] Compatible server version detected: 1.16.5 [23:01:00] [Server thread/INFO]: [LockettePro] =================================== [23:01:00] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12-SNAPSHOT (build 294) [23:01: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 [23:01:00] [Server thread/INFO]: [ChestShop] LockettePro version 2.10.10 loaded. [23:01:00] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now. [23:01:00] [Server thread/INFO]: [ChestShop] Vault loaded! [23:01:00] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent! [23:01:00] [Server thread/INFO]: Running delayed init tasks [23:01:00] [Server thread/INFO]: [Slimefun] Now running MetricsModule build #22 [23:01:00] [Server thread/INFO]: [Slimefun] with a total of 18/18 chart(s)! [23:01:00] [Server thread/INFO]: [Slimefun] Metrics build #22 started. [23:01:00] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes... [23:01:00] [Server thread/INFO]: [Slimefun] Found 859 Recipes! [23:01:00] [Server thread/INFO]: [23:01:00] [Server thread/INFO]: ######################### - Slimefun vDEV - 912 (git f4b47331) - ######################### [23:01:00] [Server thread/INFO]: [23:01:00] [Server thread/INFO]: Successfully loaded 540 Items and 255 Researches [23:01:00] [Server thread/INFO]: ( 540 Items from Slimefun, 0 Items from 0 Addons ) [23:01:00] [Server thread/INFO]: [23:01:00] [Server thread/INFO]: Slimefun is an Open-Source project that is kept alive by a large community. [23:01:00] [Server thread/INFO]: Consider helping us maintain this project by contributing on GitHub! [23:01:00] [Server thread/INFO]: [23:01:00] [Server thread/INFO]: - Source Code: https://github.com/Slimefun/Slimefun4 [23:01:00] [Server thread/INFO]: - Wiki: https://github.com/Slimefun/Slimefun4/wiki [23:01:00] [Server thread/INFO]: - Addons: https://github.com/Slimefun/Slimefun4/wiki/Addons [23:01:00] [Server thread/INFO]: - Bug Reports: https://github.com/Slimefun/Slimefun4/issues [23:01:00] [Server thread/INFO]: - Discord: https://discord.gg/slimefun [23:01:01] [Server thread/INFO]: [23:01:01] [Updater Thread/INFO]: [Slimefun] Slimefun is already up to date! [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world" [23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time... [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 4ms) [23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 35 Blocks for World "world" [23:01:01] [Server thread/INFO]: [Slimefun] Avg: 0.11ms/Block [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether" [23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time... [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether" [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end" [23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time... [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end" [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "flat" [23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time... [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "flat" [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks for World "plotworld" [23:01:01] [Server thread/INFO]: [Slimefun] This may take a long time... [23:01:01] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms) [23:01:01] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "plotworld" [23:01:01] [Server thread/INFO]: [CS-CoreLib2] Loading Protection Modules... [23:01:01] [Server thread/INFO]: [CS-CoreLib2] This may happen more than once. [23:01:01] [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. [23:01:01] [Server thread/INFO]: [CS-CoreLib2] Loaded Protection Module "WorldGuard v7.0.4+f7ff984" [23:01:01] [Server thread/INFO]: Done (6.489s)! For help, type "help" [23:01:01] [Server thread/INFO]: Timings Reset [23:01:04] [User Authenticator #1/WARN]: [LuckPerms] LuckPerms already has data for player 'andris155' - but this data is stored under a different UUID. [23:01:04] [User Authenticator #1/WARN]: [LuckPerms] 'andris155' has previously used the unique ids [fc4c9617-452b-345d-b1fe-21544ad9c4d4] but is now connecting with '4ad91db2-c289-4381-b112-6118dae49d68' [23:01:04] [User Authenticator #1/WARN]: [LuckPerms] The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that one of the other servers in your network is not authenticating correctly. [23:01:04] [User Authenticator #1/WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers! [23:01:04] [User Authenticator #1/WARN]: [LuckPerms] See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup [23:01:04] [User Authenticator #1/INFO]: UUID of player andris155 is 4ad91db2-c289-4381-b112-6118dae49d68 [23:01:04] [ForkJoinPool.commonPool-worker-3/INFO]: [Essentials] Found new UUID for andris155. Replacing fc4c9617-452b-345d-b1fe-21544ad9c4d4 with 4ad91db2-c289-4381-b112-6118dae49d68 [23:01:04] [Server thread/INFO]: andris155[/192.168.2.27:54498] logged in with entity id 145 at ([world]-149.38041718931586, 78.0, -67.07360077836987) [23:01:04] [Server thread/INFO]: [+] andris155 [23:01:11] [Server thread/INFO]: andris155 issued server command: /gamemode creative [23:01:45] [Server thread/INFO]: andris155 issued server command: /deop [23:02:32] [Server thread/INFO]: andris155 issued server command: /lock 2 andris155 [23:02:38] [Server thread/INFO]: andris155 issued server command: /lock 2 Nexus090 [23:02:40] [Craft Scheduler Thread - 17 - Slimefun/INFO]: [Slimefun] Auto-saving block data... (Next auto-save: 10m) [23:02:40] [Craft Scheduler Thread - 17 - Slimefun/INFO]: [Slimefun] Saving block data for world "world" (2 change(s) queued) [23:02:41] [Server thread/INFO]: andris155 issued server command: /lock 3 andris155 [23:02:49] [Server thread/INFO]: andris155 issued server command: /deop [23:02:51] [Server thread/INFO]: andris155 issued server command: /deop andris155 [23:02:51] [Server thread/INFO]: [andris155: Made andris155 no longer a server operator] [23:05:38] [pool-13-thread-1/INFO]: [LP] Set ChestShop.shopinfo to false for andris155 in context global. [23:06:40] [Server thread/INFO]: The config was reloaded. [23:07:22] [Server thread/INFO]: LockettePro version 2.10.10 [23:07:22] [Server thread/INFO]: LockettePro is a chest protection plugin for Bukkit. It is 100% compatible with original Lockette, but delivers a lot of performance enhancements and feature options. [23:07:22] [Server thread/INFO]: Author: connection_lost [23:10:50] [Server thread/INFO]: Checking version, please wait... [23:10:50] [Thread-21/INFO]: This server is running Tuinity version git-Tuinity-"b12d0cc" (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) You are 4 version(s) behind Previous version: git-Tuinity-"7d36676" (MC: 1.16.5) ```What other plugins are you running?
Plugins (16): ChestShop, Essentials, EssentialsChat, EssentialsProtect, EssentialsSpawn, F3NPerm, LockettePro, LuckPerms, Multiverse-Core, PlugMan, ProtocolLib, SafeNBT, Slimefun, Vault, WorldEdit, WorldGuard
What is happening?
I enabled TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY and protect the chest, but other players still can't open it.
What did you expect to happen?
I enabled TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY and protect the chest, the other players can open it if I added to sign.
Additional context
LockettePro version 2.10.10