Filled Custom Prefix

Discussion in 'Plugin Requests' started by potanz, Jul 28, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    potanz

    Plugin category: Chat.

    Minecraft version: 1.8.8 - Really doesn't matter.

    Suggested name: Custom Prefix

    What I want: What I'm looking for is a plugin that allows players to set their own prefix. Yes, I know there are various plugins out there that do what I want but I have found no luck with the specifics I'm looking for. I'm just looking for a easy plugin that works with essentials.
    Currently, in my essentials config.yml under the "chat" category, I have this:
    format: '{GANG}{deluxetags_tag}&7{DISPLAYNAME}{prestige}&f: {MESSAGE}'.
    I would like the plugin to be as simple as possible so I can just insert {PREFIX} in the essentials config.yml format shown above for it to show up for the players with a prefix, if they don't have a prefix, nothing appears in that spot where the prefix should be.

    In the config for this prefix plugin I'm looking for these few things.
    Code:
    #the format for the prefix ; mostly looking so the player made prefix will be inside a bracket.
    format: &7('&fPrefix'&7)
    
    #enable or disable color prefix 
    color_prefix: <true/false>
    
    #makes it so players can only have alphanumeric tags
    alphanumeric_prefix: <true/false>
    
    #enable or disable symbols like "!@#$%^&*" etc.
    Symbol_prefix: <true/false>
    
    #max amount of characters in a prefix (NOT COUNTING the color codes "&4&l&n&m&o")
    max_characters: '20' 
    Ideas for commands: /setprefix <prefix> or /prefix <prefix> and /prefix off to turn it off.

    Ideas for permissions:
    prefix.use (permits them to use /setprefix or /prefix)
    prefix.color (permits players to use colors in prefix)
    prefix.symbol (permits players to use symbols in prefix)
    prefix.all (permits them to use special symbols or anything in the prefix)

    When I'd like it by: Anytime soon, I'm also looking to hire a private coder, if you succeed in this, I will be looking to hire you for future projects. Thanks!
     
    Last edited: Jul 28, 2017
Thread Status:
Not open for further replies.

Share This Page