Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 874 Bytes

0.3.1_to_0.4.0.md

File metadata and controls

38 lines (25 loc) · 874 Bytes

update 0.3.1 to 0.4.0

You can choose one way below to update from 0.3.1 to 0.4.0

Way one

  1. Download a h2 database GUI manager software
  2. Login database with user(root in default) and password(admin in default)
  3. Execute sql above:
alter table PLAYERS
    add IPV6 VARCHAR(45);

alter table PLAYERS
    add IP VARCHAR(15);

alter table PLAYERS
    add FORGET VARCHAR(5);
  1. Restart minecraft server

Way two

Suitable for JavaWeb developers

  1. Clone this repository
  2. Edit application.properties
  3. Run it

Way three

Suitable for Non-developer

  1. Zip #MINECRAFT_SERVER/mineauth/ folder
  2. Send to selcarpa@gmail.com with subject "update 0.3.1 to 0.4.0"
  3. Waiting for reply