UltimateFriends icon

UltimateFriends -----

Allows players to add friends on your server!



Allows players to add friends on your server.

✔ Fully interactive Friends GUI
  • Modern paginated friends interface
  • Click to view friends — status, online state, last seen activity
  • Customizable GUI texts, buttons, colors
Player Commands

/friend open - Open the friends menu
/friend add <player> - Send a friend request to a player
/friend accept <player> - Accept a pending friend request
/friend deny <player> - Deny a pending friend request
/friend remove <player> - Remove a player from your friends list
/friend status <text> - Set your personal status message
/friend requests - View all incoming friend requests
/friend msg <player> <msg> - Send a private message to a friend
/friend toggle [on/off] - Enable or disable receiving friend requests

✔ Status & Last Seen System
Each friend profile supports:

Feature Example
Status text status: AFK Farming
Last seen 2 hours ago / 1 day ago / Online
PlaceholderAPI hooks %friends_last_seen_{player}% %friends_status_{player}%

✔ Login & Quit Alerts
Friends are notified when their friend joins or leaves the server.
Code (Text):
[+] Ultimate_Hand joined the server!
[-] Ultimate_Hand left the server!
✔ MySQL & SQLite Support
Choose your storage engine:
  • SQLite (default – no setup needed)
  • MySQL (for large servers and networks)
PlaceholderAPI Support

%friends_count% - Displays the player's total number of friends
%friends_request_count% - Displays the number of pending friend requests
%friends_online% - Displays how many of the player's friends are online
%friends_last_seen_{player}% - Displays how long ago the specified player was last online
%friends_status_{player}% - Displays the current status text of the specified player

Code (YAML):
database:
  type
: sqlite
  mysql
:
    host
: localhost
    port
: 3306
    database
: friends
    username
: root
    password
: password
gui
:
  title
: '&8Friends Menu'
  size
: 54
  friends-per-page
: 45
 
  filler
:
    material
: GRAY_STAINED_GLASS_PANE
    name
: ' '
    lore
: [ ]
 
  page
:
    material
: PAPER
    name
: '&7Page &f %page% &7/ &f%max%'
    lore
: [ ]
 
  previous-page
:
    material
: ARROW
    name
: '&ePrevious Page'
    lore
: [ ]
 
  next-page
:
    material
: ARROW
    name
: '&eNext Page'
    lore
: [ ]
 
  close
:
    material
: BARRIER
    name
: '&cClose'
    lore
: [ ]
friend-display
:
  online
: '&a● Online'
  offline
: '&c● Offline'
  status-format
: '&7Status : &f%status%'
  lastseen-format
: '&7Last Seen : &f%last%'

Code (YAML):
messages:
  prefix
: '&8 [&aFriends&8 ]&r'
  player-only
: '&cYou can''t use commands from console!'
  player-not-found
: ' %prefix% &cPlayer is not online!'
  friend-no-self
: ' %prefix% &cYou can''t send a friend request to yourself!'
  friend-not-accepting
: ' %prefix% &cThis player is not accepting friend requests!'
  friend-already
: ' %prefix% &cYou are already friends with %target%!'
  friend-already-sent
: ' %prefix% &cYou already sent a request to %target%!'
  friend-request-sent
: ' %prefix% &aFriend request sent to &f%target%&a!'
  friend-request-received
: ' %prefix% &a%player% &7sent you a friend request. Use &e/friend
    accept %player%'
  friend-accept-self
: ' %prefix% &cYou can''t accept your own request!'
  friend-no-request
: ' %prefix% &cNo request from %target%!'
  friend-accept-success
: ' %prefix% &aYou are now friends with &f%target%&a!'
  friend-accept-notify
: ' %prefix% &a%player% accepted your friend request!'
  friend-deny-no-request
: ' %prefix% &cNo request from %target%!'
  friend-deny-success
: ' %prefix% &cYou denied the request from &f%target%!'
  friend-deny-notify
: ' %prefix% &c%player% denied your friend request!'
  friend-remove-not-friend
: ' %prefix% &cYou are not friends with %target%!'
  friend-remove-success
: ' %prefix% &cYou removed &f%target% &cfrom your friends list!'
  friend-remove-notify
: ' %prefix% &c%player% removed you from their friends list!'
  friend-status-cleared
: ' %prefix% &aYour status has been cleared!'
  friend-status-set
: ' %prefix% &aYour status has been set to: &f%status%'
  friend-requests-none
: ' %prefix% &cYou have no pending friend requests!'
  friend-requests-header
: ' %prefix% &aIncoming friend requests:'
  friend-requests-format
: ' %prefix% &7- &f%player%'
  friend-msg-not-friend
: ' %prefix% &cYou can only message friends!'
  friend-msg-send
: ' %prefix% &7[&aTo %target%&7] &f%message%'
  friend-msg-receive
: ' %prefix% &7[&aFrom %player%&7] &f%message%'
  friend-toggle-on
: ' %prefix% &aYou now accept friend requests!'
  friend-toggle-off
: ' %prefix% &cYou now block friend requests!'
  join-alert
: ' %prefix% &a[+] &f%player% joined the server!'
  quit-alert
: ' %prefix% &c[-] &f%player% left the server!'
  help-header
: '&e ----- Friends Commands -----'
  help-open
: ' %prefix% &f/%cmd% open &7- Open the friends menu'
  help-add
: ' %prefix% &f/%cmd% add <player> &7- Send a friend request to a player'
  help-accept
: ' %prefix% &f/%cmd% accept <player> &7- Accept a pending friend request'
  help-deny
: ' %prefix% &f/%cmd% deny <player> &7- Deny a pending friend request'
  help-remove
: ' %prefix% &f/%cmd% remove <player> &7- Remove a player from your friends
    list'
  help-status
: ' %prefix% &f/%cmd% status <text> &7- Set your personal status message'
  help-requests
: ' %prefix% &f/%cmd% requests &7- View all incoming friend requests'
  help-msg
: ' %prefix% &f/%cmd% msg <player> <msg> &7- Send a private message to a
    friend'
  help-toggle
: ' %prefix% &f/%cmd% toggle [on/off] &7- Enable or disable receiving
    friend requests'

2025-11-30_12.45.38.png

2025-11-30_12.48.16.png

2025-11-30_12.48.34.png

For support, please use only resource discussion

Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
  • All payments are final and non-refundable.
  • Redistribution or resale of this plugin is prohibited.
  • You are not permitted to modify, decompile, or extract any part of the plugin's source code.
  • Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.
Resource Information
Author:
----------
Total Downloads: 1
First Release: Dec 8, 2025
Last Update: Dec 8, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings