Jump to content

RickySpanish343

Creator
  • Posts

    192
  • Joined

  • Last visited

Everything posted by RickySpanish343

  1. Can i add you on discord? i added support for it
  2. 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?
  3. i made a plugin to do just that
  4. 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
  5. Version 1.1.6

    40 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. *If you make a configuration change related to the days or times, delete the data file for this plugin before reloading. { "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
  6. RickySpanish343

    Oil Rigs

    The oil rigs are not showing as active in the hud when they are online for some reason
  7. Failed to call hook 'EMEndEvent' on plugin 'EventHelper v1.0.15' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EventHelper.GetRestoreItem (BasePlayer player, ItemContainer container, Oxide.Plugins.EventHelper+ItemInfo savedItem) [0x00172] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.RestoreItems (BasePlayer player, System.Boolean strip) [0x00098] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.EMPlayerLeaveEvent (BasePlayer player, System.String eventName, System.Boolean manually_left) [0x00088] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.EMEndEvent (System.String eventName) [0x0004e] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.EventHelper.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01524] in <38fea81daa01435ba0121226e2928244>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
  8. yeah it's running that's my fault any way to add a stand alone timer in this though instead of relying on event helper? realized that was why it was not starting
  9. [EventHelper] Setup Event: ZombieInfection Loaded plugin Zombie Infection v1.0.8 by imthenewguy MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) zoldmarck[76561198324051010] has spawned MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare) MissingMethodException: Method not found: void .LootSpawn.SpawnIntoContainer(ItemContainer,ItemOwnershipShare)
  10. RickySpanish343

    player cant cure

    Noticed if a player uses a cure from a container it will not work it has to be used from the inventory and it is causing some confusion with players
  11. i managed to replace them all with find a replace but yeah that command is causing a runtime error
  12. Failed to call hook 'ResetIconPositions' on plugin 'EpicLoot v1.2.8' (InvalidCastException: Invalid cast from 'Char' to 'Single'.) at System.Char.System.IConvertible.ToSingle (System.IFormatProvider provider) [0x00014] in <f98723dd4586469db5213ec59da723ca>:0 at System.Convert.ToSingle (System.Char value) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.EpicLoot.ResetIconPositions (BasePlayer player) [0x0002f] in <f67d28fcc1a54bd881ff8e71ee2b4ad6>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x04075] in <f67d28fcc1a54bd881ff8e71ee2b4ad6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0
  13. i got it i changed the setting change in the data file to true and moved it and saved it
  14. yeah it's not updating even after the save and on plugin reload it puts it back
  15. yes but when i move the shirt it does not update my data file so i have no idea what the offsets or anything
  16. RickySpanish343

    Move the tshirt

    i need to be able to move the tshirt globally but when i move the tshirt for my player it does not update the position in the data file and when the plugin is reloaded it goes back to where it was and i have know way of knowing the position of the tshirt to set in the config for default position
  17. Awesome thanks
  18. how do i disable this feature i only want it to raid the players if they do raid bases i have this set to false but it is still happening "Enable log kills and random raid on kills": false,
  19. RickySpanish343

    URLS

    only thing in the data folder is the player saves
  20. RickySpanish343

    URLS

  21. RickySpanish343

    URLS

    yeah there are no links in the data file or the config none from your video anywhere do we need to find them all ourselves?
  22. anyway you could add an option to use my server bot with this instead of a webhook?
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.2k

Files Sold

Total number of files sold.

2.6m

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.