qol

  1. VisEntities

    No Harvest Junk 1.0.0

    This plugin eliminates the frustration of receiving unwanted junk items like grubs, worms, and seeds when harvesting plants and crops. Each player can independently toggle the junk filter, and server admins can customize which items are considered "junk" for their server. [H2...
  2. VisEntities

    Realistic Death Physics 1.3.0

    This Rust plugin adds dramatic, physics-based death effects by launching corpses in the direction of the final bullet or explosion that killed them. [H2 id='Configuration']Configuration[/H2] { "Version": "1.3.0", "Default Launch Strength": 0.2, "Affect NPC Corpses": true, "Enable...
  3. VisEntities

    Full Water Catchers 1.0.0

    This Rust plugin fills up water catchers automatically when they're placed. You can configure the water amount, and use a permission to restrict it to certain players only. [H2 id='Permissions']Permissions[/H2] fullwatercatchers.use - Allows the player to receive water catchers pre-filled...
  4. VisEntities

    Clan Tag First 1.0.0

    This Rust plugin ensures that clan tags take priority over all other group titles in Better Chat. By default, Better Chat's priority system controls which group titles appear first, but this plugin ignores those rules and forces the clan tag to always be placed before any other title. [H2...
  5. VisEntities

    Build Refund 1.2.0

    In vanilla Rust, when a player demolishes a structure, all materials used for construction and upgrades are permanently lost. This can be frustrating when players want to relocate their base, redesign rooms, or fix building mistakes. Build Refund addresses this by returning a configurable...
  6. VisEntities

    Overflow To Backpack 1.3.1

    This Rust plugin ensures that when your inventory is full, any extra items from gathering, looting, or picking up dropped items are automatically sent to your backpack instead of being dropped on the ground. [H2 id='Permissions']Permissions[/H2] overflowtobackpack.use - Grants players...
  7. VisEntities

    No Chinook Crate Pileup 1.1.0

    No Chinook Crate Pileup is a Rust plugin that solves a common issue where multiple hackable locked crates from Chinook helicopters can land in the same location, creating unfair advantages and cluttered gameplay. This plugin automatically detects when a new crate lands near existing crates and...
  8. VisEntities

    Half Looted Emptier 1.1.0

    This Rust plugin empties loot containers that players leave partially looted, ensuring they despawn so new ones can spawn in their place. [H2 id='Configuration']Configuration[/H2] { "Version": "1.1.0", "Emptying Trigger Mode": "Looted", "Number Of Items To Trigger Emptying": 1...
  9. VisEntities

    No Stuck Arrows 1.0.1

    This Rust plugin prevents players from respawning with arrows and spears still stuck on their bodies.
  10. VisEntities

    Silent Building Blocks 1.0.1

    This Rust plugin eliminates both the smoke effect and sound that normally occur when placing building blocks, making it easier to stay aware of your surroundings while building, so no one can sneak up on you unnoticed.
  11. VisEntities

    Auto Bag Renamer 1.2.1

    This Rust plugin renames sleeping bags and beds upon placement based on the grid location and surrounding biome, replacing the default 'Unnamed Bag' name. [H2 id='Permissions']Permissions[/H2] autobagrenamer.use - Allows the player to have their sleeping bags automatically renamed. [H2...
  12. VisEntities

    Better Line Of Sight Teleport 1.0.1

    This Rust plugin extends the functionality of the native teleportlos command, allowing you to teleport precisely to entities in your line of sight and land accurately on terrain without clipping through objects. [H2 id='How+It+Works']How It Works[/H2] When you use the teleportlos command, the...
  13. VisEntities

    Better Dropped Item Stacker 1.7.0

    This Rust plugin helps improve your server performance by automatically combining dropped items into one container instead of leaving them scattered on the ground. It's useful during raids or when bases decay where large quantities of items are dropped at once. [H2 id='How+It+Works']How It...
  14. VisEntities

    Patrol Heli Crash Dont Retire 1.1.0

    This Rust plugin changes the ai behavior of patrol helicopters by making them crash instead of leaving the map at the end of their lifetime. This prevents the frustration players feel when they spend time fighting the helicopter only for it to fly away before they can take it down. [H2...
  15. VisEntities

    Fallen Tree Remains 1.2.0

    This Rust plugin adds a QoL to tree cutting by making trees leave behind a dead log and a stump when chopped down, instead of just disappearing. [H2 id='Dead+Logs']Dead Logs[/H2] Dead logs are reflective of the tree's biome. For example, if you cut down a tree in the arctic biome, the...
  16. VisEntities

    One Push Boat 1.1.0

    This Rust plugin lets players unflip boats with a single push and optionally places them in the driver's seat afterward. It supports both rowboats and rhibs, and triggers only when the boat is upside down in the water, not when it’s being pushed from land. [H2...
  17. VisEntities

    Always Driver Seat 1.1.1

    This Rust plugin solves the problem of players needing to switch seats multiple times to get to the driver's seat by automatically placing them there upon mounting the vehicle, as long as the seat is available. You can specify which vehicles this applies to in the config. [H2...
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart