☕API
How to integrate your plugin with GSigns
Add GSigns to your plugin
In order to use the GSigns API, you need to add the jar-file to your classpath. The latest release can be downloaded from the official github repo: git.io/gsigns-api
Don't forget to include GSigns in your plugin.yml
:
Examples of use
Implementing GSigns is quite simple. It requires getting the GSigns-API service from the Bukkit ServiceManager.
Create a sign from a code
Create a sign from an Order object
Remove a sign
Last updated