Jump to content

RickySpanish343

Member
  • Posts

    161
  • Joined

  • Last visited

Everything posted by RickySpanish343

  1. this is interfering with better tc players can no longer put gunpowder sulfur ext in the tc also getting an error that says something is already on the foundation when there isn't you also cant place a wall right next to it
  2. RickySpanish343

    cant recall

    players are also reporting after they buy the mini if something happens to it they cant recall it they have to buy a whole new one for example a player bought a mini placed the box it fell through the map in front of them somehow and when they tried to recall it it says no vehicle to callback this should check if one has already been purchased if it cant find the vehicle on the map to call back it should just give them a new one
  3. Thank you!!
  4. RickySpanish343

    cant recall

    also cant place at safe zones or roads any way to just have them spawn in where the player is looking instead of having to place it?
  5. RickySpanish343

    cant recall

    cant recall the copter to safe zones or at my base? every time i have tried it says cant recall here
  6. Changed Status from Fixed to Closed
  7. nvm i see it goes into a holding inventory is there any way to just have it go to a players inventory directly though?
  8. Not sure if there is something i am missing but it's not giving the player the reward in their inventory and yes it's enabled
  9. i run true pve the c4 does not work you used to have it where the vehicle despawned right away upon drivers death no need for c4
  10. Also how do you despawn the vehicle right away without the use of c4 like you used to be able to?
  11. RickySpanish343

    Naming the NPC

    How do you name the NPC after the update am i missing something?
  12. no problem at all man!
  13. Changed Status from Pending to Fixed
  14. did you reload the plugin after making changes to the data file? add me on discord rickyspanish343 i'll walk you through the whole setup
  15. make sure you have all the permissions set for yourself
  16. I'll have to look when I get back home and can log into the server
  17. figured out setting that to 0 will get them to die every time
  18. Also WoundedNPC] Failed to load OGG file: longpain1
  19. I have Chance to die after wounded timer set to 100 but they are standing back up every time
  20. Can i add you on discord? i added support for it
  21. Any way to add support for sound library api? instead of it playing default rust sounds when the game starts would be cool to play a custom sound to the players maybe add an option in the config to play the file name associated with sound library?
  22. i made a plugin to do just that
  23. RickySpanish343

    error after update

    Error while compiling Cooking: The type or namespace name 'RidableHorse2' could not be found (are you missing a using directive or an assembly reference?) | Line: 4301, Pos: 26
  24. Version 1.1.3

    15 downloads

    This plugin automates purge scheduling for Rust servers based on a configurable schedule. It determines purge start times using the specified weeks and days in the config and automatically unloads selected plugins during the purge, with built-in checks to ensure persistence after server restarts. Notifications can be sent via chat or the Notify plugin, with customizable colors and formatting. If wiping isn't required, the plugin reloads specified plugins when the purge ends. It supports time zone customization or defaults to the server time zone, automates wipe commands using Oxidation Wiper, and integrates with SimpleStatus to display an active purge indicator above players' health bars. It also supports the Sound Library API for playing sounds on purge start and allows manual control with customizable chat and console commands. Some features this offers: Automated Purge Scheduling - Set purges to run automatically on specific days and weeks of the month. - Customize start and end times to match your server’s schedule. - Force start or end purges anytime using /purge and /endpurge commands. Player Notifications & Messaging - Display upcoming purge start, end, and server wipe times, all calculated automatically. - Fully customizable message colors and notification formatting. - Send Discord alerts when purges start and end. Plugin & Server Management - Choose which plugins to disable during purges and reload afterward. - Supports Oxidation Wiper for fully automated server wipes. - Set a custom time zone or default to the server’s time zone. Enhanced Player Experience - Works with SimpleStatus to display an active purge indicator above health bars. - Supports Sound Library API to play audio alerts when a purge starts. Permissions System - Permissions apply only to the /purge and /endpurge commands. - Uses Oxide's permission system for managing access. - Grant permissions with: `oxide.grant <user or group> <name or steam ID> purgefx.purge`. - Remove permissions with: `oxide.revoke <user or group> <name or steam ID> purgefx.purge`. Attached is an example config. *AFTER THE FIRST LOAD UP YOU HAVE TO CHANGE THE DATES AND TIMES IN THE DATA FILE TO MATCH WHAT YOU HAVE IN THE CONFIG AFTER THAT IT WILL RECALCULATE AND UPDATE THEM FOR YOU. { "Discord Webhook Purge Start Message": " **Purge is now active! Prepare for chaos!** ", "Discord Webhook Purge End Message": " **Purge has ended! The world is safe again... for now.**", "Use @everyone in Discord Webhook": true, "Discord Webhook URL": "", "Custom Time Zone (Use abbreviation or full name leave it blank for default server time zone Ex:CST or Central Standard Time)": "", "Console command for Purge": "purge", "Chat command for Purge": "purge", "Console command for force wipe, will enter this command for you on server force wipe day and time": "wipe forced", "Console command for other wipes, will enter this command for you on mid month or weekly wipe day and time": "wipe weekly", "List of plugins that will be unloaded on purge start": [ "SmoothRestarter", "PreventLooting", "TruePVE" ], "Prefab name to play on purge start": "assets/bundled/prefabs/fx/invite_notice.prefab", "Weeks of the month, when the purge will run": [ 1, 3 ], "Days of the week, when the purge will run": [ "Thursday" ], "Days of the week for purge to end": [ "Thursday" ], "Weeks of the month for purge to end": [ 1, 3 ], "Days of the week for server wipe": [ "Thursday" ], "Weeks of the month for server wipe": [ 1, 3 ], "Purge Start Hour, must be 24-Hour Time": 1, "Purge Start Minute": 25, "Purge End Hour, must be 24-Hour Time": 1, "Purge End Minute": 28, "Server Wipe Hour, must be 24-Hour Time": 2, "Server Wipe Minute": 17, "Use 24-Hour Time Format For Chat": false, "Date Format for Chat": "MM/dd/yyyy", "Sound Library API support. To play original Sound prefab, leave it empty. Example command: audio.message sendall fileName ": "", "Auto Display Interval (minutes)": 60, "Display Purge Start Date in Chat": true, "Display Purge End Date in Chat": true, "Display Server Wipe Date in Chat": true, "Hex Color for Purge Start Message": "#FFA500", "Hex Color for Purge End Message": "#FF4500", "Hex Color for Server Wipe Message": "#008000", "Chat Prefix for Purge Messages": "[PurgeFX]", "Hex Color for Chat Prefix": "#FFA500", "Use SimpleStatus Plugin": true, "SimpleStatus Color": "0.77255 0.23922 0.15686 1", "SimpleStatus Title": "Purge Is Currently Active!", "SimpleStatus Title Color": "1 1 1 1", "SimpleStatus Icon": "assets/icons/warning.png", "SimpleStatus Icon Color": "1 1 1 1", "Use Notify Plugin for Messages": false, "Notification Type for Notify Plugin": 0, "Custom Command for Purge Time Reminder": "purgetime", "Chat command for End Purge": "endpurge", "Console command for End Purge": "endpurge" }
    $10.00
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.6k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.