+ Added: [Suggestion] You can now use PlaceholderAPI placeholders for chat format
Code (Text):
# You can use PlaceholderAPI placeholders for the message format.
# If you need the player's UUID, use {player_uuid}.
format: "&8[&9Discord&8]&7 {player} &8»&f {message}"
+ Added: [Suggestion] You can now setup rewards for linking account
Code (Text):
# Reward an in-game player, if they link their account.
# Reward an in-game player, if they link their account.
# You can here add commands that are executed by the console when a player links his account.
# These commands are only executed once for a linked player. If they unlink their account and later
# link it again, they won't be executed another time.
# Available placeholders:
# {player} - the player name
# {player_uuid} - UUID of the player
# {discord_id} - Discord ID of the player