{% block meta %} {% end %}
{{ _('Crafty') }}
{{ _('Controller') }}
{{ _("5 Questions and a checkbox until you're done") }}
{{ _('Server Name') }} -
{{ _('Example Survival Server') }}
{% if data['is_windows'] %}
{{ _('Server Path') }} -
{{ _('Example c:\minecraft\server') }}
{% else %}
{{ _('Server Path') }} -
{{ _("Example: /var/opt/minecraft/server") }}
{% end %}
{{ _('Server Jar') }} -
{{ _('Example paper.jar') }}
{{ _('Server Max Memory in MB') }}
{{ _('Example: 2048 - Currently') }} {{ data['mem']}} {{ _('available') }}
{{ _('Server Min Memory in MB') }}
{{ _('Example: 1024 - Currently') }} {{ data['mem']}} {{ _('available') }}
{{ _('Auto Start Server after 10 Seconds:') }}
{{ _('Save and Finish') }}
{% raw xsrf_form_html() %}
{% block js-script %} {% end %}