HomeJavaModsNicked
Nicked
ModsJava

Nicked

by TheOriginalAse · on Modrinth

A lightweight, packet-level nick plugin — change player names and skins on the fly without touching server data. Includes a developer API, PlaceholderAPI…

⬇ Download on Modrinth
Nicked — screenshot 1

Nicked Banner

Nicked

Packet-level nickname plugin with skin changing, a developer API, and PlaceholderAPI support.

Build License: MIT Java 21 Servers: 1.20+

Nicked replaces a player's name and skin with someone else's. Other players see only the new identity. Nicked rewrites it at the packet level, so nobody needs a client mod.


Features


Compatibility

Platform Supported
Paper 1.20+
Spigot 1.20+
Purpur 1.20+
Folia 1.20+
Bukkit 1.20+
Java 21+ required

Optional soft dependency: PlaceholderAPI enables the %nicked_*% placeholders.


Commands

Command Description Permission
/nick [name] Nick yourself (random if no name given); toggle off if already nicked nicked.command.nick
/unnick Remove your own nick nicked.command.unnick
/nickother <player> <name> Nick another player to a specific name nicked.command.nickother
/nickall Randomly nick all online players nicked.command.nickall
/realname <name> Reveal the real username behind a nick nicked.command.realname

The nicked.admin permission covers every command and goes to OPs by default.


Quick Start

  1. Drop Nicked.jar into your server's plugins/ folder.
  2. Restart the server. Nicked generates plugins/Nicked/config.yml and messages.yml.
  3. Grant nicked.admin to trusted staff (OPs already have it).
  4. Run /nick Dream. Your name and skin change on the spot.
  5. Run /nick again with no arguments, or /unnick, to revert.

Developer API

Add Nicked as a compile-only dependency via JitPack:

Gradle (Groovy)

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'net.pharogames:Nicked:VERSION:api'
}

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>net.pharogames</groupId>
    <artifactId>Nicked</artifactId>
    <version>VERSION</version>
    <classifier>api</classifier>
    <scope>provided</scope>
</dependency>

Replace VERSION with the latest release tag (e.g. v1.1.0). See the API documentation for the full reference.


Links

Resource URL
📖 Documentation nicked-docs.vercel.app
💬 Discord discord.gg/7eQt8sQ8at
🐛 Issues GitHub Issues
💡 Feature Requests GitHub Issues
🔧 Source Code github.com/PharoGames/Nicked
📦 Developer API API Docs

License

Nicked is licensed under the MIT License.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more