mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Fix somehow removed drop-items-if-full option
This commit is contained in:
parent
d1b18da36e
commit
500384abf3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue