Get Started
Documentation
- 🖥️ Commands
- 🏙️ Towns
- 🏠 Claims
- 🔨 Roles
- 🌟 Advancements
- ☯️ Relations
- ⚔️ Wars
- 🚫 Inactive Town Pruning
Developers
- 📦 API v3
- 🧡 Towns API
- ⚙️ Claims API
- ❗ API Events
- 🕸️ API v1 (Legacy)
This will walk you through installing HuskTowns on either your Spigot server, or proxied network of Spigot servers.
Note:If the plugin fails to load, please check that you are not running an incompatible version combination
These instructions are for simply installing HuskTowns on one Spigot/Paper server.
/plugins/
directory of your Spigot server.roles.yml
file especially, make sure to set that file up now as adding new roles later isn't possibleThese instructions are for installing HuskTowns on multiple Spigot servers and having them network together. A MySQL database (v8.0+) is required.
/plugins/
directory of each Spigot server./plugins/HuskTowns/
folder to it to make updating it easier.~/plugins/HuskTowns/config.yml
)database
, set type
to MYSQL
mysql
/credentials
, enter the credentials of your MySQL database server.cross_server
section. Set enabled
to true
.messenger_type
to REDIS
if you do this).levels.yml
, rules.yml
and roles.yml
files to your liking. For the roles.yml file especially, make sure to set that file up now as adding new roles later isn't possibleserver.yml
file should generate inside (~/plugins/HuskTowns/
)name
of the server in this file to the ID of this server as defined in the config of your proxy (e.g. if this is the "hub" server you access with /server hub
, put "hub" here)HuskTownsData.db
SQLite flat file that was generated, if you would like.