With this plugin, allow users to reconnect to the last server they were logged into!
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.
Simply alter anything in the config.yml
that is generated located in ./plugins/reconnect/config.yml
.
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 filesqlite
- Local SQL databasemysql
- 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 databasedatabase
- The name of the databaseusername
- Username for the SQL databasepassword
- Password for the SQL database
Distributed under the MIT License.
MattMX - MattMX#0033
Project Link: https://github.com/Matt-MX/ReconnectVelocity