Implement drop-items-if-full for /give command (default false)

This commit is contained in:
vemacs 2015-06-28 10:28:55 -05:00
parent e33c42e123
commit 306aab0d8d
4 changed files with 19 additions and 1 deletions

View file

@ -225,4 +225,6 @@ public interface ISettings extends IConf {
String getCustomQuitMessage();
boolean isNotifyNoNewMail();
boolean isDropItemsIfFull();
}