A simple and easy to use custom prefix manager
2
# Format of the prefix, %prefix% is replaced.
format="&f[%prefix%&f]"
list {
    content {
        "1" {
            # Permission node for use with: mmcprefix.list.#### 
            # This can be replaced with "" to allow use without a permission.
            permission=default
            # Prefix to be displayed (This is formatted differently from the default format node)
            prefix="[&6Default&f] "
        }
    }
    # How long should a person have to wait before selecting another prefix? (in minutes) (Set to 0 to disable)
    cooldown=1
    # Text to be shown at the top of the list
    header="&3Click on the prefix you would like to use."
    # Text to be shown while hovering over each prefix. 
    # {prefix} - will replace with the prefix defined from the list. 
    # {playername} - Will replace with the player's name
    hover="Set your current prefix to: {prefix}{playername}"
    # Title to be shown during /prefixlist
    title="Prefix List"
}
prefix {
    # Blacklist of words you cannot have in a prefix
    blacklist=[
        owner,
        admin,
        mod,
        staff,
        trialmod
    ]
    # How many characters are allowed in the prefix
    max-character-limit=10
}

Category: Admin Tools

Published on Jan 23, 2017

views

stars

watchers

total downloads

Promoted Versions

Members