NTooltip - Tooltip Style Manager v1.1.0

Global & per-item tooltip overrides. ItemsAdder support. Standalone mode no custom item plugin req
  • sssss.png
  • 1.png
  • 3.png
  • global.gif
  • categories (2).gif
  • sssss.png
  • 1.png
  • 3.png
  • global.gif
  • categories (2).gif

NTooltip
Native Tooltip Style Manager for Minecraft 1.21.2+ — v1.1.0

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Change every tooltip in your server — inventory, chat hover, recipe book,
enchant table — with a single command. No coding required.


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━



✦ What is NTooltip?

NTooltip is a Paper-exclusive plugin that fully manages Minecraft 1.21.2's native tooltip_style component — the system that controls how tooltip boxes look in-game.

NTooltip does not generate textures. You bring your own PNG files. NTooltip handles everything else: placing them in the correct namespace, generating all required configs, rebuilding the resource pack and applying the right style to every item — fully automatically.

Works with ItemsAdder and Standalone mode — no custom item plugin required.



✦ How It Works

Layer 1 — Global Tooltip

Drop your PNG files into plugins/NTooltip/textures/global/ and run /ntooltip generate.

NTooltip installs your texture directly under Minecraft's own namespace. Every tooltip in the game changes instantly:

  • Inventory item tooltips
  • Chat hover text
  • Recipe book
  • Enchantment table
  • Every GUI — without exception

No other plugin does this. This is the only automated way to change every tooltip in the game server-side — without any client mod.

Layer 2 — Item Overrides

Create folders inside plugins/NTooltip/textures/overrides/ — one folder per style.

Code:
overrides/
├── gold/
│   ├── gold-background.png
│   └── gold-frame.png
└── epic/
    ├── epic-background.png
    └── epic-frame.png

Run /ntooltip generate. NTooltip creates all required configs, places the textures in the correct location and triggers pack rebuild automatically.

Assign styles to items in overrides.yml:

Code:
overrides:
  material:
    DIAMOND_SWORD: "gold"
    NETHERITE_SWORD: "epic"

  categories:
    food:
      tooltip-id: "common"
      materials:
        - APPLE
        - BREAD
        - COOKED_BEEF

  custom_items:
    itemsadder:
      "myserver:magic_sword": "legendary"

Standalone Mode

No ItemsAdder or any custom item plugin? No problem.

NTooltip detects your setup automatically. In standalone mode, it generates a complete resource pack ZIP that you upload to any host and add to server.properties. Everything works — global tooltip, per-item overrides, animated textures — no third-party plugin required.



✦ Features

Texture Management
  • Global tooltip — changes every tooltip in the game via Minecraft's own namespace
  • Per-item override installation via custom namespace
  • Automatic file normalization — any filename becomes background.png / frame.png
  • Animated tooltip support via .mcmeta files
  • Source folder auto-cleanup after installation
  • Internal state tracking — plugin always knows what is installed and where

Config Automation
  • Automatic ItemsAdder tooltip_styles config generation
  • Automatic tooltips.yml updates
  • When default-style changes, old global style migrates to override automatically
  • Pack rebuild triggered automatically after every generate

Override System
  • Material-based overrides (e.g. DIAMOND_SWORD → gold style)
  • Category-based overrides (e.g. all food items → one style)
  • Custom item overrides via ItemsAdder PDC detection
  • Priority order: custom_item > material > category > global

License System
  • BuiltByBit integration — verifies your purchase automatically on startup
  • IP-bound license — one purchase, one server
  • Additional IP slots available as an extra purchase
  • IP transfer support — contact Discord: sRoXieS (free of charge)

Version Checker
  • Automatically checks for new versions via GitHub on startup
  • Clickable [ Update Now ] button in-game — opens BuiltByBit directly
  • Console warnings when running an outdated version
  • 7-day grace period — plugin continues working after update release
  • Plugin disables itself after grace period to ensure compatibility

Standalone Mode
  • No custom item plugin required — works out of the box
  • Generates a complete resource pack ZIP automatically
  • Global tooltip + per-item overrides fully supported
  • Upload to any host, add to server.properties — done

Commands
  • /ntooltip generate — Build resource pack files and trigger pack rebuild
  • /ntooltip reload — Reload configs and re-apply to all online players instantly
  • /ntooltip list — List all loaded styles, categories and materials
  • /ntooltip list categories — List only categories
  • /ntooltip list materials — List only material overrides
  • /ntooltip list tooltips — List only tooltip styles
  • /ntooltip apply — Scan and apply tooltips to your own inventory
  • /ntooltip info — Show tooltip decision for the item in your hand
  • /ntooltip clear — Remove tooltip styles from your inventory
  • /ntooltip clearall — Remove tooltip styles from all online players
  • /ntooltip version — Show version and statistics
  • /ntooltip debug — Toggle debug mode without editing config

Language Support
  • English
  • Turkish
  • German
  • French
  • Spanish
  • Portuguese



✦ Compatibility & Dependencies

Required
  • Paper 1.21.2+
  • Java 21+

Supported
  • ItemsAdder — Full integration
  • Standalone — No custom item plugin required

Coming Soon
  • ⏳ Nexo — Full integration planned
  • ⏳ Oraxen — Full integration planned

Not Supported
  • Spigot — Not supported (requires Paper-exclusive tooltip API)
  • Minecraft below 1.21.2 — tooltip_style component does not exist



✦ Quick Setup

With ItemsAdder
  1. Drop NTooltip.jar into your plugins/ folder and restart your server
  2. Place your tooltip PNG files into plugins/NTooltip/textures/global/
  3. Set default-style in config.yml
  4. Configure overrides.yml for per-item styles (optional)
  5. Run /ntooltip generate — done

Standalone Mode
  1. Drop NTooltip.jar into your plugins/ folder and restart your server
  2. Place your tooltip PNG files into plugins/NTooltip/textures/global/
  3. Set default-style in config.yml
  4. Run /ntooltip generate — ZIP is created in plugins/NTooltip/output/
  5. Upload the ZIP to a host (e.g. mc-packs.net) and add to server.properties
  6. Restart your server — done

Your tooltip textures must be your own PNG files.
NTooltip manages placement and configuration — it does not create textures.



✦ Known Limitations

  • Items picked from the creative menu and recipe book left panel previews always display the global tooltip style — item-specific overrides are not applied in these locations. This is a Minecraft client-side limitation.
  • Standalone Mode: Setting global-tooltip.enabled to false will stop item overrides from applying, but cannot automatically remove the global texture from your hosted resource pack. To fully disable: remove the pack from server.properties or upload an empty pack to your host.



✦ Support


For help, bug reports and feature requests — contact via Discord DM.
Active development — new features added regularly based on community feedback.

Discord: sRoXieS

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

NTooltip is a premium plugin by Narva Development.
Redistribution, decompilation or reselling is strictly prohibited.
© 2026 Narva Development — All rights reserved.


Latest reviews

Honestly this plugin is incredible. Everything works perfectly and it really lets you create something super clean and professional on your server. The setup is smooth, the features are powerful, and the result looks amazing in-game.
Just a small reminder though: don’t rely on the photos and videos shown for the plugin. They are not actually included, as the creator mentions. Not a big deal at all, but it’s worth keeping in mind.
Overall, amazing plugin 🔥
NarvaStudio
NarvaStudio
Thank you so much for the kind words and
the 5-star review! Really appreciate it! 🙏

You're absolutely right about the textures —
NTooltip manages the tooltip system but doesn't
include textures. I'll make sure to clarify
this even more clearly in the description!
Buy a license now
$10.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 3% commission.
1,422 Views
3 Purchases
5 Downloads
Apr 19, 2026 Published
Jun 27, 2026 Updated
5.00 star(s)
Average rating (1)
145.8 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. Equipment
  1. Decoration
Game mode
  1. Survival
  1. Skyblock
  1. Towny
Supported software
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
Supported languages
  1. English
  1. Spanish
  1. German
  1. French
  1. Portugese
  1. Turkish
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,247 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,253 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,136 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,825 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 73 ratings
2,587 purchases
Share and earn
Refer this resource and earn a 3% commission.
1,422 Views
3 Purchases
5 Downloads
Apr 19, 2026 Published
Jun 27, 2026 Updated
5.00 star(s)
Average rating (1)
145.8 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. Equipment
  1. Decoration
Game mode
  1. Survival
  1. Skyblock
  1. Towny
Supported software
  1. Paper
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
Supported languages
  1. English
  1. Spanish
  1. German
  1. French
  1. Portugese
  1. Turkish
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,247 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,253 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,136 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,825 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 73 ratings
2,587 purchases
Top