This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "ScheduleType": "CustomDate", | |
| "EventType": "GlobalWipe", | |
| "Enable": true, | |
| "Name": "Global Wipe", | |
| "DateTimeEvent": "2024-11-17T03:44:41.394874Z", | |
| "CustomDateTimeEvent": { | |
| "Mode": "Months", | |
| "DaysInterval": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Commands": [ | |
| "vehiclebuy", | |
| "vb", | |
| "vehicle" | |
| ], | |
| "Currency name economics": "ECOTEST", | |
| "Currency name Server Rewards": "SRTEST", | |
| "Pickup distance": 5.0, | |
| "Disable vehicles damage?": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Разрешение (пример: skills.use)": "", | |
| "Команда для открытия меню с навыками": "skills", | |
| "Автоматический сброс данных?": true, | |
| "Разрешить использование оповещений через плагин Notify?": true, | |
| "Сохранять информацию о луте в файлах данных?": false, | |
| "Настройки экономики": { | |
| "Тип (Plugin/Item)": "Plugin", | |
| "Название используемого плагина экономики": "Economics", | |
| "Функция пополнения баланса": "Deposit", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Команды": [ | |
| "rewards", | |
| "daily" | |
| ], | |
| "Включить работу с Notify?": true, | |
| "Включить работу с LangAPI?": true, | |
| "Вайпать при новом сохранении карты": false, | |
| "Настройка задержки": { | |
| "Проверять на АФК? (используя AFKChecker)": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
NewerOlder