Skip to content

A simple Minecraft mod that randomly generates a name colour when a player joins the server

License

Notifications You must be signed in to change notification settings

Pxl-8/ColouredChat

Repository files navigation

ColouredChat

GitHub GitHub tag (latest SemVer) Travis (.com) Discord Downloads

A simple mod that randomly generates a name colour when a player joins the server

Makes chat more readable when multiple players are typing

Releases

1.12.2-0.1.0-beta release

  • Initial release, random coloured names (no configs yet)

1.12.2-0.2.0-beta release

Added configuration file and commands

  • Config for name delimiters (<username>)
  • Config to enable/disable list of colours to use for random assignment
  • Config to enable/disable custom name colouring command
  • Command to allow players to choose a default name colour

1.12.2-0.3.0-beta release

1.12.2-1.4.0 release

  • Backport of 1.14 code base to 1.12
  • Added random and list commands
  • Added quasi random assignment

1.14.4-0.4.0 release

Major Rewrites for Forge 1.14

  • Now using capabilities over WorldSavedData
  • Commands now use Mojangs new Brigadier system
  • Chat properly reads and uses text components, you can now click a username for /tell <name>
  • Configs now use new toml format

Brand new quasi-random colour assignment system implemented

  • Players are now randomly assigned colours from a reverse-bag system
  • This system ensures all colours are assigned before using any repeated colours
  • The system also attempts to maintain an equal distribution of all colours when repeated colours are needed
  • This system is independent of any randomly assigned or set colours (using the commands)
  • If you only want to use this system you can simply disable the random/set commands from the config

1.14.4-1.4.2 release

  • Added team assignment to experimental config
  • Automatically creates and adds players to a team set to their colour
  • Colours will be able to be seen in the name hovering above the player as well as in the player tab list

Todo:

  • Command for letting players set their own colours