FormAPI.customWindowForm("login", "Custom Form")
.addInput("username", "Username", "Enter your username")
.addInput("password", "Password", "Enter your password")
.addHandler((e) -> System.out.println('Variable e is an instance of CustomFormSubmitEvent'))
.sendTo((Player) sender);