Added command "/chatgames toggleAll" which toggles all games ON or OFF immediately after executing, so you don't have to be going into config to disable this!
Added "chatgames.toggleAll" permission to execute the command that was added.
Added new message to messages.yml
messages.yml new line (under 'toggle_sound'):
Code (YAML):
toggleAllGames: '&8
[%prefix%&8] &fYou have toggled &a%state% &cALL &fchatgames!'
Made considerable refactoring and re-organization of start game methods to avoid games starting with no values in placeholders which had been a commonly reported issue.