/SignGUI

:floppy_disk: Sign API for your Minecraft Bukkit plugins.

Primary LanguageJavaApache License 2.0Apache-2.0

!!! Currently being updated! !!! New releases coming soon for the latest versions of Minecraft.

Project logo

Sign GUI

Status GitHub Issues GitHub Pull Requests GitHub !GitHub Workflow Status (branch)

Create a sign with a predefined text with the Spigot api, packet and nms !

📝 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.

Use

Latest version: v1.2.1.

Please see Github Documentation to add Github project repository.

Gradle

repositories {
  maven {
    name = "GitHubPackages"
    url = uri("https://maven.pkg.github.com/Cleymax/SignGUI")
  }
}

dependencies {
    compile 'fr.cleymax:SignGUI:1.2.1'
}

Maven

<repository>
  <id>github</id>
  <url>https://maven.pkg.github.com/Cleymax/SignGUI</url>
</repository>

<dependency>
  <groupId>fr.cleymax</groupId>
  <artifactId>SignGUI</artifactId>
  <version>1.2.1</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.