FrontCore Cosmetics is the content addon for FrontCore.
It currently provides:
- addon-registered cosmetics tabs inside the FrontCore cosmetics GUI
- JSON-driven kill-card frame definitions
- kill-card frame textures and preview UI
- addon-owned
Kill CardsandName Tagsscreens
This addon depends on FrontCore and is meant to be used together with it.
Current documented release target:
FrontCore-Cosmetics 1.0.1FrontCore 2.0.3BlockFront 0.8.0.8b
Kill-card frames are defined in:
src/main/resources/frontcorecosmetics/kill_card_frames.json
Frame textures live under:
src/main/resources/assets/frontcorecosmetics/textures/gui/killcard_frames/
Supported frame fields:
displayNametexturewidthheightrarity
Example:
{
"starter_bronze": {
"displayName": "Starter Bronze",
"texture": "frontcorecosmetics:textures/gui/killcard_frames/starter_bronze.png",
"width": 400,
"height": 86,
"rarity": "IRON"
}
}Recommended kill-card frame art:
- author at
400x86for cleaner scaling - use transparent PNG
- decorate the full kill-card area, not just the player portrait
The Name Tags tab UI is addon-owned, while FrontCore handles:
- permanent nametag counts
- per-gun custom-name persistence
- sync to client
- live item-name rendering
Visible result format:
Gun Name | nickname
If the gun has a skin selected, the visible renamed result uses that skin's rarity color.
- This addon is content/UI-focused. Core persistence, sync, and live render hooks stay in
FrontCore. - The addon screens follow FrontCore-style GUI-scale fitting and cap before going off-screen.