Jump to content

VORON

Creator
  • Posts

    58
  • Joined

  • Last visited

Everything posted by VORON

  1. VORON

    APCustomFish

    Version 0.0.4

    6 downloads

    APCustomFish - allows you to catch custom fish with unique skins, names, and loot when using a fishing rod or a fish trap. This plugin supports complete customization of fish types, spawn chances, visual/audio effects, and gutting rewards. Features: Catch custom fish using fishing rods or traps Define fish names, skins, and spawn chances Bonus chances during night and rain Custom loot from gutting fish and trap creatures Optional sound/visual effects on catch Requires permission (optional) Multilingual config (EN, RU, UA) Commands: /fishlist – Display all configured custom fish (admin only) /gaf – Give all custom fish (admin only) /gaft – Give all custom trap creatures (admin only) Permissions: apcustomfish.use – Allows using plugin features apcustomfish.admin – Admin access to commands Important information about the config file: Option №1 "wood": [ 0, 70 ], 0 - skin ID 70 - quantity Option №2 "pistol.revolver": [ 1901240954, 1 ], 1901240954 - skin ID 1 - quantity Option №3 "stones": [ 60 ] 60 - quantity Option №4 "rifle.ak.bp": [ 0, 1 ], 0 - skin ID 1 - quantity .bp This means that it is a blueprint. rifle.ak.bp - blueprint rifle.ak - item weapon Example fragment: "Loot items on gutting": { "wood": [ 0, 70 ], "pistol.revolver": [ 1901240954, 1 ], "pistol.revolver.bp": [ 0, 1 ], "rifle.ak.bp": [ 0, 1 ], "stones": [ 60 ] } Config: { "Custom fish can be caught with a rod": true, "Custom fish can be caught with a trap": true, "Require permission to use plugin features": true, "Fish list": [ { "ShortName": "fish.anchovy", "Display name (empty - default)": "Gold Anchovy", "SkinID (0 - default)": 3476967485, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.orangeroughy", "Display name (empty - default)": "Gold Orangeroughy", "SkinID (0 - default)": 3476975088, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.yellowperch", "Display name (empty - default)": "Gold Yellow Perch", "SkinID (0 - default)": 3476976702, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.salmon", "Display name (empty - default)": "Gold Salmon", "SkinID (0 - default)": 3476975367, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.troutsmall", "Display name (empty - default)": "Gold Trout Small", "SkinID (0 - default)": 3476976486, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.smallshark", "Display name (empty - default)": "Gold Small Shark", "SkinID (0 - default)": 3476975684, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.minnows", "Display name (empty - default)": "Gold Minnows", "SkinID (0 - default)": 3476974844, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.catfish", "Display name (empty - default)": "Gold Catfish", "SkinID (0 - default)": 3476973951, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.herring", "Display name (empty - default)": "Gold Herring", "SkinID (0 - default)": 3476974715, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 60 ], "stones": [ 0, 50 ] } }, { "ShortName": "fish.sardine", "Display name (empty - default)": "Gold Sardine", "SkinID (0 - default)": 3476975534, "Fish spawn chance [0-100]": 30.0, "Loot items on gutting": { "wood": [ 0, 30 ], "stones": [ 0, 10 ] } } ], "Custom fish trap chance": 30.0, "Custom trap creatures list": [ { "ShortName": "fish.anchovy", "Display name (empty - default)": "Green Crab", "SkinID (0 - default)": 3476967863, "Loot items on gutting": { "wood": [ 0, 70 ], "pistol.revolver": [ 1901240954, 1 ], "pistol.revolver.bp": [ 0, 1 ], "rifle.ak.bp": [ 0, 1 ], "stones": [ 60 ] } }, { "ShortName": "fish.salmon", "Display name (empty - default)": "Red Crab", "SkinID (0 - default)": 3476968123, "Loot items on gutting": { "wood": [ 0, 70 ], "rifle.ak": [ 3318155799, 1 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.troutsmall", "Display name (empty - default)": "Crayfish Green", "SkinID (0 - default)": 3476974388, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.minnows", "Display name (empty - default)": "Shrimp", "SkinID (0 - default)": 3476972627, "Loot items on gutting": { "wood": [ 0, 70 ], "stones": [ 0, 60 ] } }, { "ShortName": "fish.herring", "Display name (empty - default)": "Crayfish Gold", "SkinID (0 - default)": 3476974565, "Loot items on gutting": { "wood": [ 0, 50 ], "stones": [ 0, 40 ] } }, { "ShortName": "fish.sardine", "Display name (empty - default)": "Gold Crab", "SkinID (0 - default)": 3476968515, "Loot items on gutting": { "wood": [ 0, 20 ], "stones": [ 0, 10 ] } } ], "Night bonus chance (multiplier)": 1.5, "Rain bonus chance (multiplier)": 1.2, "Catch message delay (seconds)": 0.1, "Enable sound effects": true, "Enable visual effects": true }
    $10.00
  2. VORON

    APDiscordOnline

    there will be an update soon to fix some bugs and improve, as I noticed that not all functions work correctly
  3. VORON

    APDiscordOnline

    the group is assigned only to those who linked Discord with the game
  4. VORON

    Failing to compile

    Changed Status from Pending to Closed
  5. VORON

    Check the data.

    Changed Status from Work in Progress to Closed
  6. 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
  7. 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
  8. VORON

    Check the data.

    Changed Status from Pending to Work in Progress
  9. 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
  10. VORON

    Not working

    Changed Status from Work in Progress to Closed
  11. VORON

    Console spam

    Changed Status from Pending to Not a Bug
  12. VORON

    Console spam

    Did you fix the console spam?
  13. VORON

    Console spam

    Did you fix the console spam?
  14. 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
  15. VORON

    Not working

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

    Not working

    Changed Status from Pending to Work in Progress
  17. VORON

    Not working

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

    Discord Link?

    Changed Status from Pending to Closed
  19. VORON

    Discord Link?

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

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

    Discord Link?

    give me your config file
  24. VORON

    Discord Link?

    Ok, I'll do the testing. Thanks for the message.
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.6k

Files Sold

Total number of files sold.

2.8m

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.