[ADMN/FUN] GiveMeWool v1.0 - Get colored wool easily [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Baummann, Jun 14, 2011.

  1. Offline

    Baummann

    GiveMeWool - Get colored wool easily
    Version: 1.0 CraftBukkit 1060


    Commands:
    Commands (open)

    /cloth [amount] [color] - Give yourself colored wool
    /wool [amount] [color] - Give yourself colored wool


    Permissions:
    givemewool.givewool - Access to /cloth and /wool

    Instructions:
    Drag the .jar file into your plugins folder.

    Download:
    Click here

    Changelog:
    v1.0 - First release

    Features:
    Cheat colored wool without damage values.

    Known bugs:
    None :D

    Todo list:
    - Add that you can give wool to other players

    Video by Soxra:


    Colors:
    white
    orange
    light purple
    light blue
    yellow
    light green
    pink
    gray
    light gray
    cyan
    purple
    blue
    brown
    green
    red
    black
     
  2. Offline

    earliestkrab

    hooray, hooray
     
  3. Offline

    strife98

    can you add a list of the colors to give? i can only figure out how to give colors like red blue and such. i can't give myself lime wool, i even tried light green etc etc. a list of commands for the colors cause i'm really confused
     
  4. Offline

    babynomberg

    I keep getting "An internal error occurred while attempting to perform this command" message.....help anyone?
     
    AdamBP likes this.
  5. Offline

    misha213

    same here i get internal error.... how to make it work?
     
  6. Offline

    Baummann

    ok I'll add it now. Added

    Read this please.

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

    jfett

    Same internal error. 860 bukkit

    Code:
    2011-06-18 17:01:32 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wool' in plugin GiveMeWool v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.Baummann.GiveMeWool.GiveMeWool.onCommand(GiveMeWool.java:54)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 14 more
     
  8. Offline

    tommy7659

    wtf jfett
     
  9. Offline

    Steeled

    CB 860. Internal Error.

    Make it work without Permissions. I believe this is the problem, but I may be wrong.
    Yup if you don't have Permissions this won't work make it work without Permissions please not everybody uses it.
    Proof:
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler

    Even look at jfett's post, it has the permissions error because he does not have Permissions!
     
  10. Offline

    C.J.lloyd

    its giving me a error like i am unable to do this command what do i do?[creeper]

    ok found out why thanks to steeled and yes please make it that you dont need permissions

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

    Baummann

    I'm trying to make it without permissions.
     
  12. Offline

    Erno3000

    Hey guys, i'm new here and the givemewool plugin is the first i'm trying out. It seems not to be working because of the permissions, but i don't understand how to set them. Is there a page explaining how to set permissions? If so, can someone link it to me? thanx a bunch!
     
  13. Offline

    cmoupetr

    http://forums.bukkit.org/threads/admn-dev-permissions-3-1-6-the-plugin-of-tomorrow-935.18430/
    for the download ^^^^
    http://www.youtube.com/watch?v=DIEzl1TDPcM
    good tutorial ^^^^


    Anyways I created this account to let you know I love this plugin. However I see that there has been little activity so I don't know how helpful my comment will be. When you use light purple it gives you a message saying "that color doesn't exist!"

    But ya great plugin.
     
  14. Offline

    FreakyGarrettC

    Thanks for this plugin! Works wonderfully.

    Thank you so much for that tutorial, I could not figure out how to install permissions without it.
     
  15. Offline

    Aprof

    "An internal error occured while attempting wo perform this command." What should i do?
     
  16. Offline

    looney76

    works perfectly the only bug i'm getting is when i spawn light purple wool it comes up " there you go" and "that color doesn't exist" i still get the wool though :)
     
  17. Offline

    zkknight1

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wool' in plugin GiveMeWool v1.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.Baummann.GiveMeWool.GiveMeWool.onCommand(GiveMeWool.java:54)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 13 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more
    
    I keep getting
     
  18. Offline

    Papabearster

    RB is out for Bukkit. Please update to 1.8. I have had some errors when after the update. I need to work on my Pixelated art! Please and Thank you for the wonderful plugin!! :D
     

Share This Page