About Quarry Computer
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 random 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
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.
{ "Use LangAPI Plugin": true, "Use Notify Plugin": true, "Allow Team Access": false, "Allow Friends Access": false, "Give Quarry Command": [ "gq", "givequarry" ], "Drop Quarry Item on Ground Loss": true, "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 40, "Fuel Required Per Extraction": 100 }, "No Upgrades (Level 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+)": [ { "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 } ] }, { "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": 3 } }, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }