Update .gitignore to include server.properties.example as a template and retain server.properties for local configurations, enhancing clarity for server setup.

This commit is contained in:
Leonid Pershin
2026-05-08 01:28:34 +03:00
parent 2fd3dd79cc
commit 6c640dd64e
2 changed files with 67 additions and 64 deletions
+4 -1
View File
@@ -34,11 +34,14 @@
!/Server/start.sh !/Server/start.sh
!/Server/variables.txt !/Server/variables.txt
!/Server/manifest.json !/Server/manifest.json
!/Server/server.properties !/Server/server.properties.example
!/Server/config/** !/Server/config/**
!/Server/mods/** !/Server/mods/**
# сервер: реальный server.properties локальный; эталон в server.properties.example
/Server/server.properties
# клиент: локально перезаписываемые настройки (после !/config/**) # клиент: локально перезаписываемые настройки (после !/config/**)
/config/iris.properties /config/iris.properties
/config/fabric/indigo-renderer.properties /config/fabric/indigo-renderer.properties
@@ -1,63 +1,63 @@
#Minecraft server properties #Minecraft server properties
#Fri May 08 01:19:03 MSK 2026 #Fri May 08 01:24:08 MSK 2026
accepts-transfers=false accepts-transfers=false
allow-flight=false allow-flight=false
allow-nether=true allow-nether=true
broadcast-console-to-ops=true broadcast-console-to-ops=true
broadcast-rcon-to-ops=true broadcast-rcon-to-ops=true
bug-report-link= bug-report-link=
difficulty=easy difficulty=easy
enable-command-block=false enable-command-block=false
enable-jmx-monitoring=false enable-jmx-monitoring=false
enable-query=false enable-query=false
enable-rcon=false enable-rcon=false
enable-status=true enable-status=true
enforce-secure-profile=true enforce-secure-profile=true
enforce-whitelist=false enforce-whitelist=false
entity-broadcast-range-percentage=100 entity-broadcast-range-percentage=100
force-gamemode=false force-gamemode=false
function-permission-level=2 function-permission-level=2
gamemode=survival gamemode=survival
generate-structures=true generate-structures=true
generator-settings={} generator-settings={}
hardcore=false hardcore=false
hide-online-players=false hide-online-players=false
initial-disabled-packs= initial-disabled-packs=
initial-enabled-packs=vanilla,fabric initial-enabled-packs=vanilla,fabric
level-name=world level-name=world
level-seed= level-seed=
level-type=minecraft\:normal level-type=minecraft\:normal
log-ips=true log-ips=true
max-chained-neighbor-updates=1000000 max-chained-neighbor-updates=1000000
max-players=6 max-players=6
max-tick-time=60000 max-tick-time=60000
max-world-size=29999984 max-world-size=29999984
motd=Best server in the world motd=Best server in the world
network-compression-threshold=256 network-compression-threshold=256
online-mode=false online-mode=false
op-permission-level=4 op-permission-level=4
player-idle-timeout=0 player-idle-timeout=0
prevent-proxy-connections=false prevent-proxy-connections=false
pvp=true pvp=true
query.port=25565 query.port=25565
rate-limit=0 rate-limit=0
rcon.password= rcon.password=
rcon.port=25575 rcon.port=25575
region-file-compression=deflate region-file-compression=deflate
require-resource-pack=false require-resource-pack=false
resource-pack= resource-pack=
resource-pack-id= resource-pack-id=
resource-pack-prompt= resource-pack-prompt=
resource-pack-sha1= resource-pack-sha1=
server-ip= server-ip=
server-port=25565 server-port=25565
simulation-distance=10 simulation-distance=10
spawn-animals=true spawn-animals=true
spawn-monsters=true spawn-monsters=true
spawn-npcs=true spawn-npcs=true
spawn-protection=16 spawn-protection=16
sync-chunk-writes=true sync-chunk-writes=true
text-filtering-config= text-filtering-config=
use-native-transport=true use-native-transport=true
view-distance=10 view-distance=10
white-list=false white-list=false