Jump to content

VORON

Creator
  • Posts

    63
  • Joined

  • Last visited

Everything posted by VORON

  1. VORON

    APItemScan

    Version 0.0.1

    2 downloads

    APItemScan — Powerful Object Scanning Tool APItemScan is a versatile plugin for administrators and developers that instantly displays detailed technical information about any entity in Rust. Simply look at an object and use a command — the plugin will show you the prefab, shortname, skin ID, entity type, owner, and even the network ID. Permissions apitemscan.use — Allows use of the /ascan command. apitemscan.admin — Grants extended administrative privileges. Command /ascan — Scans the object you’re currently looking at. Main Features Instant object scanning — Get full data about any entity you look at. Supports all entity types — Buildings, items, deployables, decorations, and more. Chat and console output — Display results directly to the player and/or the server console. Owner information — View the Owner ID and name (if available). Network ID and position — For precise debugging and entity tracking. Customizable cooldown — Control how often the scan command can be used. Color and prefix customization — Adjust visual style to match your server theme. Permission system — Limit access between regular players and admins. Config { "General Settings": { "Enable output to player chat": true, "Enable output to server console": true, "Maximum scan distance (meters)": 5.0, "Show owner information": true, "Show Network ID": true, "Show entity type": true, "Command cooldown (seconds)": 1 }, "Output Settings": { "Header color (HEX)": "#00BFFF", "Value color (HEX)": "#7FFF00", "Plugin prefix": "[APItemScan]" } }
    $1.00
  2. VORON

    APAdminWH

    Version 0.0.2

    6 downloads

    APAdminWH is a fully customizable wallhack tool with a sleek in-game UI. Designed for server administrators, it provides powerful visualization features to monitor player activity, including sleepers, with complete control over what and how information is displayed — all from a user-friendly menu. Key Features 1. Intuitive UI Floating button (WH) with support for custom icons (PNG) or simple text label. Full-featured admin menu — no need to type commands. 2. Real-Time Visual Options Toggle wallhack and sleeper visibility. 1. Customizable HUD elements: Player names + distance + health Eye direction lines 3D player boxes 2. Adjustable settings: Update interval: 0.1–15 seconds Visibility distance: 50–1000 meters Eye line length 3. Color Customization Separate colors for active players and sleepers. Built-in presets: White, Cyan, Yellow, Red, Green Admin Commands /aw — Toggle wallhack on/off /aws — Toggle sleeper tracking /awmenu — Open in-game UI menu Config: { "Colors": { "AccentColor": "0.2 0.6 0.8 1", "ButtonHoverColor": "0.2 0.2 0.2 0.95", "MainColor": "0.1 0.1 0.1 0.95", "PanelButtonColor": "0.15 0.15 0.15 0.95", "TextColor": "0.969 0.922 0.882 1" }, "OpenButton": { "AnchorMax": "1 0", "AnchorMin": "1 0", "Color": "0.969 0.922 0.882 0.03137255", "ImageName": "ICON_WH.png", "OffsetMax": "-209.73345 97.84776", "OffsetMin": "-235.733765 71.84754", "UseImage": true }, "Panel": { "AnchorMax": "0.97 0.85", "AnchorMin": "0.71 0.31", "ShowCursorWhenOpen": true }, "Version": { "Major": 0, "Minor": 0, "Patch": 1 } } Setup Instructions Place APAdminWH.cs into your oxide/plugins/ folder. Upload the desired icon image (e.g., ICON_WH.png) to oxide/data/APAdminWH/. Reload or start the server — the config and UI will be created automatically. Grant the permission: oxide.grant user <steamID> apadminwh.use
    $15.00
  3. VORON

    APDetectorArtifacts

    Ah, yes, my apologies! I was working on a plugin called "apartitems", which was meant to work together with this one — "apdetectorartifacts", but "apartitems" is still in development. I’ve removed the dependency since "apdetectorartifacts" can easily work with other plugins as well.
  4. 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
  5. VORON

    APDiscordOnline

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

    APDiscordOnline

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

    Failing to compile

    Changed Status from Pending to Closed
  8. VORON

    Check the data.

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

    Check the data.

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

    Not working

    Changed Status from Work in Progress to Closed
  14. VORON

    Console spam

    Changed Status from Pending to Not a Bug
  15. VORON

    Console spam

    Did you fix the console spam?
  16. VORON

    Console spam

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

    Not working

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

    Not working

    Changed Status from Pending to Work in Progress
  20. VORON

    Not working

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

    Discord Link?

    Changed Status from Pending to Closed
  22. VORON

    Discord Link?

    The plugin has been updated, the problem with updating notifications has been solved! Your other suggestions may be made later.
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.1k

Files Sold

Total number of files sold.

2.9m

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.