Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.88 KB

README.md

File metadata and controls

49 lines (41 loc) · 1.88 KB


BasicHomes


CommandsConfigLanguage SupportDownloadLicense

Commands

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

Config

The config is very basic and only contains three settings

{
    "language": "en",
    "databaseFile": "database.db",
    "maxHomes": 3
}

Definitions

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

Language Support

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.

Download

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.

License

Distributed under the MPL 2.0 License. See LICENSE for more information.