Skip to content

Optimize & minimalize for minecraft plugins development

License

Notifications You must be signed in to change notification settings

pxstudios/MineLib

Repository files navigation

Logo


Library for Bukkit plugins development

MIT License


WHAT IS THIS?

This library is a kind of BukkitAPI wrapper and carries a more convenient and optimized functionality of the things we are familiar with, which we use every day in Bukkit


HOW TO INSTALL?

IMPORTANT
This functionality is under development, so it makes no sense to check it now

Maven:

<dependencies>
    <dependency>
        <groupId>space.pxstudios</groupId>
        <artifactId>minelib</artifactId>
        <version>1.0.0</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Gradle:

implementation ('space.pxstudios:minelib:1.0.0')

HOW TO USE? ( DOCUMENTATION )

IMPORTANT
This functionality is under development, so it makes no sense to check it now

About

Optimize & minimalize for minecraft plugins development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages