Skip to content

Instantly share code, notes, and snippets.

View TheMevent's full-sized avatar
💭
Aut Caesar, aut nihil.

Mihail TheMevent

💭
Aut Caesar, aut nihil.
View GitHub Profile
@TheMevent
TheMevent / SkillsConverter.cs
Created March 18, 2024 14:52
Rust Skills Converter Plugin
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Oxide.Core;
using Oxide.Core.Configuration;
using Oxide.Game.Rust.Cui;
using UnityEngine;
{
"Permission (example: skills.use)": "",
"Command": "skills",
"Auto wipe?": true,
"Work with Notify?": true,
"Store the data on the looted containers in the data-files?": false,
"Economy": {
"Type (Plugin/Item)": "Plugin",
"Plugin name": "Economics",
"Balance add hook": "Deposit",
{
"Разрешение (пример: skills.use)": "",
"Команда для открытия меню с навыками": "skills",
"Автоматический сброс данных?": true,
"Разрешить использование оповещений через плагин Notify?": true,
"Сохранять информацию о луте в файлах данных?": false,
"Настройки экономики": {
"Тип (Plugin/Item)": "Plugin",
"Название используемого плагина экономики": "Economics",
"Функция пополнения баланса": "Deposit",