https://github.com/javierleon9966/properduels
A properly made duels plugin
https://github.com/javierleon9966/properduels
php pocketmine pocketmine-mp pocketmine-plugin
Last synced: 8 months ago
JSON representation
A properly made duels plugin
- Host: GitHub
- URL: https://github.com/javierleon9966/properduels
- Owner: JavierLeon9966
- License: gpl-3.0
- Created: 2021-05-10T19:55:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T18:59:59.000Z (about 2 years ago)
- Last Synced: 2024-10-09T23:20:12.301Z (over 1 year ago)
- Topics: php, pocketmine, pocketmine-mp, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 387 KB
- Stars: 21
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProperDuels
ProperDuels is a plugin that adds a duel system into your server. No need to worry about any glitches unlike other duel plugins!
## Features
- Customizable kits
- Customizable messages
- Multi arena support
- Simple commands
- SQL Database
- Queue system
- Low memory overhead
## Commands
### /arena
Manage arenas for duel matches.
- /arena create [kit: string]
- /arena delete
- /arena list
### /duel
Duel players and queue to a match.
- /duel [arena: string]
- /duel accept
- /duel deny
- /duel queue [arena: string]
### /kit
Manage kits for duel matches.
- /kit create
- /kit delete
- /kit update [newName: string]
- /kit enable
- /kit disable
- /kit list