ShortcutRunプラグイン » 履歴 » バージョン 7
K13 ごらやん, 2021/07/21 07:17
1 | 1 | K13 ごらやん | h1. ShortcutRunプラグイン |
---|---|---|---|
2 | |||
3 | h2. 参加勢用 |
||
4 | |||
5 | h3. 遊び方 |
||
6 | |||
7 | 1.ステージにある足場アイテムを拾おう!近づくと拾えるよ! |
||
8 | 2.足元にブロックがないところを歩くと、ブロックが設置されて空を歩けるよ!さらにスピードアップのバフがついて加速するよ! |
||
9 | 3.加速した状態で他のプレイヤーに近づくと、爆発してキルができるよ! |
||
10 | |||
11 | h2. コマンド勢、ステージ編集者用 |
||
12 | |||
13 | h3. プレイ |
||
14 | |||
15 | 2 | K13 ごらやん | 1. /shortcutrun select <stage> ステージを選択 |
16 | 2. /shortcutrun play on プレイ開始 |
||
17 | 1 | K13 ごらやん | |
18 | 3 | K13 ごらやん | 停止コマンド /shortcutrun play off |
19 | |||
20 | 1 | K13 ごらやん | h3. 編集 |
21 | |||
22 | 2 | K13 ごらやん | 1. /shortcutrun edit create <name> ステージを作成 |
23 | 2. /shortcutrun select <stage> 作成したステージを選択 |
||
24 | 3. /shortcutrun edit on 編集開始 |
||
25 | 1 | K13 ごらやん | 4. /shortcutrun edit giveEditItem <target>で編集用アイテムを取得 |
26 | ・矢 足場を設置 |
||
27 | ・バリアブロック オフハンドに持つと近くの足場が消える |
||
28 | 3 | K13 ごらやん | |
29 | 5 | K13 ごらやん | 停止コマンド /shortcutrun edit off |
30 | 作成したステージの削除 /shortcutrun edit delete <name> |
||
31 | 4 | K13 ごらやん | |
32 | h3. コマンドで足場の所持数を表示 |
||
33 | |||
34 | 例.actionbarで表示したい場合 |
||
35 | 6 | K13 ごらやん | /title @a actionbar {"score":{"name":"*","objective":"footings"}} |
36 | ↑これをリピートコマンドブロックで実行してください |
||
37 | |||
38 | /title @a actionbar ["footings ",{"score":{"name":"*","objective":"footings"}}] |
||
39 | ↑文字も追加できます |
||
40 | footings 1 ←こんな感じにでる |
||
41 | |||
42 | 7 | K13 ごらやん | h3. コマンド一覧 |
43 | |||
44 | * /shortcutrun edit (shortcutrun.command.edit) |
||
45 | ** create <stageName> ステージを新規作成 |
||
46 | ** delete <stageName> 既存のステージを削除 |
||
47 | ** giveEditItem <target> target に編集用アイテムを与える |
||
48 | ** on / off 編集モード切替 |
||
49 | |||
50 | * /shortcutrun play (shortcutrun.command.play) |
||
51 | ** on / off プレイモード切替 ※ステージを選択してない状態ではonにできません |
||
52 | |||
53 | * /shortcutrun select <stageName> (shortcutrun.command.select) |
||
54 | ステージを選択する |
||
55 | |||
56 | * /shortcutrun config (shortcutrun.command.config) |
||
57 | ** set <config項目> <値> configの値を変更 |
||
58 | ** get <config項目> configの値を取得、項目の軽い説明もでます |
||
59 | ** reset configの値を全て初期値に戻す |
||
60 | |||
61 | 6 | K13 ごらやん | h3. config |
62 | |||
63 | * renderFootingMax |
||
64 | 頭上に表示される足場の数の表示限界 |
||
65 | * renderFootingCompressRatio |
||
66 | 頭上に表示される足場の数の圧縮率 |
||
67 | (例).値が2のとき、足場アイテムを100個持ってると頭上に50個の足場が表示される |
||
68 | * resetOnFinish |
||
69 | ゲーム終了時に足場数をリセットするかどうか |
||
70 | * attackRadis |
||
71 | 加速時のプレイヤーへの攻撃範囲 |
||
72 | * accelerationLevel |
||
73 | 足場設置時の加速レベル(effectレベル) |
||
74 | * accelerationTick |
||
75 | 足場設置時の加速時間(tick) |
||
76 | * footingGainRate |
||
77 | 足場アイテムの取得倍率 |
||
78 | * footingGainDistance |
||
79 | 足場アイテム回収範囲 |
||
80 | * footingRestorePerTick |
||
81 | 1tickあたりのフィールドの足場アイテムの復活数 |
||
82 | * placeFootingBlock |
||
83 | * placeFootingDistance |
||
84 | プレイ時に設置される足場の大きさ |
||
85 | * editRemoveFootingDistance |
||
86 | 編集時の足場の削除範囲 |