DressUp is a plugin which allows your users to wear static or flickering (changing) leather armor and simple hat blocks on your server.
IMPORTANT
You need to have a SQL-Database to use this plugin and currently there is now way of adding different armor other than manually in the SQL Table (more information below)
Features
Test Server/Examples
- Create custom flickering leather armor within the RGB range
- fully customizable for each user
- test mode with random chosen colors
- fully customizable messages
If you want to test the plugin, hop on to plugin.sabbertran.de and use /dressup to test the features
(The plugin on this server is running in test mode)
Installation
Armor Configuration
- Drop the JAR-File into your plugin folder
- Restart your server or load the plugin using a plugin manager
- config.yml: insert your sql data
- config.yml: enable or disable the test mode how you want it
- Restart your server or reload the plugin using a plugin manager
- Done
If you want to use the plugin beyond the test mode you need to create the armorpieces yourself.
Let's start with the easy things: hat blocks
Now to the a little more complicated things: the static armor
- To change the hat blocks for a user open the database using your favourite interface (e.g. phpmyadmin) and navigate to the "dressup" table
- Find the uuid of the user you want to edit or add a new entry (remove the "-"'s in the uuid)
- In the hat_blocks column just type the block id's of the hat blocks you want to use and seperate the with a ";"
- You can append data values by adding them after a ":" at the end of the block id
And finally the hardest part: the changing armor
- To change the static armor for a user open the database using your favourite interface (e.g. phpmyadmin) and navigate to the "dressup" table
- Find the uuid of the user you want to edit or add a new entry (remove the "-"'s in the uuid)
- In the specific column ("helmets_static", "chestplates_static", etc.) add the RGB-code of the colors you want to use ("r_g_b", example: "255_255_255" for a white armorpiece) and separate them with ";"'s
- To change the changing armor for a user open the database using your favourite interface (e.g. phpmyadmin) and navigate to the "dressup" table
- Find the uuid of the user you want to edit or add a new entry (remove the "-"'s in the uuid)
- Note: every changing armorpiece is defined by a unique name. So think of names before you add them to save time
- Find all the RGB-codes of the colors you want to use in the armorpiece and separate r, g and b just as with the static armor
- If you have all your RGB-codes append them to each other (IMPORTANT: this is going to be the order in which they will change) by using "~"'s
- Append a "," behind this line and then the time in which the color should change (measured in ticks, e.g. 20 would change the color of the armor every second)
- Append another "," to the end of the string and then append the name which you thought of earlier
- In the specific column ("helmets_changing", "chestplates_changing", etc.) add you complete string and separate multiple strings (armorpieces) by using ";"'s
Commands
Permissions
- /dressup - Command to open the DressUp main menu
Support
- /dressup - dressup.dressup
If you have any questions regarding the setup, configuration or features of the plugin don't hesitate to write me a message here in the Spigot forums or an E-Mail to [email protected] and I will try to get in contact with you as fast as possible
ToDo
- Implement different ways of opening the main DressUp menu
- Create an ease-to-use solution for adding armorpieces (currently planned: website)
License
This plugin is published under the Creative Commons
CC BY-NC 2.5
license.
This means that you are not allowed to use the material for commercial purposes.
More Links
Source on Github
Twitch (Development Livestreams)

DressUp 1.1
Custom color changing leather armor
Recent Updates
- Removed external logging May 21, 2015
- Registration removed Dec 30, 2014