!!! Currently being updated! !!! New releases coming soon for the latest versions of Minecraft.
Create a sign with a predefined text with the Spigot api, packet and nms !
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!
To use the SignGUI API, either:
- Put it in the
pluginsfolder 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
SignManagerin your plugin (don't forget to call theinit()method).
You can download the latest version on the Releases page on Github.
Latest version: v1.2.1.
Please see Github Documentation to add Github project repository.
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Cleymax/SignGUI")
}
}
dependencies {
compile 'fr.cleymax:SignGUI:1.2.1'
}<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>- Gradle - Gradle is a production engine running on the Java platform.
- @Cleymax - Idea & Initial work
See also the list of contributors who participated in this project.