/try /do /me commands are simply better
JustRPChat is a Minecraft server plugin that adds the ability to use various chat commands to create a role-playing game atmosphere. It allows players to describe their actions, events and attempts using the /do, /me and /try commands and send these messages locally or globally depending on the chat radius. The plugin has flexible configuration via a configuration file, which allows server administrators to configure message format, chat radius and other parameters. The ability to reload the configuration using the /justrpchat reload command makes it a convenient tool for customizing the gameplay on the server.
chat_radius: 50
message_config:
do: "&7{player} {message}"
usagedo: "&cUsage: /do <action>"
try: "&7{player} {message} {result}"
usagetry: "&cUsage: /try <action>"
me: "&7{player} {message}"
usageme: "&cUsage: /me <action>"
gdo: "&7{player} {message}"
usagegdo: "&cUsage: /usagegdo <action>"
gtry: "&7{player} {message} {result}"
usagegtry: "&cUsage: /usagegtry <action>"
gme: "&7{player} {message}"
usagegme: "&cUsage: /usagegme <action>"
try_config:
success_message: "&a(Successful)"
failure_message: "&c(Failed)"
reload_message: "&aPlugin configuration reloaded successfully!"