Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 540 Bytes

ConfirmWhirlwind

特定のコマンド実行時にもう一度同じコマンドを打つことで確認を行うようにするSpigotプラグイン

Example of confirming command

Config

確認を行うコマンドはconfig.ymlcommands-to-confirmで指定できます。
正規表現での指定が可能です。

例:

commands-to-confirm:
  - "summon creeper ~ ~ ~"
  - "clear \\w{1,16}"

Build

プラグインのビルドにはshadowJarタスクを実行してください。