Supported Games

This plugin allows server owners to modify the time spent on crafting items. You can either use a global modifier which will change craft time by multiplying the vanilla rates by a percentage or you can set a custom time per item. If you set any of these values to 0 items will be automatically bulk crafted.
You can also now set the default skin id of any item. This means if a player crafts an item without a skin your default skin will become the new skin of that item. Skin ids are easily found by going to the steam workshop for rust and finding the id of any skin in the webpage url.
The plugin also allows you to complete the currently crafting item for every player when the server is shutdown (can be enabled in the configuration) and will automatically cancel all the queued crafts and refund their materials.
Permissions
craftingcontroller.instantbulkcraft
- give player permissions to instantly bulk craft all itemscraftingcontroller.blockitems
- allows use of the block and unblock craft-able items commandscraftingcontroller.itemrate
- allows setting of individual item craft ratescraftingcontroller.craftingrate
- allows craftrate commandcraftingcontroller.setbenchlvl
- allows use of benchlvl commandcraftingcontroller.setskins
-allows setskin command
Commands
craftrate
- shows current craft rate and can set new craft rate with integer.crafttime
- set individual craft time of itemscrafttime sleepingbag 5
orcrafttime sleepingbag default
.blockitem
- blocks an item from being craft-ableblock sleepingbag
.unblockitem
- makes an item craft-ableunblock sleepingbag
.setcraftskin
- sets default craft skin if no other skin is selectedsetcraftskin sleepingbag workshopid
.benchlvl
- sets the workbench level required to craft an item. Must be a integer between 0 (no-workbench) and 3 (tier 3 workbench)benchlvl sleepingbag 3
Configuration
Note that the advance config will auto fill all craftable items
"Default crafting rate percentage": 50.0,
"Save commands to config (save config changes via command to the configuration)": true,
"Simple Mode (disables: instant bulk craft, skin options and full inventory checks for better performance)": false,
"Allow crafting when inventory is full": false,
"Complete crafting on server shut down": false,
"Craft items with random skins if not already skinned": false,
"Show Crafting Notes": false,
"Crafting rate bonus mulitplier (apply oxide perms for additional mulitpliers": {
"vip1": 90.0,
"vip2": 10.0
},
"Advanced Crafting Options": {
"item.shortname": {
"canCraft": true,
"canResearch": true,
"useCrafteRateMultiplier": true,
"craftTime": 30.0,
"workbenchLevel": -1,
"defaultskinid": 0
},
Localization
Credits
- Mughisi, the original author of this plugin
- Nivex, for helping maintain the plugin
MIT License
Copyright (c) 2020 Whispers88
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.