- ✅ Add / remove friends with request system
- ✅ Accept or deny friend requests
- ✅ Automatic expiration of requests after configurable cooldown
- ✅ Optional storage: YAML, or JSON
- ✅ Friend status display:
Online/Offline - ✅ Notifications when a friend joins or leaves the server
- ✅ Configurable message prefix (
[FriendsX]) - ✅ Multi-language support:
eng,ita,fra,deu,esp,pol,por
- Download the precompiled
.pharor build from source (see below) - Place the
FriendsX.pharinto your server'splugins/folder - Start the server once to generate files
- (Optional) Edit
config.ymlto configure:- Storage type
- Friend request cooldown
- Language
- Prefix formatting
| Command | Description |
|---|---|
/friend add <player> |
Send a friend request |
/friend accept <player> |
Accept a received request |
/friend deny <player> |
Deny a received request |
/friend remove <player> |
Remove from your friend list |
/friend list |
Show your friends and their statuses (Online/Offline) |
Currently included:
- 🇬🇧 English
- 🇮🇹 Italian
- 🇫🇷 French
- 🇩🇪 German
- 🇪🇸 Spanish
- 🇵🇱 Polish
- 🇵🇹 Portuguese (BR)
You can add your own in resources/lang/.
Set the language in the config.yml:
lang: eng