Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ADN
PluginGPL-3.0-or-later

ADN

Lightweight Minecraft plugin for setting custom player nicknames.

33
Downloads
0
Followers
2 months ago
Updated
📦
9
Versions
managementutilitybukkitpaperpurpurspigot
Download Latestv2.3.5View on Modrinth

📖About ADN

ADN (Advanced Display Name) is a lightweight Minecraft plugin for managing custom player nicknames.

Features

Tablist nicknames

2026-02-13-15-17-07

MiniMessage Formatting

2026-02-13-15-17-01

System message nicknames (Requires ProtocolLib)

2026-02-13-15-17-42 2026-02-13-15-17-53

Other Features

  • Permissions support
  • SQLite-based nickname storage
  • Configurable nickname length limit
  • Configurable nickname regex validation
  • Nickname prefix support

Configuration

  • The plugin creates a config file at plugins/ADN/config.yml.
  • Default settings:
locales:
  error:
    args:
      not-provided: '<prefix> <red>No arguments provided.'
      too-many: '<prefix> <red>Too many arguments provided.'
    invalid:
      command: '<prefix> <red>Invalid command.'
      nick: '<prefix> <red>Invalid nickname. It must match: <value>'
      nick-length: '<prefix> <red>Nickname is too long. Max length is <value>'
      nick-pattern: '<prefix> <red>''nick-pattern'' in config.yml is missing or malformed.'
      player: '<prefix> <red>Invalid player.'
      tags: '<prefix> <red>You used a formatting tag you do not have permission to use.'
    must-be-player: '<prefix> <red>A player is required to run this command here'
    nick:
      is-null: '<prefix> <red>Nickname is null. Check your formatting.'
      name-nonexistent: '<prefix> <red>That nickname does not exist.'
      other-players-nick: '<prefix> <red>You cannot use <value><reset><red>; that name belongs to another player.'
      remove-failure: '<prefix> <red>Failed to remove the nickname.'
      save-failure: '<prefix> <red>Failed to save the nickname.'
      too-many-to-save: '<prefix> <red>You have reached the limit of saved nicknames. Remove one with /adn remove <value>'
    no-permission: '<prefix> <red>You don''t have permission to use this command.'
  info:
    config-reloaded: '<prefix> <green>Config reloaded successfully!'
    help-message: '/adn <set|reload|remove|reset>'
    prefix: '<gray><b>[ADN]</b></gray>'
    shown-help: '<prefix> <target><reset><yellow> has been shown the help screen'
  nick:
    remove: '<prefix> The nickname <value> has been removed.'
    reset:
      by-user: '<prefix> <gray>Your nickname was reset by <initiator>.'
      self: '<prefix> Your nickname has been reset.'
      user: '<prefix> Reset <target>''s nickname.'
    set:
      by-user: '<prefix> <gray><initiator> changed your nickname to <value><reset>.'
      self: '<prefix> Your nickname has been updated to <value><reset>.'
      user: '<prefix> Updated <target>''s nickname to <value><reset>.'
options:
  nick-length: 30
  nick-pattern: '[가-힣a-zA-Z0-9]+'
  nick-prefix: ''
  nick-protection: -1
  tablist-nick: true
  • After editing the config, run /adn reload to apply changes without restarting the server.

Permissions

  • adn.format:
    • default: true
  • adn.reload:
    • default: 'op'
  • adn.remove:
    • default: true
  • adn.reset.self:
    • default: true
  • adn.reset.user:
    • default: 'op'
  • adn.set.self:
    • default: true
  • adn.set.user:
    • default: 'op'
  • adn.use:
    • default: true

Commands

  • /adn set <nickname>
    • (admin) /adn set <nickname> <username>
  • (admin) /adn reload
  • /adn reset
    • (admin) /adn reset <username>

👥 Team & Contributors

bunubbv
bunubbvOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.11.20.2+16 more

🔗 Links

Modrinth Page