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
|
## Credits
|
||||||
|
|
||||||
**Development Team:**
|
**Developed by:** Firefrost Gaming / Frostystyle
|
||||||
- Architecture design: Gemini AI
|
**Contact:** dev@firefrostgaming.com
|
||||||
- Implementation: Chroniclers #52, #62, #63 (Claude instances)
|
**Website:** https://firefrostgaming.com
|
||||||
- Project Lead: Michael "Frostystyle" Krause
|
|
||||||
|
|
||||||
**Part of Firefrost Gaming**
|
**Part of Firefrost Gaming**
|
||||||
*Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙
|
*Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
* - Settings: modpackchecker::curseforge_api_key (for CurseForge only)
|
* - Settings: modpackchecker::curseforge_api_key (for CurseForge only)
|
||||||
*
|
*
|
||||||
* @package Pterodactyl\Console\Commands
|
* @package Pterodactyl\Console\Commands
|
||||||
* @author Firefrost Gaming (Chroniclers #62, #63)
|
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @see ModpackAPIController.php (provides getStatus endpoint for badges)
|
* @see ModpackAPIController.php (provides getStatus endpoint for badges)
|
||||||
* @see UpdateBadge.tsx (React component that displays the results)
|
* @see UpdateBadge.tsx (React component that displays the results)
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
* - GET /api/client/extensions/modpackchecker/status -> getStatus()
|
* - GET /api/client/extensions/modpackchecker/status -> getStatus()
|
||||||
*
|
*
|
||||||
* @package Pterodactyl\BlueprintFramework\Extensions\modpackchecker
|
* @package Pterodactyl\BlueprintFramework\Extensions\modpackchecker
|
||||||
* @author Firefrost Gaming (Chroniclers #52, #62, #63)
|
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @see CheckModpackUpdates.php (cron command that populates the cache)
|
* @see CheckModpackUpdates.php (cron command that populates the cache)
|
||||||
* @see UpdateBadge.tsx (React component that consumes getStatus)
|
* @see UpdateBadge.tsx (React component that consumes getStatus)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ info:
|
|||||||
flags: ""
|
flags: ""
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
target: "beta-2026-01"
|
target: "beta-2026-01"
|
||||||
author: "Firefrost Gaming <dev@firefrostgaming.com>"
|
author: "Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>"
|
||||||
icon: "icon.png"
|
icon: "icon.png"
|
||||||
website: "https://firefrostgaming.com"
|
website: "https://firefrostgaming.com"
|
||||||
admin:
|
admin:
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
* - Backend endpoint: GET /api/client/extensions/modpackchecker/status
|
* - Backend endpoint: GET /api/client/extensions/modpackchecker/status
|
||||||
*
|
*
|
||||||
* @package ModpackChecker Blueprint Extension
|
* @package ModpackChecker Blueprint Extension
|
||||||
* @author Firefrost Gaming (Chroniclers #62, #63)
|
* @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @see CheckModpackUpdates.php (cron that populates the cache)
|
* @see CheckModpackUpdates.php (cron that populates the cache)
|
||||||
* @see ModpackAPIController::getStatus() (backend endpoint)
|
* @see ModpackAPIController::getStatus() (backend endpoint)
|
||||||
|
|||||||
Reference in New Issue
Block a user