SigExecutable
실행 가능한 동작을 표현하는 클래스입니다. 다양한 하위 모듈 및 여러 개의 동작을 컨픽으로 실행 시킬 수 있습니다.
Usage
Yaml Format
Command
command:
- "testcmd" # 이 경우 console execute 될 수 있음command:
as_console:
- "testcmd"
as_player:
- "testcmd"간단한 포맷의 경우, 코드에서 플레이어가 포함되지 않았다면 콘솔로 명령어를 실행 시킵니다. 민감한 명령어는 as_player 옵션과 함께 실행 시키세요.
notice:
message:
- "&dMessage"
- "placeholder: %test%"Cooldown
Programmatic Usage
Last updated