Skip to content

MiniPlaceholders

MiniPlaceholders is the MiniMessage-native equivalent of PlaceholderAPI. One switch covers both directions:

plugins/Voxen/integrations.yml
miniplaceholders: true

It decides whether Voxen resolves other plugins’ tags in chat and whether it publishes its own expansion.

Tag Value
<voxen_channel> active channel id
<voxen_channel_display> active channel display name
<voxen_muted> true or false, global mute state
<voxen_party> party name, or empty
<voxen_party_leader> party leader’s name, or empty
<voxen_language> chosen language, or auto
<voxen_nickname> nickname without formatting, real name when none is set
<voxen_server> server-name from config.yml
<voxen_mentions> mention toggle
<voxen_pm> private message toggle
<voxen_chat> chat toggle

These are audience tags: they resolve against whoever is reading and produce nothing for the console or other non-players.

Writing a MiniPlaceholders tag in chat needs a permission, the same as any other tag:

Node Grants
voxen.chat.miniplaceholders every tag
voxen.chat.miniplaceholders.voxen_channel that one tag

Without the node the tag is left as plain text. See What players may type for how this fits with the rest of the tag permissions.