Skip to content

TheProgramSrc/SuperCoreDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

description
Install SuperCoreAPI to create plugins

Installation

Maven

First, you need to add the repository for the plugin, if you already have the repo skip this step

<!-- SuperCoreAPI -->
<repository>
    <id>TheProgramSrc</id>
    <url>https://repo.theprogramsrc.xyz/repository/maven-public</url>
</repository>

Now, you need to add the dependency

<!-- SuperCoreAPI -->
<dependency>
    <groupId>xyz.theprogramsrc</groupId>
    <artifactId>SuperCoreAPI</artifactId>
    <version>{LAST VERSION}</version>
</dependency>

Latest SuperCoreAPI Version: GitHub. Those settings should be placed in your pom.xml file.

{% hint style="warning" %} If you want to use versions older or equals than the v2.4.9 you may don't find it because of the migration to our own repository. {% endhint %}

About

SuperCoreAPI Documentation

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published