AtomPilz-DevTeam / StationofDoomPlugin

A paper server survival plugin
https://modrinth.com/plugin/stationofdoom-plugin
Apache License 2.0
4 stars 1 forks source link
bukkit discord hacktoberfest java minecarft minecraft minecraft-server-plugin paper paper-plugin spigot spigot-plugin

Stationofdoom Plugin Discord wakatime CodeFactor Reposilte

A minecraft paper survival plugin for private servers

List of features

Support and Project Discussion:

Installation and Usage

First download the latest version and move it to your server's plugins folder.

Make sure to have a server based on the paper software

Finding the configuration file

First make sure that the jar is in the correct directory, then start the server. If everything works there should be a config.yml file in the StationOfDoom directory.

Enabling discord webhooks

Go to your Discord channel where you want to receive the messages and create a new webhook. Copy the url, paste it into the config.yml and set enabled to true.

How To (GitHub download)

Download the plugin from the releases tab and copy the plugin to your plugins folder.

How To (Compiling Jar From Source)

To compile the plugin, you need JDK 21 and an internet connection.

Clone this repo and run gradle jar from your terminal. You can find the compiled jar in the project root's build/libs directory.

API Usage

Add the plugin as a dependency to your plugin

Gradle (Groovy dsl) ```groovy maven { name "reposiliteRepositoryReleases" url "https://repo.jonasfranke.xyz/releases" } dependencies { implementation "com.github.atompilz-devteam:TAG" } ```
Gradle (Kotlin dsl) ```kotlin maven { name = "reposiliteRepositoryReleases" url = uri("https://repo.jonasfranke.xyz/releases") } dependencies { implementation("com.github.atompilz-devteam:TAG") } ```
Maven ```xml reposilite-repository Jonas Franke Repository https://repo.jonasfranke.xyz/ com.github.atompilz-devteam stationofdoom TAG ```

Support Me

Contributions, issues, and feature requests are welcome! Give a ⭐️ if you like this project!