Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.85 KB

File metadata and controls

36 lines (27 loc) · 1.85 KB

Java Gradle GitHub Release GitHub Actions Workflow Status GitHub Last Commit GitHub Commit Activity Code Size Lines of Code

SuperSimpleEmoji

Stupidly simple emoji plugin.

Requires Paper 1.21.

Emojis can be configured in config.yml as such:

emojis:
  heart:
    pattern: '<3'
    text: '<red>❤</red>'

The pattern will be compiled to a regular expression.

The text is interpreted in the MiniMessage format.

Incompatibilities

This mod is likely incompatible with any other mod that handles chat formatting.

If you encounter any issues, try disabling other plugins first.

Known to be Incompatible

  • LPC
  • InteractiveChat (only HEX Color codes are broken)