Skip to content

Matt-MX/ReconnectVelocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

To allow users to reconnect, make sure they have the permission velocity.reconnect!

(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)