HideArmor plugin packaging helper
What is included:
plugin.yml— plugin manifest that must end up at the root of the final JAR.src/main/resources/config.yml— default configuration.src/main/java/me/radd/hidearmor/HideArmorPlugin.java— main plugin class.
How to export the JAR from Eclipse:
- Import the
HideArmor-pluginproject into Eclipse. - Ensure
plugin.ymland the resource folder are included in the export. - Export the project as a single JAR and place it in your server
plugins/folder.
Commands:
/hidearmor— toggle armor visibility./hidearmor reload— reload configuration./hidearmor hide <head|chest|legs|feet|all>— hide one slot or all armor./hidearmor unhide <head|chest|legs|feet|all>— restore one slot or all armor.