1
0

MC Ketrenet config

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2021-10-03 11:01:55 -07:00
commit c533617c9b
4 changed files with 86 additions and 0 deletions

3
data/eula.txt Normal file
View File

@ -0,0 +1,3 @@
# Generated via Docker on Tue Nov 3 01:51:51 UTC 2020
eula=true

8
data/ops.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"uuid": "5ce9f103-9b64-3d97-880b-41100200e86d",
"name": "Ketrenet",
"level": 4,
"bypassesPlayerLimit": false
}
]

54
data/server.properties Normal file
View File

@ -0,0 +1,54 @@
#Minecraft server properties
#Mon Feb 01 11:00:28 GMT 2021
spawn-protection=16
max-tick-time=60000
query.port=25565
generator-settings=
sync-chunk-writes=true
force-gamemode=true
allow-nether=true
enforce-whitelist=false
gamemode=survival
broadcast-console-to-ops=true
enable-query=false
player-idle-timeout=0
text-filtering-config=
difficulty=normal
spawn-monsters=true
broadcast-rcon-to-ops=true
op-permission-level=4
pvp=true
entity-broadcast-range-percentage=100
snooper-enabled=true
level-type=default
hardcore=false
enable-status=true
enable-command-block=true
max-players=20
network-compression-threshold=256
resource-pack-sha1=
max-world-size=29999984
function-permission-level=2
rcon.port=25575
server-port=25565
texture-pack=
server-ip=
spawn-npcs=true
title=Ketrecraft Family Server
allow-flight=false
level-name=world
view-distance=10
resource-pack=
spawn-animals=true
white-list=false
rcon.password=m1n3cr@ft
generate-structures=true
online-mode=false
max-build-height=256
level-seed=
use-native-transport=true
prevent-proxy-connections=false
enable-jmx-monitoring=false
motd=Welcome to Ketrecraft
enable-rcon=true
rate-limit=0

21
docker-compose.yml Normal file
View File

@ -0,0 +1,21 @@
minecraft-server:
ports:
- "192.168.1.78:25565:25565"
environment:
EULA: "TRUE"
env_file:
- settings.env
image: itzg/minecraft-server
container_name: mc
tty: true
stdin_open: true
restart: always
volumes:
- ./data:/data