Giter Site home page Giter Site logo

hologrambridge's Introduction

Code Grade GitHub license
Support Server

Hologram Bridge

A bridge between hologram plugins created by Chubbyduck1. The API has been designed to have similar methods to HolographicDisplays, while supporting different plugins.

Quick Links

Supported Plugins

Warning

Some features of this bridge can be unstable. It is being worked on to be more stable. If you find any bugs, please contact me.

Limitations

  • If you find a limitation, or issue, please let us know in the discord.

Using The API

You can either run HologramBridge as a plugin, or shade it into your plugin.

If you're shading it into your plugin, use the following to start it.

new HologramBridge(final JavaPlugin javaPlugin,final boolean verbose);

Creating A Hologram

final Hologram hologram=HologramAPI.createHologram(Location);

Adding Lines

final Hologram hologram=HologramAPI.createHologram(Location);
final ItemLine itemLine=hologram.appendItemLine(new ItemStack(Material.DIAMOND,1));
final TextLine textLine=hologram.appendTextLine("Hello!");

Download

Latest Release: GitHub Release Latest Version: GitHub release

Be sure to replace the VERSION key below with the version shown above!

Gradle

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.Chubbyduck1:HologramBridge:VERSION'
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.chubbyduck1</groupId>
    <artifactId>HologramBridge</artifactId>
    <version>VERSION</version>
</dependency>

License

This is licensed under MIT Licensing

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.