Merge remote-tracking branch 'refs/remotes/origin/develop' into feature/gem-hunters-persistence
This commit is contained in:
commit
f14bde9d30
@ -21,7 +21,7 @@ public class AprilFoolsManager extends MiniPlugin
|
||||
/**
|
||||
* Manually can be toggled to enable or disable the April Fools activities.
|
||||
*/
|
||||
private static final boolean ENABLED = true;
|
||||
private static final boolean ENABLED = false;
|
||||
|
||||
private static final Map<String, String> CHAT_REPLACEMENTS = ImmutableMap.<String, String>builder()
|
||||
.put("you", "ye")
|
||||
|
Loading…
Reference in New Issue
Block a user