Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. script options:
  2. $ db url jdbc:mysql://$URL:$PORT/$DATABASE
  3. $ db username $USER
  4. $ db password $PASSWORD
  5. command /testmysql:
  6. trigger:
  7. set {_SetResult::*} to objects in column "FirstLogin" from result of query "SELECT * FROM ServerCount WHERE PlayerName = '%player%'" and close
  8. delete {_GetResult}
  9. loop {_SetResult::*}:
  10. If loop-value is set:
  11. set {_GetResult} to loop-value
  12. message "%{_GetResult}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement