vopswtf / Vops-Capes

Make your own version of optifine's cape system with more customization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vops Capes

support

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.

Installation

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

Discord Commands

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.

Credits and Details

This was originally a private system for FuckBeingSad (friend group) which I designed. I decided to revamp it and release it on GitHub for the public.

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

License

Distributed under the GNU General Public License. See LICENSE for more information.

Contact

support discord - discord.gg/6Xmk3HHR5v

website - vops.cc

twitter - @vopswtf

About

Make your own version of optifine's cape system with more customization.

License:GNU General Public License v3.0


Languages

Language:SCSS 43.2%Language:CSS 31.7%Language:JavaScript 21.6%Language:HTML 3.4%