https://github.com/nextu1337/jsproxy
mc proxy in js. Project was first created at the beginning of 2020 and maintained up until 2022. Support dropped due to poor coding skills back in the day
https://github.com/nextu1337/jsproxy
Last synced: 3 months ago
JSON representation
mc proxy in js. Project was first created at the beginning of 2020 and maintained up until 2022. Support dropped due to poor coding skills back in the day
- Host: GitHub
- URL: https://github.com/nextu1337/jsproxy
- Owner: nextu1337
- Created: 2022-01-22T14:30:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T08:59:44.000Z (almost 3 years ago)
- Last Synced: 2023-05-25T21:10:16.383Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsProxy
[](https://discord.gg/s7K6EKfrdH)jsProxy is a minecraft proxy that supports custom plugins,
it is powered by [PrismarineJS/node-minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol)Please look away. this project is a disaster
## Features
- Plugins.
- Permissions## Installation
- Configure config.json and users.json
- Run `npm i`
- Run `start.bat`
- Connect to `127.0.0.1:25565`## Default plugins
| Plugin | Description |
| ------ | ------ |
| Client | Updates client variables |
| Server | Manages server and users database, includes Login |
| IRC | Allows communication between online proxy users |
| PluginManager | Registers, loads and reloads plugins |
| PluginAPI | It's not much of an API but it works |
| Permissions | Adds roles and permissions, configurable in users.json and config.json |## Official plugins
| Plugin | Author | Description |
| ------ | ------ | ----------- |
| PacketSpy | nextu | Allows owner to spy on packets, debug plugin |## TODO
- Actually implement connecting with either HTTP or SOCKS proxy[](https://creativecommons.org/licenses/by-nc/4.0/)
**jsProxy** is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).