Skip to content

Shweit/mc-plugin-gradle-template

Repository files navigation

Untitled Plugin

Overview

Description

Features

  • Feature 1: Feature 1 description.
  • Feature 2: Feature 2 description.

Commands

/command - Description of the command.

  • Description: Description of the command.
  • Permission: permission.node

Installation

Prerequisites

  • Java: JDK 20 or higher is required to build and run the project.
  • Gradle: Make sure Gradle is installed on your system.

Cloning the Repository

  1. Clone the repository to your local machine.
git clone [email protected]:Shweit/REPO.git
cd REPO

Building the Project

  1. Build the project using Gradle.
gradle build

Setting up the Minecraft Server

  1. Copy the generated JAR file to the plugins directory of your Minecraft server.
cp build/libs/untitled-*.jar /path/to/your/minecraft/server/plugins
  1. Start or restart your Minecraft server.
java -Xmx1024M -Xms1024M -jar paper-1.21.jar nogui
  1. Once the server is running, the plugin will be loaded automatically. You can verify it by running:
/plugins

Contributing

Contributions are welcome! Please read the contributing guidelines to get started.