mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Implement drop-items-if-full for /give command (default false)
This commit is contained in:
parent
e33c42e123
commit
306aab0d8d
4 changed files with 19 additions and 1 deletions
|
@ -225,4 +225,6 @@ public interface ISettings extends IConf {
|
|||
String getCustomQuitMessage();
|
||||
|
||||
boolean isNotifyNoNewMail();
|
||||
|
||||
boolean isDropItemsIfFull();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue