https://github.com/ivancraft623/simplekits
The best kits manager for pocketmine 4.0.0
https://github.com/ivancraft623/simplekits
Last synced: 6 months ago
JSON representation
The best kits manager for pocketmine 4.0.0
- Host: GitHub
- URL: https://github.com/ivancraft623/simplekits
- Owner: IvanCraft623
- License: apache-2.0
- Created: 2021-12-31T18:12:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T00:38:32.000Z (over 4 years ago)
- Last Synced: 2025-02-13T17:52:56.433Z (over 1 year ago)
- Language: PHP
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://poggit.pmmp.io/p/SimpleKits)
[](https://poggit.pmmp.io/p/SimpleKits)
[](https://poggit.pmmp.io/p/SimpleKits)
🔮 SimpleKits ⚔️
The best kits manager for pocketmine
## Description:
Un administrador de kits fácil de usar para PocketMine.MP 4.0
## For Developers
Examples and tutorials can be found on the [SimpleKits Wiki](https://github.com/IvanCraft623/SimpleKits/wiki).
# Commands
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 ` | 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 ` | Manage a player. | simplekits.simplekits.command
# Features
- 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...!
# Tutorials
## Create a kit
To create a kit you can run the command `/simplekits create ` which will open a form, [view video](https://www.youtube.com/watch?v=5k2tT3mUNec).
## Enable/disable command
The `/kit` & `/kits` commands can be easily enabled or disabled using the `config.yml` file.
```yaml
# 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
```
# Project information
Version | Pocketmine API | PHP | Status
--- | --- | --- | ---
0.0.1 | [PM4](https://github.com/pmmp/PocketMine-MP/tree/stable) | 8 | Functional