DecentSoftware-eu / DecentHolograms3

[W.I.P] New, rewritten version of DecentHolograms
https://www.spigotmc.org/resources/96927/
GNU General Public License v3.0
6 stars 3 forks source link

DecentHolograms v3.0 (NOT RELEASED, WIP)

SpigotMC Downloads SpigotMC Version Tested Versions GPLv3 License

Introducing a powerful hologram plugin that offers a wide range of features and customization options, all while maintaining a lightweight design for optimal performance.

Links

Support

We are mostly active on Discord so the best way to get support is joining our Discord Server. Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the Spigot Page of Decent Holograms.

Minecraft Limitations

Contributing PR's Welcome

Pull requests are welcome. But for major changes, please create an issue to discuss the changes first.

Building

Building DecentHolograms is very simple. All you need is JDK 8+, Maven, Git and an IDE or Command Line.

  1. Clone the project to your machine using Git.
  2. Open the project using your IDE or open a command line at the projects' location.
  3. Run mvn clean package and DecentHolograms will build.
  4. You can find the jar at ./decent-holograms-plugin/target/DecentHolograms-VERSION.jar

API

How to get DecentHolograms API into your project:

Replace VERSION with the current version of DecentHolograms. (Latest release)

Maven ```xml jitpack.io https://jitpack.io ``` ```xml com.github.decentsoftware-eu decentholograms VERSION provided ```
Gradle ```groovy repositories { maven { url 'https://jitpack.io' } } dependencies { compileOnly 'com.github.decentsoftware-eu:decentholograms:VERSION' } ```

📈 bStats