← Назад к ресурсам

SetHome

SetHome is a plugin that allows you to easily create homes

Modrinth

Описание

# 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 ![Alt text](https://cdn-raw.modrinth.com/data/1apsbntF/images/aa8530744ef3735f35b7f97fa9a851c65c7e6700.png 'Optional title') # Permissions ```yml # /sethome homeplugin.sethome # /home homeplugin.home # /delhome homeplugin.delhome # /admindelhome homeplugin.admindelhome # /adminlisthomes homeplugin.adminlisthomes # The max homes rank homeplugin.limit. ```