What does it do?
- Tested Minecraft Versions:
- 1.13
Tells you when a player joins, chats, and leaves ingame!
Commands:
/ct tells you the version of the plugin.
/ct reload reloads the config.
Functions:
<time> The time of the server.
<player> Players name.
<mes> Players message when typed in chat.
Permissions:
chattime.see Can see the format of the chat set in the config.
chattime.reload Able to reload the config.
TODO:
- Request it down below!
Code (Text):
#ChatFormat
PlayerChatFormat: '<time> <player> : <mes>'
#JoinFormat
PlayerJoinFormat: '<time> <player> JOINED!'
#QuitFormat
PlayerQuitFormat: '<time> <player> QUIT!'
#Examples found here http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
TimeFormat: HH:mm:ss

ChatTime 1.4
Tells you the time of a player joining, leaving, and chatting ingame!