Skip to content

Base utility library for minecraft plugin development.

Notifications You must be signed in to change notification settings

ModularSoftAU/StoneLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For code integration examples view:
- https://github.com/ModularSoftAU/zander

Instructions:

# compile library
mvn clean package
# specify as dependency
pom.xml +
...
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
...
<dependency>
    <groupId>com.github.ModularSoftAU</groupId>
    <artifactId>StoneLib</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>
...

About

Base utility library for minecraft plugin development.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages