SickGaming Rust Server Plugsins
This commit is contained in:
44
config/QuickSmelt.json
Normal file
44
config/QuickSmelt.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"Use Permission": true,
|
||||
"Speed Multipliers": {
|
||||
"global": 1.0,
|
||||
"furnace.shortname": 1.0
|
||||
},
|
||||
"Fuel Usage Speed Multipliers": {
|
||||
"global": 1.0,
|
||||
"furnace.shortname": 1.0
|
||||
},
|
||||
"Fuel Usage Multipliers": {
|
||||
"global": 1,
|
||||
"furnace.shortname": 1
|
||||
},
|
||||
"Output Multipliers": {
|
||||
"global": {
|
||||
"global": 1.0
|
||||
},
|
||||
"furnace.shortname": {
|
||||
"item.shortname": 1.0
|
||||
}
|
||||
},
|
||||
"Whitelist": {
|
||||
"global": [
|
||||
"item.shortname"
|
||||
],
|
||||
"furnace.shortname": [
|
||||
"item.shortname"
|
||||
]
|
||||
},
|
||||
"Blacklist": {
|
||||
"global": [
|
||||
"item.shortname"
|
||||
],
|
||||
"furnace.shortname": [
|
||||
"item.shortname"
|
||||
]
|
||||
},
|
||||
"Smelting Frequencies (Smelt items every N smelting ticks)": {
|
||||
"global": 1,
|
||||
"furnace.shortname": 1
|
||||
},
|
||||
"Debug": false
|
||||
}
|
||||
Reference in New Issue
Block a user