[INACTIVE][MECH] ClothColor v11 - Cloth/Wool/Tree/Dye color changer [1000]

Discussion in 'Inactive/Unsupported Plugins' started by George, Jan 15, 2011.

     
  1. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ClothColor - Cloth/Wool/Tree/Dye color changer:
    Version: v10

    This is a simple plugin that I initially wrote for my server to allow users to easily change cloth, dye, and wood types. You must be holding the correct block type to use these commands.

    Also, I am not adding any sort of permissions support until they are officially supported.

    Features/Commands:
    • With cloth (35) - /cc [name]
    • With dye (351) - /ccd [name]
    • With tree (17) - /cct [name]
    Download the latest plugin

    (Sources are in the jar)

    Changelog:
    Version 11
    • Added helper message when you are not holding the correct block type.
    Version 10
    • Removes the long constructor nag.
    Version 9

    • Updated to onCommand interface to register commands.
    • Works with new way of setting damage/durability.
    Version 8

    • Added trees.
  2.  
  3. Offline

    pigrocket

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why thank you, sir. :)
    Works great. I can finally go all-out on my pixel art!
  4. Offline

    Dom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Install and get this error -

    Jan 15, 2011 2:07:27 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    SEVERE: Could not load plugins/ClothColor.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:82)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:115)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:80)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:37)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: net.bashtech.net.bukkit.clothcolor.ClothColor.<init>(org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
    at java.lang.Class.getConstructor0(Class.java:2706)
    at java.lang.Class.getConstructor(Class.java:1657)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:78)
    ... 8 more
  5. Offline

    Xstasy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Because the plugin constructors where changed. The author needs to update it.
  6. Offline

    craftersins

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Unofficial fix. Hope its ok that I uploaded it.
    [Update] forgot to include the updated source, but the binary works.
    [Update 2] fixed.
    [Update 3]Problems occured? Used official zip compression this time.
    Attachment should work now, tried on 3 computers.
  7. Offline

    Dom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks crafter skins but that appears to be a zip? without a JAR... tried a few different methods of pasting but still seems to error out
  8. Offline

    Dafishies

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thats weird, the original post file worked for me while the updated version someone posted doesn't. just gives errors
  9. Offline

    Dom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hmm, which build are you using of Bukkit...
  10. Offline

    craftersins

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Obviously he is not using the latest. Dom, working now? :)
  11. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Officially updated for the new constructor. Let me know if you have any issues.
  12. Offline

    Dom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    AWESOME! this now works perfectly ! :) exactly what I needed :) thank you so much
  13. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Broken again with the latest update. Will update later today.

    Version 1.2 works for the renamed methods.
  14. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Version 1.3 working as of CraftBukkit commit 96c9670.
  15. Offline

    Tzion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Suggestion. Create a toggle-able mode where right clicking cloth blocks with your bare hand rotates through the spectrum.
  16. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I thought about doing that but I decided not to because of the issue with people going around changing other people's blocks.
  17. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great plugin man, THANK YOU!

    Is there a list of colors or do you respect Minecraft wiki (and will also in the future)?
  18. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You can get a light of colors by typing "/c" without any arguments. The color names are not totally accurate to the wiki. For example I think used lightpurple instead of magenta. I probably fix that next time the plugin requires an update.

    Edit: Update 1.4 - Color names match the official Bukkit DyeColor names.
  19. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Update 1.5 - Added dyes.
  20. Offline

    AnthraX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Doesnt work. at all. Tried every single build

    And im running bukkit build #20
  21. Offline

    pudd1nG

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Use the latest craftbukkit... build 20 is very old!
  22. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    WOW, I just went to ask for dye colors and what do you know :D

    THANK YOU!
  23. Offline

    Exo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks alot for this great plugin !
    Now if only there was a skin-colored dye >.> (no the pink thats currently available doent count as skin-colored unless you're a pig :p )
  24. Offline

    Voxel Box

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    neat stuff, george, i am sure many people are excited for this function. Do you have any plans to a add a similar variable-tweaking functionality to allow people to create birch and pine wood or different kinds of mob spawners from their inventory?
  25. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Version 7 includes the ability to change tree types with /tree or /t.

    I'll look into mob spawners but they are not done with the same damage values that the new blocks are.
  26. Offline

    Voxel Box

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ah, my mistake, then. neat stuff; thanks for your work!
  27. Offline

    Boricua PR

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Work Awesome!
  28. Offline

    Exo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What are you talking about ?
    Works without problems up to #76.
  29. Offline

    Nezu69

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Working for Build #75 Thanks!
  30. Offline

    Draconicus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    On my server, admins sometimes sculpt public structures with leaf blocks. Would love an adjuster for those, too!

    It would also be splendid if we had a secondary option to type a number or hex value (1-F) rather than the color/pattern name. That could save time and frustration if a player hasn't memorized it.
  31. Offline

    George

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Regarding leaves, The new leaf types don't seem to be controlled with the damage values. It might be biome related.

    Colors are easier to remember than hex values for me (cyan vs 0x9), so I don't see the point. I'll add it if more people request it.

Share This Page