* Add Chat Input Clipboard Support Add CTRL+V and CTRL+C support to the in-game chatbox. Fixes an issue with errors being thrown when shortcuts were used when not currently logged in. Extracts clipboard logic (a couple places already had a sort of "copy" functionality) to a simple clipboard util. * Checkstyle fix