change project structure to be able to integrate with docker
This commit is contained in:
parent
b789e8d7ac
commit
861e6c89f1
17
.gitignore
vendored
17
.gitignore
vendored
@ -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
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
gWlMDmsD2kAI
|
|
1
src/forwarding.secret
Normal file
1
src/forwarding.secret
Normal file
@ -0,0 +1 @@
|
|||||||
|
${PROXY_FORWARDING_SECRET}
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user