Un administrador de kits fácil de usar para PocketMine.MP 4.0
Examples and tutorials can be found on the SimpleKits Wiki.
Command | Description | Permission |
---|---|---|
/kit |
Claim selected kit. | none |
/kits |
See avaible kits. | simplekits.kits.command |
/simplekits |
Manage kits and players. | simplekits.simplekits.command |
/simplekits create <name> |
Create a kit. | simplekits.simplekits.command |
/simplekits kits |
Manage kits. | simplekits.simplekits.command |
/simplekits players [page] |
Players list to manage. | simplekits.simplekits.command |
/simplekits playerdata <name> |
Manage a player. | simplekits.simplekits.command |
- Multi-languages support
- Forms for an easy interaction
- Asynchronous Database I/O
- MySQL DB Support
- SQLite3 DB Support
- Manage Players in-game
- Manage Kits in-game
- Easy Kits Creation
- Support Items with custon NamedTag
- Support Kits with Permission
- An easy API for developers
- And more...!
To create a kit you can run the command /simplekits create <name>
which will open a form, view video.
The /kit
& /kits
commands can be easily enabled or disabled using the config.yml
file.
# Enable or disable "/kit" command (Command to claim selected kit)
kit-command: true
# Enable or disable "/kits" command (Command to select a kit)
kits-command: true
Version | Pocketmine API | PHP | Status |
---|---|---|---|
0.0.1 | PM4 | 8 | Functional |