Jump to content

VORON

Creator
  • Posts

    57
  • Joined

  • Last visited

Everything posted by VORON

  1. VORON

    APAqua

    Version 0.0.4

    6 downloads

    APAqua is a Rust plugin that allows players to breathe underwater for a specified duration. This plugin is perfect for underwater exploration, resource gathering, or stealth movement. Breathing time depends on player permissions and can be extended by administrators. Main Features: Configurable underwater breathing duration — players can breathe underwater for a set amount of time. Flexible permission system — admins can assign different levels of breathing duration (beginner, advanced, elite). Integration with AdvancedStatus — supports a visual oxygen bar to track remaining time. Automatic application on login — players with permission automatically receive underwater breathing. Simple command management — the /aqua command allows admins to activate breathing. Optional UI display — built-in UI shows remaining breathing time. Commands: /aqua <time> — activate underwater breathing for the specified time (admin-only). Permissions: apaqua.admin — for admins (grants access to /aqua command). apaqua.diver — 30 seconds of breathing. apaqua.prodiver — 60 seconds of breathing. apaqua.elitediver — 200 seconds of breathing. Settings: Default breathing duration: 300 seconds. Oxygen level: 95% (to prevent conflicts with the default indicator). AdvancedStatus support: optional. CFG: { "DefaultDuration": 300.0, "OxygenLevel": 0.95, "UseAdvancedStatus": false, "AdminCommand": "aqua", "CustomPermissions": { "apaqua.diver": 30.0, "apaqua.prodiver": 60.0, "apaqua.elitediver": 200.0 } }
    $1.50
  2. VORON

    Refresh problem

    Changed Status from Pending to Closed
  3. VORON

    Refresh problem

    This is my last argument that the plugin works, if you can't figure out how the plugin works, it's not my fault!
  4. VORON

    Refresh problem

    "UpdateLastMessage": true, if this parameter is enabled, the plugin works on the principle of editing the last notification, if this parameter is disabled, the plugin works on the principle of creating a new notification each time
  5. VORON

    Refresh problem

    for test check, you can set these parameters "UpdateInterval": 5, "UpdateLastMessage": true, "UseRandomColor": true,
  6. VORON

    Refresh problem

    Because when you make changes in the configuration file, you need to reload the plugin so that it accepts the new operating parameters. This is how all plugins work.
  7. VORON

    APRemove

    Version 0.0.2

    5 downloads

    The APRemove plugin enhances the standard system for removing and rotating building blocks in Rust using a hammer. It allows players with the appropriate permissions to remove and rotate building elements with personalized time limits. Additionally, the plugin adds a visual display at the hammer strike location, showing the remaining time for interaction. Plugin Features: Personalized label display for each user based on their permissions. Multi-language support (e.g., English and Russian) for the interface. Removal of foreign objects if the player is authorized in the cupboard Configurable time limits for object removal. Automatic cleanup and data saving for building blocks. Support for colored text labels. Configuration: { "Active label display time (seconds)": 10, "Allow removal of foreign objects with cupboard authorization": true, "Permissions list for object removal - Time (seconds)": { "apremove.gold": 172800, "apremove.prem": 86400, "apremove.vip": 54000 }, "Object removal time limit after expiration (seconds)": 21600, "Data save interval (seconds)": 30, "Display frequency interval (seconds)": 10, "Cleanup and save interval for building blocks (seconds)": 600, "Text color": "#FFFFFF" } The plugin’s configuration options include: ActiveLabelTime: Active label display time (in seconds). AllowAuthorizedRemove: Allow removal of foreign objects with cupboard authorization. PermissionTimes: A list of permissions and their respective removal time limits. SaveInterval: Data save interval (in seconds). DisplayFrequency: Display frequency interval (seconds) CleanUpInterval: Cleanup and save interval for building blocks (seconds) You can change the configuration language in the APRemove.cs file // | Line: 16, Pos: 506 private string currentLanguage = "en"; // en or ru The configuration supports localization, providing convenience for users in different languages. Permissions: apremove.gold apremove.prem apremove.vip apremove.use apremove.admin
    $15.00
  8. VORON

    APDiscordOnline

    but it's better to make a separate Discord channel for each server
  9. VORON

    APDiscordOnline

    To do this, you can create 2 webhooks for one Discord server channel, and name the webhooks with the server name.
  10. Version 1.0.1

    257 downloads

    APDiscordOnline v1.0.1 — Rust Plugin Description APDiscordOnline is a professional Rust plugin (compatible with uMod, Oxide, and Carbon) that automatically sends a list of online players to your Discord server using beautifully formatted embed messages. The plugin features full multilingual support, flexible data display options, third-party integration, and is fully optimized for servers of any scale. Key Features Automatic player list updates sent to Discord via Webhook at configurable intervals. Fully customizable columns: Toggle the display of player name, SteamID, Discord tag, country flag — all via config. Custom embed header format: Define your own header using variables like {statsLine}, or use the default layout. Multilingual support: Built-in translations for English, Russian, Ukrainian, Polish, and German. All system and technical messages are auto-localized. Automatic config migration: Your settings are preserved and updated during plugin upgrades. Smart caching system: Stores country and Discord data to reduce server load. Clean, optimized code: No unnecessary dependencies. Well-documented and maintainable. Example Discord Embed Country flags can be disabled. All fields are configurable. Chat Command: /apdis – Displays a QR code with the Discord invite link. The QR code can be scanned to join the server and access the channel containing the button to receive your code. A channel with a button to receive the code, along with the code itself — visible only to you. Sample Config (config/APDiscordOnline.json) { "Check Online Players On Load": true, "Embed Color": "16777215", "Language": "en", "Show Country Flag": true, "Show Discord": true, "Show Player Name": true, "Show Steam ID": true, "Update Interval": 300, "Update Last Message": false, "Use Random Color": true, "Webhook URL": "https://discord.com/api/webhooks/your_webhook_url", "Discord Invite Link for QR code": "https://discord.com/channels/id_discord_server/id_channels", "Use Custom Header Format": false, "Custom Header Format": "Online Players List: {statsLine}", "Auth Settings": { "Bot Token": "your_bot_token", "Discord Server ID": "your_guild_id", "Channel ID": "your_channel_id", "Code Settings": { "Code Lifetime (minutes)": 60, "Code Length": 5, "Code Case Insensitive Match": true, "Code Characters": "ABCDEFGHJKMNPQRSTUVWXYZ" }, "Embed Text": "Enter the code you received in-game using the command: /auth <code>", "Embed Color": 3447003, "Button Text": "Get code", "Button Reply": "Your code: {code}", "Message ID": "" }, "Status Update Interval (Seconds)": 60, "Randomize Status": false, "Status Type (Game/Stream/Listen/Watch)": "Game", "Status": [ "{players.online} / {server.maxplayers} (Sleepers {players.sleepers}) (Joining {players.joining})" ], "Discord Rewards": { "Periodic Group Notify Interval (Seconds)": 3, "Groups": { "apd_vip1": { "Time Period": "50s", "Description": "VIP group with special privileges", "Permission": "apdiscordonline.group.apd_vip1" }, "apd_vip2": { "Time Period": "35s", "Description": "APDiscordOnline group with special privileges", "Permission": "apdiscordonline.group.apd_vip2" }, "apd_vip3": { "Time Period": "28s", "Description": "Temporary group for Discord members", "Permission": "apdiscordonline.group.apd_vip3" } }, "Settings": { "Reset on wipe": true, "Remove on unlink": true, "Notify on grant": true, "Notify on remove": true, "Notify unlinked players": { "Enabled": true, "Interval": "1h" } } }, "Version": { "Major": 1, "Minor": 0, "Patch": 1 } } CHAT COMANDS: /apdis – Displays a QR code with the Discord invite link. /auth – Enter the code you received from the discord in the game /deauth – Unlink discord /apd_groups - Displays how much time is left until the privilege expires. PERMISSION: Discord binding permission. apdiscordonline.auth Discord unbinding permission. apdiscordonline.deauth access to the group apdiscordonline.group.apd_vip1 CFG - INFO "Check Online Players On Load": true Check online players when the plugin loads true – the check is performed immediately after loading false – the check is not performed "Embed Color": "16777215" Color of the embed message in Discord (in decimal format) Default is white You can use any color in decimal format "Language": "en" Language used for Discord notifications "Show Country Flag": true Display the player’s country flag "Show Discord": true Show the player’s Discord information "Show Player Name": true Display the player’s name "Show Steam ID": true Display the player’s Steam ID "Update Interval": 300 Interval for updating the player list (in seconds) Default is 300 seconds (5 minutes) "Update Last Message": false Update the last message instead of sending a new one true – update existing message false – send a new message "Use Random Color": true Use a random color for each embed true – color changes false – static color is used "Webhook URL": "https://discord.com/api/webhooks/your_webhook_url" The Discord webhook URL for sending messages Replace with your actual webhook URL "Discord Invite Link for QR code": "https://discord.com/channels/id_discord_server/id_channels" Invite link used for QR code Used in the /apdis command "Use Custom Header Format": false Use a custom header format true – use your own format false – use the default format "Custom Header Format": "Online Players List: {statsLine}" Custom header format Supports: {statsLine} – player statistics "Auth Settings" "Bot Token": "your_bot_token" Discord bot token Replace with your actual bot token "Channel ID": "your_channel_id" Discord channel ID Replace with your actual channel ID "Code Settings" "Code Lifetime (minutes)": 60 Lifetime of the confirmation code (in minutes) "Code Length": 5 Length of the confirmation code "Code Case Insensitive Match": true Case-insensitive code matching true – case does not matter false – case-sensitive "Code Characters": "ABCDEFGHJKMNPQRSTUVWXYZ" Characters used to generate the code "Status Update Interval (Seconds)": 60 Interval for updating the bot’s status (in seconds) "Randomize Status": false Randomly select status true – status is chosen randomly false – one status is used "Status Type": "Game" Bot status type Game – Playing Stream – Streaming Listen – Listening Watch – Watching "Status": ["{players.online} / {server.maxplayers} (Sleepers {players.sleepers}) (Joining {players.joining})"] Status format Supports variables: {players.online}, {server.maxplayers}, {players.sleepers}, {players.joining} "Discord Rewards" "Groups" Group and time period settings Time format: Xd (days), Xh (hours), Xm (minutes) "vip": { "Time Period": "30d" } "Settings" "Reset on wipe": true Reset rewards on wipe true – reset false – keep "Remove on unlink": true Remove rewards when a player unlinks Discord true – remove false – keep "Notify on grant": true Notify when rewards are granted true – send notification false – do not notify "Notify on remove": true Notify when rewards are removed true – send notification false – do not notify "Notify unlinked players" "Enabled": true, "Interval": "1h" Notification settings for unlinked players Enabled – turn notifications on or off Interval – how often to send reminders Installation Copy APDiscordOnline.cs to your oxide/plugins/ or carbon/plugins/ folder. Restart the server or run oxide.reload APDiscordOnline. Edit config/APDiscordOnline.json as needed. Set your Discord Webhook URL. APDiscordOnline — the perfect plugin for connecting your Rust server with Discord. Enhance visibility, automate admin work, and impress players with smart functionality.
    $5.00
  11. VORON

    APErrorNotify

    Version 0.0.1

    4 downloads

    APErrorNotify is a Rust server plugin that monitors the loading status of other plugins and sends notifications to Discord if any plugins fail to load. With support for multiple languages (English, Russian, Ukrainian, and Polish), this plugin lets users select their preferred notification language. APErrorNotify automatically scans all server plugins on startup or reload, identifies those that failed to load, and sends detailed messages, including error descriptions if enabled, as an embedded Discord message via Webhook. Key Features: Multi-language notification support (English, Russian, Ukrainian, Polish). Automatic notifications of plugin load failures on server startup and plugin reload. Configurable embed color for Discord notifications. Option to enable/disable error description in messages. Configuration: { "EmbedColor": 16711680, "IncludeErrorDescription": true, "Language": "en", "NotifyOnPluginLoadFail": true, "Translations": { "en": { "DefaultMessage": "APErrorNotify detected plugin load errors", "PluginReloadTitle": "Plugin Reload: Plugins Failed to Load", "ServerStartTitle": "Server Started: Plugins Failed to Load" }, "pl": { "DefaultMessage": "APErrorNotify wykrył błędy ładowania pluginów", "PluginReloadTitle": "Przeładowanie pluginu: Błąd ładowania pluginów", "ServerStartTitle": "Serwer uruchomiony: Błąd ładowania pluginów" }, "ru": { "DefaultMessage": "APErrorNotify обнаружил ошибки загрузки плагинов", "PluginReloadTitle": "Перезагрузка плагина: Ошибка загрузки плагинов", "ServerStartTitle": "Сервер запущен: Ошибка загрузки плагинов" }, "uk": { "DefaultMessage": "APErrorNotify виявив помилки завантаження плагінів", "PluginReloadTitle": "Перезавантаження плагіна: Помилка завантаження плагінів", "ServerStartTitle": "Сервер запущено: Помилка завантаження плагінів" } }, "WebhookUrl": "" }
    $3.00
  12. VORON

    How to use the plugin

    Changed Status from Pending to Closed
  13. VORON

    How to use the plugin

    This plugin loads and unloads other plugins, an example of what the plugin does: The standard oxide has the following commands: o.reload Vanish ( oxide.reload Vanish ) o.load Vanish o.unload Vanish APControl executes commands #2 and #3 only with several plugins from the list at once. And what you need is most likely Timed Permissions on umod.
  14. VORON

    How to use the plugin

    you need to create a group "medical" to which you add apcontrol.use.survival and permission for example injuriesanddiseases.doctor and give the player the medical group temporarily or forever; if you take away the group from the player, the player will not have access to the permissions that were in this group. Maybe it will be right
  15. VORON

    How to use the plugin

    The blacklist works fine, maybe you're doing something wrong, I'll try to explain to you. CONSOLE: pve on Unloaded plugin InjuriesAndDiseases Unloaded plugin TiersMode Loaded plugin SkillTree pve off Loaded plugin InjuriesAndDiseases Loaded plugin TiersMode Unloaded plugin SkillTree the pve on or off command affects plugins from the "Plugins" list, and the "Blacklist" works depending on the "Plugins"
  16. VORON

    How to use the plugin

    ok, I'll check this situation and let you know
  17. VORON

    How to use the plugin

    New version 1.0.9 has everything you need Just remember that permissions can be changed in such variations. Example: "apcontrol." should stay apcontrol.use.pvp apcontrol.use.p32423 apcontrol.use.dfdfghfgh apcontrol.sdefsdfdfg apcontrol.12312332
  18. VORON

    How to use the plugin

    At the moment you cannot create your own permissions; you can use existing ones. I will add the ability to change and create your own permissions in the next update!
  19. VORON

    APDistance

    Version 1.1.26

    3 downloads

    APDistance is an essential Rust plugin designed to enhance server management by tracking and reporting proximity violations between players. This plugin is perfect for server administrators who want to enforce social distancing rules or prevent player clustering in specific areas. Key Features: Proximity Detection: Automatically detects when players come within a specified distance of each other, configurable via the Detection Distance setting. Configurable Check Intervals: Set how frequently the plugin checks for proximity violations with the Check Interval option. Threshold Reporting: Define the number of checks that must pass before a violation is reported using the Report Threshold setting. Player Notifications: Notify players when they are too close to others with customizable messages. Discord Integration: Send notifications of violations directly to a Discord channel using a webhook. Language Support: Fully supports both English and Russian, with built-in localization for additional languages like Ukrainian and Polish. Admin Console Messages: Customize admin notifications with the Admin Message Console setting. Commands: /distance "on" or "of" Toggle the distance ignore feature for a player, requiring the apdistance.ignore permission. Permissions: apdistance.ignore apdistance.notify Grants players the ability to toggle the distance ignore feature. Added a new permission apdistance.notify to receive admin notifications. Modified the NotifyPlayersAndAdmin method to check for the apdistance.notify permission for players who will receive notifications. Configuration: Detection Distance: Set the proximity distance to trigger checks (default: 50.0 meters). Check Interval: Interval in seconds between proximity checks (default: 10.0 seconds). Report Threshold: Number of consecutive checks required to report a violation (default: 3 checks). Player Notify Threshold: Number of consecutive checks before notifying players (default: 3 checks). Send To Discord: Enable or disable sending notifications to Discord (default: true). Discord Webhook Url: URL of the Discord webhook to send notifications to. Send Test Message On Load: Send a test message to Discord on plugin load (default: true). Admin Message Console: Format of the admin console message for proximity violations. Configuration CODE: { "Admin Message Console": "{0} and {1} are closer than {2} meters for {3} checks.", "Check Interval": 10.0, "Detection Distance": 50.0, "Discord Webhook Url": "", "Player Notify Threshold": 3, "Report Threshold": 3, "Send Test Message On Load": true, "Send To Discord": true } Installation: Download the APDistance plugin from Codefling. Place the plugin file in your server's oxide/plugins directory. Restart your server or load the plugin using the command. o.reload APDistance
    $5.00
  20. VORON

    APControl

    Version 1.0.9

    5 downloads

    The "APControl" plugin is designed for Rust game servers to manage and control various plugins based on user permissions. It allows server administrators to load and unload specific plugins for different user groups such as all players, admins, moderators, VIPs, and test users. Features: 1. Permission-Based Plugin Control: Define permissions for different user groups to control access to specific sets of plugins. Permissions include apcontrol.use.allp, apcontrol.use.adminp, apcontrol.use.moderp, apcontrol.use.vipp, apcontrol.use.testp, apcontrol.use.pvp, and apcontrol.use.pve. 2. Configurable Plugin Lists: Each user group has its own list of plugins that can be configured and managed. Default plugin lists for each group are set in the configuration file. Added support for blacklisting plugins, which will be automatically unloaded before loading the main plugins. 3. Console Commands for Plugin Management: Server administrators can use console commands to load and unload plugins based on the user group. Commands include allp, adminp, moderp, vipp, testp, pvp, and pve. Added support for delayed execution of commands (e.g., /pvp on 300 to execute after 300 seconds). 4. Automatic Configuration Management: The plugin automatically loads the configuration on initialization and ensures it is correctly formatted. If the configuration file is missing or corrupted, a new one is generated with default settings. State of plugin execution is saved in a data file and restored upon server restart. 5. Multilingual Notifications: All messages are in English by default, but can be changed to Russian or any other language through the configuration file. Commands: allp [on/off] [delay]: Load or unload plugins for all players with the appropriate permission. adminp [on/off] [delay]: Load or unload plugins for administrators. moderp [on/off] [delay]: Load or unload plugins for moderators. vipp [on/off] [delay]: Load or unload plugins for VIP players. testp [on/off] [delay]: Load or unload plugins for test users. pvp [on/off] [delay]: Load or unload plugins for PvP scenarios. pve [on/off] [delay]: Load or unload plugins for PvE scenarios. Permissions: apcontrol.use.allp : Permission to use the allp command. apcontrol.use.adminp : Permission to use the adminp command. apcontrol.use.moderp : Permission to use the moderp command. apcontrol.use.vipp : Permission to use the vipp command. apcontrol.use.testp : Permission to use the testp command. apcontrol.use.pvp : Permission to use the pvp command. apcontrol.use.pve : Permission to use the pve command. Usage: 1. Initialization: The plugin is initialized by loading the configuration and registering permissions and console commands. 2. Loading plugins: Use the appropriate console command followed by on to load plugins for the group. Example: adminp on to load all plugins listed in the adminp group. 3. Unloading plugins: Use the appropriate console command followed by off to unload plugins for a group. Example: adminp off to unload all plugins listed in the adminp group. 4. Configuration: The configuration file defines lists of plugins for each user group. Administrators can edit the configuration file to add or remove plugins from the list of each group. { "CommandConfigs": { "allp": { "Permission": "apcontrol.use.allp", "Blacklist": [], "Plugins": [] }, "adminp": { "Permission": "apcontrol.use.adminp", "Blacklist": [ "AdminESP", "AdminMenu" ], "Plugins": [ "AdminESP", "AdminMenu", "CheckCupboard", "ConvertStatus", "ItemShortname", "PlayerAdministration", "TPOnMap", "Vanish", "XScan" ] }, "moderp": { "Permission": "apcontrol.use.moderp", "Blacklist": [], "Plugins": [ "AdminESP", "AdminMenu", "CheckCupboard", "ItemShortname", "PlayerAdministration", "TPOnMap", "Vanish", "XScan" ] }, "vipp": { "Permission": "apcontrol.use.vipp", "Blacklist": [], "Plugins": [ "TPOnMap", "XScan", "ItemShortname" ] }, "testp": { "Permission": "apcontrol.use.testp", "Blacklist": [], "Plugins": [ "Vanish" ] }, "pvp": { "Permission": "apcontrol.use.pvp", "Blacklist": [], "Plugins": [] }, "pve": { "Permission": "apcontrol.use.pve", "Blacklist": [], "Plugins": [] } }, "Messages": { "CommandUsage": "Usage: {0} <on/off> [delay]", "InvalidDelay": "The second argument must be a number indicating the delay in seconds.", "CommandScheduled": "Command {0} {1} will be executed in {2} seconds.", "ConfigFileNotFound": "Configuration file not found or empty, creating a new configuration file.", "ConfigFileLoaded": "Configuration file loaded successfully.", "ConfigFileLoadError": "Error loading configuration file: {0}", "LoadingPlugin": "Loading {0} plugin...", "UnloadingPlugin": "Unloading {0} plugin..." } } Installation: Place the APControl.cs file in the oxide/plugins directory of your Rust server. Start or restart the server to load the plugin. Configure the plugin by editing the configuration file located at oxide/config/APControl.json.
    $2.50
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.7k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.