/SignGUI

:floppy_disk: Sign API for your Minecraft Bukkit plugins.

Primary LanguageJavaApache License 2.0Apache-2.0

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.