garzj / minecraft-talk

A minecraft plugin allowing players to communicate over a self-hosted website while playing.

Home Page:https://www.spigotmc.org/resources/minecraft-talk.104368/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-talk

A minecraft plugin allowing players to communicate over a self-hosted website while playing.

Setup

Setup the website

  1. Clone this repository onto your server.
  2. Install Docker and docker-compose
  3. 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)
  4. Run docker-compose up -d to start up the server

Setup your minecraft server

  1. Download MinecraftTalk.jar
  2. Move the file into your plugins/ directory.
  3. Reload your minecraft server
  4. Configure plugins/MinecraftTalk/config.yml with your secret and reload again

Usage

Enter /vc on your server to retrieve a login link to the website.

About

A minecraft plugin allowing players to communicate over a self-hosted website while playing.

https://www.spigotmc.org/resources/minecraft-talk.104368/


Languages

Language:TypeScript 65.0%Language:Java 31.1%Language:SCSS 2.6%Language:HTML 0.8%Language:Dockerfile 0.5%