-
Posts
187 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by RustFlash
-
Changed Status from Work in Progress to Closed
-
I'm very happy to receive feedback
-
That makes sense. Would you please test v.2.0.0. It should work.
-
Changed Status from Closed to Work in Progress
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Version 3.0.0
41 downloads
NoRecycle NoRecycle is a plugin designed to protect players from accidentally recycling valuable items in PVE and RP environments. Environments often allow players to collect items such as money, coins, prizes, thalers, or other currencies that they don't want to accidentally recycle. This plugin allows server administrators to set a list of items that are not allowed to be recycled. This list may contain specific currencies, prizes, or other important items that are crucial to gameplay or roleplaying. By using NoRecycle, server administrators can ensure that players do not accidentally lose valuable items by recycling them. The plugin blocks the recycling of these specific items, giving players an additional level of security and helping to ensure a realistic and enjoyable gaming experience in PVE and RP environments. In addition, NoRecycle can also be used for other purposes where a similar mechanic is desired to prevent certain items from being recycled. This can be customized depending on the needs of the server and player community. *edit From version 2.0.0, you can use the plugin in even more versatile ways. You now have the option of entering the corresponding SkinID. If you want to use vanilla items, please leave the SkinID at 0. From version 2.4.0 you can also use multiple SkinIDs for the same item. Here is an example: From version 2.6.0 it also works with Wallpaper Packet From version 3.0.0 it also works with XDQuest (Quest System) I thank you for the code insights from dezlife, so some code confrontations could be eliminated please take a look at the Quest plugin it is highly recommended Config: { "NonRecyclableItems": { "sticks": [ 123456789 ], "paper": [ 987654321 ], "rock": [ 807372963, 2145518274, 0 ] } } load, run, enjoy Support Discord$5.99 -
Version 2.0.0
73 downloads
TheIceThrone "TheIceThrone" plugin bestows upon players sitting on the Ice Throne in the game Rust a complete restoration of their health, food, and water reserves. It's designed to provide an additional reward for players engaging with this special object, enhancing the gameplay experience by offering a unique interaction with the game world. Permissions theicethrone.use load, run, enjoy Join my Discord pick the Role -> Flash and find Free Plugins Support Discord$0.99 -
Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
-
Thanks for your feedback, check the new version. 1.2.0
-
Changed Status from Pending to Work in Progress
-
Today I will check whether there is an error in the plugin or Config and then get back to you.
-
Thanks for your feedback, you were right, I adapted the plugin: ➔ | Switch to RustPlugin class for improved compatibility and performance ➔ | Addition of the OnServerInitialized() function for registering authorisations at server startup ➔ | Implementation of the LoadDefaultMessages() method for loading default messages for language support ➔ | Add support for preventing admins from looting via DroppedItemContainer and LootableCorpse ➔ | Update authorisation check and error message output for clearer user interaction
-
-
Version 1.0.0
4 downloads
Nomad WebPage Features This is a premium web design that you can upload to any web host of your choice. It's complete and includes all pages! It's not just a landing page, it has everything you need. You can also extend or customise it as you wish with little knowledge. It is up to date and can therefore be accessed on more than just one PC. You have all the important formats on just one page! - Desktop - tablet - Mobile - The site is also SEO optimised Please understand that I do not incorporate special requests or make web hosting customisations for everyone. You can contact me in my Support Discord if you have such questions. I will see what I can do in special cases. If you are ready for a premium web design, please follow the detailed documentation! Adjustments Website The created pages are examples and can be completely customised to your needs with little knowledge. You do not need a lot of HTML/CSS knowledge. A copy/paste is sufficient in __most__ cases. So, what do you have to do now? 1. open all files in the main folder "/" that end with .html. - Customise all meta tags! The page is SEO optimised and should rank well in the statistics! The metadata can be found in the .html files under: <!--##### M E T A #####--> 2. customise <!--##### T I T L E #####--> now! - You can replace the favicon in the main folder /favicon.png! 3. Insert your content on every page! - This is ALWAYS located in <div class="article"> under: <!--##### C O N T A I N E R #####--> - for line breaks you can use <br>. - To write text, use <p>your text</p> 4. Delete Footer - Remove them in css/style_arctic.css: .footer { Content } - open all files ending with .html and delete them very far down: <div class="footer"> © 2023 <a href="https://rustflash.de">RustFlash</a> | THIS IS A COPYRIGHT CLAIM</a> </div> Your Logo - Replace the logo in the folder /img/logo.png You can customise the menu with copy/paste, you can find it under <!--##### M E N U E #####--> If you get stuck, please contact us in our Support Discord. Please select the Flash role when joining. https://discord.gg/J28mksRDVR D E M O https://nomad.rustflash.de/ load, run, enjoy$39.99 -
- 296 comments
-
- #building
- #foundation
-
(and 27 more)
Tagged with:
- #building
- #foundation
- #tool
- #tools
- #ui
- #upgrading
- #remove
- #upgrade
- #blocks
- #clans
- #friends
- #noescape
- #interface
- #hud
- #build skins
- #grade
- #gredable bases
- #grade rust bases
- #build system
- #upgrade buildings
- #remove structures
- #downgrade structures
- #base customization
- #best grade plugin
- #build plugin by mevent
- #reskin
- #bgrade
- #skins
- #building skins
-
- 129 comments
-
There is a general time specification in minutes that you can create in the config. For example : "SpoilingTimeInMinutes": 60, Means = after 60 minutes the food is rotten. This is a nice addition but very complicated. I'll put it on my to-do. It could require a lot of resources. At the moment the plugin is very simple and inexpensive to program. But I will consider the change on my to-do list. It has little impact on performance because it uses the timer.Repeat method to call the spoiling method at regular intervals.