-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
oneblock: | ||
commands: | ||
admin: | ||
setcount: | ||
parameters: "<名前> <数>" | ||
description: プレイヤーのブロック数を設定する | ||
set: "[name]の数が[number]に設定されました" | ||
setchest: | ||
parameters: "<フェーズ> <レア度>" | ||
description: 見つめられた胸部を、指定された希少性を持つフェーズに置く | ||
chest-is-empty: "&cそのチェストは空なので追加できません" | ||
unknown-phase: "&c不明なフェーズ。タブコンプリートを使用して表示します" | ||
unknown-rarity: "&c希少性は不明です。 COMMON、UNCOMMON、RARE、またはEPICを使用します" | ||
look-at-chest: "&c満たされた箱を見てそれを設定します" | ||
only-single-chest: "&c単一のチェストのみを設定できます" | ||
success: "&a胸部がフェーズに追加されました" | ||
failure: "&cチェストをフェーズに追加できませんでした!エラーについてはコンソールを参照してください" | ||
sanity: | ||
parameters: "<フェーズ>" | ||
description: コンソールに位相確率の健全性チェックを表示する | ||
see-console: "&aコンソールでレポートを表示" | ||
count: | ||
description: ブロック数とフェーズを表示する | ||
info: "[name]フェーズのブロック[number]にいます" |