Coder Social home page Coder Social logo

nodoka4318 / decentholograms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from decentsoftware-eu/decentholograms

1.0 0.0 0.0 741 KB

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

Home Page: https://www.spigotmc.org/resources/96927/

License: GNU General Public License v3.0

Java 100.00%

decentholograms's Introduction

Decent Holograms

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

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

  • 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

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

API

How to get DecentHolograms API into your project:

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

Gradle:

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

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

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>VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

bStats

decentholograms's People

Contributors

d0by1 avatar andre601 avatar nodoka4318 avatar m0diis avatar ruviolence avatar jesuschrist69 avatar inanmu avatar itismaku avatar tatteaid avatar golfing7 avatar maxcom1 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.