Skip to content

LarsEsDoch/UtilsManager

Repository files navigation

Minecraft Plugin Setup

1. Configuration

To use the plugin, create a configuration file in src/resources named config.yml with the following content:

  discord:
        token: "Your Bot Token"
        applicationID: "public application ID"
        serverStatusChannelID: "Discord channel ID for server updates"
        playerStatusChannelID: "Discord channel ID for player updates"
        punishmentsChannelID: "Discord channel ID for punishments updates"

Replace each placeholder with your actual database details.

2. Building the Plugin

To build the Minecraft plugin, make sure to include the following files in your build artifacts:

paper-plugin.yml

config.yml

Additionally this libarys extracted in the build.

org.java-websocket:Java-WebSocket

org.slf4j:slf4j-api

These files and libarys must be present in the final JAR so that Paper can load your plugin and its configuration correctly.

About

A minecraft plugin to manage a server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages