https://github.com/brooke-ec/costumizer
A plugin that allows players to equip 'costumes'.
https://github.com/brooke-ec/costumizer
minecraft minecraft-plugin minecraft-skin roleplaying
Last synced: 10 months ago
JSON representation
A plugin that allows players to equip 'costumes'.
- Host: GitHub
- URL: https://github.com/brooke-ec/costumizer
- Owner: brooke-ec
- License: mit
- Created: 2023-04-23T17:54:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T21:51:43.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:48:29.566Z (about 1 year ago)
- Topics: minecraft, minecraft-plugin, minecraft-skin, roleplaying
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Costumizer
Costumizer is a plugin that allows players to customize their skin and username, powered by [Mineskin](https://mineskin.org/).
It includes a web UI for uploading skins and managing your costume library.
## Setup
Costumizer is made up of two components, the web interface and the plugin itself.
To build the plugin file, navigate to the [costumizer-ui](https://github.com/NimajnebEC/costumizer/tree/main/costumizer-plugin) subfolder and run the `build` gradle task.
The costumizer web UI is designed to be run in a docker container. To build the docker image, first you must install [python poetry](https://python-poetry.org/docs/#installation). Once installed, navigate to the [costumizer-ui](https://github.com/NimajnebEC/costumizer/tree/main/costumizer-ui) subfolder and run the `poetry run build` command.
This will build a new docker image under the name `costumizer-ui:latest`.