Skip to content

LordRazen/plugin-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin-utils

Utils for MC plugins

How to use:

build the jar using Maven: mvn install this will add the jar to your local maven repo on your computer ~/.m2

import the jar into your plugin using Maven:

        <dependency>
            <groupId>com.minecraftheads</groupId>
            <artifactId>plugin-utils</artifactId>
            <version>$version</version>
            <scope>compile</scope>
        </dependency>

Methods:

Logger:

Read more here how it works!

HeadCreator:

Read more here how it works!

Config Updater:

Read more here how it works!

Inventory Creator:

Read more here how it works!

Language Handler:

Read more here how it works!