-
Posts
187 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
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 1.0.0
21 downloads
SkinFinder is an admin tool with which you can pull the SkinID of certain objects. The nice side effect is that the short name and the NetID are also displayed. More Free Plugins: If you are looking for more useful free plugins, please have a look at my Discord, you only have to choose the Flash role when you join. Support Discord Permission: To use the plugin, you need the .use permission. skinfinder.use load, run, enjoy$0.99-
- #admin
- #admin tool
- (and 10 more)
-
- 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 1.6.0
30 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.0.0
53 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$4.99- 7 comments
- 1 review
-
- 1
-
-
- #hall of shame
- #hallofshame
-
(and 8 more)
Tagged with:
-
Version 1.0.0
7 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 1.4.0
11 downloads
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 indicated by a configurable bubble. Players can recheck their plot with the /myplot command. The plugin also notifies players when they enter another player's plot, with the option to disable this notification. Townhall enhances gameplay for RP servers and is versatile enough for PvE and mixed-variant servers. Functions - Must own a plot of land in order to build - Can mark out your plot yourself and see the boundaries - The plot boundaries can be displayed again and again with the /myplot command - Plot size can be defined in the config. - How long the plot marker should be displayed can be set in the config - Rescue messages from plots can be switched off in the config Permissions townhall.myplotofland Config { "Show Zone Messages": true, "Mailbox Check Radius": 50.0, "Zone Dome Visibility Duration (seconds)": 20.0 } Attention this plugin works and harmonizes perfectly with our MyHouse plugin load, run, enjoy$11.99 -
Version 1.4.0
6 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$39.99 -
I'm sorry but I'm changing my rating from 5 stars to 1 star. The plugin is still a helpful addition and the developer has made an effort to fix bugs. I bought the plugin when it was released. 3 days later the plugin was taken offline. It wasn't a lot of money but it's about the principle, so 1 star. I hope the developer does not take this badly and tests for future plugins whether he can offer bug support or not. Have a nice Sunday anyway