Wide variety of changes for release

This commit is contained in:
2023-12-27 01:15:04 +01:00
parent 4bfcc5a2ff
commit de559df98c
20 changed files with 427 additions and 45 deletions

View File

@ -56,5 +56,5 @@ tasks.register('copyJarToServer', Exec) {
dependsOn shadowJar
mustRunAfter shadowJar
commandLine 'scp', 'build/libs/spawn-1.0-all.jar', 'root@10.20.6.1:/root/server/plugins'
commandLine 'scp', 'build/libs/spawn-1.0-all.jar', 'root@10.20.6.1:/home/minecraft/server/plugins'
}