Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

vopswtf/CB-Cosmetics-API

Repository files navigation


Logo

CheatBreaker Cosmetics API

An easy way to setup and use CheatBreaker cosmetics.

Setup Tutorial

NOTE

This project is no longer being maintaned. I will not provide support or update it.

Installation

  1. Clone the repo
git clone https://github.com/ItsVops/CB-Cosmetics-API.git
  1. Install NPM packages
npm install
  1. Change your secret admin password in config.json
"secret": "ENTER_SECRET_HERE"
  1. Run the index with NodeJS
node .
  1. 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/

Usage

To add and remove cosmetics from players, you can access the panel by going to http://{ip or domain}/{secret}/panel

Panel

For more examples, please refer to the Wiki

License

Distributed under the MIT License. See LICENSE for more information.

Contact

website - vops.cc

twitter - @vopswtf

discord - vops#0001

repo: CB-Cosmetics-API