steampunkvalley's Wishlist
-
IQSimpleVote
IQSimpleVote - a plugin that allows you to create polls and votes for your server!
Gather player opinions, conduct surveys, and learn the wishes of your players who are active on the server!
Unlimited number of polls—create as many as you want on any topic—the only limit is your imagination.
Plugin Installation:
- Download and extract the archive to a convenient folder.
- Move the images to your server's data files at the path .../data/IQSystem/IQSimpleVote/Images (If this folder does not exist, create it).
- Upload the IQSimpleVote.cs plugin to the ../oxide/plugins folder.
💢 Note for users who use the "Web File Editor" on hosting services: Before transferring files, extract the archive locally to a convenient location, and then move the files from there.
Permissions :
iqsimplevote.admin - permission to manage polls using commands.
Chat Commands:
/vote - opens the voting interface
/vote.start Key - starts voting from the configuration
/vote.stop - ends the active voting
/vote.admin Key - shows the admin UI interface for checking the voting text
/vote.key - displays all available keys from the configuration
Console Commands:
vote - opens the voting interface
vote.start Key - starts voting from the configuration
vote.stop - ends the active voting
vote.admin Key - shows the admin UI interface for checking the voting text
vote.key - displays all available keys from the configuration
Feature List:
Beautiful and Intuitive Interface:
No hassle for players—simply choose the answer that suits them from the available options!
Check out the "Screenshots" tab for more visuals!
Discord Notifications:
The plugin supports notifications about the start of a poll and its results upon completion!
Multilingual Support:
The plugin offers full multilingual support, from language files to headers and descriptions in the configuration!
Your polls are accessible to all players, regardless of their language.
You can check out a sample configuration in the "Configuration" tab.
Configuration :
{ "Chat command to open UI": "vote", "Configuration of supported plugins": { "IQChat: Chat notification settings": { "IQChat: Custom prefix in chat": "<color=#1F6BA0>[IQSimpleVote]</color>\n", "IQChat: Custom avatar in chat (if required)": "0" } }, "Discord settings": { "Webhook (Leave empty if you do not need results and notifications in Discord)": "https://discord.com/api/webhooks/1161367749281456250/kvwg6ArR-iZbQdrk-oxtKRUnC_5vYaMRMLMLmG3duWgnOFvFeEkCmjkrNBYySLDWDRob", "Configuration of Discord message formatting for vote start": { "Title": "A new vote has started!", "Description (do not delete {0})": "Join the server and vote using the command {0}", "Additional text in the footer": "Every vote counts! Join in and participate!", "Message (e.g., you can use @everyone)": "@everyone", "Message color": 7572805, "Author's name": "Voting", "Author's avatar": "https://i.postimg.cc/pX1XBcZf/vote.png", "Additional image": "https://i.postimg.cc/pX1XBcZf/vote.png" }, "Configuration of Discord message formatting for vote end": { "Title": "Voting has ended", "Description (do not delete {0})": "Voting results: \n{0}", "Additional text in the footer": "Thank you for participating", "Message (e.g., you can use @everyone)": "", "Message color": 13451563, "Author's name": "Voting", "Author's avatar": "https://i.postimg.cc/8kfSSkB6/stats.png", "Additional image": "https://i.postimg.cc/8kfSSkB6/stats.png" } }, "Interface settings": { "Text color": "0.8941177 0.854902 0.8196079 1", "Background color": "0.8941177 0.854902 0.8196079 0.3", "Color of the button for the option voted by the player": "0.7607843 0.427451 0.2 1", "Color of the buttons for options not voted by the player": "0.4509804 0.5529412 0.2705882 1" }, "List of votes [UniqueKey] - Settings": { "map": { "Title for voting in different languages [LanguageKey] = Text": { "ru": "", "en": "Voting for the card for the next wipe" }, "List of voting options (Must be at least 2)": [ { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Poseidon'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3500\nCustom RTs: 10\nIncludes a spaceport\n\nAlmost the entire map is underwater" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Drought'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3250\nCustom RTs: 6\nNo spaceport\n\nAlmost the entire map is made of sand" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "EXAMPLE_VOTE_MAP_ICON", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Map 'Procedural'" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Size: 3000\nCustom RTs: 0\nRandom monuments\n\nThe map's terrain will be completely random" } } ] }, "drone": { "Title for voting in different languages [LanguageKey] = Text": { "ru": "", "en": "Voting for the installation of a new plugin" }, "List of voting options (Must be at least 2)": [ { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "DRONE_YES", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Like" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "IQDronePatrol Plugin\nDrones will patrol monuments\nAdditional loot\nMore gameplay experience" } }, { "Image for the voting option (Upload to ..data/IQSystem/IQSimpleVote/Images)": "DRONE_NO", "Title for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Dislike" }, "Description for the option in different languages [LanguageKey] = Text": { "ru": "", "en": "Think About It!\nThis is a very interesting experience.\nShare in our Discord why you’re against it." } } ] } } }
-
Vote Commands
🛠️ Introducing VoteCommands
VoteCommands is a dynamic plugin for Rust that allows server administrators to create multiple custom vote windows. Each voting window is designed to be intuitive, with players clicking on images to cast their vote. At the end of a predefined period, the image with the most votes triggers associated commands.
🌟 Key Features of VoteCommands
Engage your players in collective decision-making and bring a new level of interaction to your server. The visual voting process is not only engaging but ensures that players are more likely to participate and enjoy the experience.
✅ Included Examples
The plugin includes practical examples:
EventManager: Allows voting between three different event types. NightSkip: Players vote to instantly skip the night cycle. MapVote: Vote to select the map for the next wipe. Manual action or an additional plugin is required to apply the vote result. 🔧 Configuration Guide
Step 1: Configuration File Creation
Create a new configuration file within config/VoteCommands. It's highly recommended to use the provided example files as a starting point. Step 2: Key Settings
AutomaticStart: Enable to automatically initiate a voting session when the plugin starts. AutomaticSessions: Voting sessions start one after another without manual intervention. DelayBeforeAutomaticStart: The delay before the first automatic vote session starts. TimeBetweenSessions: The interval between automatic vote sessions. Step 3: Vote Session Settings
CommandForStartSession: The command to start a voting session. CommandForUi: The command for displaying the voting interface to players. Step 4: Voting Commands Configuration
Here’s how to set up a voting option in the JSON file:
{ "Name": "DeathMatch", "ImageUrl": "https://example.com/image.png", "ServerCommands": [ { "Enabled": true, "Command": "server_command_to_execute" } ] } Each voting option (VoteCommands) should have a name (Name), an image URL (ImageUrl), and a list of server commands (ServerCommands) that will be executed if that option wins.
👮 Permissions
VoteCommands.<config_name>.Start: Permission to initiate a vote session. VoteCommands.<config_name>.Vote: Permission to cast a vote in a session.
🎨 UI Customization
Customize the look of your voting window in the configuration settings to fit your needs, ensuring that images are presented optimally, especially for square aspects.
💡 Usage Ideas
Get inspired to create unique scenarios:
Special Events: Let players decide which special event to activate for a limited time. Rule Changes: Offer a vote to temporarily change server rules.
🤝 Support and Assistance
I am committed to providing responsive support for any questions or assistance you may need. Please do not hesitate to reach out!
https://discord.gg/JBz2tvnkKw
-
Air Event
The event is an alternative to the usual cargoship, but it is only in the air
Description
The chat notification about the airship with scientists arrival to the island begins the event
A smoke screen appears in the air after the time is up (it is possible to deactivate the smoke screen in the configuration), then the airship with scientists appears
There are 2 locked, 2 elite, 2 military, 2 standard crates and 16 NPCs on the airship as the default
The location and loot of all the crates/NPCs can be changed in the configuration, you can add or remove unnecessary crates/NPCs
There are 2 CCTV cameras by which you can track the availabilities of locked crates on the airship (the name of the cameras can be changed in the configuration)
The looting of both locked crates is the condition for the completion of the event. After that the players have time to depart the airship. They can use the transport that they arrived on it or use hot air balloons on the airship (you need be inside the basket of the hot air balloon)
Dependencies Required
NpcSpawn
Dependencies (optional, not required)
True PVE PveMode GUI Announcements Notify Discord Messages AlphaLoot CustomLoot NTeleportation Economics Server Rewards IQEconomic Kits
Chat commands (only for administrators)
/airstart – starting of the event
/airstop – ending of the event
/airpos – determining the position and rotation coordinates for changing the location of NPCs and crates.It should write in the configuration (Attention! The event must be started, the current position of the administrator in relation to the cargoship is read)
Console commands (RCON only)
airstart – starting of the event
airstop – ending of the event
Plugin Config
en - example of plugin configuration in English ru - example of plugin configuration in Russian
Hooks
void OnAirEventStart(HashSet<BaseEntity> entities) – called when the event starts
void OnAirEventEnd() – called when the event ends
void OnAirEventWinner(ulong winnerId) – called at the end of the event, where the winnerId is the player who did more actions to complete the event
My Discord: KpucTaJl#8923
Join the Mad Mappers Discord here!
Check out more of my work here!
The airship is designed by Jtedal
-
Wipe Schedule
The ultimate solution for RUST server owners. Our plugin gives you complete control over scheduling server events, allowing you to create unique schedules that automatically adapt to your needs.
🌟 Features of Wipe Schedule
Handy built-in editor: Manage events directly in-game through an intuitive and user-friendly interface. Customizable calendar commands: Set up custom commands, so players can easily open the calendar and view upcoming events. Multi-language support: Localize the plugin for your audience by translating all interface text into any language. Customization flexibility: Add events with individual descriptions, dates, and times — perfect for wipes, tournaments, or special server events. Easy integration: Quick and easy installation with Server Panels. Flexible week display: Choose between two calendar week formats — Monday-first (ISO standard) or Sunday-first (American style) to match your server's preferences. Recurring events: Say goodbye to the hassle of manually scheduling events every week! Create events that automatically repeat on a set schedule:|
✔️ Weekly events.
✔️ Repeats every X days.
✔️ Monthly and annual events. Complex combinations: Combine different repeat types to build unique and fully customizable schedules.
🎮 Commands
/wipe: Open the calendar interface (for players) wipeschedule.time (console): Displays current plugin time with configured timezone offset. Useful for verifying timezone settings. (RCON/Server console only)
🔒 Permissions
wipeschedule.admin: Grants full access to create, edit, and delete scheduled events through the in-game interface.
📨 Video Overview
🧪 Test Server
Join our test server to experience all our unique features firsthand!
Copy the IP address below to start playing!
connect 194.147.90.239:28015
📚 FAQ
Q: Where can I see an example of a config?
A: Config
Q: How do I add WipeSchedule to the ServerPanel menu?
A: Follow these simple steps:
1. Open ServerPanel menu in-game and click "+ADD CATEGORY" button
2. Set these exact parameters:
Type: Plugin Plugin Name: WipeSchedule Plugin Hook: API_OpenPlugin 3. Click "SAVE" button to create the category
Q: How can I hide the bottom panel with "/info" command and event color markers?
A: To hide the bottom information panel, edit the UI configuration file located at oxide/data/WipeSchedule/SetupUI and set "Show panel with /info command and event color markers?": false in the Schedule section. The file name depends on your template: UIFullScreen.json for full screen mode, UIMenuV1.json for ServerPanel template V1, or UIMenuV2.json for ServerPanel template V2.
Q: How do I set the calendar to start the week on Monday?
A: By default, the calendar week starts on Monday (ISO standard). If you need to change it, edit the plugin configuration file and set "Start calendar week on Sunday": false to keep Monday as the first day, or set it to true to use Sunday-first format (American style).
- #wipe schedule
- #wipe
-
(and 4 more)
Tagged with:
-
Nuclear PowerPlant
By EXO Engineer in Monuments
☢️ Nuclear Power Plant - is an industrial Nuclear Power Plant area, surrounded by sturdy fences and guarded by turrets and armed NPCs. Inside you’ll find key facilities for energy production and control:
⚙️ Reactor Hall — housing active nuclear reactors generating power.
🔧 Machine Room — equipped with turbo generators and auxiliary equipment for energy conversion and distribution.
🏭 Control Room — with consoles and monitoring systems overseeing plant operation.
🚧 Checkpoints — controlled access points guarded by armed NPCs.
☢️ High Radiation Zones — requiring special protective gear to enter safely.
🚁 Helipad — for rapid personnel transport and emergency evacuation.
🎒 Loot Areas — containing valuable industrial equipment and rare resources.
This is a strategically important, high-risk zone offering valuable rewards — perfect for organized teams and intense PvP battles.
Used NPC Spawn and Radiation Volume prefabs. For correctly work please install RustEditExt library befor running the server.
- #powerplant
- #prefab
- (and 5 more)
