Add server configuration files

This commit is contained in:
Tanguy Herbron 2021-04-30 14:42:15 +02:00
parent c415649b17
commit fdd3044771
16 changed files with 141 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM openjdk:8u212-jre-alpine
EXPOSE 25565
EXPOSE 25575
WORKDIR /mc-server
COPY . /mc-server
RUN chmod +x /mc-server/scripts/start.sh
CMD ["/bin/sh", "-c", "./scripts/start.sh"]

1
banned-ips.json Normal file
View File

@ -0,0 +1 @@
[]

1
banned-players.json Normal file
View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1,6 @@
# This is the configuration file for Lithium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: '3.7'
services:
mc_srv:
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
ports:
- 25565:25565
- 25575:25575
volumes:
- ${PWD}/world:/mc-server/world

3
eula.txt Normal file
View File

@ -0,0 +1,3 @@
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Sat Aug 15 13:53:05 CEST 2020
eula=true

BIN
fabric-server-launch.jar Normal file

Binary file not shown.

View File

@ -0,0 +1,2 @@
#Sat Aug 15 13:52:53 CEST 2020
serverJar=server.jar

6
lithium.properties Normal file
View File

@ -0,0 +1,6 @@
# This is the configuration file for Lithium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

Binary file not shown.

8
ops.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"uuid": "338a2692-aaf1-4e95-8fe6-4ab8496132e1",
"name": "ImGuitoune",
"level": 4,
"bypassesPlayerLimit": false
}
]

1
scripts/start.sh Normal file
View File

@ -0,0 +1 @@
java -XX:+UseG1GC -Xmx10G -Xms10G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -jar /mc-server/fabric-server-launch.jar nogui

BIN
server.jar Normal file

Binary file not shown.

50
server.properties Normal file
View File

@ -0,0 +1,50 @@
#Minecraft server properties
#Sun Aug 23 18:38:11 CEST 2020
enable-jmx-monitoring=false
rcon.port=25575
level-seed=
gamemode=survival
enable-command-block=false
enable-query=false
generator-settings=
level-name=world
motd=\u00A7e\u00A7lServeur SNIR\u00A7r \u00A77\u00A7oPowered by Bernard Inc.
query.port=25565
pvp=true
generate-structures=true
difficulty=easy
network-compression-threshold=256
max-tick-time=60000
use-native-transport=true
max-players=20
online-mode=true
enable-status=true
allow-flight=false
broadcast-rcon-to-ops=true
view-distance=10
max-build-height=256
server-ip=
allow-nether=true
server-port=25565
enable-rcon=true
sync-chunk-writes=true
op-permission-level=4
prevent-proxy-connections=false
resource-pack=
entity-broadcast-range-percentage=100
rcon.password=
player-idle-timeout=0
force-gamemode=false
hardcore=false
white-list=true
broadcast-console-to-ops=true
spawn-npcs=true
spawn-animals=true
snooper-enabled=true
function-permission-level=2
level-type=default
spawn-monsters=true
enforce-whitelist=false
resource-pack-sha1=
spawn-protection=16
max-world-size=29999984

1
usercache.json Normal file
View File

@ -0,0 +1 @@
[{"name":"ImGuitoune","uuid":"338a2692-aaf1-4e95-8fe6-4ab8496132e1","expiresOn":"2020-09-12 21:55:53 +0200"},{"name":"ArthurCuillere","uuid":"1939a9de-319e-468d-b080-de48cad53ccd","expiresOn":"2020-08-29 15:48:04 +0200"},{"name":"PoneyFoufou","uuid":"d51cd9fc-e3e8-433a-aac3-51915d9360b5","expiresOn":"2020-08-29 15:47:53 +0200"},{"name":"Valouuh","uuid":"4d1b4f47-c6f0-4c72-93c1-9428a9f3250f","expiresOn":"2020-08-29 15:47:58 +0200"},{"name":"tospot46","uuid":"7ec06095-61b7-49fc-8d14-9f1285733e31","expiresOn":"2020-09-11 17:25:11 +0200"},{"name":"Cervicales","uuid":"e6a2efcf-70dc-43c6-94e5-e82b20d6ad98","expiresOn":"2020-09-11 16:10:34 +0200"},{"name":"LeGrosCon","uuid":"e84cbb15-a08b-4437-9e75-485bcf03f78a","expiresOn":"2020-08-29 15:47:47 +0200"},{"name":"Iseii","uuid":"39cee4db-3168-440e-9ddd-3176a6559338","expiresOn":"2020-08-29 15:47:33 +0200"},{"name":"Flo_Poney","uuid":"3c2e07cb-e9d4-468d-93e3-ca2777e952ab","expiresOn":"2020-08-29 15:47:40 +0200"}]

38
whitelist.json Normal file
View File

@ -0,0 +1,38 @@
[
{
"uuid": "7ec06095-61b7-49fc-8d14-9f1285733e31",
"name": "tospot46"
},
{
"uuid": "39cee4db-3168-440e-9ddd-3176a6559338",
"name": "Iseii"
},
{
"uuid": "3c2e07cb-e9d4-468d-93e3-ca2777e952ab",
"name": "Flo_Poney"
},
{
"uuid": "e84cbb15-a08b-4437-9e75-485bcf03f78a",
"name": "LeGrosCon"
},
{
"uuid": "d51cd9fc-e3e8-433a-aac3-51915d9360b5",
"name": "PoneyFoufou"
},
{
"uuid": "4d1b4f47-c6f0-4c72-93c1-9428a9f3250f",
"name": "Valouuh"
},
{
"uuid": "338a2692-aaf1-4e95-8fe6-4ab8496132e1",
"name": "ImGuitoune"
},
{
"uuid": "1939a9de-319e-468d-b080-de48cad53ccd",
"name": "ArthurCuillere"
},
{
"uuid": "e6a2efcf-70dc-43c6-94e5-e82b20d6ad98",
"name": "Cervicales"
}
]