Menu

Join and Leave Messages Grouping

Zathrus Writer

Join and Leave Messages Grouping

This is an event handling function that monitors player joins and quits and outputs the join/leave message only once per configured amount of time.


Configuration

There is 1 config option added to accommodate join/leave messages condensations:

  • joinSilentTime - number of seconds to be silent about join/leave messages and then show them all together. Default: 25

How to remove this feature

Should there be a need to manually remove this feature from the JAR file, the following file must be removed: com/github/zathrus_writer/commandsex/handlers/Handler_condensejoins.class


Related

Wiki: CommandsEX CraftBukkit plugin Wiki