8000 GitHub - SlimeBluKing/SlimeCommons at v1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SlimeBluKing/SlimeCommons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlimeCommons

Libs for SlimeBluKing's plugins

Using SlimeCommons

To use this library, first add SlimeCommons-XXXX.jar to your Java build path. Then, add SlimeCommons as a dependency to your plugin.yml file:

depend:
  - SlimeCommons

You can also add SlimeCommons as a Maven dependency:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.SlimeBluKing</groupId>
        <artifactId>SlimeCommons</artifactId>
        <version>(VERSION)</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

P.S. I will complete the readme when I decide to document everything

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0