Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /ch:
- trigger:
- if {homelist::%arg%} is set:
- teleport player to {homelist::%arg%}
- else:
- message "チェックポイントが設定されていません"
- command /ch:
- trigger:
- if {homelist::%arg%} is set:
- message "<yellow>チェックポイントを設定しました"
- set {homelist::%arg%} to location of player
- message "%arg%を追加しました"
- command /chl:
- trigger:
- loop {homelist::*}:
- set {_homes} to "%{_homes}%, %loop-index%"
- replace "<none>," in {_homes} with""
- message "%{_homes}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement