mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-23 14:03:43 +00:00
Add configuration option for the "#EasterEgg" regarding milk buckets and animals.
Requested by @prplz
This commit is contained in:
parent
569c848764
commit
1a701e69ca
4 changed files with 11 additions and 1 deletions
|
@ -1129,4 +1129,8 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
@Override public long getLastMessageReplyRecipientTimeout() {
|
||||
return config.getLong("last-message-reply-recipient-timeout", 180);
|
||||
}
|
||||
|
||||
@Override public boolean isMilkBucketEasterEggEnabled() {
|
||||
return config.getBoolean("milk-bucket-easter-egg", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue