Wipe 8 Batch 3
This commit is contained in:
parent
ad642ff54d
commit
0bb03d3bc8
File diff suppressed because it is too large
Load Diff
28
plugins/config/RedeemStorageAPI.json
Normal file
28
plugins/config/RedeemStorageAPI.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"Redeem Commands": [
|
||||||
|
"redeem",
|
||||||
|
"red"
|
||||||
|
],
|
||||||
|
"PopUp API Preset": "Legacy",
|
||||||
|
"Redeem Storage Item Reminder (in seconds, 0 to disable)": 600,
|
||||||
|
"Redeem Inventories": {
|
||||||
|
"default": {
|
||||||
|
"Default Redeem Inventory (only one)": true,
|
||||||
|
"PopUp Message (configurable in lang file)": false,
|
||||||
|
"Redeem Only In Safezone": true,
|
||||||
|
"Redeem Only If Authed": true,
|
||||||
|
"Allow When No Cupboard (works is option above is true)": false,
|
||||||
|
"Drop Overflow Items Onto Ground (true = drop, false = delete)": true,
|
||||||
|
"Wipe Storage Content On Server Wipe": false
|
||||||
|
},
|
||||||
|
"shop": {
|
||||||
|
"Default Redeem Inventory (only one)": false,
|
||||||
|
"PopUp Message (configurable in lang file)": true,
|
||||||
|
"Redeem Only In Safezone": false,
|
||||||
|
"Redeem Only If Authed": false,
|
||||||
|
"Allow When No Cupboard (works is option above is true)": false,
|
||||||
|
"Drop Overflow Items Onto Ground (true = drop, false = delete)": true,
|
||||||
|
"Wipe Storage Content On Server Wipe": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -14,6 +14,6 @@
|
|||||||
"Version": {
|
"Version": {
|
||||||
"Major": 3,
|
"Major": 3,
|
||||||
"Minor": 1,
|
"Minor": 1,
|
||||||
"Patch": 5
|
"Patch": 7
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user