Babric
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
This commit is contained in:
@@ -2,12 +2,9 @@ FROM alpine:3.19
|
||||
|
||||
WORKDIR /server
|
||||
|
||||
COPY server.properties .
|
||||
COPY --chmod=755 entrypoint.sh .
|
||||
COPY server/ ./server/
|
||||
|
||||
RUN apk add --no-cache openjdk17-jre wget vim
|
||||
|
||||
RUN wget -O server.jar https://github.com/Better-than-Adventure/bta-download-repo/releases/download/v7.3_04/bta.v7.3_04.server.jar
|
||||
RUN apk add --no-cache openjdk17-jre vim
|
||||
|
||||
VOLUME ["/server/world"]
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec java -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/server.jar
|
||||
0
server/banned-ips.txt
Normal file
0
server/banned-ips.txt
Normal file
0
server/banned-players.txt
Normal file
0
server/banned-players.txt
Normal file
2
server/entrypoint.sh
Normal file
2
server/entrypoint.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
java -Dfabric.runtimeMappingNamespace=official -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/fabric-server-launch.jar
|
||||
BIN
server/fabric-server-launch.jar
Normal file
BIN
server/fabric-server-launch.jar
Normal file
Binary file not shown.
2
server/fabric-server-launcher.properties
Normal file
2
server/fabric-server-launcher.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
#Sat Aug 12 17:40:53 CEST 2023
|
||||
serverJar=server.jar
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
server/libraries/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar
Normal file
BIN
server/libraries/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar
Normal file
Binary file not shown.
BIN
server/libraries/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar
Normal file
BIN
server/libraries/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar
Normal file
Binary file not shown.
BIN
server/libraries/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar
Normal file
BIN
server/libraries/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar
Normal file
Binary file not shown.
BIN
server/libraries/org/ow2/asm/asm/9.4/asm-9.4.jar
Normal file
BIN
server/libraries/org/ow2/asm/asm/9.4/asm-9.4.jar
Normal file
Binary file not shown.
Binary file not shown.
13
server/log4j.properties
Normal file
13
server/log4j.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
log4j.appender.file=org.apache.log4j.rolling.RollingFileAppender
|
||||
log4j.appender.file.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.file.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1} - %m%n
|
||||
log4j.appender.file.rollingPolicy=org.apache.log4j.rolling.TimeBasedRollingPolicy
|
||||
log4j.appender.file.rollingPolicy.FileNamePattern=./logs/%d{yyyy-MM-dd}.log
|
||||
log4j.appender.file.rollingPolicy.ActiveFileName=./logs/latest.log
|
||||
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.Target=System.out
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1} - %m%n
|
||||
|
||||
log4j.logger.Minecraft=DEBUG, file, stdout
|
||||
BIN
server/mods/halplibe-5.3.2.jar
Normal file
BIN
server/mods/halplibe-5.3.2.jar
Normal file
Binary file not shown.
0
server/ops.txt
Normal file
0
server/ops.txt
Normal file
BIN
server/server.jar
Normal file
BIN
server/server.jar
Normal file
Binary file not shown.
@@ -1,34 +1,34 @@
|
||||
#Minecraft server properties
|
||||
#Fri Mar 06 15:17:05 UTC 2026
|
||||
default-gamemode=survival
|
||||
view-distance=12
|
||||
language=en_US
|
||||
uuid-service=https\://api.minecraftservices.com/minecraft/profile/lookup/name/%s
|
||||
server-ip=
|
||||
stats-token=only-enter-a-value-if-you-are-a-registered-server
|
||||
forceSaveAllChunksOnAutosave=false
|
||||
level-seed=
|
||||
server-port=25565
|
||||
allow-nether=true
|
||||
sleep-percentage=0
|
||||
autosaveInterval=5
|
||||
login-timeout-time=90000
|
||||
world-type=minecraft\:overworld.extended
|
||||
join-message=
|
||||
allow-paradise=false
|
||||
level-name=world
|
||||
motd=BakaLand!
|
||||
white-list=false
|
||||
pvp=true
|
||||
enable-item-clumping=true
|
||||
spawn-animals=true
|
||||
difficulty=3
|
||||
disable-photomode=false
|
||||
spawn-monsters=true
|
||||
summon-limit=10
|
||||
max-players=20
|
||||
maxChunksSavedPerAutosave=24
|
||||
spawn-protection=1
|
||||
online-mode=true
|
||||
packet-delay=1
|
||||
allow-flight=false
|
||||
#Minecraft server properties
|
||||
#Mon Aug 28 19:09:22 CEST 2023
|
||||
default-gamemode=survival
|
||||
view-distance=12
|
||||
language=en_US
|
||||
uuid-service=https://api.minecraftservices.com/minecraft/profile/lookup/name/%s
|
||||
server-ip=
|
||||
stats-token=only-enter-a-value-if-you-are-a-registered-server
|
||||
forceSaveAllChunksOnAutosave=false
|
||||
level-seed=
|
||||
server-port=25565
|
||||
allow-nether=true
|
||||
sleep-percentage=51
|
||||
autosaveInterval=5
|
||||
login-timeout-time=90000
|
||||
world-type=minecraft:overworld.default
|
||||
allow-paradise=false
|
||||
level-name=world
|
||||
motd=BakaLand!
|
||||
white-list=false
|
||||
pvp=true
|
||||
enable-item-clumping=true
|
||||
spawn-animals=true
|
||||
difficulty=3
|
||||
disable-photomode=false
|
||||
summon-limit=10
|
||||
spawn-monsters=true
|
||||
max-players=20
|
||||
maxChunksSavedPerAutosave=24
|
||||
spawn-protection=1
|
||||
online-mode=true
|
||||
packet-delay=1
|
||||
allow-flight=false
|
||||
join-message=Have fun!
|
||||
0
server/white-list.txt
Normal file
0
server/white-list.txt
Normal file
Reference in New Issue
Block a user