Recent content by PistOffBastd

  1. PistOffBastd

    Done Can Mannequins Be Locked to Prevent Players Stealing Clothes?

    Just a simple lock for the mannequins. Then they could be used across the map, out in the open. I use them at some monuments, but my players keep stealing their clothes. Permissions would be necessary....
  2. PistOffBastd

    Supply Signal Still Calls Airdrop When Disabled

    What would also work, and keep the ambiance of the random cargo plane is for the option to delete the drop as soon as its spawned. Then the plane would still spawn, just no air drop.
  3. PistOffBastd

    Supply Signal Still Calls Airdrop When Disabled

    That would be excellent, and Thanks
  4. PistOffBastd

    Supply Signal Still Calls Airdrop When Disabled

    Yes, its Fancy Drop, if I unload FD, it does not send the airdrop along with the chopper. I only use it to disable the default random drops, I didn't see that option in Airdrop Settings, or I wouldn't use FD at all. Thank You
  5. PistOffBastd

    Supply Signal Still Calls Airdrop When Disabled

    No matter how I set it ,it always calls a supply drop. "Version": "1.5.0", "Supply Signals": [ { "Supply Signal Display Name": "Patrol Heli Signal", "Supply Signal Skin Id": 3332447426, "Should Explode": false, "Cooldown Seconds": 60.0, "Run Random Command "...
  6. PistOffBastd

    Researching Street Lights at Night

    What's your thoughts on a plugin that only turns on the road/street lights at night, nothing more. RUST could use a little added ambiance to the game.
  7. PistOffBastd

    Suggestion Hide Bed and Sleeping Bag Markers in Hardcore Mode

    With the map forced upon us in Hardcore mode, when time allows, could the beds/sleeping bags/towel markers along with removing the position marker when the compass is out be added ?
  8. PistOffBastd

    Solved Add Support for New Weapon Attachments

    Excellent and thank you, I was very tempted to do that but didn't want to break it.
  9. PistOffBastd

    Solved Add Support for New Weapon Attachments

    Viz, can we gat an update for the following? "weapon.mod.oilfiltersilencer", "weapon.mod.gascompressionovedrive", "weapon.mod.sodacansilencer", "weapon.mod.targetingattachment", "weapon.mod.burstmodule",
  10. PistOffBastd

    Researching Allow Solar Panels on Sloped Roofs

    Plugin to block the "Invalid Angle" so that solar panels can be placed on pitched rooftops.
  11. PistOffBastd

    Seeds Drop to Ground When Inventory Is Full

    Even better, thanks
  12. PistOffBastd

    Seeds Drop to Ground When Inventory Is Full

    Plugin use: To deprive the player of the seeds, not to free up inventory. When player inventory is full ,seeds deposit out onto the ground. Not sure if this can me cured, but just and FYI.
  13. PistOffBastd

    Bring Back Wild Horses Without Saddles

    My server isn't end game in 2-3 days, its 2-3 weeks. The idea is, no rideable horses - population "0", but random "assets/prefabs/npc/bandit/horsespawner.prefab" (Legacy Horses) scattered around the map with like a 2-3+ hour cool down time between spawns and a distance between horses option. But...
  14. PistOffBastd

    Planned Turn Caves Into Player Spawn Points

    A separate plugin, or config option that makes the caves, forced spawn points, would be an excellent compliment to No Cave Building.
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