request

Used to send a friend request to a player.

Example
request:
    name: "request"
    enabled: true
    not_found: "{error_colour}Player has never played on this server."
    requests_off: "{error_colour}This player has there friend requests off."
    self: "{error_colour}You can not be friends with your self."
    # Placeholders will parse in terms of the other player.
    sent: "{message} You have sent a friend request to &f<player>"
    # Placeholders will parse in terms of the player that sent the request.
    from: "{message} You have received a friend request from &f<player>. &aTo accept run the command &e/friends accept"

Last updated