A minecraft plugin allowing players to communicate over a self-hosted website while playing.
- Clone this repository onto your server.
- Install Docker and docker-compose
- Configure ./compose.yml
- Secrets should be generated randomly
- Replace the
8080
before the:
with your desired website port - The origin should be your ip address with the port of the website or a domain that points to the site (I suggest, you use a reverse proxy to configure SSL)
- Run
docker-compose up -d
to start up the server
- Download MinecraftTalk.jar
- Move the file into your
plugins/
directory. - Reload your minecraft server
- Configure
plugins/MinecraftTalk/config.yml
with your secret and reload again
Enter /vc
on your server to retrieve a login link to the website.