deprecated - old and bad code - v2 maybe if enough people ask
this project will probably be getting a recode sometime, idk when tho
Vops Capes is a self-hosted cape system for Minecraft that gives you full control of your cosmetics.
This system allows for the users to apply custom capes at no cost, aswell as cosmetics such as hats or backpacks.
Install Node.js
Clone the repository.
git clone https://github.com/vopswtf/vops-capes.git
Install NPM packages.
npm install
Edit config.json
. (type can be "json" or "mysql")
{
"port": "80",
"storage": {
"type": "json",
"mysql": {
"host": "",
"user": "",
"password": "",
"database": ""
},
"mysql_anti_idle": true
},
"discord": {
"active": true,
"token": "",
"prefix": "!",
"ownerIds": ["OWNERID1", "OWNERID2"]
},
"server": {
"active": true,
"port": 25565,
"motd": "§9Vops Capes §7» §bLink your Account",
"version": "1.8.8"
},
"panel": {
"active": false,
"allowedInPanel": ["DISCORD_ID", "PUT_MORE_IDS"],
"client_id": "",
"client_secret": ""
}
}
If you are using the panel, add these to your bot oauth redirect urls
http://{ip of vps}/api/auth/callback
http://s.optifine.net/api/auth/callback
Create an installer for your users.
npm run installer
Run the cape system.
npm run start
This system is integrated with a Discord bot. Use the command !help
for a list of available commands. "!" is the default prefix but can be changed in the config.
If you require support, please do not add me on discord. Instead, join the support discord!
Vops Capes and anything affiliated with Vops Capes is meant for educational purposes only.
Credit to Creative-Tim.com for Panel Design
Distributed under the GNU General Public License. See LICENSE for more information.
support discord - discord.gg/6Xmk3HHR5v
website - vops.cc
twitter - @vopswtf