- Moved custom messages from config.yml to messages.yml. This is because this version added a bunch more custom messages, and having it all in config.yml would've created clutter.
- Nearly every message in the GUI and chat can be customized.
- Added a 'prefix' option, which can be set to whatever value. To show the prefix in a message, use the placeholder %prefix%.
- Moved rewards data from config.yml to rewards.yml. This is because the rewards.yml is used to store data and therefore it doesn't belong in the config.
- Config will no longer wipe out comments.
- Added a way to import questions created from other users right to your server. To use it, use /trivia import <id>, where <id> is the id of the question to import. Get a list of ids at: http://pastebin.com/7cTQznMZ.
When creating your own question, the question will now save that it was submitted by you.