Join the Game4Freak Discord Get exclusive plugin sneak peeks, talk directly with VisEntities, never miss important updates, and unlock special discount codes!

Recent content by xlr8tednergy

  1. xlr8tednergy

    Protection Timer Not Resetting When Players Log Back In

    Would you be able to add support for a reset of the raid shield? Like a player has to be logged back into the server for a certain time frame for the timer to reset for the raid protection? right now, it seems like it's a 2 day protection from teh day I loaded the plugin, not from when they log off.
  2. xlr8tednergy

    Solved Skip Twig Phase and Build Directly in Selected Material

    First thing, the grenade Port-A-Fort no longer works for the pf.givegrenade option, when i select index 1, it gives the Port-A-Fort 2 grenade no matter what. second, i was wondering if there was a way to adjust this so the base builds faster, and starts off at the selected material rather than...
  3. xlr8tednergy

    Suggestion QoL Improvements for Battle Royale Gameplay

    Battle Royale: **Ability to see safezone shrinking on map / next circle (Like Fortnite) (or a warning when it's shrinking) **Item in game for a "Shield" like 50-100hp shield depending on strength (You have to drink it over time, like a water bottle, but slower in order to keep people from...
  4. xlr8tednergy

    Solved Player Spawns Below Original Position on /Leave Command

    Problems I have that I cant find a workaround for -With the /Join and /Leave command ... I join the lobby just fine, but when you do /Leave and "return to your position" you keep your loot, but your character spawns about 2 feet lower than where he was when he did /Join -I have a Shop plugin...
  5. xlr8tednergy

    Solved Tooltips No Longer Appearing for Claimable Trees

    This is also a problem with any plugin that shows tooltips it seems.. like "Offline Raid Protection" as well.. not sure what Rust borked up.
  6. xlr8tednergy

    Solved Tooltips No Longer Appearing for Claimable Trees

    Ok correction, the TOOLTIP doesnt appear anymore to tell you if you can claim it
  7. xlr8tednergy

    Solved Tooltips No Longer Appearing for Claimable Trees

    I am thinking theres something wrong with my configuration or the latest update broke the logic for the plugin, i set it to 100% of trees are buildable... and I have checked 282 trees, and none of them have been claimable.
  8. xlr8tednergy

    Done Port-A-Fort

    Awesome Possum!
  9. xlr8tednergy

    Done Port-A-Fort

    I absolutely love the PORT-A-FORT plugin from codefling, but it has not been updated since 2021, it has trouble with the areas it builds in/ if they are flat, but lets say for instance there is an ORE node in the way. It will build the structure, but everything above the foundation that built on...
  10. xlr8tednergy

    Remineration (Legacy Thread)

    I sent you a message.
  11. xlr8tednergy

    Remineration (Legacy Thread)

    Is there a place i can show you. Or send logs so you can help me find out if there's something interfering with it? Because everything that would interfere with it would also be interfering with Reforestation. Which works like a charm! But yet this Remineration isn't working.
  12. xlr8tednergy

    Remineration (Legacy Thread)

    maybe the Loottable plugin?
  13. xlr8tednergy

    Remineration (Legacy Thread)

    i disabled both of those plugins... this plugin just doesnt seem to spawn anything.
  14. xlr8tednergy

    Remineration (Legacy Thread)

    the only 2 i can think of would be Skill Tree or Gather Rewards but i dunno how they would.
  15. xlr8tednergy

    Remineration (Legacy Thread)

    I have the delay set to 1 second.. the percentage set to 100% and the range set to 1-175. Nothing spawns. Doesnt the valid spot just need to be terrain?
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