Jump to content

Martian

Creator
  • Posts

    773
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Martian

  1. Martian

    Dungeon Events

    There is already a configuration that removes the dungeon after a period of inactivity, but I can create one to remove it after a shorter time if a player enters and it becomes inactive, as well as a configuration to remove the lock for the player.
  2. Martian

    Dungeon Events

    Hello! Thank you for your interest in the plugin! It doesn’t use a lot of resources, so it should run smoothly on your server. Regarding the zone functionality, I haven’t implemented that yet, but it’s something I can add in future updates. For now, there’s an option in the configuration that allows the first player to enter a dungeon to lock it for themselves. You can also configure whether clan members or friends are allowed to enter the dungeon as well.
  3. Martian

    Dungeon Events

    Bonjour ! Merci pour votre suggestion. Je prévois d'ajouter l'achat par scrap dans une future mise à jour.
  4. Martian

    Dungeon Events

    What's New in Version 1.2.0 Performance Improvements: Optimized overall system performance for a smoother experience. New RCON Command: Added an RCON command for event purchasing. buydungeon hard %steamID% Random Auto Spawn: Implemented a random auto-spawn system. NPC Loot: Loot for NPCs is now fully configurable, allowing greater customization and control. Configuration for NPCs, Boxes, and Turrets: These are now configured with fixed numbers instead of percentages. Enhanced Turret Behavior: Turrets now engage targets more effectively. (For now, turrets have been removed from ceilings as they were sometimes getting stuck in walls.)
  5. Martian

    Quarry Computer

    { "Use LangAPI Plugin": true, "Use Notify Plugin": true, "RP Image URL": "https://i.ibb.co/C22VZDj/money.png", "Allow Team Access": true, "Allow Friends Access": true, "Give Quarry Command": [ "gq", "givequarry" ], "Drop Quarry Item on Destruction": true, "No Upgrades (Level 1)": { "Fuel Configuration": { "Shortname": "diesel_barrel", "Resource Extraction Interval In Seconds": 3600, "Fuel Required Per Extraction": 1 }, "Storage Slots": { "Fuel": 1, "Resources": 6 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 4 }, { "Shortname": "stones", "Amount": 35 }, { "Shortname": "metal.ore", "Amount": 7 }, { "Shortname": "sulfur.ore", "Amount": 7 } ] }, "Upgrades (Level 2+)": [ { "Fuel Configuration": { "Shortname": "lowgradefuel", "Resource Extraction Interval In Seconds": 30, "Fuel Required Per Extraction": 50 }, "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 6 }, { "Shortname": "stones", "Amount": 50 }, { "Shortname": "metal.ore", "Amount": 10 }, { "Shortname": "sulfur.ore", "Amount": 10 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, { "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 20, "Fuel Required Per Extraction": 100 }, "Storage Slots": { "Fuel": 6, "Resources": 24 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 10 }, { "Shortname": "hq.metal.ore", "Amount": 10 }, { "Shortname": "metal.ore", "Amount": 30 }, { "Shortname": "stones", "Amount": 100 }, { "Shortname": "sulfur.ore", "Amount": 25 } ], "Required Items To Upgrade": [ { "Shortname": "scrap", "Amount": 5000 }, { "Shortname": "pumpkin", "Amount": 1000 }, { "Shortname": "cloth", "Amount": 10000 }, { "Shortname": "red.berry", "Amount": 1000 }, { "Shortname": "bone.fragments", "Amount": 1000 } ] }, { "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 20, "Fuel Required Per Extraction": 100 }, "Storage Slots": { "Fuel": 6, "Resources": 24 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 10 }, { "Shortname": "hq.metal.ore", "Amount": 10 }, { "Shortname": "metal.ore", "Amount": 30 }, { "Shortname": "stones", "Amount": 100 }, { "Shortname": "sulfur.ore", "Amount": 25 } ], "Required Items To Upgrade": [ { "Shortname": "scrap", "Amount": 5000 }, { "Shortname": "pumpkin", "Amount": 1000 }, { "Shortname": "cloth", "Amount": 10000 }, { "Shortname": "red.berry", "Amount": 1000 }, { "Shortname": "bone.fragments", "Amount": 1000 } ] } ], "Keep Upgrades On Remove Quarry": true, "Profiles": { "Default (No Permission)": { "Quarry Limit": 1 }, "VIP (quarrycomputer.vip Permission)": { "Quarry Limit": 1 } }, "Item Name": "Quarry Computer", "UI Configuration": { "Font (DroidSansMono.ttf / PermanentMarker.ttf / RobotoCondensed-Bold.ttf / RobotoCondensed-Regular.ttf)": "DroidSansMono.ttf", "Header": { "Background Color": "0.4 0.4 0.4 0.95", "Font Color": "1 1 1 1", "Close Button": { "Background Color": "1 0 0 1", "Font Color": "1 1 1 0.5", "Font Size": 13 } }, "Background Color": "0.6 0.6 0.6 0.95", "Line Color": "1 1 1 1", "Left Panel": { "Shadow Color": "0 0 0 0.97", "Font Color": "1 1 1 1", "Background Color": "0 0 1 1", "Remove Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "1 0 0 1", "Font Size": 14 }, "Start Stop Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "0 1 0 1", "Font Size": 14 }, "Stop Stop Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "1 0 0 1", "Font Size": 14 } }, "Right Panel": { "Shadow Color": "0 0 0 0.97", "Font Color": "1 1 1 1", "Background Color": "0.5 0 0 1", "Upgrade Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "0 1 0 1", "Font Size": 14 } }, "Popup": { "Overlay Color": "0 0 0 0.9", "Shadow Color": "0 0 0 0.85", "Border Color": "1 1 1 1", "Background Color": "0 0 0 1", "Button Color": "0.6 0.6 0.6 0.95", "Confirm Button Color": "0 1 0 1", "Cancel Button Color": "1 0 0 1" } }, "Version": { "Major": 1, "Minor": 4, "Patch": 0 } }
  6. Martian

    Quarry Computer

    No, the levels are that way:
  7. Martian

    Weapons Turbo

    I plan to look into implementing this feature this week.
  8. Martian

    Quarry Computer

    1.4.0 - What's New Level-Specific Fuel Configuration Fuel requirements, extraction intervals, and specific fuel types are now tied directly to the quarry's level. This allows for more customization and progression as you upgrade your quarry.
  9. Hi! Buy Commands /buyindustrialrecycler Permission: industrialrecycler.buyindustrial /buyrecycler Permission: industrialrecycler.buystandard
  10. Check if it's different in your shop; I think that might be the issue.
  11. Version 3.7.1

    3,392 downloads

    Dungeon Events adds fully procedural dungeon raids to your Rust server, creating high-replayability PvE content with unique layouts every time. Each dungeon is dynamically generated with randomized rooms, corridors, NPCs, bosses, auto turrets, loot crates, and portal access. Whether you want automated world events or private player-purchased dungeon runs, this plugin gives you full control over difficulty, rewards, access, and cleanup. Perfect for servers that want challenging, customizable, and rewarding endgame-style PvE content. Main Features Procedural Dungeon Generation - Every dungeon is generated dynamically, so each run feels different. Multiple Difficulty Tiers - Create fully customizable tiers such as Easy, Hard, Nightmare, or anything you want. Custom NPCs & Bosses - Configure health, damage, gear, custom names, movement, attack distance, and loot. Auto Turrets - Add dangerous turret encounters with configurable health, weapons, and behavior. Custom Loot System - Configure loot boxes, NPC loot, and boss loot with custom chances, amounts, names, and skins. Buyable Private Dungeons - Let players purchase their own dungeon using Economics, ServerRewards, or a custom item like scrap. Access Control - Lock dungeons to the buyer or first player, with optional support for teams and friends. Auto Spawn & Manual Spawn - Spawn dungeons automatically, by admin command, player purchase, or console/RCON. Smart Spawn Checks - Avoid bad locations, terrain issues, safe zones, rocks, monuments, and plugin-controlled areas. Automatic Cleanup - Remove dungeons when inactive, expired, or fully cleared. Reward Integrations - Supports Economics, ServerRewards, and SkillTree XP rewards. Live Dungeon UI & Map Markers - Show remaining time, entity counts, and map markers for active dungeons. Commands Admin /createdungeon <tierName> /removeinactivedungeons /removealldungeons /forceremovealldungeons /de.removenearest /de.reloadconfig /de.toggle Players /buydungeon /buydungeon <tierName> /removedungeon Console buydungeon <tierName> <playerID> spawnrandomdungeon spawnfixeddungeon <tierName> spawnfixeddungeon <tierName> <playerID> Permissions dungeonevents.admin dungeonevents.buy dungeonevents.enter Hooks void OnDungeonSpawn(ulong OwnerID, Vector3 Position, string Grid, string TierName) void OnDungeonDespawn(ulong OwnerID, Vector3 Position, string Grid, string TierName) void OnDungeonWin(ulong playerID, string tierName) Supported Integrations Economics ServerRewards Friends Notify NightVision ZoneManager Duelist RaidableBases AbandonedBases RestoreUponDeath SkillTree Languages EN PT-BR DE ES RU If you want a powerful, replayable PvE dungeon system with deep customization and strong plugin integration, Dungeon Events is built to deliver exactly that. Plugin config, where you can change tiers, loot items, turret settings, dependencies, spawn logic, auto-removal conditions, economy integration, and more.
    $25.00
  12. Martian

    Quarry Computer

    Update is out.
  13. @Snaplatack @drdbug Update is out.
  14. Martian

    Quarry Computer

    I can change the image in the plugin, or I can create a setting to allow you to input a URL for the image as well. I'll look into that tomorrow.
  15. Hi Evergreen, I'm glad to hear that everything is working well for you! Regarding your request for recycling loss and recycling time adjustments, I want to be transparent that I can't promise these changes will be implemented, as they would require significant alterations from the current functionality of the plugin. There are other plugins that can work alongside mine to achieve similar effects, such as Recycle Manager from umod. However, I won't disregard your request and may consider implementing it in the future. Thank you for your understanding!
  16. Yes, absolutely, it's possible! I can implement this in the next few days.
  17. Martian

    Quarry Computer

    Sure! I can definitely add that option in a future update. Thanks for the suggestion!
  18. Martian

    Quarry Computer

    You can create more level here: "Upgrades (Level 2+)": [ { ... }, { ... }, { ... }, ]
  19. Martian

    Quarry Computer

    Sure! This plugin is an all-in-one solution You can set everything up—quarry, pump jack, and sawmill—all in one place. Easy and efficient!
  20. Martian

    Quarry Computer

    Yes, just updated new version: 1.3.1 - What's New Added console command: gq %steamID%
  21. Martian

    Weapons Turbo

    It currently supports permissions for fast reload and magazine size. In a future update, I plan to include the feature you're requesting, where different permission groups (e.g., VIP with 3x magazine size and default with 2x) will be implemented.
  22. Martian

    Quarry Computer

    You can change a lot on the UI now.
  23. Martian

    Quarry Computer

    New version is out! 1.3.0 - What's New Advanced UI Configuration: Added detailed configuration options for customizing UI elements, including colors and font settings. This enhancement allows server owners to tailor the UI appearance to more closely align with their server's theme. Bug Fixes: Fixed an issue where items would always retain their level regardless of the configuration setting to not maintain the level upon removal.
  24. Martian

    Quarry Computer

    I’ll adjust that for you!
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.7k

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.