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:
SuperCrafter.use - Allows user/group to use this plugin
SuperCrafter.admin_only - Allows user/group to use plugin console commands
Configuration:
{
"Enable Debugging messages: (Default=false)": false,
"Pull resources from FURNACES: (Default=false)": false,
"Pull resources from TC: (Default=true)": true,
"Pull resources from BOXES: (Default=true)": true,
"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,
"Horizontal in \"Rust Meters\" a player can access any TC base loot. (Default=17, Infinite=0)": 17,
"Height in \"Rust Meters\" above the TC a player can access any TC base loot. (Default=17, Infinite=0)": 17,
"Depth in \"Rust Meters\" below the TC a player can access any TC base loot. (Default=17, Infinite=0)": 17,
"Global chat command cooldown in seconds: (Stops players from spamming commands) (Default=5.0)": 5.0
}
Console Commands:
Name: Set Player Crafting Range
Description: Increases or decreases the range in which a specific player can access their base resources.
Details: This command only works for a specific player. This setting is saved in Data folder.
Syntax: sc.spcr [Player ID/Name] [Range]
Example #1: sc.spcr 72228723575847571 100
Example #2: sc.spcr Vergbergler 100
Chat Commands:
Name: Show Crafting Range
Description: Visually shows the crafting range in 3D space for X seconds
Details: 3D range is only visible to the user that uses the command
Syntax: sc.scr [seconds]
Example #1 (Shows for 30 seconds): sc.scr
Example #2 (Shows for 60 seconds): sc.scr 60