A plugin that provides markdown formatting, name mentioning and other chat features.
Go to file
Norbi Peti 03b91d2fdb Don't allow sending messages too fast
The player needs to wait the configured amount of milliseconds between messages
#115
2020-03-03 16:13:39 +01:00
.idea Update README.md 2020-03-02 12:40:16 +01:00
src Don't allow sending messages too fast 2020-03-03 16:13:39 +01:00
.editorconfig Fix nickname regex bug 2019-01-02 23:30:46 +01:00
.gitignore Adding project file and moving /unlol 2019-02-20 13:41:53 +01:00
.project Rename 2020-02-04 17:43:35 +01:00
.travis.yml Fix Travis 2019-09-02 15:38:04 +02:00
deploy.sh Fix update dir 2018-06-15 20:03:23 +02: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
Mvn.txt Removed Minigames mechanic and spent hours to push compiled JARs 2016-09-10 00:28:36 +02:00
pom.xml Rename 2020-02-04 17:43:35 +01: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.