15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"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
|
|
}
|
|
}
|