MMO Profile Menu Config
This entry allows you to configure the profile selection menu for the MMO Profile extension. You can define the layout, item templates for active and inactive profiles, and set limits on the number of profiles based on player permissions.
Configuration
mmo_profile_menu_config — Map
Configuration for this entry.
Properties
title
The title of the menu. Supports MiniMessage. (Default: <gray>Profils MMO)
rows — Int
Number of rows in the inventory. (Default: 3)
profileSlots
">
The slots where profiles will be displayed. (Default: [10, 11, 12, 13, 14, 15, 16])
activeProfileTemplate — ProfileItemTemplate
Template for the currently active profile.
inactiveProfileTemplate — ProfileItemTemplate
Template for inactive profiles.
createProfileTemplate — ProfileItemTemplate
Template for the "Create Profile" button.
defaultMaxProfiles — Int
The default maximum number of profiles a player can have. (Default: 3)
permissionLimits
"> A list of permission-based limits.
PermissionLimit
permission
The permission node.
limit — Int
The maximum number of profiles allowed if the player has this permission.