Skip to content

Commit

Permalink
feat egg.js eggs: add download names
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Apr 20, 2024
1 parent e155067 commit 900d1bf
Show file tree
Hide file tree
Showing 109 changed files with 218 additions and 110 deletions.
4 changes: 2 additions & 2 deletions assets/js/egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function DisplayEggInformation(egg) {
<ul class="dropdown-menu px-2" aria-labelledby="EggDropdownMenu">
${egg.downloads.map(download => `
<li>
<a class="dropdown-item rounded-2" download href="../repository/${url.searchParams.get('egg')}/${download}">
${download}
<a class="dropdown-item rounded-2" download href="../repository/${url.searchParams.get('egg')}/${download.url}">
${download.name}
</a>
</li>
`).join('')}
Expand Down
3 changes: 2 additions & 1 deletion repository/bots/discord/aoede/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Aoede
description: Aoede is a Discord music bot.
readme: true
downloads:
- egg-aoede.json
- name: egg.json
url: egg-aoede.json
3 changes: 2 additions & 1 deletion repository/bots/discord/atlbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: ATLBot
description: Discord bot which runs on the official ATLauncher Discord server
readme: true
downloads:
- egg-a-t-l-bot.json
- name: egg.json
url: egg-a-t-l-bot.json
3 changes: 2 additions & 1 deletion repository/bots/discord/bastion/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Bastion
description: Bastion is a multi-purpose Discord Bot
readme: true
downloads:
- egg-bastion.json
- name: egg.json
url: egg-bastion.json
3 changes: 2 additions & 1 deletion repository/bots/discord/corpbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: CorpBot
description: A very clumsy python bot for discord
readme: true
downloads:
- egg-corp-bot.json
- name: egg.json
url: egg-corp-bot.json
3 changes: 2 additions & 1 deletion repository/bots/discord/dynamica/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Dynamica
description: An easy-to-use dynamic voice channel bot.
readme: true
downloads:
- egg-dynamica.json
- name: egg.json
url: egg-dynamica.json
3 changes: 2 additions & 1 deletion repository/bots/discord/fragbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Fragbot
description: The golang based discord bot for fragforce.
readme: true
downloads:
- egg-fragbot.json
- name: egg.json
url: egg-fragbot.json
3 changes: 2 additions & 1 deletion repository/bots/discord/game-server-watcher/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Game Server Watcher
description: A simple discord/telegram/slack bot that can monitor your game servers and players in style.
readme: true
downloads:
- egg-game-server-watcher.json
- name: egg.json
url: egg-game-server-watcher.json
3 changes: 2 additions & 1 deletion repository/bots/discord/jmusicbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: JMusicBot
description: A Discord music bot that's easy to set up and run yourself!
readme: true
downloads:
- egg-j-music-bot.json
- name: egg.json
url: egg-j-music-bot.json
3 changes: 2 additions & 1 deletion repository/bots/discord/muse/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Muse
description: Muse is a highly-opinionated midwestern self-hosted Discord music bot that doesn't suck.
readme: true
downloads:
- egg-muse.json
- name: egg.json
url: egg-muse.json
3 changes: 2 additions & 1 deletion repository/bots/discord/parkertron/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Parkertron
description: Purely a chatbot. Not even a smart one.
readme: true
downloads:
- egg-parkertron.json
- name: egg.json
url: egg-parkertron.json
3 changes: 2 additions & 1 deletion repository/bots/discord/pixelbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Pixelbot
description: Bot for pixelcanvas.io
readme: true
downloads:
- egg-pixel-bot.json
- name: egg.json
url: egg-pixel-bot.json
3 changes: 2 additions & 1 deletion repository/bots/discord/redbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Redbot
description: A multifunction Discord bot
readme: true
downloads:
- egg-red.json
- name: egg.json
url: egg-red.json
3 changes: 2 additions & 1 deletion repository/bots/discord/ree6/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Ree6
description: All-in-one, open source and 100% free Discord Bot!
readme: true
downloads:
- egg-ree6.json
- name: egg.json
url: egg-ree6.json
3 changes: 2 additions & 1 deletion repository/bots/discord/sinusbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: SinusBot
description: Welcome the Simple, Elegant & great sounding TS3- and Discord-Bot!
readme: true
downloads:
- egg-sinusbot.json
- name: egg.json
url: egg-sinusbot.json
3 changes: 2 additions & 1 deletion repository/bots/other/bigbrotherbot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Big Brother Bot
description: Big Brother Bot B3 is a complete and total server administration package for online games.
readme: true
downloads:
- egg-big-brother-bot.json
- name: egg.json
url: egg-big-brother-bot.json
3 changes: 2 additions & 1 deletion repository/bots/teamspeak3/jts3servermod/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: JTS3ServerMod
description: JTS3ServerMod is a Teamspeak 3 server bot written in Java language.
readme: true
downloads:
- egg-j-t-s3-server-mod.json
- name: egg.json
url: egg-j-t-s3-server-mod.json
3 changes: 2 additions & 1 deletion repository/bots/twitch/phantombot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: PhantomBot
description: PhantomBot is an actively developed open source interactive Twitch bot
readme: true
downloads:
- egg-phantom-bot.json
- name: egg.json
url: egg-phantom-bot.json
3 changes: 2 additions & 1 deletion repository/bots/twitch/sogebot/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: SogeBot
description: Free Twitch Bot built on Node.js
readme: true
downloads:
- egg-soge-bot.json
- name: egg.json
url: egg-soge-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: LiteLoaderBDS
description: LiteLoaderBDS is an unofficial plugin loader that provides basic API support for Bedrock Dedicated Server.
readme: true
downloads:
- egg-LiteLoader-bedrock.json
- name: egg.json
url: egg-LiteLoader-bedrock.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/bedrock/PowerNukkitX/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: PowerNukkitX
description: PowerNukkitX is a software for minecraft bedrock edition in Java which is a fork of PowerNukkit
readme: true
downloads:
- egg-powernukkitx.json
- name: egg.json
url: egg-powernukkitx.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/bedrock/bedrockvanilla/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Bedrock Vanilla
description: The official Minecraft Bedrock (Formerly Minecraft Pocket Edition) server.
readme: true
downloads:
- egg-vanilla-bedrock.json
- name: egg.json
url: egg-vanilla-bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Bedrock Vanilla ARM64
description: The official Minecraft Bedrock (Formerly Minecraft Pocket Edition) server.
readme: true
downloads:
- egg-vanilla-bedrock-ARM64.json
- name: egg.json
url: egg-vanilla-bedrock-ARM64.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/bedrock/gomint/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: GoMint
description: GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true.
readme: true
downloads:
- egg-go-mint.json
- name: egg.json
url: egg-go-mint.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/bedrock/nukkit/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Nukkit
description: Nukkit is a Nuclear-Powered Server Software For Minecraft Pocket Edition.
readme: true
downloads:
- egg-nukkit.json
- name: egg.json
url: egg-nukkit.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/bedrock/pocketmine_mp/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: PocketMine MP
description: A server software for Minecraft Bedrock Edition in PHP.
readme: true
downloads:
- egg-pocketmine-m-p.json
- name: egg.json
url: egg-pocketmine-m-p.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Purpur-GeyserMC-Floodgate
description: Purpur-GeyserMC-Floodgate is a drop-in replacement for Paper servers designed for configurability
readme: true
downloads:
- egg-purpur-geysermc-floodgate.json
- name: egg.json
url: egg-purpur-geysermc-floodgate.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/cuberite/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Cuberite
description: A lightweight, fast and extensible game server for Minecraft
readme: true
downloads:
- egg-cuberite.json
- name: egg.json
url: egg-cuberite.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/curseforge/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: CurseForge Generic
description: This is a generic egg for CurseForge modpacks
readme: true
downloads:
- egg-curse-forge-generic.json
- name: egg.json
url: egg-curse-forge-generic.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/fabric/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Fabric
description: Fabric is a lightweight, experimental modding toolchain for Minecraft.
readme: true
downloads:
- egg-fabric.json
- name: egg.json
url: egg-fabric.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/feather/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Feather
description: An experimental Minecraft server implementation written in Rust.
readme: true
downloads:
- egg-feather.json
- name: egg.json
url: egg-feather.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/folia/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Folia
description: Fork of Paper which adds regionised multithreading to the dedicated server.
readme: true
downloads:
- egg-folia.json
- name: egg.json
url: egg-folia.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/forge/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Forge Generic
description: This is a generic egg for the forge standalone server
readme: true
downloads:
- egg-forge-enhanced.json
- name: egg.json
url: egg-forge-enhanced.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/ftb/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: FTB Modpacks
description: A generic service to pull FTB modpacks from api.modpacks.ch.
readme: true
downloads:
- egg-ftb-modpacksch-server.json
- name: egg.json
url: egg-ftb-modpacksch-server.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/glowstone/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Glowstone
description: Glowstone is an open-source replacement for CraftBukkit, Spigot, and Paper.
readme: true
downloads:
- egg-glowstone.json
- name: egg.json
url: egg-glowstone.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/krypton/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Krypton
description: A fast, lightweight Minecraft server written in Kotlin
readme: true
downloads:
- egg-krypton.json
- name: egg.json
url: egg-krypton.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/limbo/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Limbo
description: Standalone server program Limbo.
readme: true
downloads:
- egg-limbo.json
- name: egg.json
url: egg-limbo.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/magma/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Magma
description: Magma is most powerful Forge server providing you with Forge mods and Bukkit Plugins using Spigot and Paper for Performance Optimization and Stability.
readme: true
downloads:
- egg-magma.json
- name: egg.json
url: egg-magma.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/modrinth/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Modrinth Generic
description: This is a generic egg for Modrinth modpacks
readme: true
downloads:
- egg-modrinth-generic.json
- name: egg.json
url: egg-modrinth-generic.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/mohist/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Mohist
description: Mohist is a minecraft forge server software that implements the Paper/Spigot/Bukkit API.
readme: true
downloads:
- egg-mohist.json
- name: egg.json
url: egg-mohist.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/nanolimbo/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: NanoLimbo
description: A lightweight minecraft limbo server
readme: true
downloads:
- egg-nano-limbo.json
- name: egg.json
url: egg-nano-limbo.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/neoforge/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: NeoForge
description: NeoForge is a fork of Minecraft Forge for versions 1.20.1 or newer.
readme: true
downloads:
- egg-neo-forge.json
- name: egg.json
url: egg-neo-forge.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/paper/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Paper
description: Paper is the next generation of Minecraft server, compatible with Spigot plugins and offering uncompromising performance.
readme: true
downloads:
- egg-paper.json
- name: egg.json
url: egg-paper.json
3 changes: 2 additions & 1 deletion repository/games/minecraft/java/purpur/egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ name: Purpur
description: Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
readme: true
downloads:
- egg-purpur.json
- name: egg.json
url: egg-purpur.json
Loading

0 comments on commit 900d1bf

Please sign in to comment.