mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +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?
|
# Shall we notify users when using /lightning?
|
||||||
warn-on-smite: true
|
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
|
# Essentials Mail Notification
|
||||||
# Should we notify players if they have no new mail?
|
# Should we notify players if they have no new mail?
|
||||||
notify-no-new-mail: true
|
notify-no-new-mail: true
|
||||||
|
|
Loading…
Reference in a new issue