mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +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
|
@ -1106,6 +1106,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return config.getBoolean("notify-no-new-mail", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDropItemsIfFull() {
|
||||
return config.getBoolean("drop-items-if-full", false);
|
||||
}
|
||||
|
||||
// #easteregg
|
||||
@Override
|
||||
public int getMaxUserCacheCount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue