@@ -33,25 +33,25 @@ debug:
3333 commands : false
3434
3535timings :
36- # Enable core and plugin timings by default
36+ # コアとプラグインのtimingsをデフォルトで有効にする
3737 enabled : false
38- # Enable monitoring at verbose level, include high-frequency timings
38+ # くどいレベルで監視を有効にし、高頻度のタイミングを含める
3939 verbose : false
40- # Interval between history frames in ticks
41- # Default is 5 minutes (6000 ticks)
40+ # ティックの履歴フレーム間の間隔
41+ # デフォルトは5分 (6000チック) です
4242 history-interval : 6000
43- # Length of the whole timing history in ticks
44- # Default is 1 hour (72000 ticks)
45- # This value is capped at a maximum of history-interval * 12
43+ # ティックでの全体のタイミング履歴の長さ
44+ # デフォルトは1時間 (72000チック) です
45+ # この値は最大履歴間隔* 12で上限が設定されています
4646 history-length : 72000
47- # For special cases of servers with special permission to bypass the max
48- # This max helps keep data file sizes reasonable for processing on Aikar's Timing parser side
49- # Setting this will not help you bypass the max unless Aikar has added an exception on the API side
47+ # maxをバイパスする特別な権限を持つサーバーの特殊なケースについて
48+ # この最大値は、AikarのTimingパーサ側での処理に適したデータファイルサイズを維持するのに役立ちます
49+ # 設定すると、AikarがAPI側で例外を追加しない限り、maxをバイパスすることはできません
5050 bypass-max : false
51- # If set to true, name of your server won't be sent
51+ # trueに設定すると、サーバーの名前は送信されません
5252 privacy : false
53- # Settings sections to ignore. These sections won't be sent to Aikar's Timing parser
54- # For example : [all] or [settings, timings]
53+ # 設定セクションを無視します。 これらのセクションは、アイカのタイミング解析ツールには送信されません
54+ # 例 : [all] もしくは [settings, timings]
5555 ignore : []
5656
5757level-settings :
@@ -104,8 +104,8 @@ spawn-limits:
104104 ambient : 15
105105
106106player :
107- # If true, player data will be saved as players/playername.dat
108- # If false, nukkit won't save player data as "dat" files, in order that plugins can do something on it.
107+ # trueの場合、プレーヤーデータは players/playername.dat として保存されます
108+ # falseの場合、nukkitはプレーヤのデータを "dat"ファイルとして保存せず、プラグインが何かを実行できるようにします。
109109 save-player-data : true
110110
111111aliases :
0 commit comments