About Super Crafter
SuperCrafter allows users with permission to craft, repair, build, upgrade, reload, and use mixing table directly from resources, ammo, and crafting supplies stored at their base. Resources do not need to be in your players inventory to craft. All supplies are pulled directly from your base supplies. No more needing to search through 100 boxes for crafting materials.
How it works:
If a player is within their TC range, they will automatically have access to their base supplies. By default the SuperCrafting range is set to TC range, however this can be modified with the configuration file. Optionally, Admins can set a per-player SuperCrafter range for VIP players! See below for commands.
Performance:
SuperCrafter works with all base sizes and types. Performance does not change by SuperCrafting range. Safeguards are added to keep players from spam crafting a single item from near infinite base crafting supplies. These safeguards are modifiable in the configuration file.
More Information:
Works with Tool Cupboards, any Storage Box, Workbench (1,2,3), Repair Benches, and Mixing Tables
Files produced:
config/SuperCrafter.json - Default global settings for all players
data/SuperCrafter/###.json - Individual player settings (Delete all files to reset players to default config file settings)
plugins/SuperCrafter.cs - Code that makes SuperCrafter work
Permissions:
use - Allows user/group to use this plugin
admin - Allows user/group to use plugin console commands
Configuration:
{
"Should pull resources from FURNACES: (Default=false)": false,
"Should pull resources from TC: (Default=true)": true,
"Should pull resources from BOXES: (Default=true)": true,
"Reloading pulls ammo from BASE: (Default=true)": true,
"Repair pulls resources from BASE: (Default=true)": true,
"Notify players of repair costs: (Default=true)": true,
"Limit crafting queue for players: (Limits players from spam crafting) (Default=6, Infinite=0)": 6,
"Range in \"Rust Meters\" a player can access their (closest TC) base loot. (Default=30, Infinite=0)": 30
}
Console Commands:
Description: Increases or decreases the range in which a specific player can access their base resources.
Syntax: sc.crafting_range [Player ID/Name] [Range]
Example #1: sc.crafting_range 72228723575847571 100
Example #2: sc.crafting_range Vergbergler 100