Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Support: https://discord.gg/EVwFysm
Source Code (GitHub): https://github.com/Dartanman/Duels
Features:
- Unlimited arenas
- Unlimited kits
- Configurable messages
- Permissions
- Stats tracking and Leaderboard
Tutorial Video: https://youtu.be/qyLIn_5412A
Commands:
- /duels help - Displays a configurable help menu
- /duels join [id] - Joins the first available arena, or the arena with the specified id if it exists and is available.
- /duels leave - Leaves the arena you are in. If the Game State is IDLE or COUNTDOWN then you'll just leave, but if it is PLAYING (that is, you're actively in the duel), then it counts as a loss in the statistics.
- /duels listarenas - Lists all arenas, showing their ID, Name, and Game State (IDLE, COUNTDOWN, PLAYING)
- /duels createarena <arena name> - Starts creating an arena called
- /duels setlobby - Sets the lobby location of the arena you are currently working on
- /duels setspawn1 | /duels setspawn2 - Sets the spawnpoints of the arena you are currently working on
- /duels finisharena - Finishes the arena you are currently working on, adding it to the list of playable arenas
- /duels kits list - List all available kits
- /duels kits create <kit name> - Creates a kit with your current inventory
- /duels kits delete <kit name> - Deletes
- /duels kits select <kit name> - Equips for your next duel. If it doesn't exist, you'll get the Default kit
- /duels loadoldstats - Loads the old stats from Stats.yml and puts them into the new Statistics system
- /duels filetosql - Loads statistics from statistics.yml and puts them into the SQL database
- /duels stats [player] - View your own or [player]'s stats
- /duels top [wins/kills] - View a wins or kills leaderboard
Permissions:
- duels.help - Allows /duels help
- duels.join - Allows /duels join
- duels.leave - Allows /duels leave
- duels.listarenas - Allows /duels listarenas
- duels.createarena - Allows /duels createarena, /duels setlobby, /duels setspawn1, /duels setspawn2, and /duels finisharena
- duels.kits.list - Allows /duels kits list
- duels.kits.create - Allows /duels kits create
- duels.kits.delete - Allows /duels kits delete
- duels.kits.select - Allows /duels kits select
- duels.admin - Allows /duels loadoldstats and /duels filetosql
- duels.stats - Allows /duels stats
- duels.top - Allows /duels top
Placeholders: As of Version 3.3.3, the following placeholders are supported through PlaceholderAPI:
- %duels_top_wins_#% - Shows name and win amount of the player in #th on the wins leaderboard (e.g. Dartanman (5 wins))
- %duels_top_kills_#% - Shows name and win amount of the player in #th on the kills leaderboard (e.g. Dartanman (5 kills))
Note: It only supports the top ten players of each leaderboard.
Metrics:
Duels uses bStats to obtain anonymous information about your server, such as the server version. If you want to disable it, do so in the \plugins\bStats folder. I would appreciate it if you would leave it enabled, though, as it helps me better develop Duels.