Skip to content

コマンドの作り方

Ebise Lutica edited this page Aug 3, 2021 · 1 revision
  1. commandsフォルダに新たなコマンドのjavaファイルを作成
  2. CommandBase あるいは CommandPlayerOnlyBase クラスを継承した新たなクラスを作成する
  3. XCorePlugin.loadCommands() メソッド内で読み込む
  4. plugin.yml を編集する
Clone this wiki locally