-
Posts
269 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Reels
Everything posted by RustFlash
-
Hey Slayer, we hope we can find and fix the error quickly. Can you test a few variants to make sure it's really due to one of the plugins? Turn off AirDropEvent and see if the exploit is still there. I have already sent ZEODE some customizations. But the code looks very good and I'm not sure if it's really due to these plugin(s). Do you perhaps have something else running on your server?
-
- 3 comments
-
- 1
-
-
- #raidable base
- #raidable
- (and 8 more)
-
- 3 comments
-
- #raidable base
- #raidable
- (and 8 more)
-
Maybe because there are no errors? The plugin has proven to have over 142 positive downloads, it does what it does and not just half as you described. Let's get to your list, the things you mentioned have nothing to do with my plugin and are not "storage containers" according to oxide. I'm also wondering how players can hide something edible in a campfire, for example. This function is blocked in Rust for several years... Your description also has nothing to do with my plugin. If you want something like that, you'll probably have to hire someone, but I advise against it because it would seriously impact the query times and performance of your server. That's not how you should do it from a programming perspective. Because the effort and performance would not be acceptable for such a plugin... This is not advertised or sold here either, the plugin is in English. I don't know how you come to the conclusion that a long file is included.
-
Hey you two, sorry I'm just now answering. We do not receive any notifications about discussions. I have now tested the plugin again. So the wet function works may have been conveyed a bit incorrectly by me. Players continue to get wet in the water, but when they get out of the water the wetness is immediately gone. You don't have to dry yourself on the fire or anything similar The heat function also works and players are no longer affected by it. Unfortunately I forgot to hide the Hot UI. I'll put it in for the next update! Radiation is clearly the point of AaronL, this function no longer seems to work. I will also try to take this into account for the next update. The bleeding also works, I let npc shoot me several times. It works as intended. If there's anything else, please feel free to use discord because I don't check here too often. Thanks anyway for the feedback, I'll add 1-2 things to my to-do.
- 14 comments
-
- 2
-
-
Changed Status from Pending to Closed
-
I just tested it again and I can't reproduce your error and I can't understand your screenshot with the error message. 2024-09-23 23-22-11.mp4
-
Changed Status from Closed to Pending
-
Did you update it while the server was running, were there any problems after the restart?
-
Version 4.4.0
93 downloads
Description CratesEventReborn is a revised and modernized version of the original CratesEvent plugin, which was developed by FuZZED. Since the original developer is no longer active and no longer offers support, the plugin has been completely revised and updated by me to adapt it to current requirements. The plugin allows server administrators to start an exciting event where locked chests are spawned at random monuments to stimulate player activity. My players loved it, so I developed it from scratch. The new event I created has the advantage that it is now attractive for both PvP and PvE servers. When set to PvE, NPC's are now generated in addition to the crates. In PvP the players fight each other for the crates. Features: - Compatibility with modern Rust versions: Completely reworked to work with the latest Oxide API and new monuments. - Random Monuments: Crates are spawned at random monuments such as Launch Site, Dome, Train Yard, Water Treatment, Radtown or Junkyard. - Configurable Monuments: Each monument can be individually enabled or disabled. - Predefined crate positions: Optimized and precise spawn points. - Broadcasts: Players are informed by server messages when an event starts. - Automatic cleanup function: When starting a new event or unloading the plugin, all active crates are removed to avoid problems. - Easy to use: Control via chat and console commands. from v.3.0.0 - PvE Mode (NEW): Optional PvE mode where NPCs guard the crates, making the event more challenging for players. - Customizable NPC settings (NEW) Configure health, patrol distance, attack range, movement speed, damage and more. - Customizable NPC Appearance (NEW): Full NPC attire that matches the event. Commands: Chat command: `/flashcratesevent` - Starts a Crate event. Only players with the appropriate permissions can execute this command. `stopcratesevent` - Stops an ongoing event and removes all event items and NPCs. Console command: `flashcratesevent` - Starts the event directly from the server console, ideal for admins. `stopcratesevent` - Stops an ongoing event and removes all event items and NPCs. Permissions: `crateseventreborn.admin` - This authorization is required to start the event. Only users with this authorization can execute the commands. Configuration: { "ModePvE": false, "Use Notify RustFlash Plugin": false, "NPCs per Crate": 2, "NPC Health": 350.0, "NPC Patrol Distance": 20.0, "NPC Aggression Distance": 35.0, "NPC Movement Speed": 3.0, "NPC Damage Scale": 1.0, "NPC Attack Range Multiplier": 1.0, "NPC Vision Cone": 135.0, "NPC Memory Duration": 10.0, "NPC Weapons": [ "rifle.ak", "rifle.lr300", "rifle.bolt", "shotgun.pump" ], "Enabled Monuments": { "Launch Site": true, "Dome": true, "Train Yard": true, "Water Treatment": true, "Radtown": true, "Junkyard": true } } Configuration Options: * **ModePvE** - Enable/disable NPC guards (true/false) * **Use Notify RustFlash Plugin** - Use the Notify plugin for notifications instead of the default chat messages (requires the Notify plugin) * **NPCs per Crate** - Number of NPCs spawned around each crate * **NPC Health** - Health points of each NPC * **NPC Patrol Distance** - Maximum distance NPCs will patrol from their crate * **NPC Aggression Distance** - Distance at which NPCs will detect and engage players * **NPC Movement Speed** - Movement speed of NPCs (default player is ~5.5) * **NPC Damage Scale** - Damage multiplier for NPC attacks * **NPC Attack Range Multiplier** - Multiplier for NPC attack range * **NPC Vision Cone** - Angle of NPC vision cone in degrees * **NPC Memory Duration** - How long NPCs remember players after losing sight * **NPC Weapons** - Array of weapon shortnames NPCs can use * **Enabled Monuments** - Enable/disable individual monuments (Launch Site, Dome, Train Yard, Water Treatment, Radtown, Junkyard) Dependencies: **MonumentFinder** plugin: Needed to find monuments on the map and calculate precise transformation points for crate spawns. CratesEventReborn does not work without this plugin. **NpcSpawn** plugin *(NEW v.3.0.0)*: Required for spawning and controlling NPC guards. Install this plugin for the NPC feature to work. **Notify** plugin *(optional)*: If installed and enabled via `"Use Notify RustFlash Plugin"`, event notifications are sent through the Notify plugin instead of the default chat messages. Improvements compared to the original: * Code optimization: Old, outdated methods have been replaced with modern Rust and Oxide functions. * Bug fixes: Bugs from the original plugin have been fixed to ensure stability and compatibility. * Expanded monument support: Additional spawn points and more flexible customization options for crates. * NPC Guards: Added the ability to spawn NPCs that guard the crates, making events more challenging. * PvE Mode: Added a PvE-oriented mode with AI defenders. * Customizable NPC behavior: Fine-tune the difficulty by adjusting NPC settings. * Improved communication: Informative and customizable broadcasts for events. * Security updates: Ensures crates and NPCs are properly removed to conserve resources. **load, run, enjoy**$12.99 -
- 14 comments
-
Hey, I'm sorry that you had to wait so long for an answer. That's why I left the green message above. Unfortunately we don't get any notifications here on Codefling. This makes support a lot more difficult. You can always contact us via Discord Ticket. To your question. It is predefined in the current version and cannot simply be moved or reduced in size. It currently only works with Minicopter
-
Changed Status from Work in Progress to Closed
-
Done, I would be very happy about a review if everything goes well
-
Hey, thanks for letting me know. There seems to be problems with an update, I'll fix it and upload it to you right away.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Version 2.2.0
46 downloads
The RaidableSleepers plugin allows players to loot sleeping players that appear on the map. These sleepers appear randomly and contain valuable loot that can be stolen by the active players. The sleepers spawn automatically at set intervals and disappear again after a certain amount of time. Features: Random Sleeper Spawns: Sleeping players spawn at random locations on the map. Loot distribution: Each sleeper is filled with random items from the preconfigured loot list. Cooldown mechanism: There is a configurable cooldown time between sleeper spawns. Loot Notification: Players will receive a notification when a Sleeper has been looted. Admin commands: Admins can manually spawn, test or delete sleepers. Cluster spawns: Multiple sleepers can be spawned in a certain radius around a central position. Commands: /spawnsleepers - Spawns a random sleeper on the map cooldown 5 minutes for this command /testsleepers - Spawn a test sleeper at your position /clearallsleepers - Removes all sleepers on the map /clearsleepers - Removes the sleeper you are looking at Permissions: raidablesleepers.admin - Allows admins to spawn, test and delete sleepers. raidablesleepers.raid - Allows players to raid sleeping players. Config: { "NumberOfSleepers": 10, // Maximum number of sleepers on the map "AvailabilityDuration": 600.0, // Minutes when position change if not found "CooldownDuration": 300.0, // Minutes when a new sleeper should spawn if the NumberOfSleepers is not reached "EnableLootNotification": true, // Chat message who loots a sleeper? "ItemsToSpawn": [ { "Shortname": "ammo.rifle.explosive", "SkinId": 0, "MinimumAmount": 100, "MaximumAmount": 256 }, { "Shortname": "explosive.timed", "SkinId": 0, "MinimumAmount": 1, "MaximumAmount": 2 }, { "Shortname": "wood", "SkinId": 0, "MinimumAmount": 2000, "MaximumAmount": 6000 } ] } --- load, run, enjoy Support Discord$4.99- 3 comments
- 1 review
-
- #raidable base
- #raidable
- (and 8 more)
-
Version 2.8.0
74 downloads
HallOfShame is an entertaining and interactive plugin that records the most "embarrassing” statistics of the players and presents them in the chat. Features: Diverse statistics: Currently records the following player statistics, including: - Deaths by animals - Suicides - Helicopter crashes - Deaths from turrets - Starvation - Disconnections - Bans and kicks - Scientists - Cactus deaths - Radiation Deaths From version 2.0.0 there is the option to send the stats in Discord via a webhook! Automatic announcements: Sends funny "Shame” messages to the server chat at regular intervals. Multilingual support: Fully localized for multiple languages, including English, German, French, Spanish, Italian, Turkish, Russian and Ukrainian. Configurable: Easy to customize settings, including the frequency of announcements and the ability to exclude certain users or groups. Persistent data: Stores player statistics so that player "fame” is preserved beyond server restarts. Admin test command: Administrators can trigger test messages with the /shametest command. The player with the highest number is always presented in the chat! Commands: /shametest Permission: hallofshame.use - Players with this authorization are included in the statistics. hallofshame.admin - Enables the use of the test command. Config: { "AnnouncementInterval": 3600.0, "DiscordAnnouncementInterval": 86400.0, "DiscordWebhook": "https://discord.com/api/webhooks/YOURWEBHOOKLINK", "ExcludedGroups": [], "ExcludedUsers": [], "RaidableSleepersEnabled": true, "ShowAnimalDeaths": true, "ShowBans": false, "ShowCactusDeaths": true, "ShowDisconnections": false, "ShowHelicopterCrashes": true, "ShowKicks": false, "ShowRadiationDeaths": true, "ShowRaidableSleeperThefts": true, "ShowScientistDeaths": true, "ShowStarvation": true, "ShowSuicides": true, "ShowTurretDeaths": true } Multilingual Support: The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages: default: EN DE | FR | ES | IT | TR | RU | UK Please note that the language files were translated using the DeepL Language Tool --- load, run, enjoy load, run, enjoy Support Discord$6.99- 8 comments
- 1 review
-
- 1
-
-
- #hall of shame
- #hallofshame
-
(and 8 more)
Tagged with:
-
Version 1.0.0
12 downloads
Hey friends, welcome to my boat! Today I have something really nice for you: My plugin for the Tug boat offers you numerous additional options. It's perfect for farming, but also for monitoring your own protection! As soon as you start the engine, you have access to the boat radar. If you move away or switch off the engine, the radar is closed. You can use the radar to move through the world. The position and direction of travel are displayed based on the compass direction. You can also use the radar to scan the underwater world using sound - just like a real boater. Enemy players, sharks and, of course, underwater loot are displayed on your radar based on the position on the radar. Make the water world more interesting for your players! I hope you have a lot of fun with this plugin. If you want, you are welcome to join our support discord. This plugin works perfectly with our TugFarm plugin! Features: UI - A real-time radar Compass - Display of the compass direction Loot - Detection of underwatercrates Sharks - Detection of sharks NPCs - Uncovering NPCs Commands: You have no Commands Permissions: mytugboat.use Allows to use this Plugin. load, run, enjoy$10.99 -
Version 2.4.0
33 downloads
Description The Townhall plugin introduces a new level of realism to Rust by requiring players to own a plot of land before building. Players can claim land by setting up a mailbox. This can be done creatively, such as placing a vending machine in a safe zone or having an NPC distribute mailboxes in a town hall. Once a mailbox is placed, the plot of land is protected immediately: only the owner and the owner's Rust team may build inside the plot, everyone else is blocked. Building is also blocked everywhere outside of an owned plot, so a mailbox is the only way onto the map. Every plot owner gets a small management UI to rename their plot, control who gets ejected, manage a whitelist, and pick a color for the plot's visual boundary dome. Townhall enhances gameplay for RP servers and is versatile enough for PvE and mixed-variant servers. Dependencies Townhall requires two other plugins to be installed and loaded: - ZoneManager by k1lly0u - ZoneDomes by k1lly0u Townhall waits up to 30 seconds after startup for both plugins to load before it initializes. To limit your mailboxes on the server, you can use Entity Limit. Functions - Must own a plot of land (a placed mailbox) in order to build anywhere on the map - Only the plot owner and the owner's Rust team may build inside that plot, all other players are rejected - Plot boundaries are shown as a colored dome for a configurable duration - The plot boundary can be shown again at any time with the /myplot command - Owners can pick the dome color for their own plot from five colors (Standard, Red, Blue, Green, Purple) directly in the management UI, the change applies instantly if the dome is currently visible - Owners can rename their plot from the management UI - Owners can toggle ejecting non-whitelisted players from the plot - Owners can toggle ejecting sleeping players from the plot - Owners can add and remove players from a whitelist per plot - Plot size, dome duration and messages can all be set in the config - Optional mailbox pickup system: owners can pick their mailbox back up with a hammer, which removes the plot and returns the mailbox as an item - Mailboxes carried on death are safely returned to the player on respawn instead of being lost to the corpse Permissions townhall.myplotofland Chat Commands - /myplot shows the boundary dome of the nearest owned plot - /townhallhelp opens the plot management UI when standing near an owned plot - /mailboxpickup shows a short info message about the pickup feature (only available if mailbox pickup is enabled in the config) Config { "Show Zone Messages": true, "Mailbox Check Radius": 50.0, "Zone Dome Visibility Duration (seconds)": 60.0, "Zone Update Interval (seconds)": 300.0, "Default Zone Radius": 50.0, "UI Panel Color": "0.106 0.114 0.129 0.98", "UI Surface Color": "0.145 0.157 0.184 1.0", "UI Border Color": "0.204 0.224 0.263 1.0", "UI Button Color": "0.169 0.180 0.212 1.0", "UI Button Hover Color": "0.216 0.231 0.271 1.0", "UI Accent Color": "0.290 0.560 0.960 1.0", "UI Text Color": "0.902 0.922 0.949 1.0", "UI Muted Text Color": "0.549 0.580 0.639 1.0", "UI Danger Color": "0.859 0.361 0.380 1.0", "UI Default Position": "Center", "Enable Mailbox Pickup": true, "Require Ownership for Pickup": true, "Show Pickup Messages": true, "Enable Zone List Teleport": true } UI Default Position determines where the plot management UI appears on the screen by default. Players can cycle through the position using a button in the UI itself; this value is only the starting value. Possible values: Center Bottom Left Top Left Top Right Bottom Right Attention this plugin works and harmonizes perfectly with our MyHouse plugin load, run, enjoy$13.99- 8 comments
- 1 review
-
Version 2.2.0
17 downloads
"MyHouse" is an extensive plugin for Rust that enhances and improves the house management system in the game. It offers players the ability to name, find, and manage their houses, as well as use additional features like doorbells and mailboxes. The plugin aims to enhance the social player experience in Rust by providing players with more opportunities to personalize their houses and interact with others. It adds an extra layer of community and competition to the game by encouraging players to build impressive houses and share them with others. Features: House Naming: Players can name their Tool Cupboards (TCs) to make their houses easier to identify. House Searching: Players can find named houses of other players on the map by searching for the player’s name. Doorbells: Install and manage doorbells with 7 different sound options. Mailboxes: Enhanced functionality for mailboxes, displaying information about the house. House Rating System: A complex rating system that considers various factors like player votes, house statistics, house age, and number of owners. UI System: A user-friendly interface for managing and displaying all house functions. Commands: /myhouse <name> - Names the Tool Cupboard the player is looking at. /rename <name> - Renames an already named Tool Cupboard. /removemyhouse - Removes the name from a Tool Cupboard, making it unsearchable by other players. /findhouse <player name> - Finds and marks the named houses of another player on the map. /myhousehelp - Opens the help menu with an overview of all commands. /addbell - Adds a doorbell at the location the player is looking at. /removebell - Removes an installed doorbell. /set bell [1-7] - Changes the doorbell sound. Permissions: myhouse.use - Allows basic use of the plugin (house naming, house searching). myhouse.doorbell - Allows installation and management of doorbells. myhouse.mailbox - Allows use of advanced mailbox functions. Config: The plugin settings can be adjusted in the MyHouse.json file in the config folder. Here you can change properties like cooldown times, sound effects, and default language. { "CooldownSeconds": 20.0, "EggActiveDuration": 20.0, "DefaultSound": "assets/prefabs/misc/easter/painted eggs/effects/egg_upgrade.prefab", "DefaultLanguage": "en" } Multilingual Support: The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages: default: EN DE | FR | ES | IT | TR | RU | UK Please note that the language files were translated using the DeepL Language Tool load, run, enjoy Join my Discord pick the Role -> Flash and find Free Plugins Support Discord$29.99