Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

gmitch215/StarCosmetics

StarCosmetics

Adanved, Flexible & Customizable Cosmetics Plugin, developed for Minecraft 1.9 and above.

⭐ Express Yourself.

About

StarCosmetics is an innovative, advanced, feature-packed and customizable cosmetics plugin, created by GamerCoder.

Featuring things from Projectile Trails, Particle Rings, Custom Structures, Pets, Sound Effects, and more, StarCosmetics is the best cosmetics plugin for your server.


This plugin is no longer maintained. Thank you for everyone who downloaded the plugin.

📚 Features

  • Projectile Trails - Create items, particles, entities, and more that follow your projectiles around.
  • Particle Rings - Create particle rings for your players to use.
  • Custom Structures - Spawn temporary structures that players can play around!
  • Pets - Spawn a best friend to play along with!
  • Sound Effects - Create sound effects for your players to use, on any triggered event.
  • Gadgets - Fun, harmless toys for you and your players to use!
  • Holograms - Messages shown above your head!
  • Capes - Customizable Banners behind your back!
  • Emotes - Show off your mood with a range of emotes!

📓 Changelog

✨ v1.4.0 - March 3, 2024 | "Serene Stop"

  • This is the last update for StarCosmetics. The plugin will no longer be maintained.
  • Add More 1.21 Features
  • Add More 1.19 Animated Hats
  • Mark as Folia Supported
  • Fix Legacy Issues
  • Add More Sound Event Selections
  • Code Cleanup

🛠️ v1.3.2 - February 4, 2024

  • Fix Legacy Issues (1.9-1.12.2)
  • Add Additional Testing Measures
  • Dependency Updates
  • Allow Disable Cosmetics by Parent Namespace
    • Includes Disable Cosmetics API
  • Add Enable/Disable Cosmetic Commands for Admins
  • Fix Java 8 Compatibility
  • Other Minor Bug Fixes & Optimizations

🪩 v1.3.1 - December 22, 2023

  • Add 1.20.3+ Support & Cosmetics
  • Fix Additional 1.20.2 Bugs
  • Octagon Particle Shape
    • More Gadgets & Particle Shape Options
  • Improve Riptide-related Cosmetic Accuracy
  • Other Optimizations

🕺 v1.3.0 - November 17, 2023 | "Astounding Animations"

  • PlaceholderAPI & Other Dependency Updates
  • Additional 1.20.2/Paper-related Fixes
  • New Sound Events for Attacking and Defending
  • More General Cosmetics
  • Capes
    • 25+ Capes to Choose From
    • Normal & Animated Capes Available
  • Emotes
    • Armor Stand Emotes currently available
    • Customizable Armor Stand Color
    • Toggleagle Emote in PvP Configuration Option
  • Customizable Particle Reduction
  • PvPManager Hook for Emotes

🔧 v1.2.2 - September 24, 2023

  • Gradle & CI Updates
  • Heavy Optimization & GUI Creation Changes
  • Added Custom Structures Loader in config.yml
  • Fix StructureReader Bugs
  • Improve Unit Testing
  • Other Minor Additions & Bug Fixes

📰 v1.2.1 - August 26, 2023

  • Gradle Updates
  • Armor Stand Holograms
    • Custom Messages available Above your Head
    • Change Color & Bold Texture
  • Minor Bug Fixes
  • API Improvements & Fixes

🔫 v1.2.0 - July 14, 2023

  • Gradle Updates
  • Introduction of Gadgets
    • 5 current Gadgets to play around with
    • More Coming Soon!
  • Decorated Pot Hats
  • Optimized GUI Loading
  • Translation Fixes
  • API Improvements & Fixes
    • Rename Rarity#isVisibleRequirements to Rarity#isInvisibleRequirements
  • Other New Features

🔧 v1.1.2 - May 28, 2023

  • Gradle Updates
  • New Configuration Options
    • Blacklisted Players/Cosmetics
  • Cosmetics Information Command
  • New PetPosition Settings
    • BACKPACK and SHOULDER
  • Add Animated Hats
  • Other Additions
    • Minor Bug Fixes
    • Hat Performance Additions
    • Fix MHF-related Normal Hats

📖 v1.1.1 - April 23, 2023

  • Gradle Updates
  • Added New Cosmetics, Pets, and Structures
    • Added More ParticleShape Shapes
  • Heavy Optimization
  • Pet Cosmetics Options
    • Your pets (tameables and StarCosmetics pets) can now have the same Particle Shapes as you!
  • Minor Improvements

🎩 v1.1.0 - March 25, 2023 | "Happy Hats"

  • Converted Project Build to Gradle
  • Add Support & Features for MC 1.19.4
  • Created StarCosmetics Hats
    • Section in /cosmetics allowing players to equip pre-made Hats
    • Will automatically dismount anything in their helmet slot
    • Hat objects not obtainable in Inventories or as Entities
  • Created Lodestone Pillar Structure
  • Heavy Optimization & Manual Minimization

🐄 v1.0.2 - Jan 16, 2023

  • Added 6 new Structures, 2 new pets, and other additions
  • Added Configurability for Entity, Block, and Item Trail Disappear Times
  • Created a Setting to manage placement of the Pet
  • Fixed GUI sounds being heard by other players

💽 v1.0.1 - Dec 22, 2022

  • Fixed issues with loading on pre-1.19 versions
  • Added more cosmetic content

💽 v1.0.0 - Dec 17, 2022

First Release of StarCosmetics


🔮 Future Features

v1.2.2

  • Custom Structures using StarCosmetics Structure Files (.scs)

v1.3.0

  • More Animations

💻 StarCosmetics API

GitHub GitHub branch checks state GitHub release (latest by date) Build Status

JavaDocs: https://gamercoder215.github.io/StarCosmetics

Installation

Maven
<project>

    <repositories>
        <repository>
            <id>codemc-releases</id>
            <url>https://repo.codemc.io/repository/maven-releases/</url>
        </repository>
    </repositories>
    
    <dependencies>
        <dependency>
            <groupId>me.gamercoder215.starcosmetics</groupId>
            <artifactId>starcosmetics-api</artifactId>
            <version>[VERSION]</version>
        </dependency>
    </dependencies>
    
</project>
Gradle (Groovy)
repositories {
    maven { url 'https://repo.codemc.io/repository/maven-releases/' }
}

dependencies {
    implementation 'me.gamercoder215.starcosmetics:starcosmetics-api:[VERSION]'
}
Gradle (Kotlin DSL)
repositories {
    maven(url = "https://repo.codemc.io/repository/maven-releases/")
}

dependencies {
    implementation('me.gamercoder215.starcosmetics:starcosmetics-api:[VERSION]')
}

🗒️ Usage

Download the plugin on our Spigot Page, and drop it in to your Spigot/Paper "plugins" folder.


📷 Screenshots

StarCosmetics Emotes

StarCosmetics Capes

StarCosmetics Holograms

StarCosmetics GUI

Stripped Bamboo Hat

Hats GUI

Tardigrade pet

Conduit Ring

Planks Trail

Mud Ring

Trident Projectile Trail

Anvil Ground Trail