Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for gmitch215

Unique, Advanced, and Customizable Cosmetic Plugin for Spigot 1.9+!

Report 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.


📚 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

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

Stripped Bamboo Hat Hats GUI Tardigrade pet Conduit Ring Planks Trail Mud Ring Trident Projectile Trail Anvil Ground Trail

Information

CategoryGameplay
Published onApril 22, 2023
LicenseGPL
Downloads258
Stars5
Watchers1

Pinned Versions

Members