Skip to content

FrontMods/FrontCore-Cosmetics_Crates

Repository files navigation

FrontCore Cosmetics

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 Cards and Name Tags screens

This addon depends on FrontCore and is meant to be used together with it.

Compatibility

Current documented release target:

  • FrontCore-Cosmetics 1.0.1
  • FrontCore 2.0.3
  • BlockFront 0.8.0.8b

Current Features

Kill Card Frames

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:

  • displayName
  • texture
  • width
  • height
  • rarity

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 400x86 for cleaner scaling
  • use transparent PNG
  • decorate the full kill-card area, not just the player portrait

Gun Name Tags

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.

Notes

  • 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.

About

A cosmetics add-on for FrontCore adding gun’s skins items and more

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages