Skip to content
These docs are a work in progress and may be incomplete or contain inaccuracies. (Or be for a newer unreleased version of the mod)

Vanity Plates

Minecraft Version
1.21.1
Mod Loaders
External Links
Latest Release
1.1.0 Checking for updates...

A simple Server-side mod for “vanity” prefixes that users can assign via a friendly and easy to use in-game GUI.

Simply configure your user-assignable prefixes in the configuration file, and assign your users the permission node via LuckPerms, and the user can now Set that as a personal prefix.

For more detailed instructions on configuring the mod, and setting up your permissions, check out the configuration docs.

In order for your vanity plates to be displayed, you will need a chat mod that adds luckperms prefixes to the chat, as well as to configure your luckperms to include highest_own as an available prefix part in the formatting.

In your ./config/luckperms/luckperms.conf file in the meta-formatting section ensure the following:

<game_directory>/config/luckperms/luckperms.conf
meta-formatting {
prefix {
format = [
"highest_on_track_base",
"highest_own" # Add this in the prefix section
]
}
}

To allow users to use any of the configured available prefixes, all you have to do is assign the user/group the requiredPermission you assigned in the config.

  • vanity

    Opens the Vanity Plates GUI (Available to all users)

    Usage /vanity
  • vanity reload
    Requires OP

    Reloads the Vanity Plates config (Requires OP)

    Usage /vanity reload
  • plates

    An Alias for `vanity` (Available to all users)

    Usage /plates
  • plates reload
    Requires OP

    An Alias for `vanity reload` (Requires OP)

    Usage /plates reload