A simple mod that randomly generates a name colour when a player joins the server
Makes chat more readable when multiple players are typing
- Initial release, random coloured names (no configs yet)
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
- Added quick compatibility with discordchat https://minecraft.curseforge.com/projects/discordchat
- Backport of 1.14 code base to 1.12
- Added random and list commands
- Added quasi random assignment
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
- 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
Command for letting players set their own colours