Project based on proxi-chat by BGoodes.
This project aims to add proximity-based voice chat to any game by bringing a web-based platform.
- Clone the repository.
- Go to
server/
folder. - Then install and run the app:
npm install
&npm run dev
. - Change
.env.example
to.env
and fill in the necessary information. - To start the server, run
npm run dev
.
- Clone the repository.
- Go to
minecraft-plugin/
folder. - With idea, open the project,
package
projet with Maven. - Copy the jar file in the
target
folder to your server's plugin folder. - After first running, change the config in
config.yml
in the plugin folder. - Add in config file, the generated token at
server_token
. - Restart the server.
- Go to
server/
folder. - Go on
scripts/generateToken.js
and read cotent to understand how to use. - Run
npm run token
.
- Clone the repository.
- Change
.env.example
(inserver/
folder) to.env
(in root folder) and fill in the necessary information. - Run the following commands:
docker build -t proxichat/server ./server/
docker compose up
This project is licensed under the MIT License. See the LICENCE file for details.