Skip to content

HibiscusMC/HMCWraps

Repository files navigation

logo

The best choice to make your items prettier.

polymart polymart docs discord
version

Say hello to the latest plugin entry, HMCWraps, in the HCS plugin family!

HMCWraps is an easy-to-use, intuitive item cosmetic plugin which is completely EULA compliant providing cool features.

What does it do?

HMCWraps basically wraps and unwraps items by applying configured custom model data and color.

As the plugin doesn't change anything else about the item itself, it does not provide an advantage over other players, as color and look of an item are purely cosmetic.

The configurations that are put onto the item are called wraps, and conveniently so, you can call the according setting and removing of a wrap wrapping and unwrapping.

How to get it

Polymart: https://polymart.org/resource/hmcwraps.3216

Spigot: https://www.spigotmc.org/resources/hmcwraps.107099/

Wiki & Support

The wiki can be found here: https://docs.hibiscusmc.com/hmcwraps/setup

You can join our Discord server for feedback, support and reports here: https://discord.gg/pcm8kWrdNt

Using in your plugin

HMCWraps has a nice API everybody is able to use.

Consult the wiki for a simple example: https://docs.hibiscusmc.com/hmcwraps/api

If you need more, just check the JavaDocs: https://hibiscusmc.github.io/HMCWraps/

For any other questions regarding the API, join our Discord server: https://discord.gg/pcm8kWrdNt

Gradle Groovy

repositories {
    maven {
        url "https://repo.hibiscusmc.com/releases/"
    }
}

dependencies {
    compile "de.skyslycer.hmcwraps:api:VERSION"
}

Gradle Kotlin

repositories {
    maven("https://repo.hibiscusmc.com/releases/")
}

dependencies {
    compile("de.skyslycer.hmcwraps:api:VERSION")
}

Maven

<repositories>
    <repository>
        <name>HibiscusRepository</name>
        <url>https://repo.hibiscusmc.com/releases/</url>
    </repository>
</repositories>
<dependencies>
        <dependency>
        <groupId>de.skyslycer.hmcwraps</groupId>
        <artifactId>api</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

License

HMCWraps is licensed under the GNU Affero General Public License v3.0.

Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

Read the entire license here.

HMCWraps is a paid resource and a license must be acquired on SpigotMC.org or rather Polymart. Nonetheless, nobody will prevent you from compiling the source and using that, as long as you don't redistribute it in any way without written consent (working, not working, compiled or not compiled, complete or partial). Public forks are allowed, as long as they comply to the license, in order to create a pull request.

Even though compiling it yourself is an option, the source code is mainly there for contribution and acquiring a license supports HibiscusMC, Hibiscus Creative Studios and me, Skyslycer in creating awesome plugins for you. Buying a license provides you with lifetime support and a pre-made resource pack too.

About

The best choice to make your items prettier.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages