|
## Installation
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
### Plugin
|
|
### Plugin
|
|
To install MCCosmetics, simply drop it in your Spigot/Paper `plugins` folder and restart your server!
|
|
To install MCCosmetics, simply drop it in your Spigot/Paper `plugins` folder and restart your server!
|
... | @@ -6,13 +7,30 @@ To install MCCosmetics, simply drop it in your Spigot/Paper `plugins` folder and |
... | @@ -6,13 +7,30 @@ To install MCCosmetics, simply drop it in your Spigot/Paper `plugins` folder and |
|
### Resource Pack
|
|
### Resource Pack
|
|
MCCosmetics comes with a resource pack that includes core shaders files. Using these is required for the Emotes feature to work. **This may disrupt the use of Player Heads on your server at this time.**
|
|
MCCosmetics comes with a resource pack that includes core shaders files. Using these is required for the Emotes feature to work. **This may disrupt the use of Player Heads on your server at this time.**
|
|
|
|
|
|
### Premium Cosmetics
|
|
### Premium Cosmetic Pack
|
|
MCCosmetics Premium comes with extra resource pack files that includes numerous cosmetics and a fancy menu GUI!
|
|
MCCosmetics Premium comes with extra resource pack files that includes numerous cosmetics and a fancy menu GUI!
|
|
|
|
|
|
For regular resource pack files, you can simply merge these files into your own resource pack if your server already has one. For any ModelEngine Accessory files, you can simply drop them in the ModelEngine blueprints folder.
|
|
For regular resource pack files, you can simply merge these files into your own resource pack if your server already has one. For any ModelEngine Accessory files, you can simply drop them in the ModelEngine blueprints folder.
|
|
|
|
|
|
*If you need to change the item or CustomModelData values when merging resource packs, you will need to edit the MCCosmetics cosmetic and menu files with the appropriate values so that the GUI and icons appear correctly!*
|
|
*If you need to change the item or CustomModelData values when merging resource packs, you will need to edit the MCCosmetics cosmetic and menu files with the appropriate values so that the GUI and icons appear correctly!*
|
|
|
|
|
|
## Dependencies
|
|
Dependencies
|
|
|
|
------------
|
|
- **Core Shaders** - MCCosmetics requires the usage of Core Shaders for the **Emotes** feature, and the emotes may not work with any other resource packs, mods, or plugins that disrupt core shaders.
|
|
- **Core Shaders** - MCCosmetics requires the usage of Core Shaders for the **Emotes** feature, and the emotes may not work with any other resource packs, mods, or plugins that disrupt core shaders.
|
|
|
|
|
|
|
|
Cosmetic Packs
|
|
|
|
--------------
|
|
|
|
MCCosmetics is set up to support packs of cosmetics that people can easily organize or distribute. These are placed in the `packs` folder in the MCCosmetics plugin directory.
|
|
|
|
|
|
|
|
Inside the `packs` folder, each pack can have its own directory, and inside of that should be a folder for each cosmetic type.
|
|
|
|
|
|
|
|
For example, If you wanted to make or install a pack named `My_Cool_Pack` it would be located in the Packs folder with a folder structure like this:
|
|
|
|
* `/plugins/MCCosmetics/packs/My_Cool_Pack/`
|
|
|
|
* `/plugins/MCCosmetics/Packs/My_Cool_Pack/accessories`
|
|
|
|
* `/plugins/MCCosmetics/Packs/My_Cool_Pack/backs`
|
|
|
|
* `/plugins/MCCosmetics/Packs/My_Cool_Pack/gestures`
|
|
|
|
* `/plugins/MCCosmetics/packs/My_Cool_Pack/hats`
|
|
|
|
* `/plugins/MCCosmetics/Packs/My_Cool_Pack/offhands`
|
|
|
|
* `/plugins/MCCosmetics/packs/My_Cool_Pack/sprays`
|
|
|
|
|
|
|
|
Each cosmetic type folder would then have the configuration files for that specific type of cosmetic in it. |
|
|
|
\ No newline at end of file |