FancyHomes is an advanced homes plugin with great
customization features and
language support.
Features
- Warmup & Cooldown
- Limits and Bypass-Permissions
- MySQL-Support
- Tab completion
- Home-GUI
- Customizable icons
- Essentials Import
Commands
/sethome <name>
/sethome others [player] [name]
/home <name>
/home others [player] [name]
/delhome [name]
/delhome others [player] [name]
/homes <player>
/homes list <player>
/delhome others [player] [name]
/home reload
/home import [Source]
Permissions
fancyhomes.others: Use, add and delete other players homes.
fancyhomes.warmup.bypass: Ignore the home warmup time.
fancyhomes.cooldown.bypass: Ignore the home cooldown time.
fancyhomes.reload: Reload the config.
fancyhomes.import: Import homes from external plugin.
meta.fancyhomes-limit.<LIMIT>: Set the home limit (requires
LuckPerms).
Config files
config.yml
Code (Text):
# Config version: Do not touch this.
version: 1.0
# Language file. Will look for a file called <ARG>.yml in the lang folder.
# If the file does not exist, it will be automatically created for you to edit.
# Example: 'en' will look for /lang/en.yml
language: en
# Warmup time (in s). Determines the time a player needs to stand still before he gets teleported.
# Teleport will be aborted if he moves or gets harmed during warmup phase.
warmup-time: 0
# Cooldown time (in s). Determines the time a player cannot issue another teleport within x seconds after the last one.
cooldown-time: 0
# Maximum amount of homes.
max-homes: 1
# Storage method. Define where the home data should be stored:
# - File (yml-files in the 'data' folder)
# - MySQL
storage-method: File
# MySQL configuration. Skip this if you do not use MySQL as storage method.
mysql:
host: 127.0.0.1
port: 3306
database: database
user: user
password: password
# Enable debug messages.
debug: false
Support
If you need any help feel free to contact me on SpigotMC or create an issue on GitHub.