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. Offline

    Wolfplayer97

    Please Update for 1337 !
     
  3. Offline

    BloppyBuilder

    This plugin is just inactive and it will disappear soon.
    Unfortunately..
     
  4. Offline

    gartral

    someone should seriously fork this.
     
  5. Offline

    min

    can i get this plugin? for fix?
    I will be not public this plugin, only used on my server.
     
  6. Offline

    MikeyTheEskimoe

    I have problem. Everytime i give my wolf a skin it works great. But when i disconnect and reconnect the skin is gone. If you know any solution please let me know. Great plugin btw
     
  7. Offline

    Oscarius

    I really wish this would be forked too.
     
  8. Offline

    alfa5

  9. Offline

    fatmarley

    @alfa5 will you continue to maintain your fork?
     
  10. Offline

    alfa5

    I'll try to fix all the bugs, and maybe add some new functionality
     
  11. Offline

    materschief

    can you also update the client mod?
     
  12. Offline

    Boby

    can you please update the plugin? i really want to use it on my server!
     
  13. Offline

    alfa5

    I don't have the source code of client mod, I can not update it without
    My version of the plugin work well with last recomended build [1240]
     
  14. Offline

    materschief

    BTW your Mywolf works great with Bukkkit 1564, kakashi sensei. My Server is running that Bukkit version.
     
  15. Offline

    zomx_PL

    My Error :(

    2011-12-20 22:15:19 [SEVERE] Could not load 'plugins\MyWolf.jar' in folder 'plugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:117)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  16. Offline

    superdupernova

    Will you update the mod that adds the chests to tamed wolves?
     
  17. Offline

    Wulfspider

    You don't have Spout installed, which this plugin needs.
    http://spout.in/plugin
     
  18. Offline

    alfa5

    yes, I get today the sorce code and I will try release the mod updated to minecraft 1.0 this week
     
  19. Offline

    DeathWing

    Ho yeaaahhh Amazing ! <3

    Thx Bro' ! I have a lot of error with this version in 1.0 :/

    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wolfinventory' in plugin MyWolf v0.5.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
    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:93)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
    at de.Keyle.MyWolf.MyWolf.OpenInventory(MyWolf.java:216)
    at de.Keyle.MyWolf.Skill.Skills.Inventory.run(Inventory.java:51)
    at de.Keyle.MyWolf.chatcommands.MyWolfInventory.onCommand(MyWolfInventory.java:60)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 14 more
    &

    Code:
    [SEVERE] Could not pass event ENTITY_DEATH to MyWolf
    java.lang.NullPointerException
        at de.Keyle.MyWolf.Listeners.MyWolfEntityListener.SendDeathMessage(MyWolfEntityListener.java:290)
        at de.Keyle.MyWolf.Listeners.MyWolfEntityListener.onEntityDeath(MyWolfEntityListener.java:169)
        at org.bukkit.plugin.java.JavaPluginLoader$65.execute(JavaPluginLoader.java:718)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDeathEvent(CraftEventFactory.java:305)
        at net.minecraft.server.EntityLiving.dropDeathLoot(EntityLiving.java:631)
        at net.minecraft.server.EntityLiving.die(EntityLiving.java:606)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:502)
        at net.minecraft.server.EntityAnimal.damageEntity(SourceFile:143)
        at net.minecraft.server.EntityWolf.damageEntity(EntityWolf.java:251)
        at net.minecraft.server.EntityMonster.d(EntityMonster.java:96)
        at net.minecraft.server.EntityMonster.a(EntityMonster.java:109)
        at net.minecraft.server.EntityCreature.m_(EntityCreature.java:70)
        at net.minecraft.server.EntityLiving.d(EntityLiving.java:887)
        at net.minecraft.server.EntityMonster.d(EntityMonster.java:27)
        at net.minecraft.server.EntityEnderman.d(EntityEnderman.java:181)
        at net.minecraft.server.EntityLiving.w_(EntityLiving.java:297)
        at net.minecraft.server.EntityMonster.w_(EntityMonster.java:31)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1253)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1235)
        at net.minecraft.server.World.tickEntities(World.java:1142)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:518)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  20. Offline

    alfa5

    @DeathWing

    ¿You have the last version of spout?

    What kills the wolf?
    I can not reproduce the error
    You have the files config.yml, lang.yml and Wolves.yml with data?
     
  21. Offline

    DeathWing

    @alfa5

    First, sorry for my bad english :/

    My server turns with Spout build 644, Bukkit 1.0.1-R1 and Spoutcraft for my players.

    What killed the wolf is a simple enderman, it was in levels 6. I indeed have on everything files config and I did not touch the values by default to make test to understand the rise of experience.

    Can be a conflict with a plugin? Here is the list of those whom I use:

    Plugins: BetterStairs, CommandHelper, Essentials, iConomy, Lumberjack, MCSpirit, MineBackup, MultiInv, Multiverse-Core, Multiverse-Portals, MushroomJump, PermissionsEx, Ptweaks, SeattleSummer, SheepFeed, SkylandsPlus, Spout, SpoutEssentials, SpoutMaterials, StainedGlass, Vanish2, Vault, WorldEdit, WorldGuard, Admin GUI, ChatManager, DAC, mcMMO, Modifyworld, Citizens, DeathTpPlus, ecoCreature, HawkEye, LWC
     
  22. Offline

    40540057

    @alfa5 if you want to change the wolf skin, do you point the plugin to the entire texture pack that includes the skin, or just a png of the wolf skin by itself? thanks!
     
  23. Offline

    Josh Bolduc

    @DeathWing
    I have the same exact error as you do. I suppose its a plugin conflict. Here are the plugins we have in common to help us out:
    Essentials, iConomy, Spout, Vault, WorldEdit, WorldGuard, mcMMO, Citizens.

    This plugin is incompaitable with CITIZENS, so if your getting error messages when a wolf dies, remove citizens.

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

    DeathWing

    @Josh Bolduc

    Ok. It's no good because I am going to have to do without this plugin. I cannot remove citizens because I manage a whole lot of quest, R-P with healer etc.....

    Nevertheless it marked well in the comment of the thread there: "Citizens -> wolf don't attack NPC"

    I would wait for stable version of this plugin ;)
     
  25. Offline

    alfa5

    Only de skin by itself
     
  26. Offline

    Dominic

    Darn it :( I am having trouble with this Citizens! Ha, oh well. Awesome plugin though!
     
  27. Offline

    alfa5

    ¿You have problems with the version 0.5.3?
     
  28. Offline

    Dominic

    I haven't tried actually! Trying now!
    Works great!
     
  29. Offline

    Noah_Ivaldi

    I absolutely love this plugin (especially given the updates since moving it to BukkitDev), so I first have to congratulate you on making such a cool mod. However, before I go jumping into my canine awesomesauce pool, there's something that's bugging me: Recently, many Bukkit servers have had a bug in which mobs spontaneously despawn (not just the normal despawn rates, but just poof away for no reason right in front of our faces). Last that I heard, this bug was still present. Hence, what if we make a MyWolf and it just disappears into nothingness? Will we be able to use the command to set it free so that we can at least go catch another, just to watch it disappear, too? That also deters us from using our pets for storage, obviously. Is there a fix for any/all of this?
     
  30. Offline

    alfa5

    With the command /wc you can spawn your wolf near of you
     
  31. Offline

    Noah_Ivaldi

    I'm pretty sure that the bug is deleting the mobs totally out of existence, but I could be wrong. Are you saying that instances in which the MyWolves are despawned, but still registered can be remedied with /we? In that case, will their inventories be saved? If the MyWolves are unregistered with this bug, will we just have to deal with temporary MyWolves until Bukkit fixes the bug? I'm sorry that my questions are n00bish; I don't really know much about coding, especially not Java.
     
Thread Status:
Not open for further replies.

Share This Page