Search the Community
Showing results for tags 'schedule'.
-
Version 1.2.12
3,185 downloads
SimplePVE is exactly what it says. An easy, simple PVE plugin for your server to modify or change PVE rules individually & now also have a Simple CUI to control PVE rules and create or edit Schedules. Key Features Control PVE Rules from in-game or in the config Easy to understand each rule Create PVP Schedules Loot prevention Automatic PVE/PVP purge events Zone Manager support Most event plugins support Works without "server.pve true" Discord Embed Messages on PurgeStart or End Many more features are added with every update Commands /simplepve - Use to enable or disable pve toggle (Chat & Console command) /simplepve on or off - Use to enable disable pve (Chat & Console command) /sprules - Use to Open a Cui to control PVE Rules & Creating Schedules (Chat command) /spdebug - Use this for debuging rules Permissions simplepve.admin - Required to enable or disable SimplePVE simplepve.adminloot - Required to view Loots of other players simplepve.admindamage - Required for Admin damages to any entity Video Showcase API & Hooks void OnSPVEPurgeStarted() void OnSPVEPurgeEnded() TimeSpan GetPVPStartTimeRemaining() TimeSpan GetPVPEndTimeRemaining() Configurations Support Check Out My Other plugins as Well$14.99 -
Version 1.0.3
215 downloads
Extremely easy and dynamic Calendar system for your server! In just a few seconds you could inform players about the next few months of wipes, events, etc! FEATURES - Built in editor - Auto schedule events and wipe info - Click one button to add the next needed month - Auto generates the new month if you forget to - Page with all months listed - Schedule based on week day - Schedule based on x amount of days - Built in legend editor to alter your legends - Built in day editor if you just want to edit one day at a time - Support for Welcome Controller - Add images on specific days - Add larger images within the info of that day - Editable commands - All UI colors are easily editable - Full lang file - ETC!!**** EXTRA INFO ADMIN PERMISSION: calendarcontroller.admin Default commands: /calendar & /wipe Support? Questions? Comments? Concerns? Message me in my Discord! https://discord.gg/RVePam7pd7$19.99 -
Version 3.0.0
162 downloads
Video : Features : - Randomized loot respawn intervals, configurable for each monument. Example: { "Monuments": { "ferry terminal": { "Allowed Groups": [ "red", "blue", "green", "crate", "barrel", "elite", "diesel", "loot_barrel" ], "Respawn Max Time": 600, "Respawn Min Time": 300 }, "fishing village": { "Allowed Groups": [ "red", "blue", "green", "crate", "barrel", "elite", "diesel", "loot_barrel" ], "Respawn Max Time": 600, "Respawn Min Time": 300 } } } - Default respawn time is set between 30-60 minutes but can be fully adjusted through the configuration. - Automatically removes monuments that no longer exist after a server wipe, keeping the configuration clean and up-to-date. Supported Crates [ Not only the containers shown below , almost every container in the game is now supported! ]: Supported Monuments : All Game Monuments Additional Settings : { "General": { "Enable When Player Dont Finish Looting Containers Will Drop Loot On Ground": true } }$19.99 -
Version 1.4.4
1,063 downloads
Introducing Total Control – The Ultimate Rust Server Administration Tool Total Control is a powerful, full-GUI admin plugin designed to give Rust server owners and admins unprecedented control. Whether you’re running hardcore survival or a casual PvE playground, Total Control puts every system at your fingertips live, in-game. Dynamic Schedule System Plan and automate your server’s evolution with ease — no more manual toggling or config edits. The Schedule System lets you: Automate server changes over time – Adjust gather rates, stack sizes, smelting speeds, rewards, raid protection, or PvE/PvP status automatically. Create up to 6 configuration sets per feature (1 default + 5 extra) – Schedule different setups for each stage of your wipe. Scale your server naturally – Increase resource rates as wipes progress or gradually tweak settings to keep gameplay fresh. Fully integrated with the GUI – Configure all schedules directly in-game with the Total Control UI — no external files required. Run your server exactly how you want, exactly when you want — automatically. Core Server Settings Skip Night / Time Freeze – Automate day/night or let players vote, including custom voting percentages and skip limits. Day & Night Length – Configure how long the day lasts and how short nights are. Custom Vote Commands – Define your own chat commands beyond /day. PvE/PvP Modes & Raid Protection – Toggle instantly or schedule on timers, with player HUD indicators. Now includes an option to use in-game or local time. Economy & Progression StackSize Control – Set multipliers per item or entire categories. Gather Rate Control – Fine-tune every item’s resource yield. Easy Item Management – Add or remove items to the GatherRate and StackSize pages directly via chat commands using item shortnames. (Shortnames list: https://www.corrosionhour.com/rust-item-list) Smelting & Cooking – Adjust speeds, outputs, and fuel use. Rewards & Incentives Reward players for kills, gathering, mining, defeating Bradley/Patrol Heli, or emptying crates to encourage active gameplay. Choose between Economics, ServerRewards, scrap payouts or reward all three simultaneously. Configure loot-splitting for Bradley and Heli: split rewards based on damage dealt or grant the full amount to the player landing the final blow. Accessible In-Game Any admin with permission can open the Total Control UI with /tc and adjust settings live no server file access required. Whether your admins are across town or across the globe, they can fine-tune all settings directly in-game. Permissions & Commands Permission: TotalControl.OpenGui (access admin UI) Chat Commands: /tc To open TotalControl /addgather <shortname> Add item to GatherRates page. /removegather <shortname> Remove item to GatherRates page. /addstack <shortname> Add item to StackSize page. /removestack <shortname> Remove item to StackSize page. Join the Community Stay up to date, promote your server, report bugs, or get support: https://discord.gg/AkwHUs8Qma$29.99 -
Version 1.1.1
240 downloads
SAVE 13% WHEN BUYING THE BUNDLE This plugin will allow you to run console commands at any given schedule. The syntax was inspired on the Unix's crontab format but ported to json for easy of use. Below you'll find some examples.. but sky is the limit. +------------- minute (0 - 59) | +------------- hour (0 - 23) | | +------------- day of the month (1 - 31) | | | +------------- month (1 - 12) | | | | +------------- day of the week (0 - 6) (Sunday to Saturday); | | | | | | | | | | | | | | | * * * * * <command to execute> { "Minute": "*", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "ai.sleepwakestats" } New features "@forced" and "!forced" to be used on the Command field as conditionals: /* * > minute = 15, hour = 19, DoW = 4, command = @forced restart 60 * > minute = 15, hour = 12, DoW = 4, command = !forced restart 900 * > The special keys "@forced" and "!forced" will allow you to execute commands * > only of forced wipe days or only on non forced wipe days. This example will * > restart the server every thursday at 12:15 except forced wipe days were it * > will only execute at 19:15. */ New features "@wipe" and "!wipe" to be used on the Command field as conditionals: /* * > minute = @restart, command = @wipe my_command * > minute = @restart, command = !wipe my_other_command * > The special keys "@wipe" and "!wipe" will allow you to execute commands * > only if the map was wiped. This example will execute my_command on server * > restart if the map was wiped otherwise will execute my_other_command. */ Execute the command "ai.sleepwakestats" every 3m: { "Minute": "*/3", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "ai.sleepwakestats" }, Execute the command "status" at 15m of every hour: { "Minute": "15", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "status" }, Restart the server every day at 6:45: { "Minute": "45", "Hour": "6", "Day": "*", "Month": "*", "DoW": "4", "Command": "restart 60" }, Have a specific plugin running only during the weekends: { "Minute": "0", "Hour": "0", "Day": "*", "Month": "*", "DoW": "6", "Command": "oxide.load MyWeekEndPlugin" }, { "Minute": "0", "Hour": "0", "Day": "*", "Month": "*", "DoW": "1", "Command": "oxide.unload MyWeekEndPlugin" } Execute the command "oxide.version" every Tuesday between 10:15 to 10:25: { "Minute": "15-25", "Hour": "10", "Day": "*", "Month": "*", "DoW": "3", "Command": "oxide.version" } Sets the fps limit to 30 at every server restart: { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "*", "Command": "fps.limit 30" } Keeps the plugin MyWeekEndPlugin unloaded during weekend restarts: { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "1", "Command": "oxide.unload MyWeekEndPlugin" }, { "Minute": "@restart", "Hour": "*", "Day": "*", "Month": "*", "DoW": "6", "Command": "oxide.unload MyWeekEndPlugin" }$4.99
