A_Mator 53b36032b29d4b2fbc7762547d22121b
# "displaymoney" 명령어 실행 시 잔액을 플레이어에게 보여주는 이벤트
on command "displaymoney":
trigger:
# 플레이어의 잔액을 가져와서 _balance 변수에 저장
set {_balance} to player's balance
# 플레이어에게 현재 잔액을 알려주는 메시지 전송
send "당신의 현재 잔액은 %{_balance}%입니다." to player
# 돈을 더하는 명령어
on command "addmoney":
trigger:
# 추가할 금액을 파라미터로 받아옴
set {_amount} to argument 1
# 플레이어의 현재 잔액을 가져와서 _balance 변수에 저장
set {_balance} to player's balance
# 새로운 잔액 계산
set {_new_balance} to {_balance} + {_amount}
# 새로운 잔액을 플레이어의 잔액으로 설정
set player's balance to {_new_balance}
# 결과 메시지 출력
send "금액 %{_amount}%만큼 추가하여 새로운 잔액은 %{_new_balance}%입니다." to player
# 돈을 빼는 명령어
on command "removemoney":
trigger:
# 뺄 금액을 파라미터로 받아옴
set {_amount} to argument 1
# 플레이어의 현재 잔액을 가져와서 _balance 변수에 저장
set {_balance} to player's balance
# 새로운 잔액 계산 (음수 값으로 설정하여 뺌)
set {_new_balance} to {_balance} - {_amount}
# 새로운 잔액을 플레이어의 잔액으로 설정
set player's balance to {_new_balance}
# 결과 메시지 출력
send "금액 %{_amount}%만큼 빼서 새로운 잔액은 %{_new_balance}%입니다." to player
# 매 초마다 실행되는 이벤트
on every 1 second:
loop all players:
# 각 플레이어의 잔액을 가져와서 _balance 변수에 저장
set {_balance} to {player.%loop-player's uuid%.balance}
# 플레이어의 닉네임과 잔액을 색이 있는 형식으로 표시하는 문자열 생성
set {_display} to "&6&l닉네임: %loop-player% &f| &6&l잔액: %{_balance}%"
# 색 없는 문자열 버전 생성
set {_display_no_color} to "&6&l닉네임: %loop-player% | &6&l잔액: %{_balance}%"
# 플레이어의 액션바에 표시할 문자열 설정
set action bar of loop-player to {_display_no_color}
# 플레이어 목록에 표시할 문자열 설정
set player list name of loop-player to {_display}
마크 서버 송금 시스템인데 작동이 안되네요 어떻게 해야하나요?
qsef1256
2023.08.16ChatGPT는 디버깅이 가능한 사람이 참고 및 도구의 용도로 쓰는거지, 아무 기반 지식 없이 사용할 수 있는 마법 지팡이가 아닙니다.
세찐찐
2023.08.30코드 대부분이 엉망입니다
챗지피티에게는 질문용으로 써주세요
스크립트를 하실거면 배우시고 하시는게 좋습니다
IRONBLOCK
2023.09.26ㅋㅋㅋㅋㅋㅋㅋ 없는 메서드를 창조해네는 갓GPT죠
세찐찐
2023.09.26ㅋㅋㅋㅋ 실력 : 0/10 창의력 :10000000/10
IRONBLOCK
2023.09.26ㅋㅋㅋㅋㅋㅋㅋ
IRONBLOCK
2023.09.26창의력이 지나쳐서 메서드/클래스를 창조하는 근데 이름이 그럴듯함ㅋㅋㅋㅋ
세찐찐
2023.09.26ㅇㅈ