[INACTIVE][MECH] Wool Color Spawner 0.2 [CB241+]

Discussion in 'Inactive/Unsupported Plugins' started by Firestar, Jan 19, 2011.

  1. Offline

    Firestar

    Wool Color Spawner
    Version 0.2 [241+]

    Spawns 64 stacks of wool of your choice, great for creative and build servers.

    USAGE
    Spawn color wool by typing
    Code:
    /gw <color> <number of stacks>
    Color can be a string or integer

    List color names
    Code:
    /gw list

    Permissions
    Permissions Plugin Support, Permissions permission
    Code:
    woolcolor.spawn

    Changelog
    version 0.2 2/4/2011 (RELEASED)
    • fixed to work with 241+
    DOWNLOAD
    Download Now!
    Source Code
     
    M1sT3rM4n likes this.
  2. Offline

    scottmebad1

    umm...no? I keep getting this error when I use /gw

    "Connection Lost
    Internal exception: java.net.SocketException: Connection reset"

    I get that on my client and my server just stops. any way to fix this??

    EDIT: and yes, I just updated.
    Oh and /gw list works fine..
     
  3. Offline

    NickBrahz

    Ok so i uploaded the jar, when i try any of the related commands, "Insufficient Privileges!" Yet i find no folder or notepad that has where to add permissions.
     
  4. Offline

    Firestar

    you need to be OP, or have the permissions plugin.
     
  5. Offline

    holychez

    ok mine doesnt work anymore
     
  6. Offline

    Valdrec

    Thanks for making this! It's really good and helpful for my server.
     
  7. Offline

    boom_roasted

    I get this same error. I don't know what to do.
     
  8. Offline

    Braden1996

    Does not wrok i type command and nothing happends
     
  9. Offline

    Stephen92

    thank you this works perfect for me runnin craftbukkit 314
     
  10. Offline

    Lee Hayward

    Awesome plugin, works like a charm. :)

    Added: One thing I'll mention, is that it didn't work even though I'm admin, until I opped myself ... strange! ;)
     
  11. Offline

    The.Zet

    Hi
    Can you fix this?:
    thanks! =)
     
  12. Offline

    Stephen92

    thanks for the update works perfectly :)
     
  13. Offline

    The.Zet

    Hi.
    I am using the latest wool color version (0.2 +241)... when I try to use the /gw command I get this message:
    Insufficient Permissions....
    I am OP and in permissions i have all right ( -'*')
    Can you help me?
    (The server doesn't return any error message)
    Thanks!
    The _Zet
     
  14. Offline

    Firestar

    your using permissions 2.1?
     
  15. Offline

    M1sT3rM4n

    Thanks for updating this :) My creative server uses this a LOT :D
     
  16. Offline

    The.Zet

    yes Permissions 2.1
    Why?
     
  17. Offline

    Windwaker

    I was told to nag you...

    So here I am. Clean up your code [​IMG]
     
  18. Offline

    skinner452

    im getting the error "Insufficient permissions" too
     
  19. Offline

    xbankaix007

    just what I needed, thanks!
    works great!
     
  20. Offline

    SpecialMike

    This plugin was great, until the new version of bukkit (build 468) killed it. I keep getting this error when I start the server:
    Code:
    01:09:20 [SEVERE] Could not load plugins/woolcolor.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            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:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.firestar.wool_color.wool_color.<init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
     
  21. Offline

    fnool

    Love this — would be overjoyed to see it updated!
     
  22. Offline

    Sp4rc0

    Also Error with Bukkit 477, but that was expected, as 468 also didn't work:

    Code:
    20:12:13 [SCHWERWIEGEND] Could not load plugins/woolcolor.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            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:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.firestar.wool_color.wool_color.<init>()
            at java.lang.Class.getConstructor0(Class.java:2723)
            at java.lang.Class.getConstructor(Class.java:1674)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
     
  23. Offline

    Max Maton

    An update would ROCK!! Thank you for this awesome plugin :)
     
  24. Offline

    Tazzernator

    Quick fix -- All i did was comment out the constructor as per the new version :)

    Working b485
    0.2.1

    Code:
    	//Commented out for update.
    	/*public wool_color(PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File  folder, File plugin, ClassLoader cLoader) {
            super(pluginLoader, instance, desc, folder, plugin, cLoader);
            log(desc.getName() + " version " + desc.getVersion() + " initialized");
        }*/
    (Attached)
     

    Attached Files:

    SweetCraft Girl likes this.
  25. Offline

    Sp4rc0

    Thanks Tazzernator, working with Bukkit #493 !
     
  26. Offline

    Liger_XT5

    @Tazzernator
    Do you think it would be possible to set the command up with iconomy to take money when used?
     
    SweetCraft Girl likes this.
  27. Offline

    SweetCraft Girl

    You just made someone on my server very very happy!

    Thank you for that!
     
  28. Offline

    Wolfy9247

    Thank You for the quick fix!
     
  29. Offline

    SweetCraft Girl

    Ok this plug-in is not behaving properly.

    Try this on your server /gw 16 <-- check out what block that is, where does it come from - why is it not in ANY DATABASE whatsoever. In fact, let me take a pic as my tech just got a different return value.

    When i typed /gw 16 - i received the block in my main inventory as a stack - wtf is that block??

    Also, you can type /gw ANY NUMBER and get a random colour - a wool that then will stack with the other wools of the same colour in your inventory (check, that part is intermittent it seems, sometimes similar colours stack, other times they wont).

    Anyways, what is that weird block and why do i get it every time i /gw 16

    - /gw should not give any wool if its outside of 35:1 - 35:15 - so this probably is going to lead to some conflict in the future i fear. wool.png
     

Share This Page