Fixes Chat's API slightly by performing color code permission checks before running ORPChatEvents. This allows developers to add colors to the message itself without it being reset because the sender doesn't have chat color permissions.
Adds two placeholders to Time: {rawday} and {rawmonth}, displaying the day of the month and month as two integers without a "0" appended before them. This is useful if you set the day and month to be displayed as words instead of numbers, giving you more flexibility.