Advertisement
siso_

関数Pack

Jun 19th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /add:
  2. trigger:
  3. set {list::%player%%name of player's held item%} to player's held item
  4. send "set"
  5.  
  6. command /loop:
  7. trigger:
  8. loop {list::*}:
  9. set {_s::*} to "%loop-index%" split at name of loop-value
  10. send "%{_s::*}%"
  11. send "%loop-index%"
  12. give loop-value to loop-index parsed as player
  13. delete {list::*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement