### Home System Skript - Documentation
Commands:
1. /sethome <name>
- Usage: Set your home with a custom name.
- Example: /sethome myhouse
2. /home <name>
- Usage: Teleport to the home you've set.
- Example: /home myhouse
3. /delhome <name>
- Usage: Delete a specific home you've set.
- Example: /delhome myhouse
4. /homes
- Usage: List all your homes.
- Example: /homes
---
### Configuration Options:
- Max Homes per Player: Customize the number of homes players can set.
- Change in the `options` section: maxHomes: 3
- Teleport Delay: Adjust the time players need to wait before teleporting.
- Change in the `options` section: teleportDelay: 3 (seconds)
- Teleport Cooldown: Set a cooldown between teleportations to prevent abuse.
- Change in the `options` section: homeCooldown: 10 (seconds)
---
### How to Use:
- Use /sethome <name> to create a home at your current location.
- Use /home <name> to teleport to your set home.
- Use /delhome <name> to delete a specific home you no longer need.
- List your homes with /homes to see all the homes you've set.
- Configuration settings can be changed directly in the Skript file under the `options` section.
---
Enjoy easy and customizable home management with delays, limits, and more!