# AxFriends
> Minecraft Friend System
---
## Features
- Add Friend
- Remove Friend
- Accept Friend Request
- Deny Friend Request
- List Friends
---
## Installation
1. Download the latest release
2. Put the `.jar` into the `/plugins` folder of every server to be synchronized
3. Start the server
4. Stop the server
5. Edit the `config.yml`
6. Start the server
---
## Configuration
```
# config.yml
database:
host: localhost
port: 3306
database: axfriends
username: root
password:
```
---
## Support