Add configuration option for the "#EasterEgg" regarding milk buckets and animals.

Requested by @prplz
This commit is contained in:
vemacs 2015-12-01 17:41:56 -07:00
parent 569c848764
commit 1a701e69ca
4 changed files with 11 additions and 1 deletions

View file

@ -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);
}
}