DGBChat is a BungeeCord Plugin for DGBCraft Server Provide some simple message features
- The content supports plain text and raw json text
- Forward chat messages to other servers
- Send motd when the player joins the game
Example: DGBCraft's config.yml The plugin does not contain commands in the configuration file
open-timestamp
: Timestamp when the server was first opened, used to calculate%day%
server-alias
: List of server aliasesenable-global-chat
: If enabled, Chat information on the server will be forwarded to other serversglobal-chat-format
: Chat message format of global chat. Can use %message%enable-joinmotd
: If enabled, The specified information will be sent to the player when they join the serverjoinmotd
: List of messages received when players connected
%message%
Message sent by player. Can only be used for global chat%day%
Number of days since the server was open%playerName%
Player's real name%displayName%
Player's display name%uuid%
Player's uuid%serverName%
The name of the server where the player is connected%serverAlias%
The alias of the server where the player is connected
- Global private message