Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivancraft623/simplekits

The best kits manager for pocketmine 4.0.0
https://github.com/ivancraft623/simplekits

Last synced: 15 days ago
JSON representation

The best kits manager for pocketmine 4.0.0

Awesome Lists containing this project

README

        

[![](https://poggit.pmmp.io/shield.state/SimpleKits)](https://poggit.pmmp.io/p/SimpleKits)
[![](https://poggit.pmmp.io/shield.api/SimpleKits)](https://poggit.pmmp.io/p/SimpleKits)
[![](https://poggit.pmmp.io/shield.dl.total/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