From 59ea803f5de71b9f85aa9bd7951a3d099ba023d7 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 1 Mar 2020 20:46:13 +0100 Subject: [PATCH] Enable creative item selection by default --- src/main/resources/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3493190..b009717 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -25,8 +25,7 @@ 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. -# !! This feature may be exploitable, players could get access to creative mode! -creative-select-item: false +creative-select-item: true # Set whether the (current) shop creation price should be refunded # when the shop is removed by its creator.