-
Notifications
You must be signed in to change notification settings - Fork 20
작성하기
Noonmaru edited this page Oct 3, 2020
·
3 revisions
Ability 파일들을 /plugins/Psychics/abilities/
에 넣었다면 Psychic을 작성할 차례입니다.
Psychic 파일의 포맷은 yaml입니다.
우선 /plugins/Psychics/psychics/
디렉토리로 이동합시다.
이동했다면 해당 폴더 내에 sample.yml
이라는 파일을 만들고 수정합시다.
파일에 다음 내용을 입력하세요.
abilities:
sample:
ability: com.github.noonmaru.boomerang
여기서 abilities는 psychic의 ability 목록을 구성하는 섹션입니다.
그 아래 sample은 ability의 코드네임
ability는 아까 다운받은 능력 모듈 이름입니다. (.jar은 제외하고 적어주세요.)
다음과 같이 ability를 추가할수도 있습니다.
abilities:
sample:
ability: com.github.noonmaru.boomerang
second-sample:
ability: com.github.noonmaru.magic-arrow
작성을 완료했다면 저장 후 서버를 실행하세요.