@@ -413,10 +413,6 @@ shop:
413413 # THIS MAY BREAK SOMETHING!
414414 allow-free-shop : false
415415
416- # #Use fast algorithm for ShopManager#getShopIncludeAttached,
417- # #This should drastically improve performance.
418- # use-fast-shop-search-algorithm: true
419-
420416 # The shop ongoing fee.
421417 # If the shop owner doesn't have enough money, the shop will automatically be removed.
422418 ongoing-fee :
@@ -446,8 +442,8 @@ shop:
446442blacklist :
447443 - Bedrock
448444
445+ # Fix Quickshop not canceling a break lock sign event (Making it impossible to break a locked chest).
449446lockette :
450- # Fix Quickshop not canceling a break lock sign event (Making it impossible to break a locked chest).
451447 enable : true
452448 private : " [Private]"
453449 more_users : " [More Users]"
@@ -522,9 +518,6 @@ matcher:
522518 suspiciousStew : true
523519 # Should the Plugin check the shulkerBox contents?
524520 shulkerBox : true
525- mixedeconomy :
526- deposit : " eco give {0} {1}"
527- withdraw : " eco take {0} {1}"
528521# Integration is under BETA stage, please report any bugs to our Issue Tracker.
529522# You must disable protection-checks before enabling integration.
530523integration :
@@ -560,8 +553,6 @@ integration:
560553 whitelist-mode : true
561554 # WorldGuard Integration
562555 # CHANGES REQUIRE A SERVER RESTART!
563- # CHANGES REQUIRE A SERVER RESTART!
564- # CHANGES REQUIRE A SERVER RESTART!
565556 worldguard :
566557 enable : false
567558 # Should we prevent the creation of a shop or trade with a shop outside of WorldGuard regions?
0 commit comments