L-duel
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #1229 of 1452 bukkit mods in this game by downloads
📋 About This Mod
**THIS PLUGIN IS IN BETA PHASE!** A comprehensive duel plugin for Minecraft servers running version 1.21.1 with 1.21.x support. ## Features ### Multi-Language Support - English 🇬🇧 - Turkish 🇹🇷 - Configurable language selection in `config.yml` ### Data Storage - Local file-based storage - MySQL database support (coming soon) - Player statistics tracking: - Total duels - Wins - Losses - Win ratio - Leaderboard rankings ### Duel System - GUI menu system (`/duel`) - Direct player challenges (`/duel <playername>`) - Queue-based matchmaking - Player vs player combat - Customizable arenas - Draw command for mutual agreement (`/draw`) - Configurable duel timeout (default 5 minutes) - Automatic victory when opponent leaves during duel - Configurable command restrictions with permission bypass - Restricted movement and interactions during duel preparation - Opponent info display in action bar before duels (name and win percentage) - Enhanced item collection period (winner can drop items, open inventory, and collect items) ### Arena Management - Admin commands for arena creation/deletion - Interactive Duel Wand for arena selection - Individual spawn point configuration - Arena validation before activation - Automatic arena reset after duels - BedWars-style boundary restrictions (players can only build/break within arena bounds) ### Item System - Players duel with their own inventories - Losing player's items drop on the ground - Winner can collect dropped items for a limited time - Clear messaging about item collection period and teleportation - Automatic teleportation of both players to spawn after duels - Complete arena restoration after duels (placed blocks removed, broken blocks restored) ### Admin Features - Enhanced arena management with interactive wand selection - Player spectating - Arena watching capabilities - Force stop duels - Detailed statistics - Replay system for watching past duels - Configurable replay recording (can be enabled/disabled in config) - Dedicated admin commands and permissions ## Commands ### Player Commands - `/duel` - Open duel menu - `/duel <playername>` - Send a duel request to a specific player - `/duel accept` - Accept a duel request - `/duel deny` - Deny a duel request - `/duel stats ` - View duel statistics - `/duel help` - Show help page - `/draw` - Request a draw in an active duel (both players must use to agree) ### Admin Commands - `/duel admin arena create <name>` - Create a new temporary arena (requires Duel Wand selection) - `/duel admin arena setspawn1 <name>` - Set spawn point 1 for a temporary arena - `/duel admin arena setspawn2 <name>` - Set spawn point 2 for a temporary arena - `/duel admin arena save <name>` - Save and activate a temporary arena - `/duel admin arena delete <name>` - Delete an arena - `/duel admin arena list` - List all arenas - `/duel admin arena watch <arena>` - Watch an active arena - `/duel admin spectate <player>` - Spectate a player's duel - `/duel admin watch <arena>` - Watch an active arena (alternative) - `/duel admin forcestop <arena>` - Forcefully stop a duel - `/duel admin reload` - Reload configuration and language files - `/duel admin setspawn` - Set the global spawn point for players after duels - `/duel admin replay list` - List all available duel replays - `/duel admin replay watch <replayId>` - Watch a saved duel replay - `/duel admin replay delete <replayId>` - Delete a saved duel replay ### Duel Wand Commands - `/duelwand` or `/duelw` - Get the Duel Wand for arena selection - Left-click to select position #1 - Right-click to select position #2 ## Permissions - `duel.use` - Use basic duel commands (default: true) - `duel.admin` - Access admin commands (default: op) - `duel.draw` - Use the /draw command (default: true) - `duel.bypass.command` - Bypass command restrictions during duels (default: op) ## Configuration The plugin can be configured through `config.yml`: ``` # Language Settings language: en # Available: en (English), tr (Turkish) # Storage Settings storage-type: file # file or mysql # MySQL Configuration (only used if storage-type is mysql) mysql: host: localhost port: 3306 database: duel_plugin username: root password: password table-prefix: dp_ # Duel Settings duel: item-collection-time: 10 # Time in seconds that winner can collect items cooldown: 30 # Cooldown between duels in seconds max-duration: 5 # Maximum duel duration in minutes (0 for no timeout) allowed-commands: # Commands allowed during duels (empty list allows all) - msg - tell - w - whisper - draw # Replay settings replay: enabled: true # Enable or disable replay recording # Arena Settings arena: # Spawn point for players after duel (set via admin command) # Use /duel admin setspawn to set the spawn point ``` ## Installation 1. Download the plugin JAR file 2. Place it in your server's `plugins` folder 3. Restart your server 4. Configure the plugin in
THIS PLUGIN IS IN BETA PHASE!
A comprehensive duel plugin for Minecraft servers running version 1. 21. 1 with 1. 21.x support.
## Features
### Multi-Language Support - English 🇬🇧 - Turkish 🇹🇷 - Configurable language selection in `config.yml`
### Data Storage - Local file-based storage - MySQL database support (coming soon) - Player statistics tracking: - Total duels - Wins - Losses - Win ratio - Leaderboard rankings
### Duel System
- GUI menu system (`/duel`)
- Direct player challenges (`/duel
### Arena Management - Admin commands for arena creation/deletion - Interactive Duel Wand for arena selection - Individual spawn point configuration - Arena validation before activation - Automatic arena reset after duels - BedWars-style boundary restrictions (players can only build/break within arena bounds)
### Item System - Players duel with their own inventories - Losing player's items drop on the ground - Winner can collect dropped items for a limited time - Clear messaging about item collection period and teleportation - Automatic teleportation of both players to spawn after duels - Complete arena restoration after duels (placed blocks removed, broken blocks restored)
### Admin Features - Enhanced arena management with interactive wand selection - Player spectating - Arena watching capabilities - Force stop duels - Detailed statistics - Replay system for watching past duels - Configurable replay recording (can be enabled/disabled in config) - Dedicated admin commands and permissions
## Commands
### Player Commands
- `/duel` - Open duel menu
- `/duel
### Admin Commands
- `/duel admin arena create
### Duel Wand Commands - `/duelwand` or `/duelw` - Get the Duel Wand for arena selection - Left-click to select position #1 - Right-click to select position #2
## Permissions
- `duel.use` - Use basic duel commands (default: true)
- `duel.admin` - Access admin commands (default: op)
- `duel.draw` - Use the /draw command (default: true)
- `duel.bypass.command` - Bypass command restrictions during duels (default: op)
## Configuration
The plugin can be configured through `config.yml`:
``` # Language Settings language: en # Available: en (English), tr (Turkish)
# Storage Settings storage-type: file # file or mysql
# MySQL Configuration (only used if storage-type is mysql) mysql: host: localhost port: 3306 database: duel_plugin username: root password: password table-prefix: dp_
# Duel Settings duel: item-collection-time: 10 # Time in seconds that winner can collect items cooldown: 30 # Cooldown between duels in seconds max-duration: 5 # Maximum duel duration in minutes (0 for no timeout) allowed-commands: # Commands allowed during duels (empty list allows all) - msg - tell - w - whisper - draw # Replay settings replay: enabled: true # Enable or disable replay recording
# Arena Settings arena: # Spawn point for players after duel (set via admin command) # Use /duel admin setspawn to set the spawn point ```
## Installation
1. Download the plugin JAR file 2. Place it in your server's `plugins` folder 3. Restart your server 4. Configure the plugin in
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- squezsaz
- Version
- v2.1.2
- Downloads
- 415
- Endorsements
- 0
- Category
- bukkit
- Created
- 12/22/2025
- Updated
- 8/25/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does L-duel support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of L-duel?
Version v2.1.2, published 2026-08-25 with 415 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await