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

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

  1. Offline

    Valrix

    Yeah, I would recommend 670, especially since we just got up to 674 yesterday. I may need to do a bit of testing or something

    Did you get the most recent version? I believe I fixed that problem already. It's just not saving it, which it should be now. Make sure to download ColorMe again and if it still gives you problems I'll have to check on it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  2. I saw you said something about fixing a bug, so I downloaded the file again from the link on the front page, but it is still doing the same errors. Basically I am down to 2 problems.

    1. Won't allow me to to change another persons color.
    2. Won't stay.

    I would imagine the players.colors file is where it stores the players and their color correct? If that is the case, could you give me the syntax for that and I will add it manually and see if that works.

    Thanks so much btw.
     
  3. Offline

    Valrix

    Ok, I just updated the jar, might have fixed the problem, try the new one.
     
  4. Ok, I dl the newest .jar file again. It seems to work, but I have a few questions. Is the players.color file suppose to stay empty and what happens if the server resets? Do the colors stay?
     
  5. Offline

    Valrix

    No, it shouldn't be empty, if it is then I suspect there's some kind of problem. Maybe try deleting it if nothing is being saved to it. The .color file is supposed to save the color information for each player so when they log out or if the server is shut down or reset then the colors are saved.
     
  6. Ok, I am confused now. LOL. The .color file still only shows the basic info, but when I rejoin my server the colors are still there.

    This is all it displays.
    #Minecraft Properties File
    #Tue Apr 12 16:13:10 CDT 2011

    What should be here? Let's use me: Eccentricw and the color Red.
     
  7. Offline

    Valrix

    Your color is still there because the server wasn't reloaded, shut down, or restarted. It's all just sitting in memory.
    What should be there is eccentricw=red
     
  8. Ok, so I am going to try and manually add that info and then reset my server to see what happens. I will post back in a few mins.
     
  9. Offline

    Valrix

    Ok

    EDIT: I noticed your config doesn't look different. Are you making sure to reload your server when you update the plugin jar? If you don't reload at the least, it can't tell you changed anything.
     
  10. Yes, I stopped the server, and installed the newest version of the plugin. Then started it back up.

    This is part of the server log.
    2011-04-13 18:34:02 [INFO] [ColorMe] v1.7 has been enabled.
    Ok, it is not over writing the file, but if I put the code in the .color file it works even after a server reset.
    So any ideas on what to do?

    I double checked and I am running CB 670.


    When I looked at the plugin files, the meta file said version 1.0 but the .yml file said version 1.7
     
  11. Offline

    Valrix

    Ok, stop the craftbukkit server, then delete the ColorMe.jar and the ColorMe folder. Download the latest jar and put it in your plugins folder, then start up your server. This should generate everything over again and fix any problems you could be having. Once you do this, please post how your .color file looks to be sure the jar is updating properly.
     
  12. Ok, can you give me a few mins?

    Ok I did exactly what you said, I used the link on page 1 for the download.


    Here are all files.

    Players.colors:
    # ColorMe Color File -1.9

    config.txt:
    # ColorMe Color File -1.9
    OP=true
    cost=0.0

    server.log:
    2011-04-13 18:59:28 [INFO] Starting minecraft server version Beta 1.4
    2011-04-13 18:59:28 [INFO] Loading properties
    2011-04-13 18:59:28 [INFO] Starting Minecraft server on xxxxxx
    2011-04-13 18:59:28 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-646-gb61ef8c-b670jnks (MC: 1.4)
    2011-04-13 18:59:28 [INFO] Preparing level "world"
    2011-04-13 18:59:28 [INFO] Preparing start region
    2011-04-13 18:59:28 [INFO] 144 recipes
    2011-04-13 18:59:29 [INFO] Preparing spawn area: 89%
    2011-04-13 18:59:29 [INFO] LWC Loading shared objects
    2011-04-13 18:59:29 [INFO] LWC Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-04-13 18:59:29 [INFO] [BBROTHER] ------------------------------------
    2011-04-13 18:59:29 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-04-13 18:59:29 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-04-13 18:59:29 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON https://github.com/tkelly910/BigBrother/issues
    2011-04-13 18:59:29 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-04-13 18:59:29 [INFO] [BBROTHER] ------------------------------------
    2011-04-13 18:59:29 [INFO] Need to download 2 object(s)
    2011-04-13 18:59:29 [INFO] - Downloading file : http://mine.7chan.org/mirror/lib/lib/h2.jar to lib/h2.jar
    2011-04-13 18:59:29 [INFO] (Meaning C:\UserFiles\xxxxx\xxxxxx\xxxxx\minecraft\lib\h2.jar)
    2011-04-13 18:59:30 [SEVERE] [BBROTHER] Could not download dependencies
    java.io.FileNotFoundException: http://mine.7chan.org/mirror/lib/lib/h2.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at me.taylorkelly.bigbrother.griefcraft.util.Updater.update(Updater.java:128)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:116)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:578)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-13 18:59:30 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-04-13 18:59:32 [SEVERE] [BBROTHER] A permission plugin isn't loaded, only OPs can use commands
    2011-04-13 18:59:32 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-04-13 18:59:32 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT enabled
    2011-04-13 18:59:32 [INFO] [ColorMe]: Permission system not detected. Defaulting to OP permissions.
    2011-04-13 18:59:32 [INFO] [ColorMe]: iConomy not detected. Disabling iConomy support.
    2011-04-13 18:59:32 [INFO] [ColorMe] v1.9 has been enabled.
    2011-04-13 18:59:32 [INFO] LoginMessage 0.6_1 enabled
    2011-04-13 18:59:32 [INFO] LWC Loaded 116 locale strings (0 overrides)
    2011-04-13 18:59:32 [INFO] LWC Loading SQLite
    2011-04-13 18:59:32 [INFO] SQLite Using: Native
    2011-04-13 18:59:32 [INFO] LWC At version: v2.30
    2011-04-13 18:59:32 [INFO] [MultipleHomes] Settings Loaded!
    2011-04-13 18:59:32 [INFO] [MultipleHomes] MultipleHomes version 0.52 is enabled!
    2011-04-13 18:59:32 [INFO] [Stats-0.985] Using bukkit's isOp() for permissions (until other plugin is enabled)
    2011-04-13 18:59:32 [INFO] [Stats-0.985] Plugin Enabled
    2011-04-13 18:59:32 [INFO] WorldEdit 4.3 enabled.
    2011-04-13 18:59:32 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-04-13 18:59:32 [INFO] [Achievements-0.981] Found required plugin: Stats
    2011-04-13 18:59:32 [SEVERE] [Achievements-0.981] Bad command 'item' (not enough arguments) correct is: item <itemname> <amount>
    2011-04-13 18:59:32 [INFO] [Achievements-0.981] Disabling achievement 'Stoneanator!'...
    2011-04-13 18:59:32 [SEVERE] [Achievements-0.981] Bad command 'item' (not enough arguments) correct is: item <itemname> <amount>
    2011-04-13 18:59:32 [INFO] [Achievements-0.981] Disabling achievement '5K Explorer'...
    2011-04-13 18:59:32 [INFO] [Achievements-0.981] loaded 58 achievements definitions
    2011-04-13 18:59:32 [INFO] [Achievements-0.981] Achievements 0.981 Plugin Enabled
    2011-04-13 18:59:32 [INFO] Done (0.464s)! For help, type "help" or "?"

    As you can see there are errors, but not relating to Colorme.


    ---Edit---

    Well this is embarrassing...it works now and the players.color file updated. :)

    Also, I donated 10 dollars. Thanks for the help and all the work on the plugins. Please let me know when you get it.

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

    Valrix

    Glad it's working now. Thank you very much for the donation, it's appreciated a lot. I received the email confirming your donation, once again thank you very much :)
     
  14. You are welcome, thank you for putting up with my noobish questions. :) Also, I can't wait to get that autoreplace plugin installed. I imagine that will be extremely helpful.
     
  15. Offline

    Valrix

    AutoReplace should work perfectly fine with nearly all future versions unless something breaks it. All I need to get fixed is how buckets and food are replaced which will happen as soon as I get the next version of Netstats out.
     
  16. Offline

    Dangirdas

    Sadly this does not work. The only color that works is red.
    What do you mean with hook with colorme?
    can you please help me with this. Because colorme is pnly bugginf up D:
     
  17. Offline

    Valrix

    What're the commands you're trying to use? By hooking I mean other plugins can use ColorMe
     
  18. Offline

    Dangirdas

    I like /colorme FeileCaruth darkpurple
    and even the colors are not working with small lettered namer please help D:
     
  19. Offline

    Valrix

    You have the most recent build? Are you OP or have Permissions set up?
     
  20. Offline

    Dangirdas

    I'm op and admin. I use the 677 though. Might it be the problem?
    I have also permissions set up. Well my name is purple because of my essentials settings. Maybe that is the prob?
    Okey what does the <>= Requared mean?
    Does it mean that we need to write [dangirdas] .. etc
    I can set color on myself, but not others and even if i set my color it uses like 5 minutes to responds or it just ignores the command some times..
    Plus the plugin reanacts so slow.
    Please fix..
     
  21. Offline

    Valrix

    Essentials has been known to cause problems when trying to use ColorMe.
     
  22. Offline

    Dangirdas

    So the essentails is the problem?
    If so please fix it because essentails is the best command plugin out there..
     
  23. Offline

    Valrix

    Essentials is the problem and it's not something I can fix. And saying Essentials is the best is...well, not correct. It's very bloated and breaks a good number of other plugins. I'll stop there so it doesn't turn into a rant.
     
  24. Offline

    Dangirdas

    So there is no other way to fix it ? D:

    Dude this plugin does not work!
    I removed even the essentials and still no changes and after that i removed all plugins and still the colorme did't work D:
    Please fix!

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

    Valrix

    Other people have it working fine, but I'll do a bit if testing on it.

    EDIT: Show me your permissions config
     
  26. Offline

    Dangirdas

    Wait do we need permissions?
    But i'm op.

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            info:
                prefix: '[Survivor] '
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - bandages.use
            - herosneak.sneak
            - mcmmo.skills.*
            - vampire.default.*
            - vampire.default.command.blood
            - vampire.default.command.version
            - mobRider.command.goto
            - mobRider.command.attack
            - mobRider.command.go
            - mobRider.command.stop
            - mobRider.command.follow
            - mobRider.command.mount
            - mobRider.players
            - mobRider.animals
            - mobRider.monsters
            - gastronomic.player.checkhunger
            - gastronomic.player.checkfood
            - gastronomic.player.checkthirst
            - gastronomic.player.checkdrink
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.helpop
            - essentials.ping
            - essentials.suicide
            - wolfnames.set
            - glassplugin.place
            - glassplugin.destroy
            - glassplugin.getbreakdrop
        Vampire:
            default: true
            info:
                prefix: '[Survivor] '
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - bandages.use
            - herosneak.sneak
            - mcmmo.skills.*
            - vampire.default.*
            - vampire.default.command.blood
            - vampire.default.command.version
            - mobRider.command.goto
            - mobRider.command.attack
            - mobRider.command.go
            - mobRider.command.stop
            - mobRider.command.follow
            - mobRider.command.mount
            - mobRider.players
            - mobRider.animals
            - mobRider.monsters
            - gastronomic.player.disablehunger
            - essentials.msg
            - essentials.afk
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.helpop
            - essentials.ping
            - essentials.suicide
            - gastronomic.player.disablethirst
            - wolfnames.show
            - wolfnames.set
            - glassplugin.place
            - glassplugin.destroy
            - glassplugin.getbreakdrop
        Admin:
            default: false
            info:
                prefix: '[God] '
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
            - bandages.use
            - herosneak.sneak
            - mcmmo.tools.mmoedit
            - mcmmo.tools.mcgod
            - mcmmo.tools.mcrefresh
            - mcmmo.skills.*
            - vampire.*
            - vampire.default.command.blood
            - vampire.default.command.version
            - vampire.admin.command.list
            - vampire.admin.command.infect
            - vampire.admin.command.turn
            - vampire.admin.command.cure
            - vampire.admin.command.save
            - vampire.admin.command.load
            - vampire.admin.command.time
            - mobRider.command.goto
            - mobRider.command.attack
            - mobRider.command.go
            - mobRider.command.stop
            - mobRider.command.follow
            - mobRider.command.mount
            - mobRider.players
            - mobRider.animals
            - mobRider.monsters
            - gastronomic.admin.enable
            - gastronomic.admin.reload
            - gastronomic.admin.sethunger
            - gastronomic.player.checkhunger
            - gastronomic.player.checkfood
            - gastronomic.admin.enable
            - gastronomic.admin.reload
            - gastronomic.admin.setthirst
            - gastronomic.player.checkthirst
            - gastronomic.player.checkdrink
            - wolfnames.show
            - wolfnames.set
            - bmobs.bkill
            - bmobs.reload
            - essentials.nick
            - glassplugin.place
            - glassplugin.destroy
            - glassplugin.getbreakdrop
            - colorme.list
            - colorme.self
            - colorme.other
            - colorme.remove
            - mcbans.mute.player
            - mcbans.mute.all
            - mcbans.admin
            - simplereserve.enter.kick
            - simplereserve.kick.prevent
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.warp
            - essentials.warp.list
            - essentials.broadcast
            - essentials.togglejail
            - essentials.spawn
            - essentials.kick
            - essentials.kickall
            - essentials.nick
            - gastronomic.player.disablehunger
            - gastronomic.player.disablethirst
            - wolfnames.show
            - wolfnames.set
            - bmobs.bkill
            - bmobs.reload
            - glassplugin.place
            - glassplugin.destroy
            - glassplugin.getbreakdrop
            - mcbans.mute.player
            - mcbans.mute.all
            - mcbans.kick
            - mcbans.lookup
            - mcbans.ban.temp
            - mcbans.ban.view
            - mcbans.reload
            - mcbans.mod
            - simplereserve.enter.kick
            - simplereserve.kick.prevent
        Headhunter:
            default: true
            info:
                prefix: '[Headhunter] '
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - essentials.home
            - essentials.sethome
            - essentials.spawn
            - simplereserve.enter.kick
            - simplereserve.kick.prevent
    users:
        dangirdas:
            group: Admin
            permissions: null
        HiddenStrike:
            group: Vampire
            permissions: null
        Yahyahkeekoot:
            group: Moderator
            info:
                prefix: '[Jesus] '
                suffix: ''
            permissions: null
        codycg:
            group: Moderator
            info:
                prefix: '[Anti Jesus] '
                suffix: ''
            permissions: null
        Danher:
            group: Vampire
            permissions: null
        LoCzz:
            group: Vampire
            permissions: null
        Feilecaruth:
            group: Headhunter
            permissions: null
        Rsos4953:
            group: Vampire
            permissions: null
        D1SEL:
            group: Admin
            info:
                prefix: '[Reclaimer] '
                suffix: ''
            permissions: null
    
     
  27. Offline

    Valrix

    Odd, it looks perfectly fine. I've been noticing some weird permissions problems in other plugins as well, I'll try to find out what's wrong. To answer your question, even if you're OP, if you have permissions enabled it'll use Permissions and won't care if you're OP or not. If you disable permissions then being OP will matter.
     
  28. Offline

    Dangirdas

    Still i have even tried with op and the permissions on still did't work D:
     
  29. Offline

    Valrix

    I was able to get mine to work just fine. If you'd like, I can join your server to try some testing of my own.
     
  30. Offline

    Ruannon

    I got same problem as above, Being OP and admin i am unable to change the color of anyone else while i can give myself a color. I've tried every possible combination for the command but it wont work.
    Also in the console it says that the plugin is enabled just fine.
     

Share This Page