diff --git a/src/main/resources/templates/editors/ace.ftl b/src/main/resources/templates/editors/ace.ftl index 68aea17..7af7468 100644 --- a/src/main/resources/templates/editors/ace.ftl +++ b/src/main/resources/templates/editors/ace.ftl @@ -5,20 +5,42 @@ } + +
${fm.getFileContentsAsString()}
<#if !readonly> diff --git a/src/main/resources/templates/newserver.ftl b/src/main/resources/templates/newserver.ftl index b8dfbbf..a1d37dc 100644 --- a/src/main/resources/templates/newserver.ftl +++ b/src/main/resources/templates/newserver.ftl @@ -7,7 +7,7 @@ window.location = "../servers/${server.name}"; <#else> -
+ <#if admin>
@@ -21,12 +21,12 @@
-
+
- - "${user.username}-" will be used as a prefix automatically. + + "${user.username}-" will be used as a prefix automatically.
<#if !Settings.fixedPorts> @@ -129,10 +129,33 @@
- + By clicking submit you indicate that you agree to Mojang's EULA.
+ <#include "footer.ftl">