Plugins

Categories

Latest reviews

  • Instant Crops
    5.00 star(s)
    Easy to use config layout. Had to use the forever ripe plugin as I was a bit slow at harvesting...
    • EHCanadian83
  • Forever Ripe
    5.00 star(s)
    Simple and clean plugin. Does its job and has a nice whitelist option for fine tuning should...
    • EHCanadian83
  • Animal Pelts
    5.00 star(s)
    a little marvel that I had been waiting for a long time, it works very well, it adds content for...
    • Danny59
Remote Siege Tower
Remote Siege Tower 1.0.2 4.99 USD
Allows players to remotely control siege towers using RF transmitters
Volcano
Volcano 1.6.0 14.99 USD
Adds volcanoes that release lava, ash clouds, and debris
Custom Helicopter Tiers 2
Replaces Rust's patrol helicopter with smarter, stronger, and fully customizable tiered helicopters
Ban Sync
Ban Sync 1.0.0 4.99 USD
Keeps bans in sync across multiple servers via mysql
Horse Equipment
Allows horses to be equipped with random gear when they spawn
Map Marker Teleport
Place a map marker and instantly teleport there
Enemy Health Bar
Enemy Health Bar 1.4.0 9.99 USD
Displays a health bar ui above enemies when you attack them
Overflow To Backpack
Sends overflow items to your backpack when your inventory is full
Gamemode Gun Game
Gamemode Gun Game 1.3.0 9.99 USD
Progress through weapons with each kill. The first to complete wins
Build Refund
Build Refund 1.1.0
Demolishing structures returns some of the original cost
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