From 7a5b93e9ffde6d4175b1d3116681a9db9a056ea0 Mon Sep 17 00:00:00 2001 From: nepcore Date: Mon, 22 Jan 2024 17:19:02 +0100 Subject: [PATCH] add icon field to some templates --- 7days2die/7days2die.json | 1 + ark/ark.json | 1 + arma3/arma3.json | 1 + csgo/csgo.json | 1 + css/css.json | 1 + dontstarvetogether/dontstarvetogether.json | 1 + eco/eco.json | 1 + eco9/eco9.json | 1 + factorio/factorio.json | 1 + gmod/gmod.json | 1 + minecraft-bedrock/minecraft-bedrock.json | 1 + minecraft-bungeecord/minecraft-bungeecord.json | 1 + minecraft-curseforge/minecraft-curseforge.json | 1 + minecraft-ftb/minecraft-ftb.json | 1 + minecraft-velocity/minecraft-velocity.json | 1 + minecraft-waterfall/minecraft-waterfall.json | 1 + minecraft/minecraft.json | 1 + pocketmine/pocketmine.json | 1 + rust/rust.json | 1 + starbound/starbound.json | 1 + terraria-tmodloader/terraria-tmodloader.json | 1 + terraria-tshock/terraria-tshock.json | 1 + terraria-vanilla/terraria-vanilla.json | 1 + 23 files changed, 23 insertions(+) diff --git a/7days2die/7days2die.json b/7days2die/7days2die.json index 0fe9363d..cc4c616b 100644 --- a/7days2die/7days2die.json +++ b/7days2die/7days2die.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "7 Days to Die", + "icon": "7days2die", "install": [ { "if": "env == 'host'", diff --git a/ark/ark.json b/ark/ark.json index d69671a0..3183ed2f 100644 --- a/ark/ark.json +++ b/ark/ark.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "ARK: Survival Evolved", + "icon": "ark", "data": { "exclusive": { "type": "option", diff --git a/arma3/arma3.json b/arma3/arma3.json index 1608a898..e260e076 100644 --- a/arma3/arma3.json +++ b/arma3/arma3.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "ARMA3", + "icon": "arma3", "data": { "config": { "type": "string", diff --git a/csgo/csgo.json b/csgo/csgo.json index 949149fa..5dbe1df1 100644 --- a/csgo/csgo.json +++ b/csgo/csgo.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Counter Strike: Global Offensive", + "icon": "csgo", "data": { "clientport": { "type": "integer", diff --git a/css/css.json b/css/css.json index d20bcaad..32cdfbe5 100644 --- a/css/css.json +++ b/css/css.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Counter Strike: Source", + "icon": "css", "data": { "clientport": { "type": "integer", diff --git a/dontstarvetogether/dontstarvetogether.json b/dontstarvetogether/dontstarvetogether.json index 79dd391a..13711542 100644 --- a/dontstarvetogether/dontstarvetogether.json +++ b/dontstarvetogether/dontstarvetogether.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Dont Starve Together", + "icon": "dontstarvetogether", "data": { "description": { "type": "string", diff --git a/eco/eco.json b/eco/eco.json index 5b0c8883..ff6e66c1 100644 --- a/eco/eco.json +++ b/eco/eco.json @@ -1,6 +1,7 @@ { "type": "eco", "display": "ECO - Global Survival", + "icon": "eco", "data": { "ip": { "type": "string", diff --git a/eco9/eco9.json b/eco9/eco9.json index 29c62f59..33b1c5ff 100644 --- a/eco9/eco9.json +++ b/eco9/eco9.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Eco 9 Beta Version", + "icon": "eco", "data": { "ServerName": { "type": "string", diff --git a/factorio/factorio.json b/factorio/factorio.json index f1681680..604a211c 100644 --- a/factorio/factorio.json +++ b/factorio/factorio.json @@ -1,6 +1,7 @@ { "type": "factorio", "display": "Factorio", + "icon": "factorio", "data": { "ip": { "type": "string", diff --git a/gmod/gmod.json b/gmod/gmod.json index 24014fcf..9aa760ae 100644 --- a/gmod/gmod.json +++ b/gmod/gmod.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Garry's Mod", + "icon": "gmod", "data": { "gamemode": { "type": "string", diff --git a/minecraft-bedrock/minecraft-bedrock.json b/minecraft-bedrock/minecraft-bedrock.json index fdc73344..8bac78d0 100644 --- a/minecraft-bedrock/minecraft-bedrock.json +++ b/minecraft-bedrock/minecraft-bedrock.json @@ -1,6 +1,7 @@ { "type": "minecraft-bedrock", "display": "Minecraft Bedrock", + "icon": "minecraft-bedrock", "data": { "allow-cheats": { "type": "boolean", diff --git a/minecraft-bungeecord/minecraft-bungeecord.json b/minecraft-bungeecord/minecraft-bungeecord.json index 41192c72..1d6f689a 100644 --- a/minecraft-bungeecord/minecraft-bungeecord.json +++ b/minecraft-bungeecord/minecraft-bungeecord.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Bungeecord - Minecraft", + "icon": "minecraft-java", "data": { "ip": { "type": "string", diff --git a/minecraft-curseforge/minecraft-curseforge.json b/minecraft-curseforge/minecraft-curseforge.json index 431ff137..30e850cf 100644 --- a/minecraft-curseforge/minecraft-curseforge.json +++ b/minecraft-curseforge/minecraft-curseforge.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Minecraft: Java Edition", + "icon": "minecraft-java", "data": { "eula": { "type": "boolean", diff --git a/minecraft-ftb/minecraft-ftb.json b/minecraft-ftb/minecraft-ftb.json index 94f60e94..8805fb33 100644 --- a/minecraft-ftb/minecraft-ftb.json +++ b/minecraft-ftb/minecraft-ftb.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Minecraft - FTB Modpack", + "icon": "minecraft-java", "data": { "eula": { "type": "boolean", diff --git a/minecraft-velocity/minecraft-velocity.json b/minecraft-velocity/minecraft-velocity.json index 3e38704a..ef7eff58 100644 --- a/minecraft-velocity/minecraft-velocity.json +++ b/minecraft-velocity/minecraft-velocity.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Velocity - Minecraft", + "icon": "minecraft-java", "data": { "build": { "type": "integer", diff --git a/minecraft-waterfall/minecraft-waterfall.json b/minecraft-waterfall/minecraft-waterfall.json index d37e20e1..db3a62c4 100644 --- a/minecraft-waterfall/minecraft-waterfall.json +++ b/minecraft-waterfall/minecraft-waterfall.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Minecraft - Waterfall", + "icon": "minecraft-java", "data": { "build": { "type": "string", diff --git a/minecraft/minecraft.json b/minecraft/minecraft.json index 45ba6bae..b059ec22 100644 --- a/minecraft/minecraft.json +++ b/minecraft/minecraft.json @@ -1,6 +1,7 @@ { "type": "minecraft-java", "display": "Minecraft: Java Edition", + "icon": "minecraft-java", "data": { "eula": { "type": "boolean", diff --git a/pocketmine/pocketmine.json b/pocketmine/pocketmine.json index f7901698..224aa71e 100644 --- a/pocketmine/pocketmine.json +++ b/pocketmine/pocketmine.json @@ -1,6 +1,7 @@ { "type": "minecraft-bedrock", "display": "PocketMine-MP", + "icon": "minecraft-bedrock", "data": { "ip": { "type": "string", diff --git a/rust/rust.json b/rust/rust.json index 9c67a695..4b10acea 100644 --- a/rust/rust.json +++ b/rust/rust.json @@ -1,6 +1,7 @@ { "type": "srcds", "display": "Rust", + "icon": "rust", "data": { "Description": { "type": "string", diff --git a/starbound/starbound.json b/starbound/starbound.json index cb6f0de2..61eaa445 100644 --- a/starbound/starbound.json +++ b/starbound/starbound.json @@ -1,6 +1,7 @@ { "type": "starbound", "display": "Starbound", + "icon": "starbound", "data": { "gameServerPort": { "type": "integer", diff --git a/terraria-tmodloader/terraria-tmodloader.json b/terraria-tmodloader/terraria-tmodloader.json index 0387a9a4..03954b70 100644 --- a/terraria-tmodloader/terraria-tmodloader.json +++ b/terraria-tmodloader/terraria-tmodloader.json @@ -1,6 +1,7 @@ { "type": "terraria", "display": "Terraria - tModLoader", + "icon": "terraria", "data": { "abr": { "type": "string", diff --git a/terraria-tshock/terraria-tshock.json b/terraria-tshock/terraria-tshock.json index ec62f13b..c0e90b33 100644 --- a/terraria-tshock/terraria-tshock.json +++ b/terraria-tshock/terraria-tshock.json @@ -1,6 +1,7 @@ { "type": "terraria", "display": "Terraria - TShock", + "icon": "terraria", "data": { "arch": { "type": "option", diff --git a/terraria-vanilla/terraria-vanilla.json b/terraria-vanilla/terraria-vanilla.json index a3e5ca77..7f033385 100644 --- a/terraria-vanilla/terraria-vanilla.json +++ b/terraria-vanilla/terraria-vanilla.json @@ -1,6 +1,7 @@ { "type": "terraria", "display": "Terraria - Vanila", + "icon": "terraria", "data": { "abr": { "type": "string",