Installation
MistTags is a Bukkit-family plugin for temporary and permanent player prefixes/suffixes.
Requirements
- Java 17 or newer
- Bukkit, Spigot, Paper, Purpur, or Folia
- Minecraft versions tested/targeted by the beta line:
1.19.x,1.20.x,1.21.x,26.1.x, and26.2.x
Optional Plugins
MistTags works by itself.
Directly supported:
- PlaceholderAPI
- TAB
- LPC
- LuckPerms
Manual PlaceholderAPI compatibility:
- NametagEdit
- Essentials
- DeluxeTags
- UltraPrefixes
- TitleManager
Manual compatibility means the other plugin must support PlaceholderAPI placeholders, and you may need to add %misttags_display_prefix% / %misttags_display_suffix% yourself.
Setup
- Download the latest beta jar from the GitHub Releases.
- Put the jar in your server's
pluginsfolder. - Start the server once.
- Edit
plugins/MistTags/config.ymlif needed. - Restart, or run
/mt reload.
First Test
Give yourself a test prefix:
text
/mt addprefix YourName 10m <green>[VIP]</green>Preview a tag above your hotbar:
text
/mt preview <gold>[STAFF]</gold>Open the staff manage menu:
text
/mt check YourNameRemove the test prefix:
text
/mt removeprefix YourNameStorage
By default, player tag data is stored in plugins/MistTags/misttags.db using SQLite.
Legacy data.yml files are imported once if the database is empty, then kept as backups. MistTags no longer writes data.yml for game storage.