HomeJavaModsDuelCraft
DuelCraft
[​IMG]

A Simple Dueling Plugin for Minecraft Servers.

********************************************************
Note: This description might not be the most up-to-date, check https://github.com/CKAY-9/duelcraft for the most updated information
********************************************************

Features
How to Install
  1. Download the latest release of DuelCraft
  2. Drop the `duelcraft-version.jar` file into your server's `./plugin` folder
  3. Reload/restart your server
  4. You're done
How to Use
Players are able to engage in duels via the command `/duel [opponent_name]`. The opponent will have to accept the request before the duel starts. Duel requests expire after a configurable amount of time. Additionally, the command `/duel` will open a GUI for players to select who to challenge.

Commands

- `/duel [player_name]`: If player_name is left blank (e.g. `/duel`), this command will open a GUI menu to interact with DuelCraft. If player_name is provided (e.g. `/duel CKAY_9`), it will try to send a duel challenge to the provided player.

Developing (also useful to server owners)
DuelCraft uses Spigot API v1.20.6, but works with (from what I have tested) Minecraft v1.20.6+. The structure of DuelCraft as a system is pretty simple.

Initialization, onEnable()

User Interaction

Matches

Storage
```
data.yml

players:
[player_uuid]:
wins: int
losses: int
kills: int
deaths: int
...

```
2024-07-25_15.48.57-min.png 2024-07-25_15.49.30-min.png 2024-07-25_15.49.50-min.png 2024-07-25_15.50.03-min.png 2024-07-25_15.50.34-min.png 2024-07-25_14.42.35-min.png

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

DuelCraft is a free Minecraft Java mod. Compatible with Minecraft 1.20.6, 1.21. Downloaded 559 times (via Spigot). Download it and open it directly in the game.

Explore more