Advertisement
grantygames

Untitled

Jun 5th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. command /giveall [<material>]:
  2. permission: skript.giveall
  3. trigger:
  4. broadcast "Dando %arg 1%"
  5. set {_item} to arg 1
  6. loop all playerS:
  7. give loop-player 1 of {_item}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement