Minecraft Wiki
(ページの作成:「These commands manage server saves. <!-- please retain double newline above for section differentiation --> ==== save-all ==== {{:commands/infobox |save-all |mp |Alpha...」)
 
Chrom 24 (トーク | 投稿記録)
(en:1334442)
1行目: 1行目:
  +
サーバーのデータ保存を管理するコマンドである。
These commands manage server saves.
 
   
 
== save-all ==
 
 
{{:コマンド/infobox
<!-- please retain double newline above for section differentiation -->
 
 
==== save-all ====
 
{{:commands/infobox
 
 
|save-all
 
|save-all
 
|mp
 
|mp
|Alpha 1.0.16_01
+
|Alpha v1.0.16_02
 
}}
 
}}
   
  +
サーバーのデータを記憶装置に保存する。
Saves the server to disk.
 
   
  +
;構文
;Syntax
 
   
 
: <code>save-all [flush]</code>
 
: <code>save-all [flush]</code>
   
  +
;説明
;Description
 
   
  +
: サーバーに全チャンクと全プレイヤーデータを"要セーブ"とマークさせる。全データが記憶装置に書き出されるとセーブが完了する。
: Causes the server to mark all chunks and player data as needing to be saved. They will be saved over time until all are flushed to disk.
 
  +
: 'flush'が指定された場合、サーバーの動作を一時フリーズさせ、全チャンクが即座に記憶装置に保存される。
: If 'flush' is specified as the sole argument to the command, all the chunks will be saved to disk immediately, freezing the server for a short time.
 
   
  +
;成功条件
;Success Conditions
 
   
  +
: 記憶装置へのセーブが成功するとコマンドは成功する。エラーが起こるとコマンドは失敗する(例えば記憶装置の容量が一杯になった、別のMinecraftでマップが開かれた、など)。
: Succeeds if the map is successfully saved to disk. If an error occurs (such as the disk being full, or another copy of ''Minecraft'' has the map open) the command will fail.
 
   
 
== save-off ==
 
 
{{:コマンド/infobox
<!-- please retain double newline above for section differentiation -->
 
 
==== save-off ====
 
{{:commands/infobox
 
 
|save-off
 
|save-off
 
|mp
 
|mp
|Alpha 1.0.16_01
+
|Alpha v1.0.16_01
 
}}
 
}}
   
  +
サーバーの自動セーブを無効化する。
Disables automatic server saves.
 
   
  +
;構文
;Syntax
 
   
 
: <code>save-off</code>
 
: <code>save-off</code>
   
  +
;説明
;Description
 
   
  +
: サーバーの、ワールドファイルへの書き込みを無効化する。全ての変更は一時的にキューに入れられる。
: Disables the server writing to the world files. All changes will temporarily be queued.
 
   
  +
;成功条件
;Success Conditions
 
   
  +
: 既に無効化されていなければ常に成功する。
: Always succeeds unless already disabled.
 
   
 
== save-on ==
 
 
{{:コマンド/infobox
<!-- please retain double newline above for section differentiation -->
 
 
==== save-on ====
 
{{:commands/infobox
 
 
|save-on
 
|save-on
 
|mp
 
|mp
|Alpha 1.0.16_01
+
|Alpha v1.0.16_01
 
}}
 
}}
   
  +
サーバーの自動セーブを有効化する。
Enables automatic server saves.
 
   
  +
;構文
;Syntax
 
   
 
: <code>save-on</code>
 
: <code>save-on</code>
   
  +
;説明
;Description
 
  +
  +
: サーバーのワールドファイルへの書き込みを有効化する。これが通常の振舞いである。
  +
  +
;成功条件
  +
  +
: 既に有効化されていなければ成功する。
  +
  +
== save ==
  +
{{:コマンド/infobox
  +
|save
  +
|mp
  +
|Bedrock Edition 1.6.1
  +
}}
  +
  +
バックアップの用意をしたり、状態を問い合わせたり、再開したりする。
  +
  +
;構文
   
  +
: <code>save [hold|query|resume]</code>
: Enables the server writing to the world files. This is the default behavior.
 
   
  +
;説明
;Result
 
   
  +
: バックアップの用意ができると、save queryはファイルごとにファイルパスと切り捨てるバイト数をコロンで区切って出力する。
: Always succeeds unless already enabled.
 
   
  +
== 歴史 ==
  +
{{History|alpha}}
  +
{{History||v1.0.16_01|{{cmd|save-all|link=none}}、{{cmd|save-on|link=none}}、{{cmd|save-off|link=none}}が追加された。}}
  +
{{history|bedrock}}
  +
{{history||1.6.1|{{cmd|save|link=none}}が追加された。}}
  +
{{history|foot}}
   
  +
[[Category:コマンド]]
<!-- please retain double newline above for section differentiation -->
 

2019年3月27日 (水) 11:07時点における版

サーバーのデータ保存を管理するコマンドである。

save-all

save
必要権限レベル

不明

実行制限

なし

サーバーのデータを記憶装置に保存する。

構文
save-all [flush]
説明
サーバーに全チャンクと全プレイヤーデータを"要セーブ"とマークさせる。全データが記憶装置に書き出されるとセーブが完了する。
'flush'が指定された場合、サーバーの動作を一時フリーズさせ、全チャンクが即座に記憶装置に保存される。
成功条件
記憶装置へのセーブが成功するとコマンドは成功する。エラーが起こるとコマンドは失敗する(例えば記憶装置の容量が一杯になった、別のMinecraftでマップが開かれた、など)。

save-off

save
必要権限レベル

不明

実行制限

なし

サーバーの自動セーブを無効化する。

構文
save-off
説明
サーバーの、ワールドファイルへの書き込みを無効化する。全ての変更は一時的にキューに入れられる。
成功条件
既に無効化されていなければ常に成功する。

save-on

save
必要権限レベル

不明

実行制限

なし

サーバーの自動セーブを有効化する。

構文
save-on
説明
サーバーのワールドファイルへの書き込みを有効化する。これが通常の振舞いである。
成功条件
既に有効化されていなければ成功する。

save

save
必要権限レベル

不明

実行制限

なし

バックアップの用意をしたり、状態を問い合わせたり、再開したりする。

構文
save [hold|query|resume]
説明
バックアップの用意ができると、save queryはファイルごとにファイルパスと切り捨てるバイト数をコロンで区切って出力する。

歴史

Java Edition Alpha
v1.0.16_01/save-all/save-on/save-offが追加された。
Bedrock Edition
1.6.1/saveが追加された。