File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
docs/types-and-platforms/server-types
tests/setuponlytests/nanolimbo Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ Configuration options with defaults:
41
41
42
42
## NanoLimbo
43
43
44
- A [ NanoLimbo] ( https://github.com/Nan1t/NanoLimbo ) server can be run by setting ` TYPE ` to ` NANOLIMBO ` .
44
+ A [ NanoLimbo] ( https://github.com/BoomEaro/NanoLimbo ) server can be run by setting ` TYPE ` to ` NANOLIMBO ` .
45
+
46
+ Note: it is a fork of the original [ NanoLimbo] ( https://github.com/Nan1t/NanoLimbo ) made by Nan1t
45
47
46
48
An alternate Limbo server
47
49
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ isDebugging && set -x
7
7
if ! SERVER=$( mc-image-helper github download-latest-asset \
8
8
--output-directory=/data \
9
9
--name-pattern=" NanoLimbo-.+?(?<!-sources)\.jar" \
10
- Nan1t /NanoLimbo
10
+ BoomEaro /NanoLimbo
11
11
) ; then
12
12
logError " Failed to download NanoLimbo"
13
13
exit 1
Original file line number Diff line number Diff line change
1
+ services :
2
+ mc :
3
+ restart : " no"
4
+ image : ${IMAGE_TO_TEST:-itzg/minecraft-server}
5
+ environment :
6
+ EULA : " TRUE"
7
+ TYPE : NANOLIMBO
8
+ volumes :
9
+ - ./data:/data
Original file line number Diff line number Diff line change
1
+ mc-image-helper assert fileExists " /data/NanoLimbo-*.jar"
You can’t perform that action at this time.
0 commit comments