remove truenas chart stuff
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
# Minecraft Server
|
|
||||||
|
|
||||||
Creates a vanilla Minecraft server.
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
# Minecraft Server
|
|
||||||
|
|
||||||
Creates a vanilla Minecraft server.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
image: ducoterra/minecraft:latest
|
|
||||||
server_version: "1.17.1"
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 268 KiB |
@@ -1,38 +0,0 @@
|
|||||||
groups:
|
|
||||||
- name: "Server Config"
|
|
||||||
description: "Minecraft Server Configuration"
|
|
||||||
- name: "Storage"
|
|
||||||
description: "Minecraft Server Storage"
|
|
||||||
questions:
|
|
||||||
- variable: server_version
|
|
||||||
description: "Server Version"
|
|
||||||
label: "Version"
|
|
||||||
group: "Server Config"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "1.17.1"
|
|
||||||
required: false
|
|
||||||
- variable: port
|
|
||||||
description: "Listen Port"
|
|
||||||
group: "Server Config"
|
|
||||||
label: "Port"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 25565
|
|
||||||
required: true
|
|
||||||
- variable: max_ram
|
|
||||||
description: "Total RAM allocated to the server"
|
|
||||||
group: "Server Config"
|
|
||||||
label: "RAM Limit (GiB)"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 4
|
|
||||||
required: true
|
|
||||||
- variable: max_cpu
|
|
||||||
description: "# CPU Cores Allocated to the server"
|
|
||||||
group: "Server Config"
|
|
||||||
label: "CPU Limit (# Cores)"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 4
|
|
||||||
required: true
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
image: ducoterra/the-1122-pack:1.0.0
|
|
||||||
port: 20102
|
|
||||||
max_cpu: 4
|
|
||||||
max_ram: 6
|
|
||||||
server_props: |
|
|
||||||
max-tick-time=-1
|
|
||||||
query.port=25565
|
|
||||||
generator-settings=
|
|
||||||
force-gamemode=false
|
|
||||||
allow-nether=true
|
|
||||||
gamemode=0
|
|
||||||
enable-query=true
|
|
||||||
player-idle-timeout=0
|
|
||||||
difficulty=1
|
|
||||||
spawn-monsters=true
|
|
||||||
op-permission-level=4
|
|
||||||
pvp=true
|
|
||||||
snooper-enabled=true
|
|
||||||
level-type=BIOMESOP
|
|
||||||
hardcore=false
|
|
||||||
enable-command-block=false
|
|
||||||
max-players=10
|
|
||||||
network-compression-threshold=256
|
|
||||||
resource-pack-sha1=
|
|
||||||
max-world-size=29999984
|
|
||||||
server-port=25565
|
|
||||||
server-ip=0.0.0.0
|
|
||||||
spawn-npcs=true
|
|
||||||
allow-flight=true
|
|
||||||
level-name=world
|
|
||||||
view-distance=24
|
|
||||||
resource-pack=
|
|
||||||
spawn-animals=true
|
|
||||||
white-list=true
|
|
||||||
generate-structures=true
|
|
||||||
online-mode=true
|
|
||||||
max-build-height=256
|
|
||||||
level-seed=
|
|
||||||
prevent-proxy-connections=false
|
|
||||||
use-native-transport=true
|
|
||||||
enable-rcon=false
|
|
||||||
motd=\u00A7lThe 1.12.2 Pack Server v1.3.7
|
|
||||||
Reference in New Issue
Block a user