Advertisement
Leoko

AdvancedLogin - Config

Mar 22nd, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.58 KB | None | 0 0
  1. # /---------------------------------Developed by Leoko--------------------------------\
  2. # |  ####  ###   #   #  ####  #  #  ####  ####  ###      #      ###    ####  #  #  #  |
  3. # |  #  #  #  #  #   #  #  #  ## #  #     #     #  #     #     #   #  #      #  ## #  |
  4. # |  ####  #  #  #   #  ####  # ##  #     ##    #  #     #     #   #  #  ##  #  # ##  |
  5. # |  #  #  #  #   # #   #  #  #  #  #     #     #  #     #     #   #  #   #  #  #  #  |
  6. # |  #  #  ###     #    #  #  #  #  ####  ####  ###      ####   ###    ###   #  #  #  |
  7. # \---------------------------------Developed by Leoko--------------------------------/
  8.  
  9.  
  10. # MySQL-Settings
  11. MySQL:
  12.   UseMySQL: false
  13.   IP: "localhost"
  14.   DB-Name: "PINs"
  15.   Username: "root"
  16.   Password: "YourPW"
  17.  
  18. # Every X minutes the pins will be refreshed form the MySQL [if MySQL is enabled]
  19. AutoLoad: 5
  20.  
  21. #Should the plugin save the plays IP for the auto-login feature
  22. SaveIP: true
  23.  
  24. #Should there be sounds effects
  25. Sounds: true
  26.  
  27. #Optimal length is 4 or 5 and also valid is 3 and 6
  28. #I don't recoment to use a length that is not between 3 and 6!
  29. PIN-Length: 4
  30.  
  31. #The player will be kicked after x sec when he has not logged in
  32. #Set to -1 to disable this
  33. KickAfterSec:
  34.   Seconds: 20
  35.   KickMessage: "&cYou have not logged in after 20 sec!"
  36.  
  37. #The player will be kicked when he types in the code x times wrong
  38. #Set to -1 to disable this
  39. KickAfterTries:
  40.   Tries: 3
  41.   KickMessage: "&cYou have not logged in after 3 tries"
  42.  
  43. Messages-Chat:
  44.   AdminPINReset:
  45.     User: '&cYour PIN got reset by an admin'
  46.     Admin: '&cThe PIN of player %PLAYER% got reset'
  47.     HasNoPin: '&cThis player has no PIN'
  48.   AdminPINSet:
  49.     User: '&cYour PIN got changed'
  50.     Admin: '&cThe PIN of player %PLAYER% got changed to %PIN%'
  51.     NoValidPIN: '&cThis is not a vaild PIN'
  52.   ConfReload: '&aThe config.yml has been reloaded'
  53.   NoPerms: "&cYou don't have enough perms"
  54. Messages-Title:
  55.   Register:
  56.     Line1: '&c&lRegistration'
  57.     Line2: '&cClick on the items to set a PIN &oeg.: 1234'
  58.   Registered:
  59.     Line1: '&a&lWelcome!'
  60.     Line2: '&aSuccessfull registered! &cYour PIN&8: &7%PIN%'
  61.   Loggedin:
  62.     Line1: '&a&lWelcome!'
  63.     Line2: '&aPIN accepted!'
  64.   AutoLoggedin:
  65.     Line1: '&a&lWelcome!'
  66.     Line2: '&aYou were automaticly logged in'
  67.   WrongPIN:
  68.     Line1: '&c&lWrong PIN'
  69.     Line2: '&7&oPIN not accepted, try it again'
  70. Messages-Items:
  71.   ShowPIN: '&cShow PIN'
  72.   PIN: '&c&lPIN &8&l»'
  73.   HiddenNumber: '&7&l*'
  74.   Numbers:
  75.     1: '&f&l1'
  76.     2: '&f&l2'
  77.     3: '&f&l3'
  78.     4: '&f&l4'
  79.     5: '&f&l5'
  80.     6: '&f&l6'
  81.     7: '&f&l7'
  82.     8: '&f&l8'
  83.     9: '&f&l9'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement