Join the Discord!
GoldenProxy is a proxy server that allows you to modify your connection to a minecraft server, mainly through the use of plugins. It is written in TypeScript and utilises node-minecraft-protocol.
- Install Node.js (version 18 or higher)
- Clone the repository (
git clone --recurse-submodules https://github.com/GoldenProxy/GoldenProxy.git) - Open a terminal in the repository folder and run
npm install - Copy
config.example.jsontoconfig.jsonand edit it to your liking
- Open a terminal in the repository folder and run
npm run dev - Join the server you specified in the config (default:
localhost:25565(25565can be changed with the fieldconnection_port)) - Check if installed with
.gldn plugins
- Copy the plugin to the
pluginsfolder, if needed, make a folder with the same name specified in the filename of[name].golden.js - Restart the server
