Описание
# How to use:
- /home [name] - Teleport to your home
- /sethome [name] - Create a home
- /delhome [name] - Delete a home
# Config
```yml
# Cooldown is the number of seconds the player must wait before they can teleport to a home
cooldown:
# Max homes is the maximum number of homes the player can have.
# Default is for every player, but you can add for ranks as well.
# The permission is then: homeplugin.limit.
max-homes:
default: 15
# vip: 5
# premium: 10
# admin: 50
# Cancel on move is a setting that determines whether teleportation should be canceled if the player moves while on cooldown
cancel-on-move:
#Enderman sound to confirm a teleportation
play-sound:
```
# Screenshot

# Permissions
```yml
# /sethome
homeplugin.sethome
# /home
homeplugin.home
# /delhome
homeplugin.delhome
# /admindelhome
homeplugin.admindelhome
# /adminlisthomes
homeplugin.adminlisthomes
# The max homes rank
homeplugin.limit.
```