Added a /home command for beds, players can type /home to return to the bed.
For vanilla survival servers.
Commands & Permissions
/home - bedhome.use
Bypass cooldown - bedhome.bypass
Configuration
Code (YAML):
# Permission check # If no permission plugin is installed, simply set this to false to disable permission checks permission: false
# Teleport cooldown time, in seconds cooldown-time: 10
# Messages messages:
no-permission: "&cYou do not have permission to execute this command" home-failed: "&7Teleport failed, you have not set a bed or your bed has been destroyed" home-success: "&fTeleport successful, you have returned to your bed location" only-player: "&cThis command can only be executed by players" cooldown: "&7Teleport cooldown in progress, {time} seconds remaining"