Collectible
API
CollectibleApi#hasCollectible(CollectibleType type, Player player, String id)
플레이어가 CollectibleType 의 id collectible 을 가지고 있는지 체크Command
유저 명령어
/prefix /칭호: 칭호 gui 열기
/nametag /네임태그: 네임태그 gui 열기
어드민 명령어 [ collectible.admin ]
/collectible [prefix|nametag] [add|remove|purge|addAll] (target) (id) <args>
args 0: [prefix|nametag]
prefix: 칭호
nametag: 네임태그
args 1: [add|remove|purge|addAll]
add: 뒤 collectible by id 를 추가
remove: 뒤 collectible by id 를 제거
purge: 해당 플레이어가 보유한 collectible 모두 제거 (사용 주의)
addAll: 해당 type 의 collectible 모두 추가 (사용 주의)
args 2: (target)
target: 플레이어 이름
args 3: (id)
id: colelctible id ( collectible.yml 에 정의 )
args 4: <args>
add 인 경우 뒤에 숫자가 붙으면 기간제로 들어감.
ex) /collectible prefix add signition bada 7 : bada prefix 7일 기간제로 추가
Placeholders
Last updated