SigExecutable

실행 가능한 동작을 표현하는 클래스입니다. 다양한 하위 모듈 및 여러 개의 동작을 컨픽으로 실행 시킬 수 있습니다.

Usage

Yaml Format

  • Command

command:
  - "testcmd" # 이 경우 console execute 될 수 있음
command:
  as_console: 
    - "testcmd"
  as_player:
    - "testcmd"
notice:
  message:
    - "&dMessage"
    - "placeholder: %test%"
  • Cooldown

다른 플러그인의 Executable은 각 플러그인 Docs에 존재합니다.

Programmatic Usage

Last updated