Initial commit

This commit is contained in:
2025-05-05 00:37:43 -07:00
commit 7677a03ec8
5 changed files with 302 additions and 0 deletions

14
config.json.example Normal file
View File

@ -0,0 +1,14 @@
{
"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
}
}