From b090751d8971049d726ef44956ad78d413a1b98f Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 14 Jun 2019 21:11:22 +0200 Subject: [PATCH] Disable creative mode item selection by default Also added a short warning for possible exploits --- src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index b009717..3493190 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -25,7 +25,8 @@ confirm-shopping: false # Set whether players should be able to select the shop item from the # creative inventory if they don't hold an item in their hand. -creative-select-item: true +# !! This feature may be exploitable, players could get access to creative mode! +creative-select-item: false # Set whether the (current) shop creation price should be refunded # when the shop is removed by its creator.