This commit is contained in:
@@ -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
|
||||
Binary file not shown.
@@ -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.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
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.
@@ -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
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
#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!
|
||||
Reference in New Issue
Block a user