To play on {{ config.lua.serverName }} you need an account. All you have to do to create your new account is to enter an account {% if constant('USE_ACCOUNT_NAME') %}name{% else %}number{% endif %}, password{% if config.recaptcha_enabled %}, confirm reCAPTCHA{% endif %}{% if config.account_country %}, country{% endif %} and your email address. Also you have to agree to the terms presented below. If you have done so, your account {% if constant('USE_ACCOUNT_NAME') %}name{% else %}number{% endif %} will be shown on the following page and your account password will be sent to your email address along with further instructions. If you do not receive the email with your password, please check your spam filter.

Create {{ config.lua.serverName }} Account
{% if config.account_country %} {% if errors.country is defined %} {% endif %} {% endif %} {% if config.recaptcha_enabled %} {% if errors.verification is defined %} {% endif %} {% endif %} {% if errors.accept_rules is defined %} {% endif %}
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}:
{% if errors.account is defined %}{{ errors.account }}{% endif %}
Email Address:
{% if errors.email is defined %}{{ errors.email }}{% endif %}
Country:
{{ errors.country }}
Password:
{% if errors.password is defined %}{{ errors.password }}{% endif %}
Repeat password:
{% if errors.password is defined %}{{ errors.password }}{% endif %}
Verification:
{{ errors.verification }}

Please select all of the following check boxes:
{{ errors.accept_rules }}

{{ include('buttons.submit.html.twig') }}