19 lines
522 B
JSON
19 lines
522 B
JSON
{
|
|
"global": {
|
|
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",
|
|
"downloadPath": "downloads"
|
|
},
|
|
"urls": [
|
|
"https://github.com/McPlugin/SoCool",
|
|
],
|
|
"sftp": {
|
|
"enabled": true,
|
|
"host": "",
|
|
"port": 22,
|
|
"username": "",
|
|
"password": "", // This will be encrypted by the script and removed from the file
|
|
"remotePath": "/minecraft/plugins",
|
|
"privateKeyPath": "" // Leave blank if using password
|
|
}
|
|
}
|