mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-02 02:22:45 +00:00
Move to GitHub
This commit is contained in:
parent
286acb4ec3
commit
2a758ffaca
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ echo "$REMOTE_KEY" > .ssh/remote
|
|||
echo "$SYNC_KEY" > .ssh/id_rsa
|
||||
chmod 600 .ssh/remote
|
||||
|
||||
ssh-keyscan framagit.org >> .ssh/known_hosts
|
||||
ssh-keyscan github.com >> .ssh/known_hosts
|
||||
ssh-keyscan -p 53940 play.kaboom.pw >> .ssh/known_hosts
|
||||
|
||||
chmod -R 500 plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/
|
||||
|
||||
git clone git@framagit.org:kaboom/core/schematics.git plugins/WorldEdit/schematics/
|
||||
git clone git@github.com:kaboomserver/schematics.git plugins/WorldEdit/schematics/
|
||||
|
||||
tmux new -d -s server 'while true; do
|
||||
java -Xmx384M -Xss512k -Xaggressive -Xdump:none -Xquickstart -Xshareclasses -XX:MaxDirectMemorySize=384M -XX:-HeapDumpOnOutOfMemoryError -XX:+IdleTuningGcOnIdle -XX:+UseContainerSupport -Dcom.mojang.eula.agree=true -jar minecraft-server.jar --world-dir=worlds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue