My Character Safe Login

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

This plugin allows to give more security to users and administrators of a bukkit server, requesting a login password once users log on the server.

FEATURES:

  • Use a mysql database for store player data
  • The password can be encrypted before storing
  • Use a sqlite database cache to increase the performance.
  • The players can't move o make any action before login.
  • Users can request a new password in case of forget it.
  • Full configuration of the SMTP server for sending emails (only used for the /lostpassword command)
  • You can create your own email structure and message.
  • Database are automatically updated with the needed tables.

CONFIGURATIONS

  • EnableEncriptPassword -> If you want encrypt the users password
  • EncriptAlgorithm -> Possible encryption algorithms are MD2, MD5, SHA-1, SHA-256, SHA-384, SHA-512
  • MinimumPasswordLength
  • MaximumPasswordLength
  • DataBaseHost
  • DataBasePort
  • DataBaseUser
  • DataBasePassword
  • DataBaseName
  • SmtpHost
  • SmtpPort
  • SmtpUser
  • SmtpPassword
  • SmtpSSL -> Enable use of SSL for sending emails if is necessary
  • FromMail
  • CacheName -> Cache file name (We recommend leaving the default name)
  • StructureMail -> File name of email structure and message.

PERMISSIONS

  • Not needed

COMMANDS

  • /register <password> <re-password> <e-mail>
  • /login <password>
  • /logout
  • /changepassword <oldpassword> <newpassword> <re-newpassword>
  • /lostpassword -> Send an email with a new password

MAIL STRUCTURE VARIABLES

  • {PLAYER_NAME}
  • {NEW_PASSWORD}
  • {SERVER_NAME}
  • {DATE} -> Date format MM/DD/YYYY
  • {TIME} - Time format HH:MM
  • {SERVER_HOST}
  • {SERVER_PORT}

WORKING PROGRESS

  • [||||||||||||||||||||] 100%

VIDEO

DONATION

  • If you liked my work and you want i continued developing new plugins, please do not forget make any donation. And i try to write better english.

    PayPal


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    72024
  • Created
    Jan 5, 2014
  • Last Released File
    Jan 10, 2014
  • Total Downloads
    611
  • License

Categories

Members

Recent Files

Bukkit