Skip to content

This is a useful core that will simplify your coding experience with paper, velocity, ...

License

Notifications You must be signed in to change notification settings

Smoofy19/SmoofyCore

Repository files navigation

Smoofy Core

This is a useful core that will simplify your coding experience with paper, velocity, ...

Table of Contents

Installation

  1. Download the latest version of the Core from the Discord.
  2. Place the .jar file in the plugins folder of your server.
  3. Restart your server.
  4. You are able to use the API now.

Usage

To use the API in your plugin, add the following line to your plugin.yml file:

depend: [Core]

You also have to add the dependency to your project. You can do this by adding the following to your build.gradle.kts, build.gradle or pom.xml file:

Repository

Gradle Kotlin DSL

maven("https://maven.pkg.github.com/smoofy19/SmoofyCore")

Gradle Groovy

maven { url 'https://maven.pkg.github.com/smoofy19/SmoofyCore' }

Maven

<repository>
   <id>smoofycore</id>
   <url>https://maven.pkg.github.com/smoofy19/SmoofyCore</url>
</repository>

Dependency

Gradle Kotlin DSL

compileOnly("de.smoofy.core:core-api:VERSION")

Gradle Groovy

compileOnly("de.smoofy.core:core-api:VERSION")

Maven

<dependency>
  <groupId>de.smoofy.core</groupId>
  <artifactId>core-api</artifactId>
  <version>VERSION</version>
</dependency>

Documentation & Examples

You can find the documentation here. For examples on how to use the API, please refer to the examples.

Contributing

Contributions are welcome! If you have suggestions or found any issues, please open an issue or create a pull request.

License

This project is licensed under the Apache-2.0 license.

About

This is a useful core that will simplify your coding experience with paper, velocity, ...

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages