An easy way to setup and use CheatBreaker cosmetics.
Setup Tutorial
- Clone the repo
git clone https://github.com/ItsVops/CB-Cosmetics-API.git
- Install NPM packages
npm install
- Change your secret admin password in
config.json
"secret": "ENTER_SECRET_HERE"
- Run the index with NodeJS
node .
-
Edit the existing links in the CheatBreaker Jar with your API's.
Search 127.0.0.1 with JByteMod Reborn and replace all IPs with your NodeJS's servers Domain/IP
Example: http://127.0.0.1/player/ -> http://{ip or domain}/player/
Example: http://127.0.0.1/servers/ -> http://{ip or domain}/servers/
To add and remove cosmetics from players, you can access the panel by going to http://{ip or domain}/{secret}/panel
For more examples, please refer to the Wiki
Distributed under the MIT License. See LICENSE for more information.
website - vops.cc
twitter - @vopswtf
discord - vops#0001
repo: CB-Cosmetics-API