About Kits Menu
A system of sets that will allow you to create different kits for privileges and not only
Features
- Nice user interface
- Ability to create, delete, change a kit on command
- Multilingualism ( RU, EN )
- Plugin Optimization
- Autowipe with wipe ( optionally )
- Using kits when the player respawn ( auto-kit )
- Selective configuration language ( RU, EN )
Commands:
- /kit - open menu kit
- /kit add <nameKit> - create kit
- /kit remove <nameKit> - remove kit
- /kit edit <nameKit> - Change the content kit
Config
EN
{
"Default Permission": "kitsmenu.default",
"Should I turn on an audio alert when taking a whale?": true,
"Sound Notification": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab",
"Should I clear the players' data when I vape the server? ": true
}
RU
{
"Стандартная привилегия": "kitsmenu.default",
"Включить ли звуковое оповещение при взятии кита?": true,
"Звуковое оповещение": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab",
"Очищать ли данные игроков при вайпе сервера? ": true
}
FAQ
Question: How can I translate the configuration into Russian, or back into English?
Answer:
In the plugin code on the 20th line of the plugin, you need to change the - TranslationRU parameter
If you set: TranslationRU = true;
Then the configuration language you will have is Russian
If you set: TranslationRU = false;
Then the configuration language you will have is English