1.20.1 버전에서 replace 가 사라졌나요?
커맨드 블럭을 쓰는데 replace가 안나와요
스크립트도 마찬가지..
item이라는 명령어가 replace명령어의 역활을 이어받았어요!!
on right click with paper:
if name of player's tool contains "수표":
set {_name} to uncolored name of player's tool
replace all "수표" and "원" and " " with " " in {_name}
set {_name} to {_name} parsed as integer
message "&a수표를 사용하여 %{_name}%원을 지급받았습니다."
remove 1 paper from player's tool
add {_name} to {돈::%player%.돈}
그럼 여기서 replace all "수표" and "원" and " " with " " in {_name}
대신 item all "수표" and "원" and " " with " " in {_name} 로 바꾸면 작동이 될까요?
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
yusin12
2023.07.13item이라는 명령어가 replace명령어의 역활을 이어받았어요!!
귀농놀부
2023.07.13on right click with paper:
if name of player's tool contains "수표":
set {_name} to uncolored name of player's tool
replace all "수표" and "원" and " " with " " in {_name}
set {_name} to {_name} parsed as integer
message "&a수표를 사용하여 %{_name}%원을 지급받았습니다."
remove 1 paper from player's tool
add {_name} to {돈::%player%.돈}
그럼 여기서 replace all "수표" and "원" and " " with " " in {_name}
대신 item all "수표" and "원" and " " with " " in {_name} 로 바꾸면 작동이 될까요?