Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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.
📚 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.
📓 Changelog
View the full changelog on GitHub.
💻 StarCosmetics API
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
Pinned Versions
Pages
Members
Owner