SimpleBedHome
A simple Bed Home plugin for Folia servers
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
SimpleBedHome
A super simple Minecraft plugin that lets your players return to their bed with the `/home` command. Compatible with Folia (only 1.21.4 tested).
Features
- `/home`: Instantly teleport the player to their bed (spawn bed). - Configurable teleport delay (default 5 seconds). - Option to cancel teleport if the player moves. - All messages are fully customizable in `config.yml`. - Folia support (`folia-supported: true`).
Configuration
```yaml delay: 5 cancel-on-move: true
messages: bed-missing: "§cVotre lit a été détruit." teleport-start: "§aTéléportation dans %delay% secondes... Ne bougez pas !" already-teleporting: "§cTéléportation déjà en cours." teleport-done: "§aVous êtes rentré chez vous." teleport-cancelled: "§cTéléportation annulée (vous avez bougé)."