Vanity Plates
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.
Requirements
Section titled “Requirements”- Matthiesen Core
- GooeyLibs v3.1.1-1.21.x+
- Luckperms 5.4
- Fabric API (Fabric only)
- Forge Config API Port (Fabric only)
LuckPerms setup
Section titled “LuckPerms setup”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:
meta-formatting { prefix { format = [ "highest_on_track_base", "highest_own" # Add this in the prefix section ] }}FastStats Metrics
Section titled “FastStats Metrics”This mod uses FastStats to collect anonymous usage statistics. This helps the developer understand how this mod is being used and improve it over time. You can learn more about the data collected and how it is used by visiting FastStats: Information.
You can also view the data collected by this mod on the FastStats: Vanity Plates page.
To opt out of this data collection, set the enabled property to false in the <game_directory>/config/matthiesen_core/metrics.properties file.
Usage / Commands
Section titled “Usage / Commands”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.
-
vanityOpens the Vanity Plates GUI (Available to all users)
Usage/vanity -
vanity reloadRequires OPReloads the Vanity Plates config (Requires OP)
Usage/vanity reload -
platesAn Alias for `vanity` (Available to all users)
Usage/plates -
plates reloadRequires OPAn Alias for `vanity reload` (Requires OP)
Usage/plates reload