Jump to content

Marte6

Creator
  • Posts

    344
  • Joined

  • Last visited

Everything posted by Marte6

  1. Yes, it’s already possible! They just need to aim the hammer at the adapters to pick it up.
  2. It looks like there was a small mistake in the command—the correct one is giverecycler. And to use the "box.wooden.large" item, the skin ID is 3357927081.
  3. Now you can also use the command givrecycler {SteamID64 or Name} to give the recycler directly.
  4. I’m really sorry about that! In the latest version, I changed the item to "box.wooden.large" specifically to avoid giving a test generator and also to allow rotation. You can switch the item to "box.wooden.large" to fix this issue. Thanks for your patience!
  5. Marte6

    Turbo Weapons

    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 },
  6. Marte6

    Turbo Weapons

    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
  7. Marte6

    Turbo Weapons

    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.
  8. 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).
  9. 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.
  10. Marte6

    Turbo Weapons

    Version 2.2.2

    272 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!
    $18.00
  11. I just updated it, and now you'll be able to pass the player ID in the command.
  12. Done, you can test on config "AnchorMin": "0.51 -0.01", "AnchorMax": "0.51 -0.01",
  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. Unfortunately, I can't remove them due to the use of the conveyor. However, you can only use the menu to open them.
  16. Marte6

    Duping

    Changed Status from Pending to Not a Bug
  17. Marte6

    Duping

    Oh, okay, was trying to reproduce already, no problem.
  18. Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.0
  19. Changed Status from Closed to Work in Progress
  20. I will finish this change today and will upload it soon after testing!
  21. Changed Status from Pending to Closed
  22. Hi! I appreciate the suggestion, and it’s a great idea! For now, I'm holding off on implementing this due to the scope of the changes—it’s quite a big update. But it's definitely something I could consider for a future, major update. Thanks for the input!
  23. Changed Status from Work in Progress to Closed
  24. Select Item on the type, shortname electric.generator.small, skin 3341430953
  25. Changed Status from Pending to Work in Progress
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.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.