🛠️Commands & Permissions

🛠️ Commands

The following commands are available for managing and customizing name tags. They are divided into sections based on their function.


Main:

/unt

  • Description: Displays the plugin version and a list of available commands.

  • Usage: /unt

  • Example: /unt

  • Behavior: Displays the plugin version and a list of commands.

  • Permission: none


/unt reload

  • Description: Reloads the plugin configuration without restarting the server.

  • Usage: /unt reload

  • Example: /unt reload

  • Behavior: Reloads the plugin settings.

  • Permission: unt.reload


/unt debug

  • Description: Performs a debug operation for troubleshooting.

  • Usage: /unt debug

  • Example: /unt debug

  • Behavior: Initiates the debugging process for troubleshooting issues.

  • Permission: unt.debug


Name Tag Management:

/unt show <player>

  • Description: Displays the name tag for a specific player.

  • Usage: /unt show <player>

    • <player>: The name of the target player.

  • Example: /unt show AlexDev

  • Behavior: Displays the name tag for the specified player.

  • Permission: unt.show


/unt hide <player>

  • Description: Hides the name tag for a specific player.

  • Usage: /unt hide <player>

    • <player>: The name of the target player.

  • Example: /unt hide AlexDev

  • Behavior: Hides the name tag for the specified player.

  • Permission: unt.hide


/unt refresh <player>

  • Description: Refreshes the name tag of a specific player for the command sender.

  • Usage: /unt refresh <player>

    • <player>: The name of the target player.

  • Example: /unt refresh AlexDev

  • Behavior: Refreshes the name tag to reflect any recent changes.

  • Permission: unt.refresh


Customization and Configuration:

/unt billboard <type>

  • Description: Sets the default billboard type (e.g., CENTER, FIXED, etc.).

  • Usage: /unt billboard <type>

    • <type>: The billboard type to be used.

  • Example: /unt billboard CENTER

  • Behavior: Sets the type of billboard to display with the name tag.

  • Permission: unt.billboard


/unt formatter <formatter>

  • Description: Sets the default name tag formatter.

  • Usage: /unt formatter <formatter>

    • <formatter>: The format to be used (e.g., MINIMESSAGE, MINEDOWN, etc.).

  • Example: /unt formatter MINIMESSAGE

  • Behavior: Sets the name tag format for displaying text.

  • Permission: unt.formatter


Managing Other Players' Name Tags:

/unt hideOtherNametags [-h]

  • Description: Hides the name tags of other players. Use the -h flag to suppress the confirmation message.

  • Usage: /unt hideOtherNametags [-h]

    • [-h]: Flag to suppress confirmation.

  • Example: /unt hideOtherNametags

  • Behavior: Hides name tags of all players except the sender.

  • Permission: unt.hideOtherNametags


/unt showOtherNametags [-h]

  • Description: Displays the name tags of other players. Use the -h flag to suppress the confirmation message.

  • Usage: /unt showOtherNametags [-h]

    • [-h]: Flag to suppress confirmation.

  • Example: /unt showOtherNametags

  • Behavior: Displays name tags of all players.

  • Permission: unt.showOtherNametags

🔒 Default Permissions

The following permissions control access to various features of the plugin. You can configure them in your server's permissions plugin (e.g., PermissionsEx, LuckPerms).


Core Permissions:

  • unt.shownametags: Enabled by default. This permission controls whether a player can see other players' name tags. Revoking this permission will hide all other players' name tags globally for the player.

  • unt.showownnametag: Allows the player to see their own name tag. If revoked, the player will not see their own name tag, but other players can still see it.

Last updated