window: title: "Basic Chatbox" connection: protocol: "tcp" # tcp or udp ip: "127.0.0.1" # Change to the IP Address of the Chat Server!! port: 8080 encryption: type: "aes" # aes or xxtea key: "eb9fcf2902a7177c2f6c693bcaada13c" # Must be 32 bytes long user: username: "Rick James" timezone: "America/Chicago"