Plugin not showing up... Sorta? #177


  • New
  • Other
Open
Assigned to _ForgeUser8345480
  • _ForgeUser11794197 created this issue Jun 2, 2015

    What steps will reproduce the problem?
    Download plugin from Bukkit Plugins tab on my host provider.

    What is the expected output? What do you see instead?
    A working plugin.

    The plugin shows up in /plugins, but it doesn't show up in my plugins folder, nor my config files.  Maybe I have the wrong version?

    What versions MobCatcher, CraftBukkit, and Spout (if any) are you using?
    version: 1.0

    IDK?
    spigot (1.8 R0.1 BuildTools: 36)
    JAR file is:
    spigot-BT36_1.8_04.29.jar

    Not actually sure this is the right version. There are two entries in the tab.

    Have you previously had any older versions of MobCatcher on your server?
    Nope, wanted to try this to see if I could get mob eggs with spawn data on my server.

    Do you have an error log of what happened?
    Nope. No error.

    Please provide any additional information below.

  • _ForgeUser11794197 added the tags New Other Jun 2, 2015
  • _ForgeUser11794197 posted a comment Jun 2, 2015

    Pass. The second entry was the one to use. I think I still have the wrong version, but I will probably solve this myself.

  • _ForgeUser8345480 posted a comment Jun 3, 2015

    I've had some other people have similar issues using host services like that but I don't remember what they did.

    If there's a different way to download them then I would do that. Bukkit doesn't always let me officially specify the correct version, so some of them just say they're for 1.8 when they're really for 1.8.4, specifically; stuff like that.

    The correct version is always in the name of the plugin upload both on here and on SpigotMC. If there's a way to manually add it to your server you could make sure its the correct version.

    http://dev.bukkit.org/bukkit-plugins/mobcatcher/files/

    For 1.8.0 you would want version 3.21a.

  • _ForgeUser11794197 posted a comment Jun 3, 2015

    Malikk65, I downloaded that version, and it seems to work. I tried

    /summon Creeper ~ 1 ~ {powered:1,ExplosionRadius:30,Fuse:1}

    and captured the creeper. The egg saved the data that it was supercharger, but not the fuse timer or the explosion radius. Upon respawning (throwing the egg) it was not supercharged, and did not contain the data tags.

    Any tips?

    @Malikk65: Go

  • _ForgeUser8345480 posted a comment Jun 3, 2015

    @BTK7: Go

    Both mob data and item/economy costs per capture are only available in the full, premium version of the plugin over on SpigotMC. This is the lite version, here on Bukkit.

    The full version still wouldn't save the radius and fuse values, though. IsPowered() is the only api hook for creepers in bukkit.

    I save each piece of mob data manually and individually, reassigning everything to the newly spawned mob. I'm not sure what you mean by "data tags" but it starts as a completely fresh mob when you spawn it and the saved health, age, name, etc are just added back to the new mob.


To post a comment, please login or register a new account.