Initial commit
This commit is contained in:
68
minecraft/homestead/homestead-properties-configmap.yaml
Normal file
68
minecraft/homestead/homestead-properties-configmap.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: homestead-properties
|
||||
namespace: minecraft
|
||||
data:
|
||||
server.properties: |
|
||||
#Minecraft server properties
|
||||
#Tue Feb 17 11:09:00 UTC 2026
|
||||
enable-jmx-monitoring=false
|
||||
level-seed=
|
||||
rcon.port=25575
|
||||
enable-command-block=false
|
||||
gamemode=survival
|
||||
enable-query=true
|
||||
generator-settings={}
|
||||
enforce-secure-profile=true
|
||||
level-name=world
|
||||
motd= \u00A7fJ\u00A7bS\u00A7fM\u00A7bE\u00A7f -\u00A7b \u00A7fHomestead - \u00A7cM\u00A76a\u00A7ei\u00A7as\u00A7b \u00A7fi\u00A7bs\u00A7f \u00A7dg\u00A76a\u00A7ey
|
||||
query.port=26785
|
||||
pvp=true
|
||||
generate-structures=true
|
||||
max-chained-neighbor-updates=1000000
|
||||
difficulty=easy
|
||||
network-compression-threshold=256
|
||||
max-tick-time=60000
|
||||
require-resource-pack=false
|
||||
max-players=10
|
||||
use-native-transport=true
|
||||
enable-status=true
|
||||
online-mode=true
|
||||
allow-flight=true
|
||||
initial-disabled-packs=
|
||||
broadcast-rcon-to-ops=true
|
||||
view-distance=10
|
||||
max-build-height=256
|
||||
resource-pack-prompt=
|
||||
server-ip=
|
||||
allow-nether=true
|
||||
server-port=25565
|
||||
enable-rcon=true
|
||||
sync-chunk-writes=true
|
||||
op-permission-level=4
|
||||
server-name=Homestead <3
|
||||
prevent-proxy-connections=false
|
||||
hide-online-players=false
|
||||
resource-pack=
|
||||
entity-broadcast-range-percentage=100
|
||||
simulation-distance=10
|
||||
player-idle-timeout=0
|
||||
rcon.password=2MfL2ccZqMFfLtkRvf
|
||||
force-gamemode=false
|
||||
rate-limit=0
|
||||
hardcore=false
|
||||
white-list=false
|
||||
broadcast-console-to-ops=true
|
||||
spawn-npcs=true
|
||||
spawn-animals=true
|
||||
snooper-enabled=true
|
||||
function-permission-level=2
|
||||
initial-enabled-packs=vanilla
|
||||
level-type=default
|
||||
text-filtering-config=
|
||||
spawn-monsters=true
|
||||
enforce-whitelist=false
|
||||
resource-pack-sha1=
|
||||
spawn-protection=0
|
||||
max-world-size=29999984
|
||||
Reference in New Issue
Block a user