Description
- Feature 1: Feature 1 description.
- Feature 2: Feature 2 description.
/command
- Description of the command.
- Description: Description of the command.
- Permission: permission.node
- Java: JDK 20 or higher is required to build and run the project.
- Gradle: Make sure Gradle is installed on your system.
- Clone the repository to your local machine.
git clone [email protected]:Shweit/REPO.git
cd REPO
- Build the project using Gradle.
gradle build
- Copy the generated JAR file to the
plugins
directory of your Minecraft server.
cp build/libs/untitled-*.jar /path/to/your/minecraft/server/plugins
- Start or restart your Minecraft server.
java -Xmx1024M -Xms1024M -jar paper-1.21.jar nogui
- Once the server is running, the plugin will be loaded automatically. You can verify it by running:
/plugins
Contributions are welcome! Please read the contributing guidelines to get started.