Advertisement
TE1TO9_

Untitled

May 12th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. command /uranai <player>:
  2.     trigger:
  3.         send "&b%player%さんは%{yasusyoku::%arg-1%}%です"
  4. command /jinrou <player>:
  5.     permission: admin
  6.     trigger:
  7.         loop all players:
  8.             add "&4人狼" to {yakusyoku::*}
  9.             set {yakusyoku::%loop-player%} to {yakusyoku::*}
  10.             wait a tick
  11.             set {yakusyoku::%{j}%} to {yakusyoku::%loop-player%}
  12.         loop all players:
  13.             {yakusyoku::%{j}%} is "&4人狼"
  14.             send "&cあなたは%{yakusyoku::%{j}%}%です" to loop-player
  15.             remove {yakusyoku::%loop-player%} from {yakusyoku::*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement