Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
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>```


