Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
56 lines (36 loc) · 2.05 KB

README.md

File metadata and controls

executable file
·
56 lines (36 loc) · 2.05 KB

MCSManager icon.png


Status Status Status

Original Code Locations: Official Website | Team Homepage | Panel Project | UI Project | Daemon project

Custom Modifications for Quantumly Confused Gaming: https://github.com/padraignix/MCSManager-UI


Build the development environment

git clone https://github.com/padraignix/MCSManager-UI.git
cd UI
npm install
npm run serve
# Visit http://localhost:8080/

For previously existing installation where original installer was used:

git clone https://github.com/padraignix/MCSManager-UI.git
cd UI
/opt/node-v14.19.1-linux-x64/bin/node /opt/node-v14.19.1-linux-x64/bin/npm install
/opt/node-v14.19.1-linux-x64/bin/node /opt/node-v14.19.1-linux-x64/bin/npm run serve
# Visit http://localhost:8080/

The panel-side projects need to run at the same time to provide back-end interface capabilities. By default, all requests are forwarded to port 23333.


Bug Report

Feedback on any problems found is welcome and must be fixed in time.

If you find a serious security vulnerability and it is inconvenient to publish it publicly, please send an email to: padraignix [at] gmail [dot] com. After the security issue is fixed, the name of the vulnerability discoverer will be added to the code.


License

Original Code: Copyright 2022 MCSManager Dev, Apache-2.0 license.

Modified/New Code: Copyright 2023 padraignix, Apache-2.0 license.