# Minecraft Sniper - Accounts File Format # ======================================== # One account per line. Two formats supported: # # 1. EMAIL:PASSWORD (triggers auto-OAuth authentication) # Example: user@example.com:MySecurePassword123 # # 2. BEARER TOKEN (pre-authenticated, skips OAuth) # Example: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImlWZG9lMGFQV3l0bWNsNnA4a3NwOF # # Mixed example: # user1@example.com:password123 # user2@example.com:password456 # eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIs... # Your accounts here: # user1@example.com:password123 # user2@example.com:password456