Skip to content

Multi-purpose library aiming to make development of Paper plugins faster.

License

Notifications You must be signed in to change notification settings

Grabsky/bedrock

Repository files navigation

bedrock

Latest Release Build Status CodeFactor Grade

Multi-purpose library aiming to make development of PaperMC/Paper plugins faster.


Requirements

Requires Java 21 (or higher) and Paper 1.20.1 (or higher).


Getting Started

We're using GitHub Gradle Registry for publications and thus may require extra steps for the project to build properly.

repositories {
    maven { url = "https://maven.pkg.github.com/grabsky/bedrock"
        credentials {
            username = findProperty("gpr.actor") ?: System.getenv("GITHUB_ACTOR")
            password = findProperty("gpr.token") ?: System.getenv("GITHUB_TOKEN")
        }
    }
}

dependencies {
    implementation("cloud.grabsky:bedrock:[_VERSION_]")
}

Building

# Cloning the repository.
$ git clone https://github.com/Grabsky/bedrock.git
# Entering the cloned repository.
$ cd bedrock
# Compiling and publishing to maven local.
$ gradlew clean publishToMavenLocal

Contributing

This project is open for contributions. Help in regards of improving performance, adding new features or fixing bugs is greatly appreciated.

About

Multi-purpose library aiming to make development of Paper plugins faster.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages