This is a very simple plugin which announces when a server goes online or offline. It also has a White/Blacklist for which servers should be checked and which not!
- Tested Minecraft Versions:
- 1.8
- 1.9
config.yml
%server% is a variable and will display the name of the server (given in the Bungeecord config.yml).Code (YAML):# Interval in seconds in which ServerChecker checks if a server is offline or online.
interval: 5
online_msg: '&3%server%&7 went &aonline'
offline_msg: '&3%server%&7 went &coffline'
Permissions
IMPORTANT! This is a Bungeecord permission and is set in the Bungeecord config.yml! Players with this permission will be notified.Code (Text):- serverchecker.notify
Source

ServerChecker 1.1.23
Announces when a server goes online/offline!
Recent Updates
- Bug fixes Mar 31, 2016
- List for multiple messages Mar 19, 2016
- Removed unimplemented features Mar 18, 2016