NovaSkin

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 468 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 7/7/2026
๐ŸŸก Updated this year

By _v.o.i.d.x ยท folia

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 6/16/2026 ๐Ÿ“… Created: 7/7/2026

๐Ÿ” Analysis

  • ๐Ÿ† #116 of 173 folia mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŽจ NovaSkin โ€” Complete Skin & Cape Management **Set any skin. On any player. At any time.** NovaSkin gives server administrators and players full control over Minecraft skins and capes โ€” no restarts, no delays, instant results. --- ## โœจ Features ### ๐Ÿง Skin Management - Set skins by **Minecraft username**, direct **image URL**, or **Base64 upload** - Apply skins to **online and offline players** alike - **Reset** any player to their real Mojang skin instantly - **Copy** a skin from one player to another in one command - Per-player **skin history** (last 20 changes with timestamps) - **Force re-fetch** to refresh a skin from Mojang on demand ### ๐Ÿฆธ Cape Support - Capes are **automatically detected and attached** when fetching a Mojang skin (if that account owns a cape, it comes with it) - Attach a cape from **any Mojang username** or a **direct URL** - **Remove a cape** independently without touching the skin - Skin and cape are always preserved separately โ€” no accidental overwrites ### ๐Ÿ’พ Storage & Performance - **SQLite** out of the box โ€” zero setup required - **MySQL** support with HikariCP connection pooling for larger networks - **In-memory TTL cache** (configurable, default 6 hours) โ€” skips API calls entirely on repeated requests - All API calls, database queries, and skin fetches are **fully async** โ€” the main thread is never blocked ### ๐Ÿท๏ธ Skin Aliases - Save frequently-used skins as named aliases (`/skin alias set ninja Notch`) - Apply aliases to any player with one command - Manage your alias library with list, remove, and apply ### ๐Ÿ”Œ Integrations - **PlaceholderAPI** โ€” expose skin name, source, cape status, and more to scoreboards, tab lists, and chat plugins - **Mineskin API** โ€” generate signed textures from image URLs with optional API key for higher rate limits - **Mojang Session API** โ€” fetches full signed profiles including capes ### ๐Ÿ›ก๏ธ Admin Controls - Full **permission node tree** โ€” granular control per group - **Cooldown system** with bypass permission - **Audit trail** โ€” every skin change logs who set it and when - `/skin reload` to hot-reload config and messages without restart --- ## ๐Ÿ“‹ Commands | Command | Description | |---|---| | `/skin set <name>` | Set skin from a Minecraft username | | `/skin set url:<url>` | Set skin from image URL | | `/skin reset ` | Restore real Mojang skin | | `/skin copy <from> <to>` | Copy skin between players | | `/skin cape set <name\|url:URL> ` | Attach a cape | | `/skin cape remove ` | Remove cape, keep skin | | `/skin info ` | View skin source, cape, set-by | | `/skin history ` | Last 10 skin changes | | `/skin alias set/remove/list/apply` | Manage skin aliases | | `/skin update ` | Force re-fetch from Mojang | | `/skin upload <player>` | Apply skin via Base64 paste | | `/skin reload` | Reload config & messages | Aliases: `/skins`, `/skintool` --- ## ๐Ÿ” Permissions | Node | Description | Default | |---|---|---| | `novaskin.use` | Set/reset your own skin | `true` | | `novaskin.others` | Apply to other players | `op` | | `novaskin.url` | Use URL skins | `op` | | `novaskin.cape` | Use cape commands | `op` | | `novaskin.alias` | Apply aliases | `true` | | `novaskin.alias.manage` | Create/delete aliases | `op` | | `novaskin.history` | View own history | `true` | | `novaskin.history.others` | View others' history | `op` | | `novaskin.upload` | Base64 upload | `op` | | `novaskin.reload` | Reload config | `op` | | `novaskin.admin` | All permissions | `op` | --- ## โš™๏ธ Requirements - **Paper** 1.21.x โ€” 26.2+ - **Java** 21+ - PlaceholderAPI *(optional)* --- ## ๐Ÿ“ฆ PlaceholderAPI Placeholders

# ๐ŸŽจ NovaSkin โ€” Complete Skin & Cape Management

Set any skin. On any player. At any time. NovaSkin gives server administrators and players full control over Minecraft skins and capes โ€” no restarts, no delays, instant results.

## โœจ Features

### ๐Ÿง Skin Management - Set skins by Minecraft username, direct image URL, or Base64 upload - Apply skins to online and offline players alike - Reset any player to their real Mojang skin instantly - Copy a skin from one player to another in one command - Per-player skin history (last 20 changes with timestamps) - Force re-fetch to refresh a skin from Mojang on demand

### ๐Ÿฆธ Cape Support - Capes are automatically detected and attached when fetching a Mojang skin (if that account owns a cape, it comes with it) - Attach a cape from any Mojang username or a direct URL - Remove a cape independently without touching the skin - Skin and cape are always preserved separately โ€” no accidental overwrites

### ๐Ÿ’พ Storage & Performance - SQLite out of the box โ€” zero setup required - MySQL support with HikariCP connection pooling for larger networks - In-memory TTL cache (configurable, default 6 hours) โ€” skips API calls entirely on repeated requests - All API calls, database queries, and skin fetches are fully async โ€” the main thread is never blocked

### ๐Ÿท๏ธ Skin Aliases - Save frequently-used skins as named aliases (`/skin alias set ninja Notch`) - Apply aliases to any player with one command - Manage your alias library with list, remove, and apply

### ๐Ÿ”Œ Integrations - PlaceholderAPI โ€” expose skin name, source, cape status, and more to scoreboards, tab lists, and chat plugins - Mineskin API โ€” generate signed textures from image URLs with optional API key for higher rate limits - Mojang Session API โ€” fetches full signed profiles including capes

### ๐Ÿ›ก๏ธ Admin Controls - Full permission node tree โ€” granular control per group - Cooldown system with bypass permission - Audit trail โ€” every skin change logs who set it and when - `/skin reload` to hot-reload config and messages without restart

## ๐Ÿ“‹ Commands

| Command | Description | |---|---| | `/skin set ` | Set skin from a Minecraft username | | `/skin set url:` | Set skin from image URL | | `/skin reset ` | Restore real Mojang skin | | `/skin copy ` | Copy skin between players | | `/skin cape set ` | Attach a cape | | `/skin cape remove ` | Remove cape, keep skin | | `/skin info ` | View skin source, cape, set-by | | `/skin history ` | Last 10 skin changes | | `/skin alias set/remove/list/apply` | Manage skin aliases | | `/skin update ` | Force re-fetch from Mojang | | `/skin upload ` | Apply skin via Base64 paste | | `/skin reload` | Reload config & messages |

Aliases: `/skins`, `/skintool`

## ๐Ÿ” Permissions

| Node | Description | Default | |---|---|---| | `novaskin.use` | Set/reset your own skin | `true` | | `novaskin.others` | Apply to other players | `op` | | `novaskin.url` | Use URL skins | `op` | | `novaskin.cape` | Use cape commands | `op` | | `novaskin.alias` | Apply aliases | `true` | | `novaskin.alias.manage` | Create/delete aliases | `op` | | `novaskin.history` | View own history | `true` | | `novaskin.history.others` | View others' history | `op` | | `novaskin.upload` | Base64 upload | `op` | | `novaskin.reload` | Reload config | `op` | | `novaskin.admin` | All permissions | `op` |

## โš™๏ธ Requirements

  • Paper 1. 21.x โ€” 26. 2+
  • Java 21+
  • PlaceholderAPI (optional)

## ๐Ÿ“ฆ PlaceholderAPI Placeholders

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
_v.o.i.d.x
Version
1.0.0
Downloads
468
Endorsements
1
Category
folia
Created
7/7/2026
Updated
6/16/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does NovaSkin support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of NovaSkin?

Version 1.0.0, published 2026-06-16 with 468 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More folia ๐Ÿ‘ค More by _v.o.i.d.x ๐Ÿ”Ž Similar Mods ๐ŸŒ Best folia (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods