Commands • Config • Language Support • Download • License
Command | Description | Usage | Permission |
---|---|---|---|
/home | Opens the GUI | /home or /home | basichomes.home |
/sethome | Sets a home | /sethome | basichomes.sethome |
/removehome | Remove a home | /removehome | basichomes.removehome |
The config is very basic and only contains three settings
{
"language": "en",
"databaseFile": "database.db",
"maxHomes": 3
}
language
: The language file that should be selected (e.g. en
for en.json
)
databaseFile
: The filename of the database
maxHomes
: The max amount of homes a user can set
Warning
maxHomes
should not be greater than 3, otherwise the GUI will break
To allow multiple languages a folder named lang
is created at the first start, in which language configurations can be created.
These are selected with the language
option in the config.json
.
Currently, there is no resource on SpigotMC yet, so the plugin can currently only be downloaded via the release tab.
The latest release can be found here.
Distributed under the MPL 2.0 License. See LICENSE
for more information.