Advertisement
justletmepastepls

Untitled

Feb 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. command /item <items>:
  2. description: Give yourself some items
  3. usage: /item <item(s)>
  4. aliases: i
  5. executable by: players
  6. permission: skript.give
  7. trigger:
  8. player has permission "skript.give.bypassblacklist":
  9. give arguments to player
  10. else:
  11. loop arguments:
  12. loop-item is not blacklisted:
  13. give loop-item to player
  14. else:
  15. message "<red>%loop-item%<reset> is blacklisted and thus cannot be spawned"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement