A plugin that provides markdown formatting, name mentioning and other chat features.
Go to file
2023-07-01 20:11:19 +02:00
.idea Merge branch 'dev' 2020-03-04 23:11:31 +01:00
src Fix using delegated config properties from the Core 2023-07-01 20:11:19 +02:00
.editorconfig Fix nickname regex bug 2019-01-02 23:30:46 +01:00
.gitignore Configure CI build for GitHub Packages 2020-02-15 00:23:04 +01:00
.project Rename 2020-02-04 17:43:35 +01:00
.travis.yml Improve test coverage, preparations, fixes 2020-10-29 20:31:38 +01:00
LICENSE.md Added License... 2015-09-10 22:06:26 +02:00
lombok.config Chat history works! Also fixed a lot 2018-12-27 00:02:47 +01:00
pom.xml Fix using delegated config properties from the Core 2023-07-01 20:11:19 +02:00
README.md Update README.md 2020-03-02 12:40:16 +01:00

Chroma-Chat plugin

A plugin that provides markdown formatting, name mentioning and other chat features.

Components

Announcer

This component simply sends messages globally based on a configurable list in a given interval.

Append text

This component allows the players to put tableflips and other texts after their messages using /tableflip and other commands.

Chat-only

This component lets a player become invincible at the cost of not being able to move. It was made for chat clients.

Flair

This component downloads /r/TheButton flairs from Reddit for users who comment in a specific thread. This was the original function of the plugin.

Formatter

This component provides the Markdown and other formatting and name mentioning.

Fun

This component has some random things I added for fun, including "Press F to pay respects" and rainbow chat.

Town colors

This component allows mayors and kings to set a color for their town/nation, which sets each resident's name colors and also shows on Dynmap.

Towny

This component is needed by the town colors component. Besides, it reads Towny events to be broadcasted to Discord, if that plugin is used.