왜계속오류나줘?
오류 메세지를 보여주세요
오류에 대해서 알려주셔야
해당 오류를 보고 아는사람들이 해결방법 도움 드립니다.
[10:12:02] [Server thread/ERROR]: [Skript] §c§lLine 11:§7 (기본템.SK)
§c indentation error: expected 8 spaces, but found '->->____' [-> = tab, _ = space, ? = other whitespace]
§6 Line: §7message "기본템받았으면섴ㅋㅋㅋㅋ"
§r
[10:12:02] [Server thread/ERROR]: [Skript] §c§lLine 3:§7 (스코어보드.sk)
§c indentation error: expected 8 spaces, but found '->___' [-> = tab, _ = space, ? = other whitespace]
§6 Line: §7if {스코어보드.%loop-player%} is true:
탭이랑 스페이스 같이 써서 그럽니다, 둘 중 하나만 쓰셔야 합니다
variables:
{기본템.%player%} = false
command /기본템:
trigger:
if {기본템.%player%} is false:
give 1 stone sword of unbreking 5, named "기본검" with lore "잘쓰삼" to player
set {기본템.%player% to true
else:
message "기본템받았으면섴ㅋㅋㅋㅋ"
스크립트는 들여쓰기가 매우 중요하기 때문에 앞으로도 이렇게 올리면 큰일납니다. 한마포 코드 단락 기능을 이용하던지, 그런거 없는 네이버 같은데서는 @ 라도 붙이세요.
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
Dalsu
2022.05.14오류 메세지를 보여주세요
StarCandy
2022.05.14오류에 대해서 알려주셔야
해당 오류를 보고 아는사람들이 해결방법 도움 드립니다.
그극
2022.05.15[10:12:02] [Server thread/ERROR]: [Skript] §c§lLine 11:§7 (기본템.SK)
§c indentation error: expected 8 spaces, but found '->->____' [-> = tab, _ = space, ? = other whitespace]
§6 Line: §7message "기본템받았으면섴ㅋㅋㅋㅋ"
§r
[10:12:02] [Server thread/ERROR]: [Skript] §c§lLine 3:§7 (스코어보드.sk)
§c indentation error: expected 8 spaces, but found '->___' [-> = tab, _ = space, ? = other whitespace]
§6 Line: §7if {스코어보드.%loop-player%} is true:
qsef1256
2022.05.15탭이랑 스페이스 같이 써서 그럽니다, 둘 중 하나만 쓰셔야 합니다
그극
2022.05.15variables:
{기본템.%player%} = false
command /기본템:
trigger:
if {기본템.%player%} is false:
give 1 stone sword of unbreking 5, named "기본검" with lore "잘쓰삼" to player
set {기본템.%player% to true
else:
message "기본템받았으면섴ㅋㅋㅋㅋ"
qsef1256
2022.05.15스크립트는 들여쓰기가 매우 중요하기 때문에 앞으로도 이렇게 올리면 큰일납니다. 한마포 코드 단락 기능을 이용하던지, 그런거 없는 네이버 같은데서는 @ 라도 붙이세요.