add /tc <message>, fix scripts, increment version

This commit is contained in:
grng 2024-07-25 13:32:04 +01:00
parent 696e2b09aa
commit 01aeefaaa3
4 changed files with 46 additions and 27 deletions

9
run.ps1 Normal file
View file

@ -0,0 +1,9 @@
if (-not (Test-Path -Path test_server)) {
New-Item -ItemType Directory -Path test_server
}
# mvn clean package dependency:copy -DskipTests -DoutputDirectory=test_server/plugins
Set-Location -Path test_server
java -jar server.jar -nogui
Set-Location -Path ..