Jump to content

VORON

Creator
  • Posts

    49
  • Joined

  • Last visited

Everything posted by VORON

  1. VORON

    Failing to compile

    Changed Status from Pending to Closed
  2. VORON

    Check the data.

    Changed Status from Work in Progress to Closed
  3. VORON

    Failing to compile

    temporarily you can try older versions, theoretically 0.0.6 should work, and I will try to fix compatibility with carbon as soon as possible
  4. VORON

    Check the data.

    discord player names currently only work if you have PlatformSync and AAlertRaid, in the future I'm going to make my own binding system for players, it will take a little longer than I expected, if you use any plugins to connect steam players with discord you can tell me and I will make the integration
  5. VORON

    Check the data.

    Changed Status from Pending to Work in Progress
  6. VORON

    Check the data.

    oxide/data/APSystem/APDiscordOnline Please check this path, do you have all the folders and files? Also pay attention to the SteamID file, what extension do they have, 435345453.json or 435345453.json.json if the files have a double extension .json.json you need to delete all steamID data files, and install a new version of the plugin v0.0.91 Or manually change the extension from .json.json double to .json but then still install the new version 0.0.91
  7. VORON

    Not working

    Changed Status from Work in Progress to Closed
  8. VORON

    Console spam

    Changed Status from Pending to Not a Bug
  9. VORON

    Console spam

    Did you fix the console spam?
  10. VORON

    Console spam

    Did you fix the console spam?
  11. VORON

    Console spam

    first of all, write what you did after which you started getting spam in the console?. because I have a simple solution for this problem for you, stop the plugin, delete the config file, and reload the plugin, configure the config file
  12. VORON

    Not working

    Most likely the permission manager is outdated after the game updates
  13. VORON

    Not working

    Changed Status from Pending to Work in Progress
  14. VORON

    Not working

    what exactly is not working, provide logs or some more detailed information
  15. VORON

    Discord Link?

    Changed Status from Pending to Closed
  16. VORON

    Discord Link?

    The plugin has been updated, the problem with updating notifications has been solved! Your other suggestions may be made later.
  17. Changed Status from Pending to Closed
  18. 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
  19. 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
  20. VORON

    Discord Link?

    give me your config file
  21. VORON

    Discord Link?

    Ok, I'll do the testing. Thanks for the message.
  22. VORON

    Discord Link?

    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.
  23. 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
  24. VORON

    Refresh problem

    Changed Status from Pending to Closed
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.4k

Files Sold

Total number of files sold.

2.5m

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.