Modify every message in minecraft with ease and make your server beautiful
Report Bug
·
Request Feature
HypeGradients is a spigot plugin that takes every message from the server and modifies it how you want.
Initially, HypeGradients was made for making gradients with the help of PlaceholderAPI. But I found out that I can do more and so with the help of ProtocolLib I had the possibility to get every message of what the server sends to the client.
Check out the roadmap for what features will be coming next!
Check current projects
Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated!
If you're new to contributing to open-source projects,
you can follow this guide to get
up-to-speed.
Distributed under the MIT License See LICENSE for more information.
If you want to use HypeGradients in your project you can use Maven or Gradle, thanks to JitPack! I recommend to use the Build module because it contains everything
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.zippo-store.HypeGradients</groupId>
<artifactId>HypeGradients-Build</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.zippo-store.HypeGradients:HypeGradients-Build:1.1.0'
}
Check out this example project that uses HypeGradients API
If you wanna know more about the API, take a look at the wiki! (TODO)