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.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/kits
- Owner: RestoreMonarchyPlugins
- Created: 2024-09-27T10:25:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-24T17:43:30.000Z (4 months ago)
- Last Synced: 2025-01-24T18:30:41.600Z (4 months ago)
- Topics: rocket-plugin, unturned, unturned-plugin, unturned-server
- Language: C#
- Homepage: https://restoremonarchy.com/plugins/kits
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
kitskit.soldier
givekit
kits.admin
```## Configuration
```xmlyellow
https://i.imgur.com/ceyPI5h.png
30```
## Kits.xml
```xml
```
## Translations
```xml
```