Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentsoftware-eu/decentholograms
A lightweight but powerful hologram plugin with many features and configuration options.
https://github.com/decentsoftware-eu/decentholograms
bukkit hologram minecraft spigot
Last synced: about 19 hours ago
JSON representation
A lightweight but powerful hologram plugin with many features and configuration options.
- Host: GitHub
- URL: https://github.com/decentsoftware-eu/decentholograms
- Owner: DecentSoftware-eu
- License: gpl-3.0
- Created: 2021-10-19T15:12:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:11:58.000Z (about 1 month ago)
- Last Synced: 2024-12-15T10:04:16.044Z (8 days ago)
- Topics: bukkit, hologram, minecraft, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/96927/
- Size: 938 KB
- Stars: 213
- Watchers: 6
- Forks: 103
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decent Holograms
[![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/)
>A lightweight yet very powerful hologram plugin with many features and configuration options.**Links:**
- [Modrinth (Download)](https://modrinth.com/plugin/decentholograms)
- [SpigotMC (Download)](https://www.spigotmc.org/resources/96927/)
- [Discord (Support)](https://discord.decentsoftware.eu/)
- [Wiki (Documentation)](https://wiki.decentholograms.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+, Gradle, 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 `gradle clean shadowJar` and DecentHolograms will build.
4. You can find the jar at `./build/libs/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)