0.3.3
release
BlatLibs
Library for the operation of plugins from BlatFan
BlatLibs
Library for the operation of plugins from BlatFan.
A mixture of many open source APIs. Adds a simple check for privates (Towny, WorldGuard, GriefPrevention, GriefDefender), particle, actionbar, bossbar, GUI, book GUI, json message, world generator api ``` <repositories> ... <repository> <id>Modrinth</id> <url>https://api.modrinth.com/maven</url> </repository> </repositories>
<dependencies> ... <dependency> <groupId>maven.modrinth</groupId> <artifactId>BlatLibs</artifactId> <version>0.3.3</version> <scope>provided</scope> </dependency> </dependencies>```