Last active
March 18, 2023 01:09
-
-
Save PJZ9n/b6944f2fba8ac8a56de54b2e712de4eb 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
#Properties Config file | |
#xxx xxx xx xx:xx:xx xxx xxxx | |
#サーバー表示名 | |
#[文字列] | |
motd=テストサーバー | |
#サーバーのポート | |
#[数値] | |
server-port=12345 | |
#ホワイトリスト | |
#[on, off] | |
white-list=on | |
#実績獲得全体通知 | |
#[on, off] | |
announce-player-achievements=off | |
#スポーン保護 | |
#[数値] | |
#-1で無効 | |
spawn-protection=-1 | |
#最大プレイヤー数 | |
#[数値] | |
max-players=100 | |
#標準ゲームモード | |
#[0, 1, 2, 3] | |
gamemode=0 | |
#ゲームモード強制 | |
#[on, off] | |
force-gamemode=off | |
#ハードコアモード | |
#[on, off] | |
hardcore=off | |
#PVP有効化 | |
#[on, off] | |
pvp=on | |
#難易度 | |
#[1, 2, 3] | |
difficulty=1 | |
#ジェネレーター設定 | |
#[文字列] | |
generator-settings= | |
#初期ワールド名 | |
#[文字列] | |
level-name=world | |
#初期ワールドシード値 | |
#[文字列] | |
level-seed= | |
#ワールド種類 | |
#[FLAT, DEFAULT] | |
level-type=DEFAULT | |
#クエリの有効化 | |
#[on, off] | |
enable-query=on | |
#rconの有効化 | |
#[on, off] | |
enable-rcon=off | |
#rconのパスワード | |
#[文字列] | |
rcon.password=12345test | |
#自動セーブ | |
#[on, off] | |
auto-save=on | |
#読み込みチャンク数 | |
#[数値] | |
view-distance=8 | |
#オンラインモード | |
#[on, off] | |
xbox-auth=on | |
#言語 | |
#[jpn, eng, その他] | |
language=jpn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment