release-1.0.0 #24

Merged
cuqmbr merged 67 commits from develop into main 2025-08-14 14:57:21 +00:00
42 changed files with 4 additions and 19 deletions
Showing only changes of commit 861e6c89f1 - Show all commits

17
.gitignore vendored
View File

@ -1,16 +1 @@
cache */logs
libraries
logs
versions
world
world_nether
world_the_end
./.console_history
banned-ips.json
banned-players.json
ops.json
whitelist.json
usercache.json

View File

@ -1 +0,0 @@
gWlMDmsD2kAI

1
src/forwarding.secret Normal file
View File

@ -0,0 +1 @@
${PROXY_FORWARDING_SECRET}

View File

@ -1,3 +1,3 @@
@echo off @echo off
java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar velocity.jar java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar *.jar
pause pause

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar velocity*.jar java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar *.jar