Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

SpotifyNutzeer/MinecraftCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftCore

CodeFactor Java CI with Maven

Repository & Dependency

Maven
<repositories>
    ...
    <!-- MinecraftCore Repo -->
    <repository>
        <id>minecraftcore-repo</id>
        <url>https://repo.spotifynutzer.xyz/artifactory/MinecraftCore/</url>
    </repository>
    ...
</repositories>
<dependencies>
    ...
    <!-- Minecraft Core -->
    <dependency>
        <groupId>xyz.spotifynutzer</groupId>
        <artifactId>MinecraftCore</artifactId>
        <version>VERSION</version>
    </dependency>
    ...
</dependencies>

Gradle

repositories {
    …
    maven 'https://repo.spotifynutzer.xyz/artifactory/MinecraftCore'
    …
}
dependencies {
    …
    compileOnly 'xyz.spotifynutzer:MinecraftCore:VERSION'
    …
}

Wiki

About

A Core API, written in Kotlin, for Spigot based Servers, to make coding easier for you

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •