1 changed files with 110 additions and 46 deletions
@ -1,96 +1,160 @@ |
|||||
"command: backup": |
"command: backup": |
||||
- "(backup)" |
- "/(backup)/i" |
||||
"command: console": |
"command: console": |
||||
- "(console|tmux)" |
- "/(console|tmux)/i" |
||||
"command: debug": |
"command: debug": |
||||
- "(command: debug)" |
- "/(command: debug)/i" |
||||
"command: details": |
"command: details": |
||||
- "(command: details)" |
- "/(command: details)/i" |
||||
"command: fast-dl": |
"command: fast-dl": |
||||
- "(fast-dl|fastdl)" |
- "/(fast-dl|fastdl)/i" |
||||
"command: install": |
"command: install": |
||||
- "(install)" |
- "/(install)/i" |
||||
"command: mods": |
"command: mods": |
||||
- "(command: mods)" |
- "/(command: mods)/i" |
||||
"command: monitor": |
"command: monitor": |
||||
- "(command: monitor)" |
- "/(command: monitor)/i" |
||||
"command: post-details": |
"command: post-details": |
||||
- "(command: post-details)" |
- "/(command: post-details)/i" |
||||
"command: restart": |
"command: restart": |
||||
- "(command: restart)" |
- "/(command: restart)/i" |
||||
"command: send": |
"command: send": |
||||
- "(command: send)" |
- "/(command: send)/i" |
||||
"command: skeleton": |
"command: skeleton": |
||||
- "(command: skeleton)" |
- "/(command: skeleton)/i" |
||||
"command: start": |
"command: start": |
||||
- "(command: start)" |
- "/(command: start)/i" |
||||
"command: stop": |
"command: stop": |
||||
- "(command: stop)" |
- "/(command: stop)/i" |
||||
"command: update-lgsm": |
"command: update-lgsm": |
||||
- "(update-lgsm)" |
- "/(update-lgsm)/i" |
||||
"command: update": |
"command: update": |
||||
- "(command: update)" |
- "/(command: update)/i" |
||||
"command: validate": |
"command: validate": |
||||
- "(validate)" |
- "/(validate)/i" |
||||
"command: wipe": |
"command: wipe": |
||||
- "(wipe)" |
- "/(wipe)/i" |
||||
|
|
||||
# Distros |
# Distros |
||||
"distro: AlmaLinux": |
"distro: AlmaLinux": |
||||
- "(Alma)" |
- "/(Alma)/i" |
||||
"distro: Arch Linux": |
"distro: Arch Linux": |
||||
- "(Arch)" |
- "/(Arch Linux)/i" |
||||
"distro: CentOS": |
"distro: CentOS": |
||||
- "(CentOS)" |
- "/(CentOS)/i" |
||||
"distro: Debian": |
"distro: Debian": |
||||
- "(Debian)" |
- "/(Debian)/i" |
||||
"distro: Fedora": |
"distro: Fedora": |
||||
- "(Fedora)" |
- "/(Fedora)/i" |
||||
"distro: openSUSE": |
"distro: openSUSE": |
||||
- "(openSUSE|suse)" |
- "/(openSUSE|suse)/i" |
||||
"distro: Rocky Linux": |
"distro: Rocky Linux": |
||||
- "(Rocky)" |
- "/(Rocky)/i" |
||||
"distro: Slackware": |
"distro: Slackware": |
||||
- "(Slackware)" |
- "/(Slackware)/i" |
||||
"distro: Ubuntu": |
"distro: Ubuntu": |
||||
- "(Ubuntu)" |
- "/(Ubuntu)/i" |
||||
|
|
||||
# Games |
# Games |
||||
|
"game: 7 Days to Die": |
||||
|
- "/(7 Days to Die|sdtd)/i" |
||||
"game: Ark: Survival Evolved": |
"game: Ark: Survival Evolved": |
||||
- "(Ark: Survival Evolved|Ark)" |
- "/(Ark: Survival Evolved|Ark)/i" |
||||
"game: ARMA 3": |
"game: ARMA 3": |
||||
- "(ARMA 3)" |
- "/(ARMA 3|ARMA3)/i" |
||||
"game: Assetto Corsa": |
"game: Assetto Corsa": |
||||
- "(Assetto Corsa)" |
- "/(Assetto Corsa)/i" |
||||
"game: Avorion": |
"game: Avorion": |
||||
- "(Avorion)" |
- "/(Avorion)/i" |
||||
"game: Ballistic Overkill": |
"game: Ballistic Overkill": |
||||
- "(Ballistic Overkill)" |
- "/(Ballistic Overkill)/i" |
||||
|
"game: Battalion 1944": |
||||
|
- "/(Battalion 1944)/i" |
||||
"game: Barotrauma": |
"game: Barotrauma": |
||||
- "(Barotrauma)" |
- "/(Barotrauma)/i" |
||||
|
"game: Counter-Strike: Global Offensive": |
||||
|
- "/(Counter-Strike: Global Offensive|CS:GO|csgo)/i" |
||||
|
"game: Counter-Strike: Source": |
||||
|
- "/(Counter-Strike: Source|CS:S)/i" |
||||
|
"game: Counter-Strike 1.6": |
||||
|
- "/(Counter-Strike 1.6|Counter Strike 1.6|CS 1.6|cs1.6)/i" |
||||
|
"game: Dayz": |
||||
|
- "/(Dayz)/i" |
||||
|
"game: Don't Starve Together": |
||||
|
- "/(Don't Starve Together|Dont Starve Together|DST)/i" |
||||
|
"game: Eco": |
||||
|
- "/(^Eco$)/i" |
||||
|
"game: Factorio": |
||||
|
- "/(Factorio)/i" |
||||
|
"game: Garry's Mod": |
||||
|
- "/(Garry's Mod|Garrys Mod|GMod)/i" |
||||
|
"game: Insurgency: Sandstorm": |
||||
|
- "/(Insurgency: Sandstorm|Insurgency)/i" |
||||
|
"game: Killing Floor 2": |
||||
|
- "/(Killing Floor 2|KF2)/i" |
||||
|
"game: Left 4 Dead 2": |
||||
|
- "/(Left 4 Dead 2|L4D2)/i" |
||||
|
"game: Minecraft": |
||||
|
- "/(minecraft)((?!bedrock).)*$/i" |
||||
|
"game: Minecraft Bedrock": |
||||
|
- "/(Bedrock)/i" |
||||
|
"game: Mumble": |
||||
|
- "/(Mumble)/i" |
||||
|
"game: Project Zomboid": |
||||
|
- "/(Project Zomboid)/i" |
||||
|
"game: Quake 3": |
||||
|
- "/(Quake 3|Q3A|q3)/i" |
||||
|
"game: Rising World": |
||||
|
- "/(Rising World)/i" |
||||
|
"game: Satisfactory": |
||||
|
- "/(Satisfactory)/i" |
||||
|
"game: Squad": |
||||
|
- "/(Squad)/i" |
||||
|
"game: Starbound": |
||||
|
- "/(Starbound)/i" |
||||
|
"game: Stationeers": |
||||
|
- "/(Stationeers)/i" |
||||
|
"game: Teamspeak 3": |
||||
|
- "/(Teamspeak 3|ts3)/i" |
||||
|
"game: Rust": |
||||
|
- "/(Rust)/i" |
||||
|
"game: Unturned": |
||||
|
- "/(Unturned)/i" |
||||
|
"game: Unreal Tournament 99": |
||||
|
- "/(Unreal Tournament 99|ut99)/i" |
||||
|
"game: Unreal Tournament 2004": |
||||
|
- "/(Unreal Tournament 2004|ut2k4)/i" |
||||
|
"game: Unreal Tournament 3": |
||||
|
- "/(Unreal Tournament 3|ut3)/i" |
||||
|
"game: Valheim": |
||||
|
- "/(Valheim)/i" |
||||
|
|
||||
# Info |
# Info |
||||
"info: alerts": |
"info: alerts": |
||||
- "(alert)" |
- "/(alert)/i" |
||||
"info: dependency": |
"info: dependency": |
||||
- "(dependency|deps)" |
- "/(dependency|deps)/i" |
||||
"info: docker": |
"info: docker": |
||||
- "(docker)" |
- "/(docker)/i" |
||||
"info: docs": |
"info: docs": |
||||
- "(documentation|docs)" |
- "/(documentation|^docs$)/i" |
||||
"info: email": |
"info: email": |
||||
- "(postfix|sendmail|exim|smtp)" |
- "/(postfix|sendmail|exim|smtp)/i" |
||||
"info: query": |
"info: query": |
||||
- "(gamedig|gsquery)" |
- "/(gamedig|gsquery)/i" |
||||
"info: steamcmd": |
"info: steamcmd": |
||||
- "(steamcmd)" |
- "/(steamcmd)/i" |
||||
"info: systemd": |
"info: systemd": |
||||
- "(systemd)" |
- "/(systemd)/i" |
||||
"info: tmux": |
"info: tmux": |
||||
- "(tmux)" |
- "/(tmux)/i" |
||||
"info: website": |
"info: website": |
||||
- "(website)" |
- "/(website)/i" |
||||
|
|
||||
# Type |
# Type |
||||
"type: game server request": |
"type: game server request": |
||||
- "(Server Request)" |
- "/(Server Request)/i" |
||||
"type: bug": |
"type: bug": |
||||
- "(bug)" |
- "/(bug)/i" |
||||
"type: feature request": |
"type: feature request": |
||||
- "(feature)" |
- "/(feature)/i" |
||||
|
Loading…
Reference in new issue