Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. command /stream-alert [<text>] [<text>] [<text>]:
  2. permission: *
  3. trigger:
  4. set {_username} to arg-1 parsed as player
  5. set {_uuid} to uuid of {_username}
  6. set {_produkt1} to "%arg-2%"
  7. set {_produkt2} to "%arg-3%"
  8. send a request to "https://nice-hosting.dk/uploads/planetcraft/oauth/alert?AUTH=HASSANERVILD&username=%{_username}%&uuid=%{_uuid}%&produkt1=%{_produkt1}%&produkt2=%{_produkt2}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement