Well, this is a simple friends system for Bukkit, more useful for major servers in my opinion. It acquires the fundamentals for viewing online/offline, adding, deleting or nudging your friends for attention. This also includes various configurable options to suit your needs.
Love my work? Feel free to donate, anything is appreciated! :)
Donate: https://www.paypal.me/hquirit
Features
Commands
Permission: yourfriends.use - Command Aliases: Use /yf if you're lazy :p
| Command |
|---|
| /yourfriends list - List online/offline friends |
| /yourfriends add <player> - Add players as your friends |
| /yourfriends delete <player> - Delete friends from your friend list |
| /yourfriends accept <player> - Accept pending friend requests |
| /yourfriends reject <player> - Reject pending friend requests |
| /yourfriends nudge <friend> - Nudge your friend |
Configuration
# True if you want users to be notified when a friend joins/leaves the server. notify-on-join: true notify-on-leave: true # The sound to play to notify players. notification-sound: NOTE_PLING # True to display online friends when joining the server. show-friends: false # To display distinguishable scoreboards below players name. # <COLOUR>:<1-Enable/0-Disable> Usage: 'AQUA:0' To Disable. show-scoreboard: 'AQUA:1' # The amount of friends players can have. friend-limit: 30