mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Remove java selection from bedrock
This commit is contained in:
parent
176f5a4004
commit
6fe5d16ded
@ -79,6 +79,7 @@
|
|||||||
placeholder="{{ translate('serverConfig', 'serverExecutable', data['lang']) }}" required>
|
placeholder="{{ translate('serverConfig', 'serverExecutable', data['lang']) }}" required>
|
||||||
</div>
|
</div>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
{% if data['server_stats']['server_type'] == "minecraft-java" %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="java_selection">{{ translate('serverConfig', 'javaVersion', data['lang']) }} <small
|
<label for="java_selection">{{ translate('serverConfig', 'javaVersion', data['lang']) }} <small
|
||||||
class="text-muted ml-1"> - EXPERIMENTAL -- PLEASE REPORT ANY BUGS {{
|
class="text-muted ml-1"> - EXPERIMENTAL -- PLEASE REPORT ANY BUGS {{
|
||||||
@ -98,6 +99,8 @@
|
|||||||
{% end %}
|
{% end %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
{% if data['super_user'] %}
|
{% if data['super_user'] %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="execution_command">{{ translate('serverConfig', 'serverExecutionCommand', data['lang']) }}
|
<label for="execution_command">{{ translate('serverConfig', 'serverExecutionCommand', data['lang']) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user