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

https://github.com/restoremonarchyplugins/kits

Create kits with custom items, cooldown, price, experience and vehicle.
https://github.com/restoremonarchyplugins/kits

rocket-plugin unturned unturned-plugin unturned-server

Last synced: 3 months ago
JSON representation

Create kits with custom items, cooldown, price, experience and vehicle.

Awesome Lists containing this project

README

        

# Kits
Create kits with custom items, cooldown, price, experience and vehicle.

## Features
* Works with Uconomy plugin to charge players for kits.
* Supports rich text formatting and custom message icon.
* Cooldowns are saved in database and are not lost after server restart.
* Kits can be created in-game using command.
* Global cooldown prevents players from using kits too often.
* Kits are saved in XML file and can be easily edited. Remember to reload the configuration after editing the file.

> **Note:** Admins bypass cooldowns and can use kits without any restrictions. Do not give `kits.admin` permission to normal players.

## Commands
* `/kit ` - Use the kit.
* `/kit ` - Give the kit to another player. Requires `givekit` permission.
* `/kits` - List all available kits.
* `/ckit [price] [experience] [vehicle]` - Create a new kit with items in your inventory. `price`, `experience`, `vehicle` are optional and if you want to skip them, use `0`.
* `/dkit ` - Delete a kit.
* `/rocket reload Kits` - Reload the configuration.

## Permissions
To grant access to the kit, add the permission `kit.` to the player. For example, to give access to the kit named **Soldier**, add the permission `kit.soldier`.

```xml

kit
kits

kit.soldier

givekit

kits.admin
```

## Configuration
```xml

yellow
https://i.imgur.com/ceyPI5h.png
30

```

## Kits.xml
```xml















```

## Translations
```xml










































```