Recent content by coresnap

  1. coresnap

    Suggestion Automatically Add Copy Paste Files to the Config

    Yeah after my first request for positioning a base when you threw the grenade, I was trying to be a lot more brief on this one lol
  2. coresnap

    Suggestion Automatically Add Copy Paste Files to the Config

    ...yeh, this is the other request. lol Would it be possible to add a dynamic command that can auto-add a cp file to PF config? ie, doing something like /pfcopy or /pfimport {basename}, and this would add that to the PF config file automatically, using the default parameters used when...
  3. coresnap

    Suggestion Paste Bases in the Direction the Player Is Facing

    When pasting in a base using copy/paste, the base always pastes facing the direction the player is facing - the direction the player was facing when copied (unless otherwise directed/specified when copying). ie, if player was south of the building (behind it) and looking north (the front side)...
  4. coresnap

    Planned Assistant NPC That Farms Wood, Stone, etc. for You

    Ok, so I'll totally back this because I know you can add a lot more of a smoothly-working version. I have PNpc and don't use it at all because of it's jankiness and the few players I've had try it out can never figure out how to make it work. The UI hardly works and you're resorting to using...
  5. coresnap

    Not an Issue Refund Supply Signal If On Cooldown

    yeh.... so go ahead and ignore ALLLL of this. Sorry, was even tryin to follow your "do your own shit before asking me anything" process, but my adhd took over and was jumping all over the place! 😬
  6. coresnap

    Not an Issue Refund Supply Signal If On Cooldown

    wait, I just saw in the changelog that this was implemented... this doesn't work for me and I did several rounds of testing, hence why I opened this thread. I'll try to redownload. Thought I was on the most current version, but maybe not. Sorryyyy!!!
  7. coresnap

    Not an Issue Refund Supply Signal If On Cooldown

    Ok, ignore the skin / steam portion. I think I may have finally figured that out after like 9hrs. lol
  8. coresnap

    Not an Issue Refund Supply Signal If On Cooldown

    First off, do you have any tips for creating an image for a skin for the supply signal? And/or what the best item to use for that is since the supply signal isn't skinnable? I've been watchin vids all morning and no one touches on that specifically. lol If not, no worries. Lots of people use the...
  9. coresnap

    Solved Cooldown for Opening Armory

    Would it be possible to add a configurable, permission-based cooldown system? 😁 Thanks!
  10. coresnap

    Solved Give Note to Player Automatically

    Would it be possible to automatically add a note to a player's inventory when running /sendmail command? Just for ease of use. Thanks! :)
  11. coresnap

    Solved Let Players Choose When To Convert Barricades

    Hello. Would it be possible to add in a toggle functionality, as well as making it so the barricade conversion is Off by default and the player needs to choose to toggle it so it becomes a high wall? Not sure if this is a practical implementation or if it would require a rework of the plugin...
  12. coresnap

    Not an Issue Expand the Health Bar Color Options

    Ah ok. Didn’t know if it’d take some rework of the plugin or if it was a simple config option. I’d tried something similar, but wasn’t exactly like what you just provided. Sweet, I’ll try that out. Thanks! 😁
  13. coresnap

    Not an Issue Expand the Health Bar Color Options

    Hello...it's me... Would it be possible to add the ability to implement custom/different colors to choose from? ie. someone really likes Pink and requests that color. I know this is prolly less practical than the last inquiry, but you know how players like to customize their experience. lol...
  14. coresnap

    Solved Allow Players to Customize Health Bar Color

    Would it be possible (or practical) to add in the ability to toggle health bar color by player? If not, no worries. Thanks!
  15. coresnap

    Solved Ownership Based on Grenade Thrower

    welp, scrap that cuz I could've sworn that wasn't a thing and my copy/paste plugin is broken AF! Looks like you already have that. I'm sure you love me at this point! XD Thanks again!
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. Make sure 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