Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehdot/skingenbot
https://github.com/rehdot/skingenbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rehdot/skingenbot
- Owner: Rehdot
- License: mit
- Created: 2024-03-14T07:42:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T18:11:22.000Z (10 months ago)
- Last Synced: 2024-03-22T19:30:58.417Z (10 months ago)
- Language: C#
- Homepage: https://oneofus.pizza.systems
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
**SkinGenBot** is a minecraft skin generator which is both a discord bot and console app.
On startup, you can choose whether you want it to run in console mode or bot mode.**Console Mode**:
- Saves skin files to the build's working directory
- Supports the same features as bot mode**Bot Mode**:
- Does not save skin files to your device
- Requires setup with bot token on first run of the build
- Supports all of the following commands**Commands**:
- ?skin (hex)
- ?random
- ?splitgen (hex) (hex)
- ?splitgenrandom
- ?gradient (hex) (hex)
- ?gradientrandom**Build Dependencies**:
- Requires all .png files in the Graphics folder to be EmbeddedResources
- Uses DisCatSharp (https://github.com/Aiko-IT-Systems/DisCatSharp)