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 / Schedule.json
Created November 19, 2024 07:53
Wipe Schedule Config
[
{
"ScheduleType": "CustomDate",
"EventType": "GlobalWipe",
"Enable": true,
"Name": "Global Wipe",
"DateTimeEvent": "2024-11-17T03:44:41.394874Z",
"CustomDateTimeEvent": {
"Mode": "Months",
"DaysInterval": 1,
@TheMevent
TheMevent / VehicleBuy.json
Created November 15, 2024 03:52
VehicleBuy Config
{
"Commands": [
"vehiclebuy",
"vb",
"vehicle"
],
"Currency name economics": "ECOTEST",
"Currency name Server Rewards": "SRTEST",
"Pickup distance": 5.0,
"Disable vehicles damage?": true,
@TheMevent
TheMevent / EventManager.json
Created November 14, 2024 09:50
EventManager Config
{
"Disabled vanilla auto events?": false,
"Time Entries": {
"8d465f97-61f0-411e-8ca5-b283013fbb55": {
"GUID": "8d465f97-61f0-411e-8ca5-b283013fbb55",
"Name": "Sputnik",
"StaticTime": true,
"RandomOffsetMinuteMin": 1,
"RandomOffsetMinuteMax": 90,
"Last_RandomOffsetMinute": 35,
{
"Разрешение (пример: 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",