Jt1010

coins2

Aug 17th, 2020 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. command /coin <text> <number>:
  2. permission: admin
  3. trigger:
  4. if arg-1 is "add":
  5. add arg-2 to {%player%coins}
  6. if arg-1 is "remove":
  7. remove arg-2 from {%player%coins}
  8. if arg-1 is "set":
  9. set {%player%coins} to arg-2
  10. if arg-1 is "check":
  11. send "&l&2You have coin is %{%player%coins}%"
Add Comment
Please, Sign In to add comment