-
Posts
33 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by VORON
-
Changed Status from Pending to Closed
-
The plugin has been updated, the problem with updating notifications has been solved! Your other suggestions may be made later.
-
Changed Status from Pending to Closed
-
1.If there are no players on the server at the moment, notifications will not come! 2. You don't have a webhook for a Discord channel, but you have a link to a Discord server! "WebhookUrl": "https://discord.gg/E7HupkXB" - This is not a web hook
-
Version 0.0.5
9 downloads
This plugin adds artifacts when a metal detector flag is destroyed. Players using a metal detector can place flags, and when they are broken, they can receive random artifacts with different drop chances. Main Features: Added API hooks for external plugin integration. Multiple levels of metal detectors with different detection rates. Configurable artifacts: adjust drop rates, amounts, and rarity. Flexible detector system: add new levels via configuration. Logs all player actions: flag placement, destruction, and artifact findings. Localization support (Russian, English, Ukrainian). ⚙ Settings: All parameters can be changed in the configuration file. You can: Modify artifact drop chances. Configure detector levels and permission-based chances. Define which crates can contain detectors. Permissions: apdetectorartifacts.default – standard drop chances. apdetectorartifacts.vip – increased chances for VIP players. apdetectorartifacts.premium – maximum chances for premium players. CFG: { "Notify on artifact found": true, "Maximum artifacts per flag": 2, "Maximum detectors per crate": 2, "Random drop mode": true, "Detectors": [ { "Short Name": "metal.detector", "Enabled": true, "Name": "Detector lvl-1", "Skin ID": 3380890235, "Detection chances by permission": { "apdetectorartifacts.default": 55, "apdetectorartifacts.vip": 65, "apdetectorartifacts.premium": 100 }, "Spawn crates": [ "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Artifact 'Fire Stone'", "Short Name": "metal.fragments", "Skin ID": 2734515256, "Drop Chance": 100, "Amount": 1 }, { "Name": "Artifact 'Glowing Ball'", "Short Name": "ducttape", "Skin ID": 2924517156, "Drop Chance": 100, "Amount": 1 } ] }, { "Short Name": "metal.detector", "Enabled": true, "Name": "Detector lvl-2", "Skin ID": 3380891598, "Detection chances by permission": { "apdetectorartifacts.default": 65, "apdetectorartifacts.vip": 75, "apdetectorartifacts.premium": 100 }, "Spawn crates": [ "crate_normal", "crate_tools", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Artifact 'Fire Stone'", "Short Name": "metal.fragments", "Skin ID": 2734515256, "Drop Chance": 100, "Amount": 1 }, { "Name": "Artifact 'Glowing Ball'", "Short Name": "ducttape", "Skin ID": 2924517156, "Drop Chance": 100, "Amount": 2 } ] } ] } API Hooks: I have added an API for integration with other plugins. Here’s what has been done: Added API Hooks: OnArtifactFound – Called before an artifact is given, allowing other plugins to cancel the drop. OnArtifactGiven – Called after an artifact has been given. OnFlagDestroyed – Called when a flag is destroyed. Added API Methods: RegisterArtifactHandler – Allows other plugins to register handlers for specific artifacts. UnregisterArtifactHandler – Allows unregistering a previously registered handler. OnArtifactFound(BasePlayer player, ArtifactConfig artifact) Called before an artifact is given, can be used to cancel the drop. OnArtifactGiven(BasePlayer player, ArtifactConfig artifact, Item item) Called after an artifact is granted to a player. OnFlagDestroyed(BasePlayer player, Vector3 position, DetectorConfig detector) Called when a metal detector flag is destroyed. Compatibility: Oxide/uMod. This plugin is actively being developed, with plans to make it more engaging and functional! This plugin works well in combination with other plugins that utilize custom item mechanics! (I will soon release a new plugin that will work alongside APDetectorArtifacts.)$10.00-
- #artifacts
- #metal detector
-
(and 21 more)
Tagged with:
-
give me your config file
-
Ok, I'll do the testing. Thanks for the message.
-
Discord link was added via PlatformSync, at the request of one of the clients. Other types of connection between the game and Discord are still in development! Your suggestion will be considered and added in the next update.
-
Version 0.0.1
3 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 -
Changed Status from Pending to Closed
-
This is my last argument that the plugin works, if you can't figure out how the plugin works, it's not my fault!
-
"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
-
for test check, you can set these parameters "UpdateInterval": 5, "UpdateLastMessage": true, "UseRandomColor": true,
-
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.
-
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- 1 comment
-
- #remove
- #tme remove
-
(and 2 more)
Tagged with:
-
- 3 comments
-
- 1
-
-
- #discord online players
- #players online
- (and 5 more)
-
- 3 comments
-
- #discord online players
- #players online
- (and 5 more)
-
Version 0.0.5
209 downloads
APDiscordOnline is a versatile plugin for Rust servers that automatically sends a list of online players to a specified Discord channel. While primarily designed for servers with smaller populations, it is equally useful for servers of any size. Features: Automatic Player List Updates: The plugin sends a list of all currently online players to Discord, including their Steam IDs. Messages are updated at a configurable interval, set via the configuration file. Multilingual Support: Includes 4 languages: English, Russian, Ukrainian, and Polish. Easily switch languages through the configuration file. Customizable Embed Colors: Set a static color for the Discord message's embed stripe using RGB format. Enable random colors for unique styling of each message. Flexible Configuration: Customize the following settings via the configuration file: Update interval (default: every 5 minutes). Embed color in Discord messages. Language of the plugin interface. ability to edit messages rather than create new ones Ease of Use: Quick setup with minimal configuration required. Full integration with Discord via webhook. Configuration: { "EmbedColor": "16777215", "Language": "en", "UpdateInterval": 300, "UpdateLastMessage": true, "UsePlatformSync": true, "UseRandomColor": true, "WebhookUrl": "https://discord.com/api/webhooks/your_webhook_url" } WebhookUrl: The Discord webhook URL to send messages. UpdateInterval: Update interval in seconds (default is 300 seconds). Language: The plugin language (en, ru, uk, pl). EmbedColor: The color of the embed stripe (e.g., 16711680 for red, 255 for blue). UseRandomColor: If true, a random embed color is used for each message. Added clickable links to Steam profile added the ability to edit messages rather than create new ones Installation: Upload the APDiscordOnline.cs file to the oxide/plugins folder on your server. Reload the server or run the command: oxide.reload APDiscordOnlineFree- 3 comments
- 2 reviews
-
- 1
-
-
- #discord online players
- #players online
- (and 5 more)
-
Version 0.0.1
2 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-
- #error
- #error fix
-
(and 24 more)
Tagged with:
- #error
- #error fix
- #error plugin
- #plugin error
- #error message
- #message error discord
- #discord error message
- #discord error
- #discord message
- #notify error
- #notifu error message
- #notification
- #error tracking
- #admin tools
- #server management
- #debugging
- #rust notifications
- #notifications
- #plugin bug
- #admin
- #admin plugins
- #discord notify
- #error load
- #error load notify
- #plugin notify
- #plugin notification error
-
Changed Status from Pending to Closed
-
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.
-
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
-
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"
-
ok, I'll check this situation and let you know
-
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