-
Posts
44 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Vinni P.
-
Version 1.5.8
230 downloads
PluginCleaner is a Rust server management tool designed to keep your server’s plugin directories organized and free of unused files. It scans the plugin folder to detect active plugins and checks the associated data, config, and lang folders for files related to plugins that are no longer installed. This helps reduce clutter and prevent potential performance issues by removing outdated or orphaned files. Automated Cleanup: Scans the plugins directory to identify installed plugins and removes files without matching plugins. Optimized Server Maintenance: Helps keep server directories clean, ensuring a more streamlined setup and improved performance. Customizable Execution: Run the cleanup specifically for Oxide or Carbon plugins with the console command. Execute the following command in the console to initiate the cleanup: cleanplugins <oxide|carbon> The settings and options for this plugin can be configured in the PluginCleaner.json file under the oxide/config or carbon/configs directory. { "AutoRemoveFiles": true, "CustomDataMappings": { "BuildingSkins": [ "BuildingSkins_Data" ], "NTeleportation": [ "NTeleportationbandit", "NTeleportationoutpost" ], "StatsController": [ "statscontroller" ], "BetterVanish": [ "BetterVanish-SafePoints", "BetterVanish-PersistPlr" ], "PluginName": [ "PluginName_Data", "pluginname" These are for the data folder in ether Oxide or Carbon ] }, "IgnoredFiles": { "config": [], "lang": [], "data": [ "oxide.users.data", "oxide.lang.data", "oxide.groups.data", "oxide.covalence.data", "vendordata_cf.db", "vendordata_svowner.db" ] } } RustForge is a Discord server dedicated to aiding both novice and seasoned server owners, as well as plugin developers. If you require assistance with any of my plugins or prefabs, I strongly advise joining the server to receive support. RustForge Invite Note: Use this tool with caution, as it will permanently delete files related to plugins not currently installed.Free -
Hello, I think I know a way to make this possible but this will require a rebuild of the site as I have some more things in mind like a admin side as then you will need to delete photos from a user or you will need to blacklist a user from uploading images. There is a lot I need to add and will most likely take me a bit as I am one person and I have limited time due to my other projects. Thanks,
-
Changed Status from Pending to Closed
-
Hello Hello, Did you add your Discord User id in the config.php? Thanks
-
Hello, Yes currently you login with discord and it gets your userid and if your user id is in the config file it will allow you to upload and remove images / maps / videos. I have gotten some suggestions from people to have a login page and I am going to add that and also have a sso for Discord so you can also login with Discord if you would like. I have just finished the discord bot side of things and I am going to finish up the map page and video page aswell with adding a new login page. Currently there is not an admin dashboard but could be useful in the future. If you have any suggestions please ether post them here or comment them in discord I like to see what people want. Thanks.
-
Version 2.2.1
64 downloads
This website provides a secure and user-friendly platform for managing images, files, videos, and Rust maps. Users can log in using their Discord accounts, with permissions controlling their ability to upload or delete content. Those with view-only access can browse photos without the risk of unauthorized uploads or deletions, ensuring a well-organized and secure environment. PHP-based website Discord bot (Node.js) A domain with web hosting to host the website. A Discord bot (though it does not need to be active for the website to function). 1.Download the .zip file from Codefling. 2.Extract the contents of the folder. 3.Upload the website files to your web hosting provider. 4.Configure the config.php file with your settings. 5.You're all set! 1. Retrieve the .zip file from Codefling. 2. Extract the contents of the folder. 3. Transfer the ImageHosting Bot files into your bot hosting service provide or if you are self hosting the bot you can skip this. 4. Fill out the config.json file. 5. Your main bot file is index.js so if you are using pterodactyl you will want to put that in the startup page depending on the host. 6. Start the bot. 7. Done! Image Management: /image-upload - Upload an image to the website. /image-list - List all uploaded images. /image-remove - Remove an image from the website. Video Management: /video-upload - Upload a video to the website. /video-list - List all uploaded videos. /video-remove - Remove a video from the website. Map Management: /map-upload - Upload a Rust map to the website. /map-list - List all uploaded maps. /map-remove - Remove a map from the website. File Management: /file-upload - Upload a file to the website. /file-list - List all uploaded files. /file-remove - Remove a file from the website. Ability to upload images, files, videos, and Rust maps. Option to remove images and other files. Quick copy feature for direct links to uploaded content. Permissions control for secure content management. RustForge is a Discord server dedicated to aiding both novice and seasoned server owners, as well as plugin developers. If you require assistance with any of my plugins or prefabs, I strongly advise joining the server to receive support. RustForge Invite Graphics: @Khakiz Inspiration: @Zand3rs Special Thanks: @Bojack$16.99 -
Hello Mevent, Just a little suggestion here maybe there is a way to do this now but I have VIP kits that are bought on my store but I also have a discord kit that people get by linking. Is there a way to change just that one from "purchasable at store.domain.com" to "claimable by linking on link.domain.com"? Thanks,
- 207 comments
-
- #kits
- #sets
-
(and 35 more)
Tagged with:
- #kits
- #sets
- #autokits
- #rustkits
- #kits plugin
- #cooldowns
- #amounts
- #kit
- #set
- #item kits
- #auto kits
- #kit cooldowns
- #rewards
- #items
- #kits rust plugin
- #kits auto
- #kits mevent
- #kits with menu
- #kits in menu
- #kits and serverpanel
- #kits with editor
- #kitsui
- #kiticon
- #kits by mevent
- #rust kits
- #kits converter
- #kits umod
- #kits ui
- #kits rust
- #kit economy integration
- #server management kits
- #rust kits plugin
- #customizable kits
- #auto kits setup
- #in-game management kits
- #rust servers kits
- #rust plugin for kits
-
Version 1.0.0
16 downloads
StrikeSystem is your ultimate solution for maintaining order and accountability within your Discord server's staff team. Designed specifically for server administrators and moderators, the StrikeSystem automates the strike system, making it easier than ever to track infractions and enforce disciplinary actions fairly. - Requirements - 1. Need access to a mysql database. 2. Must have some way to run a Node.js discord bot. - Setup Guide - 1. Retrieve the .zip file from Codefling. 2. Extract the contents of the folder. 3. Transfer the StrikeSystem files into your bot hosting service provide or if you are self hosting the bot you can skip this. 4. Fill out the config.json file. 5. Your main bot file is index.js so if you are using pterodactyl you will want to put that in the startup page depending on the host. 6. Start the bot. 7. Done! - Commands - 1. /strike Allows people with the correct permissions to strike other members of there behavior and log that information into a mysql database. After striking the user they will get a message from the bot and the bot will send a message to the channel that you setup in the config.json. 2. /get-strike Once you sent the all staff role in the config.json that will allow them to use this command without adding the user at the end to check there own strikes. Only people with the correct role will be able to add a user on the end to check other peoples strikes. 3. /remove-strike Users with the correct permissions will be able to delete / remove strikes from users. - Features - 1. Abulity to strike users. 2. Set every command behind different permissions. 3. Send a log of each command that has been ran. 4. The user that got the strike gets a dm with the strike information. 5. Remove strikes and the embed it sent into the channel. - Preview - - Support - RustForge is a Discord server dedicated to aiding both novice and seasoned server owners, as well as plugin developers. If you require assistance with any of my plugins or prefabs, I strongly advise joining the server to receive support. RustForge Invite$5.00 -
Version 1.0.1
15 downloads
Introducing our versatile Boat Dock, designed to accommodate a range of watercraft, from sleek RIBs to nimble small boats, and sturdy TugBoats. Whether you're a recreational boater seeking a spot to park your weekend cruiser or a commercial operator needing a reliable berth for your TugBoat, our Boat Dock provides the perfect solution. There is also a fish exchange on the BoatDock that you can get some scrap for the fish that you caught out at sea. - Installation - 1. Retrieve the .zip file from Codefling. 2. Extract the contents of the folder. 3. Transfer the BoatDocks folder to the CustomPrefab directory within your RustEdit. 4. Done! 5. To access the prefabs in the custom section of the prefab browser. - Included - - Prefabs - 1. BoatDockTugBoat.prefab 2. BoatDockTugBoatSnowy.prefab 3. DockWithSmallBoats.prefab 4. DockWithSmallBoatsSnowy.prefab - Features - 1. Fish Exchange 2. Poker Table 3. Recycler 4. Locker 5. Loot Spawns - Support - RustForge is a Discord server dedicated to aiding both novice and seasoned server owners, as well as plugin developers. If you require assistance with any of my plugins or prefabs, I strongly advise joining the server to receive support. RustForge Invite$5.00 -
- 86 comments
-
- 86 comments
-
- 979 comments
-
- 1
-
-
- #loot
- #customloot
- (and 13 more)
-
- 979 comments
-
- 1
-
-
- #loot
- #customloot
- (and 13 more)
-
OK, so i found out that i had to install the motor module but now iam getting this error when I try to start the bot.
-
Hello this is my first time installing a discord bot premade and I need some help. I did all the steps but just get the error iam on a VPS if that helps.
-
here is a video of the issue https://medal.tv/games/rust/clips/1cbRxx4_aInUlA/d1337neUqKxz?invite=cr-MSw0UGssMzU2NjEwNiw