File Structure
plugins/DKHOMES/
├── config.yml # Main configuration
├── homes.yml # Player homes storage
└── messages.yml # Customizable messages
config.yml
max-homes: 5 # Maximum homes per player
teleport-delay: 3 # Delay in seconds
cancel-on-move: true # Cancel if player moves
homes.yml
Stores all player homes in YAML format with:
- Player UUID
- Home name
- World, X, Y, Z coordinates
- Yaw and Pitch