Inactive [CHAT] SimplyColor V1.0 - Simple plugin for colored nicknames [1.2.4 R-1]

Discussion in 'Inactive/Unsupported Plugins' started by Perdog, Jul 28, 2011.

  1. Offline

    Perdog

    SimplyColor! - The simple plugin for colored nicknames
    Version - 1.0

    NOTE: When you first start the server, the plugin will fail to load, because you have yet to enter your MySQL information. Just shut down the server, find the config.yml for this, enter your information, save, then restart your server and everything will be running smoothly :)

    Description:

    This is a completely re-written version of the previous plugin. I have added 3 new command arguments to be used, which can be read below. It uses MySQL databases to store the information for each player that logs onto your server. It also stores the names of players that haven't changed their color, just to make it easier to handle player log ins. There are also quite a few new permission, also found below.

    Features:
    • Colors can be limited to 1 player per color. Disabled
    • Players with the appropriate permission can use the command '/simplycolor <color>' to set their display name to that color.
    • I've added 3 new parameters (each also have their own permission)
      • Magic: Turns the display name into the "changing letters". Players need the separate permission 'sc.magic' for this parameter.
      • Rainbow: Does what it says, sets the letters of the players name to the colors of the rainbow.
      • Random: Sets each separate letter in the players name to a random color.
    • Stores the colour values for player nicknames in a MySQL database
    Commands & permissions:

    The format for the information below is as follows:

    Command:
    What it does
    Permission required

    Code:
    /simplycolor <color>:
        Description: Sets the colour of your name
        Permission: simplycolor.change
    /simplycolor magic:
        Description: Changes your name to the funky changing letters
        Permission: simplycolor.magic
    /simplycolor random:
        Description: Changes your name to random colors for each letter
        Permission: simplycolor.random
    /simplycolor rainbow:
        Description: Changes your name to the colors of the rainbow
        Permission: simplycolor.rainbow
    /simplycolor <playername> <color>
        Description: Sets the colour of that players name. Note that the new arguments can be used with this command
        Permission: simplycolor.override
    The is also:
    /simplycolor reset, which resets the color back to white

    I've included other ways of typing the command, for you americans or people that want a short form version. All acceptable command names are:
    • /simplycolor
    • /simplycolour
    • /sc
    Configuration:
    "config.yml" can be found in your "plugins/SimplyColours" directory:
    Code:
    Allow doubles - Whether players can use the same color name or not (if set to false it will only allow 16 colored nicknames on the server!)
    *Temporary disabled this feature

    The MySQL database information is also stored in here, fill it out and your good to go :)

    Known conflictions:
    There are non *for sure* though I'm going to go ahead and say it may conflict with essentials.


    Note: If you are using essentials, please edit the properties to look like this to get rid of any conflictions.
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
     
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
     
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: false
     
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    add-prefix-suffix: false
    
    Please let me know if you stumble upon any more so I can add them to this list.



    [​IMG]
    Download

    Known bugs:
    • None :)
    Change-log:
    • Version 1.0
      • Complete re-write, since I deleted the source a while ago :p
      • Added 3 new commands as well, read main post above
      • A bunch of permissions, because I know all you out there like your permissions
     
    Cap K and Zelif like this.
  2. Offline

    rokugin

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                 Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
    
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: false
    
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    add-prefix-suffix: false
    
    I can make a screenshot if this proves too unwieldy to use properly.
     
  3. Offline

    Perdog

    Thank you :) I think that will work well
     
  4. Offline

    JustinWatts

    How do I make it so that regular users can't use /colour?
     
  5. Offline

    Perdog

    in the config, where it says users-can-change, set that to false
     
  6. Offline

    esplugas3

    How do I make it so every new person that comes on have this one color. I want to have one color for default people.
     
  7. Offline

    Perdog

    uhhmm... I don't believe that's possible with this plugin. This one sets colours with commands, you can't have a preset, sorry :( I'm sure there is a plugin kicking around in these forums somewhere that suites your needs!
     
  8. Offline

    esplugas3

    thank you for answering me. There is some. Like nChat, iChat, but they mess up this plugin. But I will figure something out.
     
  9. Offline

    DarkZeR0

    Plugin fails.
     
  10. Offline

    Perdog

    1st off, Don't just say "Plugin fails" That's useless. Try explain WHY it fails, like posting errors

    2nd, A lot of plugins, especially essentials, conflict with this, so perhaps you just had a conflicting issue

    3nd, There's multiple reasons why it doesn't work, first being the build its for, it hasn't been updated in a while. I have other things to do and there are plenty of other plugins that do what this does. This was a plugin I was keeping up to date, not one of mine, and I gave up on keeping it up to date because I got busy and there was no need to anymore
     
    MuttsNuts likes this.
  11. Offline

    DarkZeR0

    I typed in /colors nothing appears plugins already in its just nothing to me.
     
  12. Offline

    Perdog

    That's because there is no /colors command. Look in the main post near the bottom of it, it shows all commands.
    ^^ Those are the commands, it uses the British/Canadian way of spelling colour because well.. The dude that developed it was one or the other, and I'm Canadian, so I didn't change it.
     
    DarkZeR0 likes this.
  13. Offline

    DarkZeR0

    Yeah thanks bro but it still doesnt work when i used the commands :p
     
  14. Offline

    Perdog

    If you want I can try updating it. Or you can go find another :p
     
  15. Offline

    DarkZeR0

    Its fine im good.
     
  16. Offline

    ibreaktoucher

    ahm, the colour dont changes :( it said colour set to green but nothing happens! )
     
  17. Offline

    Perdog

    Like I said above, plugin is not up to date, I've been working on bigger projects.

    Are you using essentials or anything like that? If you are try the solution posted in the OP. If that doesn't work, let me know, and I will try to find some time to do a quick update for you. (No promises though, busy in real life and what not)
     
  18. Offline

    ibreaktoucher

    i use essentials and i set up it like you. but it dont changes:( would be wonderful i you could make an update!
     
  19. Offline

    Ddaannyybbooyy

    how i make so like it has permissions?
     
  20. Offline

    silly2468

    this plugin is great i love it 9/10 it could be better if there was a multicolour colour :D
     
  21. Offline

    person0707

    What is that scrambly "colour" can I change to that?
     
  22. Offline

    Perdog

    If you mean the end credits scrambled letters, then yes, but that's not through this plugin. Those are created by using symbols in chat. Like &7, that type of thing. I forget what the exact symbol for it is, it was &k or something.... I can't remember now.
     
  23. Offline

    harryjamesuk

    Hi,

    I love this plugin but would it be possible to update this to work in 1.2?

    Thanks ;)
     
  24. Offline

    AlexCityOfFun

    Please update to 1,2.3 !
     
  25. Offline

    Bear202

    Update this please. Jesus every cool mod is never updated
     
  26. Offline

    jazzcat01

    My users love this plugin because I allow them to set their owns color. Could you PLEASE update this to 1.2.3
     
  27. Offline

    Perdog

    jazzcat01 Bear202 AlexCityOfFun harryjamesuk
    I actually don't have the source for this in my eclipse anymore, I deleted it a looong while back... However, due to everyones interest in it, I'll start work on a new one :) I'll add all the same features + any you guys want, since it'll all be freshly made.

    So, let me know what you guys would like to see added to this and I'll see what I can do :)
     
    Cap K likes this.
  28. Offline

    harryjamesuk

    Thanks! It's greatly appreciated. This plugin is simply amazing that I don't know how you could improve it! Hope to see it soon ;)
     
  29. Offline

    Cap K

    arg, the wait kills me^^ there simply wasn't any better plugin for this than yours
     
  30. Offline

    Perdog

    Sorry about that :p I was trying to set up a localhost MySQL database so I could test it, then I got side tract lol I'll finish it off this week for you :) There really isn't much left to do
     
    Cap K likes this.
  31. Offline

    Cap K

    wow, thank you :)
     

Share This Page