minecraft: allow -1 for max tick (#3592)

This commit is contained in:
Stavros Kois
2025-11-12 14:04:45 +02:00
committed by GitHub
parent 36d4bf2e75
commit 5311a83fed
2 changed files with 2 additions and 2 deletions

View File

@@ -49,4 +49,4 @@ sources:
- https://github.com/itzg/docker-minecraft-server - https://github.com/itzg/docker-minecraft-server
title: Minecraft Server (Java) title: Minecraft Server (Java)
train: community train: community
version: 1.13.22 version: 1.13.23

View File

@@ -420,7 +420,7 @@ questions:
schema: schema:
type: int type: int
default: 60000 default: 60000
min: 0 min: -1
required: true required: true
- variable: ops - variable: ops
label: Operators / Administrators label: Operators / Administrators