BlatLibs
Library for the operation of plugins from BlatFan
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
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>```