Guest User

Untitled

a guest
Jan 11th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #Folder that contains NBS files for effects play/stop music of NoteBlockAPI
  2. MusicFolder: "NBSFiles"
  3.  
  4. #Do you want to load force login effect of AuthMe to allow you use it in your scripts? ("force login %player%")
  5. ForeLogin: true
  6.  
  7. #Email paramteres for effect "send email with message %string% subject %string% to %string%"
  8. Email:
  9. EmailServer: "smtp.gmail.com"
  10. EmailPort: "587"
  11. EmailTLSRequired: "true"
  12. EmailAuthRequired: "true"
  13. EmailUsername: "myusername@gmail.com"
  14. EmailPassword: "mypassword"
Add Comment
Please, Sign In to add comment