World Lock Checks: - Added enable_world_lock config check to restrict the server to a world and the player to specific bounds.
Verification Command: - Prints appropriate messages in chat if enable_world_lock is false.
- Kicks verified players after successful verification with a configurable message.
Player Join Handling: - Kicks players on join if they are already verified and enable_world_lock is true.
- Displays a title and sends a verification message in chat if enable_world_lock is true.
- Sets the player's gamemode, teleport location, and flying state when enable_world_lock is true.
- Starts a 2-minute countdown timer and kicks the player if they do not verify in time.
Configurable Messages: - All messages are now configurable in messages.yml (e.g., already_verified, verify_success, invalid_auth).
- Added placeholders (e.g., {code}, %player_name%) for dynamic content in messages.
Discord Webhook Integration: - Allows sending custom commands via webhook on /csync unverify.
Commands: /csync setworld | unverify: Added support for managing world lock, setting worlds, and unverifying players.