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
{
"Разрешение (пример: skills.use)": "",
"Команда для открытия меню с навыками": "skills",
"Автоматический сброс данных?": true,
"Разрешить использование оповещений через плагин Notify?": true,
"Сохранять информацию о луте в файлах данных?": false,
"Настройки экономики": {
"Тип (Plugin/Item)": "Plugin",
"Название используемого плагина экономики": "Economics",
"Функция пополнения баланса": "Deposit",
{
"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",
@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;
@TheMevent
TheMevent / DailyRewards.json
Last active December 3, 2023 19:25
Daily Rewards Config (RU)
{
"Команды": [
"rewards",
"daily"
],
"Включить работу с Notify?": true,
"Включить работу с LangAPI?": true,
"Вайпать при новом сохранении карты": false,
"Настройка задержки": {
"Проверять на АФК? (используя AFKChecker)": false,
@TheMevent
TheMevent / DailyRewards.json
Last active January 30, 2024 16:11
Daily Rewards Config
{
"Commands": [
"rewards",
"daily"
],
"Work with Notify?": true,
"Work with LangAPI?": true,
"Wipe on new map save": false,
"Cooldown Settings": {
"Checking for AFK? (using AFKAPI)": false,
@TheMevent
TheMevent / PlayerList.json
Created October 11, 2023 14:14
Player List Config
{
"Commands": [
"players",
"plist"
],
"Permission (ex: playerlist.use)": "",
"Close UI when reusing a command?": false,
"Work with Notify?": true,
"Show the player who opened the player list?": false,
"Fields": [
@TheMevent
TheMevent / Clans.json
Last active March 17, 2024 13:55
Clans Config
{
"Avatar Settings": {
"Default Avatar": "https://i.ibb.co/q97QG6c/image.png",
"Can the clan owner change the avatar?": true,
"Can the clan moderator change the avatar?": false,
"Can the clan member change the avatar?": false,
"Permission to change clan avatar": ""
},
"Commands": [
"clan",
@TheMevent
TheMevent / Crafts.json
Last active January 3, 2024 18:39
Crafts Config
{
"Commands": [
"craft",
"crafts"
],
"Close UI when reusing a command?": false,
"Work with Notify?": true,
"Work with LangAPI?": true,
"Permission (ex: crafts.use)": "",
"Economy": {
@TheMevent
TheMevent / BankSystem.json
Created September 27, 2023 13:14
Bank System Config
{
"Work with LangAPI?": true,
"Work with Notify?": true,
"Commands": [
"bank"
],
"Permission (example: banksystem.use)": "",
"Starting balance": 100,
"Card Image": "https://i.imgur.com/Br9z7Ou.png",
"Transit Image": "https://i.imgur.com/h2bqMu4.png",
@TheMevent
TheMevent / BuildTools.json
Last active October 10, 2023 09:41
BuildTools Config
{
"Remove Commands": [
"remove"
],
"Upgrade Commands": [
"up",
"building.upgrade"
],
"Downgrade Commands": [
"down",