TheMiniLuca / SignGUI

:floppy_disk: Sign API for your Minecraft Bukkit plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project logo

Sign GUI

Status GitHub Issues GitHub Pull Requests GitHub

Create a sign with a predefined text with the Spigot api, packet and nms !
Only in 1.14.X for the moment

๐Ÿ“ Table of Contents

๐Ÿง About

You want the player to be able to write a course a text. Open a panel to display information. This simple API is made for you!

๐Ÿ Getting Started

Usage

To use the SignGUI API, either:

  • Put it in the plugins folder of your server, add it to your dependencies in your plugin.yml (e.g. depend: [SignGUI]) and add it to the dependencies in your IDE.
  • Put it inside your plugin jar, initialize an SignManager in your plugin (don't forget to call the init() method).

You can download the latest version on the Releases page on Github.

You can also use a build system: SOON

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compile 'fr.cleymax:signgui:1.0.0'
}

Maven

<dependency>
  <groupId>fr.cleymax</groupId>
  <artifactId>signgui</artifactId>
  <version>1.0.0</version>
</dependency>

โ›๏ธ Built Using

  • Gradle - Gradle is a production engine running on the Java platform.

โœ๏ธ Authors

See also the list of contributors who participated in this project.

About

:floppy_disk: Sign API for your Minecraft Bukkit plugins.

License:Apache License 2.0


Languages

Language:Java 100.0%