This plugin will only enable if your server is on version 1.19.1 or above.
Unsigned Messages disables chat reporting and allows for a customizable chat format through its config.yml file
Code (YAML):
chat-format: ""# Leave blank for unchanged, anything else will change the format of chat messages # %s should be used as a template # The first %s is the player's display name, while the second %s is the message itself. # Example: # chat-format: "%s >> %s" # This would result in something like the following: # IveGotBeef >> Hello, World!
Developer's Note: It is very unlikely that this plugin ever needs to be updated, since it only uses the Bukkit API without touching NMS or Netty. Thus, it should be compatible with 1.19.1 and any version above, and most forks of Bukkit or Spigot. This means that you can just download it once and never worry about it again