BlatLibs
PluginMIT

BlatLibs

Library for the operation of plugins from BlatFan

460
Downloads
0
Followers
1 years ago
Updated
📦
6
Versions

📖About 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>```