Merge branch 'delta'.
This commit is contained in:
commit
949ec1c041
3
.gitignore
vendored
3
.gitignore
vendored
@ -202,3 +202,6 @@ plugins/LuckPerms/libs/
|
|||||||
plugins/dynmap/*.pending
|
plugins/dynmap/*.pending
|
||||||
plugins/WorldEdit/.archive-unpack/
|
plugins/WorldEdit/.archive-unpack/
|
||||||
!plugins/LuckPerms/*.db
|
!plugins/LuckPerms/*.db
|
||||||
|
|
||||||
|
# Ignore the update script
|
||||||
|
update.sh
|
||||||
|
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@ -5,10 +5,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'git checkout delta'
|
sh 'git checkout delta'
|
||||||
sh 'git reset --hard origin/delta'
|
sh 'git reset --hard origin/delta'
|
||||||
sshagent(['2e60e630-b240-4c78-87ce-cb2c33d70180']) {
|
|
||||||
sh 'git fetch --prune --prune-tags'
|
|
||||||
sh 'git pull --force origin delta'
|
|
||||||
}
|
|
||||||
sh 'git clean -fd'
|
sh 'git clean -fd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -19,23 +15,5 @@ pipeline {
|
|||||||
sh 'git reset --hard'
|
sh 'git reset --hard'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('queue') {
|
|
||||||
steps {
|
|
||||||
sh 'git checkout master'
|
|
||||||
|
|
||||||
sh 'git reset --hard origin/master'
|
|
||||||
sshagent(['2e60e630-b240-4c78-87ce-cb2c33d70180']) {
|
|
||||||
sh 'git fetch --prune --prune-tags'
|
|
||||||
sh 'git pull --force origin master'
|
|
||||||
}
|
|
||||||
sh 'git clean -fd'
|
|
||||||
|
|
||||||
sh 'git merge --strategy-option theirs origin/delta'
|
|
||||||
sshagent(['2e60e630-b240-4c78-87ce-cb2c33d70180']) {
|
|
||||||
sh 'git push origin master'
|
|
||||||
sh 'git push origin --tags'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -315,7 +315,7 @@ render-triggers:
|
|||||||
#- blockredstone
|
#- blockredstone
|
||||||
|
|
||||||
# Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server')
|
# Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server')
|
||||||
#webpage-title: "My Awesome Server Map"
|
webpage-title: "RSEMCS Dynmap"
|
||||||
|
|
||||||
# The path where the tile-files are placed.
|
# The path where the tile-files are placed.
|
||||||
tilespath: web/tiles
|
tilespath: web/tiles
|
||||||
|
@ -24,7 +24,7 @@ templates:
|
|||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: nethershadows
|
lighting: nethershadows
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
background: "#300806"
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
name: nether
|
name: nether
|
||||||
@ -34,5 +34,5 @@ templates:
|
|||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: nethershadows
|
lighting: nethershadows
|
||||||
# Map background color (day or night)
|
# Map background color (day or night)
|
||||||
background: "#300806"
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
|
@ -23,6 +23,7 @@ templates:
|
|||||||
perspective: iso_S_90_lowres
|
perspective: iso_S_90_lowres
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: shadows
|
lighting: shadows
|
||||||
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
name: surface
|
name: surface
|
||||||
@ -31,6 +32,7 @@ templates:
|
|||||||
perspective: iso_SE_30_hires
|
perspective: iso_SE_30_hires
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: shadows
|
lighting: shadows
|
||||||
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
name: cave
|
name: cave
|
||||||
@ -39,4 +41,5 @@ templates:
|
|||||||
perspective: iso_SE_60_lowres
|
perspective: iso_SE_60_lowres
|
||||||
shader: cave
|
shader: cave
|
||||||
lighting: default
|
lighting: default
|
||||||
|
background: "#00000000"
|
||||||
mapzoomin: 3
|
mapzoomin: 3
|
||||||
|
@ -23,6 +23,7 @@ templates:
|
|||||||
perspective: iso_S_90_lowres
|
perspective: iso_S_90_lowres
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: brightnight
|
lighting: brightnight
|
||||||
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
name: the_end
|
name: the_end
|
||||||
@ -31,5 +32,6 @@ templates:
|
|||||||
perspective: iso_SE_30_hires
|
perspective: iso_SE_30_hires
|
||||||
shader: stdtexture
|
shader: stdtexture
|
||||||
lighting: brightnight
|
lighting: brightnight
|
||||||
|
background: "#00000000"
|
||||||
mapzoomin: 1
|
mapzoomin: 1
|
||||||
|
|
2
run.sh
2
run.sh
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
./update.sh
|
./update.sh
|
||||||
|
|
||||||
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
/usr/lib/jvm/java-17-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
Loading…
Reference in New Issue
Block a user