All Projects → DecentSoftware-eu → DecentHolograms

DecentSoftware-eu / DecentHolograms

Licence: GPL-3.0 License
A lightweight but powerful hologram plugin with many features and configuration options.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to DecentHolograms

Hawk
An anticheat written for legacy versions of Spigot
Stars: ✭ 82 (+51.85%)
Mutual labels:  bukkit, spigot
Valkyrie
一个面向中文社区的 Bukkit / Spigot 插件开发教程
Stars: ✭ 26 (-51.85%)
Mutual labels:  bukkit, spigot
ParticleLib
一个用于Minecraft Particle的类库
Stars: ✭ 19 (-64.81%)
Mutual labels:  bukkit, spigot
WorldGuardWrapper
A wrapper for the WorldGuard API that allows plugins to support both v6 and v7 APIs.
Stars: ✭ 21 (-61.11%)
Mutual labels:  bukkit, spigot
NovaGuilds
Minecraft guilds plugin
Stars: ✭ 23 (-57.41%)
Mutual labels:  bukkit, spigot
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (-42.59%)
Mutual labels:  bukkit, spigot
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+48.15%)
Mutual labels:  bukkit, spigot
ScriptBlockPlus
任意のブロックにスクリプトを追加するプラグインです。
Stars: ✭ 25 (-53.7%)
Mutual labels:  bukkit, spigot
WorldEditSelectionVisualizer
Visualize your WorldEdit selection with particles and without any mod.
Stars: ✭ 31 (-42.59%)
Mutual labels:  bukkit, spigot
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-72.22%)
Mutual labels:  bukkit, spigot
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+61.11%)
Mutual labels:  bukkit, spigot
KingdomsX
Battles for might, land and glory.
Stars: ✭ 24 (-55.56%)
Mutual labels:  bukkit, spigot
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-35.19%)
Mutual labels:  bukkit, spigot
Glaedr
An extensive, modular functional scoreboard library for the Bukkit/Spigot API.
Stars: ✭ 23 (-57.41%)
Mutual labels:  bukkit, spigot
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-68.52%)
Mutual labels:  bukkit, spigot
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+33.33%)
Mutual labels:  bukkit, spigot
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+1494.44%)
Mutual labels:  bukkit, spigot
NoSpawnChunks
Helps manage server memory by dynamically unloading chunks
Stars: ✭ 21 (-61.11%)
Mutual labels:  bukkit, spigot
dungeon-maze
DungeonMaze Craft Bukkit plugin - An amazing world generator for Bukkit and Spigot
Stars: ✭ 27 (-50%)
Mutual labels:  bukkit, spigot
SlackMC
Link Slack to Minecraft!
Stars: ✭ 61 (+12.96%)
Mutual labels:  bukkit, spigot

Decent Holograms

A lightweight but powerful hologram plugin with many features and configuration options.

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.

bStats

API

How to get DecentHolograms API into your project:

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

Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly 'com.github.decentsoftware-eu:decentholograms:TAG'
}

Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.decentsoftware-eu</groupId>
        <artifactId>decentholograms</artifactId>
        <version>TAG</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].