[CHAT] ColorMe (Changed ownership), read first post

Discussion in 'Inactive/Unsupported Plugins' started by Valrix, Feb 27, 2011.

  1. Invisible

    ViralNihility

    I run a dedicated server; the plug-in allows me to change my name but not others. Any clue as to why?

    Edit: I can manually change name colors by modifying the player.colors file, though the command still doesn't work to change other names.
     
  2. Offline

    Valrix

    It should be ignoring capitals and numbers shouldn't be making any difference.
     
  3. Offline

    Steven

    I have a kid with an "_" on my server. Is it possible to add a fix for people who have underscores in their names? everyone else on my server's works just fine :)
     
  4. Offline

    Valrix

    Hmm, I wouldn't think that would make a difference..but I'll come up with something that should fix that problem.
     
  5. Offline

    Steven

    i didn't think so either, but that is my only explanation :) thanks :)
     
  6. Offline

    Valrix

    I don't know how I'm really gonna test against that, but I think I'll just have it remove any "_" if it sees them just like how it makes Capitals lowercase so it doesn't have to worry about possible capitalization errors when typing a user's name and doesn't force the user to use capitals since it takes longer.
     
  7. Offline

    unit56

    seems to be working fine now just for the odd player i have to add their name into it through notepad idk y but thanks for plug in A++, i chat sucks :p
     
  8. Offline

    DannyLAGZLOL

    not possible to change over head names, based on skin
     
  9. Offline

    dodatdinosawr

    I always get this error on MineOS while starting up my server, this is the only plugin affected:
    Code:
    2011-03-18 01:43:21 [SEVERE] Could not load plugins/ColorMe.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:85)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/command/CommandExecutor
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:264)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:72)
            ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.command.CommandExecutor
            at java.net.URLClassLoader$1.run(URLClassLoader.java:299)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:288)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:287)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:422)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:355)
            ... 11 more
     
  10. Offline

    Valrix

    I'll do a quick export and test then update the JAR just to be sure it's not an error on my end.

    Ok, download the JAR again and make sure you're using a recommended build to be sure it'll work right.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  11. Offline

    dodatdinosawr

    I have re downloaded the jar but I seem to still get the same error message.
     
  12. Offline

    Valrix

    What version of CraftBukkit are you running? I bet it's on an unsupported version.
     
  13. Offline

    dodatdinosawr

    0.0.0 build 443
     
  14. Offline

    Valrix

    The number in the thread title in the [] is the build you need to use at minimum. Your MineOS is outdated in the craftbukkit version it uses. Actually, it's about 100 versions behind, you need to update to at least 493 or higher.
     
  15. Offline

    dodatdinosawr

    Oh. Now I understand, thanks kind sir. I know it's not the correct place to be asking, but do you have any experience with MineOS?
     
  16. Offline

    Valrix

    I do not. I do things the hard way by using a script to launch the server through Terminal (command prompt) depending on what version of CraftBukkit I want to use for plugin testing.
     
  17. Offline

    dodatdinosawr

    Thanks anyways for all of your help. Will get this updated so we can test out your mod, sounds great!
     
  18. Offline

    Valrix

    Awesome, glad that you're excited! :)
     
  19. Offline

    arthoz

    Same thing happens here, on RB #531, other op-only plugins work just fine :\
     
  20. Offline

    Valrix

    Maybe it's conflicting?
     
  21. Offline

    Dadoo158

    So.. i downloaded the plugin and its working great! The only thing im having trouble with is that i cannot color users that are new to the server. Only people on the color list i can change, and to put them on the list i have to first make them op, have them do it once, de op them and then i can change it.

    Also, if you could list the commands that you use for the colors, cause right now i've only been able to figure out Yellow, Black, Blue and Green. I kind of wanted the grey color but that didnt seem to work...
     
  22. Offline

    arthoz

    /colorme list for list of colors.

    What would it be conflicting with? i mean i can set my own color just fine, just not other players' color
     
  23. Offline

    Valrix

    Only an OP can color another user, so if you're not OP you can't color someone else. I've done testing myself and coloring someone else works fine.
     
  24. See the "Citizens" plugin, I think it spawns fake players and it can color their above-head nicknames.
     
  25. Offline

    Valrix

    That's because it gives them a default skin. You can change it using a hacky way of doing so, but it removes the player's skin in the process. Until there's a way to do it without removing a player's skin, I wouldn't suggest any developer to do this.
     
  26. Oh, it basically renames it to "(colorcode)Player" ? Yeah that would kinda be bad...
     
  27. Offline

    Valrix

    Yeah, and it actually removes their skin too making them look like they have the default skin which means everyone would look the same. We're hoping Notch makes it a server-side thing instead of a client-side thing so we can change it.
     
  28. Offline

    Devilyoda

    I just installed this on my server and when typing /colorme lsit nothing happens. Any suggestions?
     
  29. Offline

    Valrix

    Hmm, make sure you're using a recommended build of at least 527 and you have to be an OP or have the config changed to OP=false. Then try just typing /colorme and see if it returns a list of commands.
     
  30. Offline

    Issuedtom

    it doesnt seem to be working for me... I'm opped, the chat log says it changed my name's color, but then i talk, and the color is the same as before. I have essentials, permissions.
     

Share This Page