Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/decentsoftware-eu/decentholograms3

[W.I.P] New, rewritten version of DecentHolograms
https://github.com/decentsoftware-eu/decentholograms3

Last synced: about 1 month ago
JSON representation

[W.I.P] New, rewritten version of DecentHolograms

Awesome Lists containing this project

README

        

# DecentHolograms v3.0 (NOT RELEASED, WIP)
[![SpigotMC Downloads](https://img.shields.io/spiget/downloads/96927?label=Downloads)
![SpigotMC Version](https://img.shields.io/spiget/version/96927?label=Release)
![Tested Versions](https://img.shields.io/spiget/tested-versions/96927?label=Supports)](https://www.spigotmc.org/resources/96927/)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
> 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
- [SpigotMC (Download)](https://www.spigotmc.org/resources/96927/)
- [Wiki (Documentation)](https://wiki.decentholograms.eu/)
- [Discord (Support)](https://discord.decentsoftware.eu/)

## Support
We are mostly active on Discord so the best way to get support is joining our [Discord Server](https://discord.decentsoftware.eu).
Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the [Spigot Page](https://decentholograms.eu) of Decent Holograms.

## Minecraft Limitations
- Text is always facing the player.
- Text size or font cannot be changed.
- Some entities make sounds. It only applies to a few entities like the Warden which makes this heartbeat sound.
- Icons (#ICON:) are always going to rotate and bob up and down.

## Contributing [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
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 [![](https://jitpack.io/v/decentsoftware-eu/decentholograms.svg)](https://jitpack.io/#decentsoftware-eu/decentholograms)
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
[![](https://bstats.org/signatures/bukkit/DecentHolograms.svg)](https://bstats.org/plugin/bukkit/DecentHolograms)