SetHome
SetHome is a plugin that allows you to easily create homes
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
SetHome
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: <number>
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.<rank>
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: <true or false>
#Enderman sound to confirm a teleportation play-sound: <true or false>
```
Screenshot

Permissions
```yml
/sethome <name>
homeplugin.sethome
/home <name>
homeplugin.home
/delhome <name>
homeplugin.delhome
/admindelhome <player> <home>
homeplugin.admindelhome
/adminlisthomes <player>
homeplugin.adminlisthomes
The max homes rank
homeplugin.limit.<rank> ```