From 500384abf328a43d24a3a2be21177204313caf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blinky=E2=84=A2?= Date: Wed, 1 Jul 2015 23:56:31 -0500 Subject: [PATCH] Fix somehow removed drop-items-if-full option --- Essentials/src/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 03e14b086..79a3befd3 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -95,6 +95,9 @@ spawnmob-limit: 10 # Shall we notify users when using /lightning? warn-on-smite: true +# Shall we drop items instead of adding to inventory if the target inventory is full? +drop-items-if-full: false + # Essentials Mail Notification # Should we notify players if they have no new mail? notify-no-new-mail: true