Recent content by upperking

  1. upperking

    Solved Allow Backing Up Individual Files Instead of Entire Folders

    that would be great, that way you can save important data files in a small zip to discord.
  2. upperking

    Solved Allow Backing Up Individual Files Instead of Entire Folders

    Can you save picked files in the oxide/data directory? eg:"/oxide/data/backpack.json"
  3. upperking

    Not an Issue No Config File and Commands Not Working

    its not making a config file, and cmds are not working. So i need to edit a map to make this work?
  4. upperking

    Kill Awards (Legacy Thread)

    Milestones": { "1": { "Amount Of Health Restored": 10.0, "Refill Weapon Ammo": false, "Gear Set To Equip": "", "Points Deposited": 0, "Coins Deposited": 0, "Commands To Run": [ { "Type": "Server", "Command": "deposit {playerId}...
  5. upperking

    Kill Awards (Legacy Thread)

    So I don’t need to use a server command to award the coins?
  6. upperking

    Kill Awards (Legacy Thread)

    doesn't seem to work correctly
  7. upperking

    Kill Awards (Legacy Thread)

    where does the cash go? the Economics is not increasing
  8. upperking

    Purpose of Eggs and Fertilizer?

    ok , I didnt know you could crack eggs for items, sounds good
  9. upperking

    Purpose of Eggs and Fertilizer?

    what's the point of having eggs and fertilizer? maybe a buff from eating eggs,I don't see a point other then a RP mod
  10. upperking

    Suggestion Pig Farm Version of this Plugin

    As an idea you should make a pig farm version of this
  11. upperking

    Solved Coops Disappear on Server Restart

    its done this a few times now
  12. upperking

    Solved Coops Disappear on Server Restart

    "Save Interval Seconds": 300.0,
  13. upperking

    Solved Coops Disappear on Server Restart

    this was before the upgrades he did and before it disappeared { "Chicken Coops": [ { "Position": { "x": 234.615967, "y": 44.67909, "z": -436.275757 }, "Rotation": { "x": 0.0, "y": 308.5091, "z": 0.0 }, "Unlocked...
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