A plugin that blocks repairing motor & pedal bikes so that they continue to decay and will respawn for other players eventually. Optionally it could have support for cars too or all vehicle types
oxide.grant
and oxide.revoke
. You can assign them to individual players or groups using their Steam id or group name./
, 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.config/
directory. You can edit this file manually, then reload the plugin to apply your changes.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.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.CallHook
method. Make sure the plugin is loaded before calling its API to avoid null reference errors.