Advertisement
LilFrostay

Config.yml

May 29th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. discord_token: "NTgxOTUwMjI4ODcwMjAxMzg3.XOmt1Q.QGedR_ogYs3Daa8Kr8Mu_cL9l7s"
  2. discord_guild_id: 562684443035172864
  3.  
  4. permission: "staff2fa.permit"
  5. admin_permission: "staff2fa.admin"
  6.  
  7. timeout: 600
  8. number_of_tries: 3
  9.  
  10. frozen_chat_error: "&cYou are not able to chat while not logged in. Please get your pin to login"
  11. no_pin_provided: "&cPlease enter a pin or Pin was Incorrect. \n&cYou have &f %tries% &cmore tries left."
  12. on_join: "\n\n&f&m&l--------------------------------\n\n&c&l STAFF AUTHENTICATOR\n\n&f&oTo get authenticated join the Particle staff discord.\n&f&onext, check the section named \"staff-authentication\".\n&f&ofinaly, copy the pin and do /login (pin)\n\n&f&m&l--------------------------------"
  13. pin_correct: "&aThe pin you entered was correct, you have now been Verified"
  14.  
  15. cooldown_delay: 600
  16.  
  17. admin_code_enabled: true
  18. admin_special_code: "FEE17L"
  19.  
  20. kick_message_to_many_tries: "You have exceeded the maximum amount of tries."
  21. kick_message_timeout: "You have failed to register in the listed amount of time"
  22.  
  23. embed_message_generate:
  24. title: "Incoming Staff Member"
  25. message: "`%name%` has joined the server. Please use the code below to verify yourself and gain access to the server.\n**Your One Time Code**\n**%token**"
  26. color: "255,178,102"
  27.  
  28. embed_message_verified:
  29. title: "Staff Member Successfully Logged In"
  30. message: "`%name%` has entered the 5-Digit code correctly and has been given access to the server.\n**Your One Time Code**\n**REDEEMED**"
  31. color: "0,255,0"
  32.  
  33. embed_message_leave:
  34. title: "Staff Member was Not Successfully Signed In"
  35. message: "`%name%` has left the server without entering their 5-Digit code therefore has been denied access to the server and kicked.\n**Your One Time Code**\n**EXPIRED**"
  36. color: "255,51,51"
  37.  
  38. embed_message_timeout:
  39. title: "Staff Member was Not Successfully Signed In"
  40. message: "`%name%` did not enter their 5-Digit code in the allocated time frame and therefore has been denied access to the server and kicked.\n**Your One Time Code**\n**EXPIRED**"
  41. color: "255,102,255"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement