chore(modpackchecker): Update authorship for commercial release
All files now credit: Firefrost Gaming / Frostystyle <dev@firefrostgaming.com> Updated: - conf.yml author field - README.md credits section - ModpackAPIController.php @author tag - CheckModpackUpdates.php @author tag - UpdateBadge.tsx @author tag Removed internal Chronicler references from commercial codebase. Signed-off-by: Claude (Chronicler #63) <claude@firefrostgaming.com>
This commit is contained in:
@@ -371,10 +371,9 @@ Different use cases:
|
||||
|
||||
## Credits
|
||||
|
||||
**Development Team:**
|
||||
- Architecture design: Gemini AI
|
||||
- Implementation: Chroniclers #52, #62, #63 (Claude instances)
|
||||
- Project Lead: Michael "Frostystyle" Krause
|
||||
**Developed by:** Firefrost Gaming / Frostystyle
|
||||
**Contact:** dev@firefrostgaming.com
|
||||
**Website:** https://firefrostgaming.com
|
||||
|
||||
**Part of Firefrost Gaming**
|
||||
*Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
* - Settings: modpackchecker::curseforge_api_key (for CurseForge only)
|
||||
*
|
||||
* @package Pterodactyl\Console\Commands
|
||||
* @author Firefrost Gaming (Chroniclers #62, #63)
|
||||
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||
* @version 1.0.0
|
||||
* @see ModpackAPIController.php (provides getStatus endpoint for badges)
|
||||
* @see UpdateBadge.tsx (React component that displays the results)
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
* - GET /api/client/extensions/modpackchecker/status -> getStatus()
|
||||
*
|
||||
* @package Pterodactyl\BlueprintFramework\Extensions\modpackchecker
|
||||
* @author Firefrost Gaming (Chroniclers #52, #62, #63)
|
||||
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||
* @version 1.0.0
|
||||
* @see CheckModpackUpdates.php (cron command that populates the cache)
|
||||
* @see UpdateBadge.tsx (React component that consumes getStatus)
|
||||
|
||||
@@ -5,7 +5,7 @@ info:
|
||||
flags: ""
|
||||
version: "1.0.0"
|
||||
target: "beta-2026-01"
|
||||
author: "Firefrost Gaming <dev@firefrostgaming.com>"
|
||||
author: "Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>"
|
||||
icon: "icon.png"
|
||||
website: "https://firefrostgaming.com"
|
||||
admin:
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
* - Backend endpoint: GET /api/client/extensions/modpackchecker/status
|
||||
*
|
||||
* @package ModpackChecker Blueprint Extension
|
||||
* @author Firefrost Gaming (Chroniclers #62, #63)
|
||||
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||
* @version 1.0.0
|
||||
* @see CheckModpackUpdates.php (cron that populates the cache)
|
||||
* @see ModpackAPIController::getStatus() (backend endpoint)
|
||||
|
||||
Reference in New Issue
Block a user