Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Project-Cepi/ExampleExtension

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1e9472 · Dec 13, 2023
Dec 13, 2023
Aug 5, 2022
Jan 21, 2022
Oct 5, 2020
Oct 6, 2020
Oct 4, 2021
Oct 5, 2020
Feb 19, 2022
Oct 11, 2021
Oct 14, 2022
Aug 7, 2021
Feb 19, 2022
Jul 14, 2022
Jul 14, 2022
Oct 26, 2021
Sep 17, 2021
Oct 5, 2020

Repository files navigation

ExampleExtension

license wiki discord-banner

An example extension for Minestom based off of Sabre/kotlin libs.

Branding

If you're trying to quickly rebrand an ExampleExtension, first, install deno

deno run --allow-read --unstable --allow-write brand.ts

Installation

Download the jar from Releases OR compile it yourself. Instructions to do so are in Compile header

Drop it into the /extensions folder.

Compile

Create a folder, then Clone the repository using:

git clone https://github.com/Project-Cepi/ExampleExtension.git

Once it is cloned, make sure you have gradle installed, and run

./gradlew build on Mac or Linux, and

gradlew build on Windows.

This will output the jar to build/libs in the project directory.

Make sure to select the -all jar. If no shading is necessary, remove the shadowJar