NewEdenMC / PlayTimer

A plugin designed for use on New Eden server to auto promote people to higher ranks.
http://neweden.co/
MIT License
0 stars 0 forks source link

Make messages fully configurable #9

Open AaronMcHale opened 7 years ago

AaronMcHale commented 7 years ago

Add a section in the config to allow for messages to be configured

Possible implementation

Use getConfig().getString(key, defValue) to get the message from the config and provide a default value in-case message is not stored in the config, this avoids null being sent to the player.