Skip to content

任意のコマンドを実行する際に再度コマンドの実行を要求するSpigotPlugin

License

Notifications You must be signed in to change notification settings

SigureRuri/ConfirmWhirlwind

Repository files navigation

ConfirmWhirlwind

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

Example of confirming command

Config

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

例:

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

Build

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

About

任意のコマンドを実行する際に再度コマンドの実行を要求するSpigotPlugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages