Skip to content

Latest commit

 

History

History
172 lines (107 loc) · 5.25 KB

README.md

File metadata and controls

172 lines (107 loc) · 5.25 KB

Logo

Reconnect [Velocity]

Reconnect your players!
Download »

Report Bug · Request Feature

Features

With this plugin, allow users to reconnect to the last server they were logged into!

(back to top)

Setup

Firstly, head over to the release page and download the latest version of the plugin. Drag the downloaded jar file into your plugins folder in your Velocity server.

(back to top)

Getting Started

Simply alter anything in the config.yml that is generated located in ./plugins/reconnect/config.yml.

(back to top)

Storage

In the config.yml, we have added different storage options. If you don't need your own plugins to interact with this one, we recommend you keep the method set as the default option (yaml).

storage:
  method: "yaml"
  # The below is only needed if you are using MySQL
  data:
    address: localhost
    database: reconnect
    username: root
    password: ''

To change the method, alter the method key. Current options are:

  • yaml - Local .yml file
  • sqlite - Local SQL database
  • mysql - Local or remote SQL database

The data section is for if you are using the mysql option for method.

  • address - The Address of the SQL database
  • database - The name of the database
  • username - Username for the SQL database
  • password - Password for the SQL database

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

MattMX - MattMX#0033

Project Link: https://github.com/Matt-MX/ReconnectVelocity

(back to top)

Acknowledgments

(back to top)