kazuken0814

Duel

Oct 12th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. command /duel [<player>] [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. message "&a/duel &b<player> &c<gapple,combo,uhc>"
  5. if arg 2 is "Combo":
  6. execute player command "/1vs1 join combo"
  7. send "&a%arg 1%さんにCombo Duel申請をしました"
  8. send "&a%player%さんからCombo Duel申請が来ています。" to arg 1
  9. execute console command "/tellraw %arg 1% ["""",{""text"":""Duel Join for... "",""color"":""aqua""},{""text"":"">>>"",""bold"":true,""underlined"":true,""color"":""light_purple"",""clickEvent"":{""action"":""run_command"",""value"":""/1vs1 join combo""}},{""text"":""Click here"",""bold"":true,""italic"":true,""underlined"":true,""color"":""aqua"",""clickEvent"":{""action"":""run_command"",""value"":""/1vs1 join combo""}},{""text"":""<<<"",""bold"":true,""underlined"":true,""color"":""light_purple"",""clickEvent"":{""action"":""run_command"",""value"":""/1vs1 join combo""}}]"
Advertisement
Add Comment
Please, Sign In to add comment