Jump to content

Martian

Creator
  • Posts

    773
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Martian

  1. Martian

    Quarry Computer

    1.2.0 - What's New Access Control Options: Introduced configuration options for controlling access. Allow Team Access Allow Friends Access
  2. Martian

    Quarry Computer

    I will update it either today or tomorrow and add this new option!
  3. Version 1.6.6

    671 downloads

    Quarries have evolved into personal computers that can be placed within player bases, providing full customization. Everything, from fuel types to unlimited upgrades, is configurable, including upgrade requirements, mined items, and fuel. Seamlessly integrating with the industrial system. FEATURES Intuitive UI: Simulates old DOS programs for easy use Full Customization: Item output, fuel, and upgrade requirements can be adjusted Unlimited Upgrades: Use items, Economics, and ServerRewards for upgrades Base Placement: Quarry Computers can be placed inside bases Industrial Automation-Ready: With permissions for seamless integration Screen Activation: Easily see if the computer is on, with percentage displays Multi-Language Support: Fully translatable Player Permissions: Control how many quarries a player can own and upgrade Persistent Data: Upgrades and item levels are saved across restarts VIDEO SHOWCASE Here’s how to add the recycler to your shop: Use the Command: gq %steamID% PERMISSIONS "quarrycomputer.give" Grants the player the ability to use the customizable command (/gq <User>) to give themselves or other players a Quarry Computer. "quarrycomputer.industrialinput" AND "quarrycomputer.industrialoutput" Allows players to connect industrial storage adaptors to their quarries, enabling automated resource handling. "quarrycomputer.vip" Provides players with additional benefits or features, such as having a higher limit on the number of quarries they can deploy. "quarrycomputer.norequirements" Allows players to upgrade their quarries without needing to meet the usual item or resource requirements. "quarrycomputer.admin" Provides administrative control over players' quarries, such as the ability to manage or interact with any quarry regardless of ownership. CONFIGURATION You can have as many upgrade levels as you want. Use Economics and ServerRewards on the item shortnames to use currency. Any in-game item can be used. Requirements can utilize Economics and ServerRewards based on the item shortname. Item shortnames are validated when the plugin loads, with a warning issued if they need to be fixed.
    $14.99
  4. Martian

    Weapons Turbo

    I’ll try to add an additional profile for configurations in a future update!
  5. I’ll take a look at this and try out some solutions soon!
  6. Martian

    Weapons Turbo

    All weapons are added to the config when the plugin loads, so you can adjust them either through the UI or directly in the config. { "Weapon Shortname": "lmg.m249", "Magazine Capacity": 100, "Fast Reload": true },
  7. Martian

    Weapons Turbo

    Permission turboweapons.admin Allows access to open the TurboWeapons menu with the "turboweapons" command Permissions: turboweapons.fastreload To use the faster reload turboweapons.customcapacity To use the custom mag
  8. Martian

    Weapons Turbo

    You can change it directly in the UI, but it can also be modified in the config—it’s not limited to just the config.
  9. Done! New Features: Configurable Recycling Delays: Introduced two new permissions: recyclerbox.delay1 and recyclerbox.delay2. Players with these permissions will experience a delay when recycling items. The delays can be configured in the plugin settings. Default delay durations are set in the configuration: DelayForPermission1: Sets the recycling delay for players with the recyclerbox.delay1 permission (default is 1 second). DelayForPermission2: Sets the recycling delay for players with the recyclerbox.delay2 permission (default is 2 seconds).
  10. Yes, it's possible to add a delay to the recycling process. I can implement a permission-based configuration that allows for customized recycle speeds, so it won't be instant.
  11. Version 2.3.3

    686 downloads

    Transform your Rust server’s combat dynamics with TurboWeapons, a powerful plugin that allows you to customize firearm magazine capacities based on player VIP levels. Whether you want to reward your dedicated players with enhanced firepower or maintain balanced gameplay, TurboWeapons provides a flexible and intuitive system to achieve your goals. Key Features Three Distinct VIP Levels: Implement VIP1, VIP2, and VIP3 permissions (turboweapons.vip1, turboweapons.vip2, turboweapons.vip3), each offering unique magazine capacities for firearms. Tailor the firepower rewards to match your server’s progression and economy. Customizable Magazine Capacities: Assign separate MagazineCapacityVip1, MagazineCapacityVip2, and MagazineCapacityVip3 settings for each firearm in your configuration. Ensure that each VIP tier receives appropriate enhancements without affecting other levels. User-Friendly Configuration UI: Administrators can easily manage and adjust magazine capacities through an intuitive in-game UI. The updated interface replaces the old multiplier buttons with dedicated VIP selection buttons, allowing for seamless switching and editing of capacities for each VIP level. Fast Reload Support: Enhance gameplay with optional fast reload capabilities. Administrators can toggle fast reload settings per firearm, providing a tactical advantage to players who hold the necessary permissions. Dynamic Ammo Management: TurboWeapons intelligently handles ammo consumption and replenishment based on player permissions and VIP levels. It ensures that magazine capacities align with the configured settings, maintaining a balanced and engaging combat experience. Dependency Integration: Seamlessly integrates with popular plugins such as ImageLibrary, LangAPI, Notify, and SkillTree, allowing for extended functionality and customization. Configuration Flexibility: Customize each firearm’s magazine capacities independently for each VIP level. Adjust settings to fit your server’s unique balance requirements and player progression systems. Commands Admin Chat Commands: /turboweapons – Opens the TurboWeapons configuration UI. Permissions turboweapons.admin – Grants access to UI edit features. turboweapons.vip1 turboweapons.vip2 turboweapons.vip3 Dependencies ImageLibrary – Required for managing and displaying weapon icons in the UI. LangAPI – Optional, for enhanced language support and localization. Notify – Optional, for sending in-game notifications to players. Configuration TurboWeapons offers a comprehensive configuration system, allowing administrators to define default settings and customize each firearm’s capacities per VIP level. The configuration file includes: { "Use Notify Plugin": true, "Use LangAPI Plugin": true, "Weapon Configurations": [ { "Weapon Shortname": "blunderbuss", "Magazine Capacity (VIP1)": 2, "Magazine Capacity (VIP2)": 2, "Magazine Capacity (VIP3)": 2, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "hmlmg", "Magazine Capacity (VIP1)": 60, "Magazine Capacity (VIP2)": 60, "Magazine Capacity (VIP3)": 60, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "homingmissile.launcher", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "lmg.m249", "Magazine Capacity (VIP1)": 100, "Magazine Capacity (VIP2)": 100, "Magazine Capacity (VIP3)": 100, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "minigun", "Magazine Capacity (VIP1)": 300, "Magazine Capacity (VIP2)": 300, "Magazine Capacity (VIP3)": 300, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "multiplegrenadelauncher", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.eoka", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.m92", "Magazine Capacity (VIP1)": 15, "Magazine Capacity (VIP2)": 15, "Magazine Capacity (VIP3)": 15, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.nailgun", "Magazine Capacity (VIP1)": 16, "Magazine Capacity (VIP2)": 16, "Magazine Capacity (VIP3)": 16, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.prototype17", "Magazine Capacity (VIP1)": 18, "Magazine Capacity (VIP2)": 18, "Magazine Capacity (VIP3)": 18, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.python", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.revolver", "Magazine Capacity (VIP1)": 8, "Magazine Capacity (VIP2)": 8, "Magazine Capacity (VIP3)": 8, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "pistol.semiauto", "Magazine Capacity (VIP1)": 10, "Magazine Capacity (VIP2)": 10, "Magazine Capacity (VIP3)": 10, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "revolver.hc", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak.diver", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 100, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.ak.ice", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.bolt", "Magazine Capacity (VIP1)": 4, "Magazine Capacity (VIP2)": 4, "Magazine Capacity (VIP3)": 4, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.l96", "Magazine Capacity (VIP1)": 5, "Magazine Capacity (VIP2)": 5, "Magazine Capacity (VIP3)": 5, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.lr300", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.m39", "Magazine Capacity (VIP1)": 20, "Magazine Capacity (VIP2)": 20, "Magazine Capacity (VIP3)": 20, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.semiauto", "Magazine Capacity (VIP1)": 16, "Magazine Capacity (VIP2)": 16, "Magazine Capacity (VIP3)": 16, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rifle.sks", "Magazine Capacity (VIP1)": 15, "Magazine Capacity (VIP2)": 15, "Magazine Capacity (VIP3)": 15, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rocket.launcher", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "rocket.launcher.dragon", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 10, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.double", "Magazine Capacity (VIP1)": 2, "Magazine Capacity (VIP2)": 2, "Magazine Capacity (VIP3)": 2, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.m4", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.pump", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.spas12", "Magazine Capacity (VIP1)": 6, "Magazine Capacity (VIP2)": 6, "Magazine Capacity (VIP3)": 6, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "shotgun.waterpipe", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.2", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.mp5", "Magazine Capacity (VIP1)": 30, "Magazine Capacity (VIP2)": 30, "Magazine Capacity (VIP3)": 30, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "smg.thompson", "Magazine Capacity (VIP1)": 20, "Magazine Capacity (VIP2)": 20, "Magazine Capacity (VIP3)": 20, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "snowballgun", "Magazine Capacity (VIP1)": 50, "Magazine Capacity (VIP2)": 50, "Magazine Capacity (VIP3)": 50, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "speargun", "Magazine Capacity (VIP1)": 1, "Magazine Capacity (VIP2)": 1, "Magazine Capacity (VIP3)": 1, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true }, { "Weapon Shortname": "t1_smg", "Magazine Capacity (VIP1)": 18, "Magazine Capacity (VIP2)": 18, "Magazine Capacity (VIP3)": 18, "Fast Reload (VIP1)": false, "Fast Reload (VIP2)": true, "Fast Reload (VIP3)": true } ], "Version": { "Major": 2, "Minor": 1, "Patch": 0 } } TurboWeapons empowers you to create a more engaging and customizable combat environment on your Rust server. Reward your VIP players with enhanced firepower, maintain game balance, and provide an enriched gameplay experience with this versatile plugin!
    $14.99
  12. I just updated it, and now you'll be able to pass the player ID in the command.
  13. For now you can add by item, Item on the type, shortname electric.generator.small, skin 3341430953
  14. Yes, I will update it by tomorrow.
  15. Version 1.8.93

    2,995 downloads

    Industrial Recycler – The Ultimate Automated Recycling System for Rust! Supercharge your Rust server’s recycling experience with the Industrial Recycler plugin! Empower your players to automate, optimize, and control every aspect of item recycling, whether they want a plug-and-play setup or deep customization. Core Features Automated Industrial Recycling Fully automate resource processing! Industrial recyclers can be linked to input/output storage and adapters, allowing seamless recycling and transfer between containers. Standard Recycler Option Prefer a classic touch? Standard recyclers are also available—simple and reliable, with or without automation. Shop, Give, and Upgrade Commands /buyindustrialrecycler – Buy an industrial recycler (Permission: industrialrecycler.buyindustrial) /buyrecycler – Buy a standard recycler (Permission: industrialrecycler.buystandard) /giveindustrialrecycler & /givestandardrecycler – Instantly give recyclers to any player (Permission: industrialrecycler.give) /upgraderecycler – Instantly upgrade a standard recycler to industrial (Permission: industrialrecycler.give) /irec or /virtualrec – Open your personal virtual recycler from anywhere (Permission: industrialrecycler.virtual) VIP & Admin Benefits Tiered Ownership Limits Customizable limits for Standard, VIP1, VIP2, and Admins (Admins enjoy unlimited recyclers). Configurable Purchase Costs Set any item or currency as the price for purchasing recyclers in your shop. Advanced Access Control Permissions for Everything Decide who can buy, give, place, upgrade, or pick up recyclers with flexible permissions. Ownership Security Limit recycler usage to owner only, or expand to team/friends (via Friends plugin). NoEscape Integration Automatically restrict virtual recycling if players are raid-blocked or in combat (optional). Interactive & User-Friendly UI Intuitive Panels Jump between recycler, input, and output with a click—no more clunky menus! Layout Toggle Owners can switch between layout styles instantly, right from the UI (with permission). Shop & Purchase UI Players buy recyclers via an in-game panel with clear costs and confirmation. Virtual Recycler (Anywhere Recycling!) Personal Recycler Players with permission can access a virtual recycler from anywhere with commands like /irec—no need to place a recycler at their base! Placement & Pickup Place on Foundations, or Tugboats (Standard only) Pick Up Easily Use a hammer to pick up your recycler or its adapters (if permitted)—items inside will be safely returned. Customization & Flexibility Change the Base Item Make the recycler any deployable you want—match your server’s style! Custom Skins Industrial and Standard versions each use their own skin for clear identification. Hide Storage Containers For minimalistic servers, hide storage visuals for a cleaner look. Full Localization Support Available Languages: English, Portuguese, German, Spanish All chat and UI messages are ready for your global player base. Smart Quality-of-Life Dropped Item Protection If recyclers are destroyed or picked up, any leftover items are safely dropped for the owner. Recycler Speed Tiers Special permissions allow VIPs/Admins to recycle at faster speeds. Why Choose Industrial Recycler? Transform recycling into a powerful, automated experience. Perfect for PVE, PVP, RP, and creative servers. Easy to set up, ultra-configurable, and packed with features for admins and players alike. Embrace the future of recycling in Rust—install Industrial Recycler today! Configuration File:
    $25.00
  16. Hey there! Great minds think alike! I just uploaded an update with the small box option. It's like we were on the same wavelength! Thanks for the link, and keep those awesome ideas coming. Who knows what we'll cook up next?
  17. It’s not difficult, and I'll take a look at it tomorrow. I think I might add more box options as well.
  18. Fixed RecycleDropped!
  19. I've just finished making the changes you requested: Added an option for a skin blacklist. Added an option to send items from the virtual recycler directly to the inventory. Added German translation. Let me know if everything works as expected!
  20. That's a great idea! I’ll try to implement that in the new version within the next few days as well
  21. In the current version, when you close the virtual box with items inside, they drop directly to the ground. So, it's always a good idea to grab the items before closing it. However, in the next version, there will be an option to send the items to your inventory before they fall to the ground. If your inventory is full, only then will the items drop.
  22. It would be great if plugin descriptions supported HTML formatting. This would allow developers to use headings, lists, links, and other elements to make descriptions more structured and easier to read. It would also improve user experience by making key information more accessible and visually organized.
  23. Hi! Just uploaded new version with this feature!
  24. I will keep that in mind for the next update.
  25. Hi, I just uploaded a new version with the requested features, just need to wait the aprovall.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.6k

Files Sold

Total number of files sold.

3.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.