✨ New Features
Admin Tool System
Manage NPCs instantly, directly in-game.
- Right-click any NPC with a special admin tool to open the NPC Management GUI
- Fully configurable item (material, name, lore) and permission-based
- Works even if the NPC already has click actions (DeluxeMenus, commands, dialogs, etc.)
- Designed for staff efficiency and fast moderation
Commands:
- /mnpc admintool give – Receive the admin tool
- /mnpc admintool info – View the current admin tool configuration
Bulk Nametag Management
Full control over NPC nametags, individually or globally.
- /mnpc hidenametag <id|all> – Hide one or all NPC nametags
- /mnpc shownametag <id|all> – Restore original nametags
- /mnpc resetnametag <id|all> – Reset to default values
- Persistent across server restarts
- Compatible with ModelEngine and MythicMobs NPCs
- Automatic hologram cleanup when nametags are hidden
Perfect for immersive worlds, cinematic NPCs, or RPG servers.
Nametag Manager GUI
A brand-new interface to manage nametags visually.
- Accessible directly from the NPC Manager GUI
- Clear status indicator (Hidden / Visible)
- One-click actions: Hide, Show, Reset
- Live updates after each action (no reload required)
Designed for simplicity and clarity — no commands required.
⚙️ Configuration
Add the following section to your config.yml:
Code (YAML):
admin-tool:
enabled
: true
material
: BLAZE_ROD
name
:
"&cNPC Admin Tool"
lore
:
-
"&7Right-click an NPC"
-
"&7to open the manager"
permission
:
"mnpc.admintool"
Everything is configurable to match your server’s style and permission system.