Inactive [FUN/RPG] MyWolf - Take a wolf on a leash

Discussion in 'Inactive/Unsupported Plugins' started by Keyle, May 4, 2011.

Thread Status:
Not open for further replies.
  1. MyWolf
    take a wolf on a leash

    [​IMG]
    Moved to BukkitDev:
     
  2. :confused: no command is working??


    when you really want to test:
    • I changed the ability invetory. I removed inventorysmall and inventorlarge. now you get for every upgrade of the Inventory skill 9 slots extra
    • test that the wolf don't pickup item of Showcase
    • changes in lang.yml shouldn't be overwritten on serverstart
    • disable the levelsystem and look for messages that still show exp^^
     
  3. Offline

    Adelion

    Hi Keyle, I'm testing 0.49:

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'wc' in plugin MyWolf v0.4.9
        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:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: org/bukkitcontrib/BukkitContrib
        at de.Keyle.MyWolf.chatcommands.MyWolfCall.onCommand(MyWolfCall.java:72)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: org.bukkitcontrib.BukkitContrib
        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)
        ... 14 more
    It seems to call bukkitcontrib dependancie again.
     
  4. redownload it please
     
  5. Offline

    Adelion

    Almost:)

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'wc' in plugin MyWolf v0.4.9
        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:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.getspout.spout.player.SpoutCraftPlayer.getContribPlayer(Lorg/bukkit/entity/Player;)Lorg/getspout/spoutapi/player/SpoutPlayer;
        at de.Keyle.MyWolf.chatcommands.MyWolfCall.onCommand(MyWolfCall.java:71)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-08-03 12:04:29 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wolfcall' in plugin MyWolf v0.4.9
        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:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.getspout.spout.player.SpoutCraftPlayer.getContribPlayer(Lorg/bukkit/entity/Player;)Lorg/getspout/spoutapi/player/SpoutPlayer;
        at de.Keyle.MyWolf.chatcommands.MyWolfCall.onCommand(MyWolfCall.java:71)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-08-03 12:04:37 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wolfc' in plugin MyWolf v0.4.9
        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:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.getspout.spout.player.SpoutCraftPlayer.getContribPlayer(Lorg/bukkit/entity/Player;)Lorg/getspout/spoutapi/player/SpoutPlayer;
        at de.Keyle.MyWolf.chatcommands.MyWolfCall.onCommand(MyWolfCall.java:71)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  6. once again^^
    I hate it when I can't test it myself
     
  7. Offline

    Adelion

    Nice work, it rocks :cool:

    Edit : The lang file is ok now. I can use my file (french), if you want it to put on your topic, tell me.
    I will test soon if Mywolf can pickup showcase's items again and give you feedback.
     
  8. Offline

    alfskan

    what is the function of client mod?

    If I use spout client, still needed it?
     
  9. yes send it to me
    The clientmod I use in this thread is the old version of the Spoutclient so you don't need it if you have Spout installed. the next version will only support Spout.
    I only use the clientmod to display the name of the wolves above them
    But I planed to add widgets to the gui that display things like HP or EXP
     
  10. Offline

    materschief

    what are the colorcode for the name of the Wolf ? i try Gold but it doesnt work. ore does i try -6 or something else ?? test it now
    dont work.
    wenn es für dich einfacher ist schreib es aucf deutsch. habe gelesen das du deutsch kannst.
    hörte sich zumindest so an
     
  11. Offline

    alfskan

    does not conflict with mcMMO`s taiming skill?
     
  12. Offline

    Hornik_Honza

    hello, cool idea!
    testing it now with spout, and have troubles with inventory.

    what is the way to get it if its not automatic? why dont u describe it in first post? :)
    Am i supposed to hit wolf with chest when he reaches propper level?
    I did many times (on level8) and it only kills him, still has no inventory..

    Except that, it seems ok!
     
  13. Offline

    Adelion

    Yes, there is an issue with inventory, I just seen it too. Sorry Keyle.

    @Hornik_Honza When it works, just type /Wolfi to show it's inventory.
     
  14. Offline

    BerialFang

    i was haveing some issues with it has well so might be some issues between this and mcmmo or i am missing something simple but i couldn't get it to have a inventory either
     
  15. The color values are: 0 - 15. They are the same like the the woolcolor numbers.
    naja so schlecht is mein englisch doch auch weider net :p
    never tested it but it think it will conflic in some points
    0.4.9 isn't really out yet :p I can't test it myself so I ask for help :D
    when it's really out I update the first post
    What happened when you type /wolfi ???
    I just tested it (I can but with 1-3 FPS.... not nice :p) and it works fine for me
    did you add the skill 'Inventory' to some level in you config.yml??
    config.yml (open)

    Code:
    MyWolf:
        skills:
            '2':
            - Inventory
            '3':
            - Inventory
            '4':
            - Control
            '5':
            - Pickup
            - Inventory
            '6':
            - Behavior
            - HP
            - H
    

    Inventory is 3times in the config.yml above. With this config when you wolf reaches level 5 he has 3 rows á 9 slots in his inventory
    The inventroy can has up to 6 rows.
     
  16. Offline

    Adelion

    Hi,

    I said that (wolfi) because Hornik_Honza didn't understood the way to show inventory : he beats his wolf with a chest lol !

    I think I know the issue now. My config was :

    Code:
    MyWolf:
        skills:
            '3':
            - HP
            '5':
            - InventorySmall
            - HP
            '8':
            - HP
            '10':
            - InventoryLarge
            - HP
            '13':
            - HP
            '15':
            - Behavior
            - HP
            '18':
            - HP
            '20':
            - Pickup
            - HP 
    But you've modified the inventory's way (no more small or large).

    If I am right : 0.4.9 needs a fresh config.
    Correct?
     
  17. Correct I changed it from small/large to rows.
    For each time the wolf get the skill Inventory it add one row to it.
    atm it generates the old default config with small/large so you have to change it manaually
    remove the small and large behind the Inventory and it should work
     
  18. Offline

    Adelion

    Ok, and is there a modification in the lang file ? :

    "addchest" and "addlargechest" lines
    Edit : Ok I generated a new lang file, no more "addlargechest" line.

    Mywolf doesn't have the inventory. I think I must create a new and fresh MyWolf

    Edit again : my mistake, it's ok for inventory, I can keep MyWolf.

    @Keyle Any chance to have a HD texture compatibility for the chest on MyWolf (16x actually if I'm right). I play with Photo Realism 256x and I want this feature (anyway : 32x,64,128x,512x?)
     
  19. Offline

    Hornik_Honza

    Dont lol at me :) wasnt my idea, sm1 else in this thread said to hit it with chest to enable inventory :) and i was getting desperate, i was already trying /wi but it said: your wolf doesnt have inventory.

    Now with only inventory parameter it works well, adding one row per skill. Thx! (next time just write such change with the release, it would make testing easier, Keyle) :)
     
  20. Hm... but the wolf should has an inventory >.<
    But a new MyWolf should be the best way for this update. I hope this was the last change that could break the wolves.yml.
    It wasn't a release :p I only ask for help for testing :p
    and I wrote something about the changes I made :p
    I think it would be enough when you add the chesttexture to the TP-Texture of the tamed-wolf
    (relative to size of the TP, bigger of course)
    but I don't know exactly if that would work

    Edit: send the tamed-wolf-texture of the 256x to me and i will add it

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

    Adelion

    Wolf tame Photo Realism

    One another idea : Would it be possible to have in the future a pop-up, or a sound maybe (like as when we call our wolf) when MyWolf levelup ?:)


    I tested the showcase issue : Mywolf doesn't pickup showcase items anymore.

    One (again) another idea : To do list : add different Mywolves (another skins (or colors), skills maybe)
    Perhaps one day : MyPig (lol), MySheep ? (inoffensive ones)
     
  22. I added the chest: Texture
    Readd it to your TP and we'll see whether I was right

    Sound no problem but I don't have one :p find a good one and I will add it

    Thanks for testing the showcase issue

    I think that is not possible for me to change the wolfskins atm >.<
     
  23. Offline

    Marcos Cosmos

    Now I have a dilema: I'd buy minecraft if it meant spoutcraft would allow me custom usernames on private servers.. I Like "Cosmo" and I refuse to have a username any longer or complex.., and I have no doubt it's taken as an official name *is raging* -.-
     
  24. Offline

    Adelion

    @Marcos Cosmos
    I encourage you to support Mojang and buy a copy. Don't worry about Spout, any op and admin can change your username ingame, on any server easily.

    Hi Keyle,

    Wolf.png
    Wolf_angry.png
    Wolf_tame.png

    • I think popup is a cool add with a sound on levels up. Like in MCMmo when player level up skills.... I know I ask a lot, but I'm a fan of your plugin, it rules on a rp or semi-rp server.
    • For the skins, I just suppose, but is there a way to make players see a specific skin without change the normal one ? Like Player Editor or BukkitContribEssentials?
    http://www.minecraftforum.net/topic/235411-14-minecraft-wolf-skins15-skins/
    Just to have an example of wolves's skins :p (even they are not HD...)

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

    max96at

    does MyWolf 0.49 autodownload bukkitcontrib? i cant get it off my server
     
  26. French but ok xD what would you thing of Loup 8 for levelup?

    No i edit the right one:p what tp do you use??

    I played a little with the gui things of spout today but I don't get something usefull^^ When I'm back home I will do it again.
    No problem when you have so many suggestions :p they're welcome :D

    That isn't possible atm but I'll ask the Spout devs for it :D
    BukkitContrib is outdated :p Spout is the new BC and NO 0.4.9 will not autodownload it
     
  27. Offline

    rslink

    I seem to have a problem with this plugin not loading. The server stats up and doesn't see it at all.

    Edit: Never mind it's finding it now, and giving a error about bukkitcontrib on the newest version:
    Code:
    2011-08-04 17:20:47 [SEVERE] Could not load 'plugins/MyWolf.jar' in folder 'plugins': BukkitContrib
    org.bukkit.plugin.UnknownDependencyException: BukkitContrib
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:378)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Using the newest version you have posted.
     
  28. Offline

    Adelion

    @Keyle
    • Sounds good for me (Wolf 8)
    • I used Wolf_Tame, it's the correct one but it doesn't work.
     
  29. Offline

    Marcos Cosmos

    I'm more thinking of command usernames and thus command aliasing, though I suppose it is easily implimented, plus there is a shortcut plugin... The bigger problem is that I have a disability, making control hard and combat harder. cant move my left hand well and my left and right sides of body mimic one another's movements, so I cant use the arrow keys and mouse at the same time properly, and although I can use an xbox controller I had difficulties with sensitivity and thus with veering... In any case our family is currently 'stocking up' on supplies in the expectation of the economy... 'kicking the bukkit', which.. honestly if a 2% fall is hysteria and major news, then there mustn't be much real value/money/etc, and therefore... It's gotta crumble sometime right? I'm not communist or anything, though I do feel that communism is confused with genocide, I think it can't happen due to the natural instinct of greed/jelousy/etc. plus isn't it a 'great dream' in many countries to be insanely rich? peace on Earth is about as possible as True marxism.. I just think that there has to be limits to how much one person can get at a time, currently high-end annual salaries exceed the total life-long income of others.. which seems wrong xD..

    But no, honestly I'm just stalling.. I'll support it eventually.. I expect.. o.o
     
  30. Offline

    materschief

    keyle ich meinte nicht das dein englisch schlecht ist ich meinte der satz wo du geschrieben hast das du deutsch kannst. hörte sich so an als ob du deutsch kannst ^^dein englisch ist nicht schlecht hab ich nie behauptet. oder wollte ich zumindest nicht xD
     
    • OK
    • Then you have to wait until I'm @home
    They have
    so war das gar nich gemeint, ich bin nich böse oder so^^ klar ist es einfacher auf deutsch zu antworten aber da das hier ja kein deutsches forum is werde ich eig auch immer auf englisch antworten^^
    ach und ja ich kann deutsch xD
     
Thread Status:
Not open for further replies.

Share This Page