Installation
In this page you will learn how to install this plugin on both server side (spigot/paper/purpur/etc) and proxy side (bungeecord/etc)
Installation (Server)
Installation (Proxy)
# If you are using BungeeCord server, set this to true
# don't forget to use MySQL Storage type to make it work
# properly
Proxy Mode: falseStorage:
# FILE or MYSQL
Location: MYSQL
# Block Storage is saved in local
Block Directory: blocks
File:
Waystone Directory: waystone_data
Player Directory: player_data
Names Directory: waystone_names
MySQL:
#Url: custom url here?
Host: localhost
Port: 3306
Username: USERNAME HERE
Password: PASSWORD HERE
Database Name: DATABASE NAME HERE
Table:
Waystone: waystones
Player: players
Names: waystone_namesLast updated