API
Add Tooltips to your plugin
depend: [Tooltips]softdepend: [Tooltips]Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository><dependency>
<groupId>com.github.Septicuss</groupId>
<artifactId>tooltips</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>Gradle
Using the API
TooltipsAPI.java static methods
Custom conditions
Custom ConditionsLast updated