Advertisement
fleft17

Untitled

Jul 6th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. command /downvote <player>:
  2. permission: skript.enchants
  3. trigger:
  4. if {RedditPoints.%arg%} is not set:
  5. set {RedditPoints.%arg%} to 0
  6. subtract 1 from {RedditPoints.%arg%}
  7. broadcast "[Downvote] %arg% has been downvoted by %command sender%!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement