개인 자료란 (JE)

  서버 커뮤니티

Profile 쿨워터 대표칭호 없음
Profile

질문하기 스크립트

플래이어 머리 밑에 플레이어의 칭호를 생성할수 없을까요?

2020.08.30 조회 수 960 추천 수 0
이해도 1.12 
게임버전 (JE) 스피곳 
스크립트 애드온 2.5-alpha6 

플래이어 머리 밑에 플레이어의 칭호를 생성할수 없을까요?

8개의 댓글

스크립터브혼
2020.08.31

1.12 버전은 [MundoSK]애드온의 [NameTag of Player ]익스프레션으로 가능합니다.

쿨워터
2020.08.31
@스크립터브혼

사이트에 들어가서 보았는데 무슨말인지 몰르겠어요ㅠㅠ죄송해요.

예시로 구문 한번만 써주신면 안될까요?

 

스크립터브혼
2020.08.31
@쿨워터

#Example 1

set player's default nametag to "bob" #All players now see the nametag as bob

set player's nametag to "potter" for {_p1} #{_p1} now sees the nametag as potter

set player's default nametag to "weird" #All players except for {_p1} now see the nametag as weird

set player's nametag to "nonweird" #All players (including {_p1}) now see the nametag as nonweird



#Example 2

set player's default nametag to "diamond" #All players now see the nametag as diamond

set player's nametag to "emerald" for {_p1} #{_p1} now sees the nametag as emerald

reset player's default nametag #All players except for {_p1} now see the nametag as the player's actual name

set player's default nametag to "gold" #All players except for {_p1} now see the nametag as gold

reset player's nametag for {_p1} #{_p1} now sees the nametag as gold

set player's default nametag to "iron" for {_p1} #{_p1} now sees the nametag as iron

reset player's nametag #All players (including {_p1}) now see the nametag as the player's actual name

쿨워터
2020.09.06
@스크립터브혼

애드온을 적용했는데도 안되는데요?ㅠㅠㅠㅠ

스크립터브혼
2020.09.06
@쿨워터

코드 보여주시고,
MundoSk애드온은 1.12버전에서 업데이트가 중단됐습니다.
혹여나 Skript2.5 버전과 맞지 않을 수 있습니다. 1.12버전 스크립트는 Skript 2.2-dev37가 마지막입니다.
Skript 2.2-dev37으로도 확인해보시기 바랍니다.

쿨워터
2020.09.07
@스크립터브혼

on damage:

type of victim is wither:

set {데미지.%attacker%} to damage

add {데미지.%attacker%} to {누적데미지.%attacker%}

if {누적데미지.%attacker%} is 100:

set {칭호 :: %attacker%} to "[실버]"

message " -칭호 : [중급]" to attacker

give 1 iron sword to attacker

set player's default nametag to "[실버]"

스크립터브혼
2020.09.07
@쿨워터
command /test.nametag:
    trigger:
        set player's default nametag to "[실버]" 

이렇게 nametag만 적용해도 안되나요?

쿨워터
2020.09.07
@스크립터브혼

스크립트 버전을 바꿔서 했느데 다른 구문들이 실행이 안되네요 type of victim is wither 구문이 Can't compare an entity type with a potion다며 실해이안되네요

뉴스 및 창작물
/files/thumbnails/268/789/003/262x150.crop.jpg?20240515192032

레드스톤

벌레먹은 돌 빠르게 제거하는 법

GlassesFilm

2024-05-15

0

/files/thumbnails/797/788/003/262x150.crop.jpg?20240515090924

건축

마인크래프트로 구현한 카르카손 보드게임

Warak

2024-05-15

1

/files/thumbnails/487/784/003/262x150.crop.jpg?20240508233607

모드

Windows Borderless 모드에서 악성코드 발견

학교가기싫다

2024-05-08

1

/files/thumbnails/384/778/003/262x150.crop.jpg?20240512002324

업데이트

마인크래프트 자바 에디션 스냅샷 24w18a

학교가기싫다

2024-05-06

0

/files/thumbnails/855/781/003/262x150.crop.jpg?20240505141129

레드스톤

레이저 클리너

GlassesFilm

2024-05-05

1