Skip to content

Feli499/FeliUtils-Spigot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feli Utils

This Minecraft Plugin is mainly used by my own Plugins to supply some Utility Methods wich I often use for my plugins. Of course if you want you are allowed to use this plugin in your own Projects 😄


Releases

Last Stable Release: Click here

Last Development Version: Click here

All versions are build on our Jenkins Server: here


Use FeliUtils-Spigot in your own Plugin

For maven Users you can just add our repository.

    <repository>
        <id>ehemanns-repo</id>
        <url>https://repo.ehemanns.de/repository/maven-public/</url>
    </repository>

Then you can just add the plugin as your dependency:

    <dependency>
        <groupId>de.feli490.utils.minecraft.spigot</groupId>
        <artifactId>FeliUtils-Spigot</artifactId>
        <version>CHOOSEN-VERSION</version>
        <scope>provided</scope>
    </dependency>

Now you can just use every Util Method / Class of the Plugin.
To ensure complete functionality you should add this Plugin as (Soft-)Dependency in your Plugin.yml:

depend: [FeliUtils]

About

A minecraft Plugin including all my utility code

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages