Last active
December 2, 2019 03:01
-
-
Save hsupu/351ec7b9bf43a73e24b2871d6c3163ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server-ip= | |
server-port=25565 | |
use-native-transport=true | |
# 传输压缩的下限,超过此值会尝试压缩(-1 表示禁用) | |
network-compression-threshold=1460 | |
max-players=8 | |
# 是否进行正版用户名验证 | |
online-mode=false | |
# 正版验证时是否接受来源 IP 不一致的情况 | |
prevent-proxy-connections=false | |
white-list=false | |
enforce-whitelist=false | |
# 看门狗在多久(毫秒)后判定掉线 | |
max-tick-time=60000 | |
# 玩家空闲多久(分钟)会被踢下线 | |
player-idle-timeout=120 | |
motd=A XP PROJECT | |
# 需要对应于世界的目录名 | |
level-name=hff | |
level-type=default | |
level-seed= | |
max-build-height=256 | |
max-world-size=29999984 | |
# 服务器向客户端传送的块数半径 | |
view-distance=10 | |
# 指向一个资源包的 URL | |
resource-pack= | |
resource-pack-sha1= | |
generate-structures=true | |
generator-settings= | |
spawn-npcs=true | |
spawn-animals=true | |
spawn-monsters=true | |
gamemode=survival | |
force-gamemode=true | |
difficulty=easy | |
# 出生点保护的范围,以该值为半径画正方形 | |
spawn-protection=16 | |
allow-nether=true | |
pvp=true | |
hardcore=false | |
allow-flight=true | |
enable-command-block=false | |
function-permission-level=2 | |
# OP=1 可以无视重生点保护 | |
# OP=2 可以使用单人作弊命令和命令方块 | |
# OP=3 可以使用多人作弊命令 | |
# OP=4 可以存档和关闭服务器 | |
op-permission-level=4 | |
broadcast-console-to-ops=true | |
enable-rcon=false | |
rcon.port=25575 | |
rcon.password= | |
broadcast-rcon-to-ops=true | |
enable-query=false | |
query.port=25565 | |
# 是否允许向 minecraft.net 发送匿名统计信息 | |
snooper-enabled=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment