Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. options:
  2. servername: TestServer
  3.  
  4. script options:
  5. $ init com.mysql.jdbc.Driver
  6. $ db url jdbc:mysql://localhost:3306/sdtchatlogs
  7. $ db username root
  8. $ db password test12345
  9.  
  10. on chat:
  11. update "INSERT INTO chat_logs (player, message, servername) VALUES ('%player%', '%message%', '{@servername}');"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement