Inactive [FUN/MECH] Tossers v1.2 - Creepers that jump up jump up and chow down [1060]

Discussion in 'Inactive/Unsupported Plugins' started by redf1sh, May 10, 2011.

  1. Offline

    redf1sh

    Tossers - Creepers that jump up jump up and chow down.

    Tossers has been updated, finally! I've also moved to dev.bukkit.org, you can see it over there!
     
  2. Offline

    Nytemare3701

    Idea: Supercharged creepers throw 3x as far.

    On the particle effects: Check out bukkitcontrib, it is a client/server link plugin that lets you mess with that kind of thing.
     
  3. Offline

    KuroSnow

    So. I had my creepers at 3x multiplier, and I just felt they didn't "THROW" enough. So I jacked it up to 6. One godmode and a creeper later, the creeper drags me from coordinate -500, +500, 60 to 14k,15k, 15k. FIFTEEN THOUSAND IN THE SKY. To the point where I couldn't get the creeper off of me because we were out of the map. In order to actually enjoy the fall, I TPed my friend to me, and then let him fall about 100, then TPed to him. We hit the ground about three minutes later. THREE MINUTES. Of falling. From being SO HIGH because of the creeper. I almost want to run the multiplier to 50 or even 500, just to see how far the creeper would take me. XD

    FUN.
     
  4. Offline

    Nytemare3701

    Request: per-world config, so each world has stronger/weaker creepers, and different chances.
     
  5. Offline

    redf1sh

    I'm adding it next release, hopefully this coming weekend :D.
     
  6. Is it just me? Or can't I find the config file? :S
     
  7. Offline

    redf1sh

    Should be in your minecraft directory, under plugins/Tossers. Any luck?
     
  8. Offline

    enelar

    Please add multiplay messages?
     
  9. Offline

    enelar

    Can you please add premissions support?
    For one group of people they explode, for other not.
     
  10. Offline

    Yoshinat0r

    I have no idea if this is supposed to happen, but I saw a skeleton riding a spider after installing your plugin lol
     
  11. Offline

    redf1sh

    Multiple messages? Will do whenever I have free time again :D.

    I could I suppose, though I don't want to force people to use permissions by default (I like simple setups). Maybe I'll add a UsePermissions=blah config option...

    Happens anyway, and though being awesome it's all minecraft not Tossers. Now if you see a creeper riding a skeleton riding a spider (while flying about!)... that's probably from this :D.
     
  12. Offline

    Juze

    @redf1sh : Please test against latest RB (#1000) or considered inactive.
    EDIT: Also, AdFly URLs are banned, please remove your adfly link.
     
  13. Offline

    enelar

    tossers.explodeanyway ?

    P.S Creepers love elves. Its awersome!!!!

    working

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

    Yoshinat0r

    Oh wow what a coincidence then, I have never seen a skeleton do that! Apart from that, the jumping creepers work great. I am also using bukkit #1000
     
  15. Offline

    redf1sh

    I havn't tested it personally yet (the adventures of free time and the lack thereof) but I've heard it's working. I was waiting to test it myself before updating.
    I figured that out with the adfly, though I don't see the issue (since I'm not forcing people to use it or anything) I'll remove it.
     
  16. Offline

    Holotropein

    @redf1sh: I just noticed that CraftBukkitUpToDate didn't update Tossers.jar to the newest version on my server. It seems the JAR file has been moved/copied to another directory in Dropbox. If so, it would be great if you notified the CButD author of the new URL so we can auto-upgrade your excellent plugin again :)
     
  17. Offline

    redf1sh

    Ah I switched which dropbox account was hosting it a while back, that was probably it. I'll let them know.
     
  18. Offline

    Chromana

    Hi, can you make it so we can put a damage value of 0.5? At the moment it's doing 1 damage even when 0.5 is put.

    Also, the standard colour code symbol is & and not §.

    Works well though :)

    Oh yeah, for some reason when in Worldgaurd's god mode you get thrown really far even with throw multiplier is 0!
     
  19. Offline

    redf1sh

    I think it should work with decimals, though damage is a bit weird. Do you mean it's always doing a full heart's worth of damage?

    I've noticed that god-mode issue with superpowers as well, not really sure what the cause is but I think it has something to do with flying and god mode adjusting your momentum. I like it, keeps me on my toes even when I'm doing admin stuff :D.
     
  20. Offline

    blackbinary

    @redf1sh The Color dos not work for me, i tested this even with only the Essentials suit and Tossers..

    and i have also used your example. with § ..

    Code:
    TossMultiplyer: 1
    TossPercentage: 20
    CreeperDamage: 2
    SaySomething: true
    Message: §6This creeper is in §5COLOUR §3baby!
    # Comma separated list, ie: main, somewhere_else, DOOMFIST
    Worlds: ALL
    
    it looks like this :
    [​IMG]

    no error, excetions etc..
     
  21. Offline

    redf1sh

    Hmm.... that's unfortunate! I'm planning to change how colours are handled (which may fix this), but out of curiosity can you pm me a list of what plugins you're using? Colours are working for me on cb1000, so I'm wondering if another plugin might be interfering and removing the symbols.
     
  22. Offline

    Chromana

    Error on start for damage value of 0.5:

    Code:
    2011-07-28 14:28:49 [SEVERE] Error occurred while enabling Tossers v1.2 (Is it up to date?): For input string: "0.5"
    java.lang.NumberFormatException: For input string: "0.5"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at com.bukkit.redf1sh.tossers.Tossers.onEnable(Tossers.java:84)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Looks like it only accepts integers and not doubles.
     
  23. Offline

    blackbinary

    Like is said, i tested this with only the Essential Suit and Tossers.

    I think this problem exist with essential. - have you ever testet the Color with the Essentials Suit?

    on my server the this plugin handles the Coloring of Chat :

    ESSENTIAL SUIT:
    http://forums.bukkit.org/threads/15312

    i send you the list of plugin that i normaly use.
     
  24. Offline

    _LB

    This is pretty nifty, but is there a way we can make charged creepers (ones that have been struck by lightning) deal more damage/toss farther?


    Also, @Chromana: that's because 0.5 is 1/4 of a heart. 20 hitpoints is 10 hearts, so 1 hitpoint is half a heart.
     
  25. Offline

    Chromana

    But I had it set to 1 and it was doing a full heart's damage. Or am I mistaken?
     
  26. Offline

    _LB

    It does half for me in all of my tests, godmode off and no armor.
     
  27. Offline

    graverune

    Is there a way to have creepers have multiple messages?
     
  28. Offline

    Chromana

    Nope. Ask and you might receive, though.
     
  29. Offline

    redf1sh

    There will be soon. I was hoping to have a new release (and a couple more plugins) out in the last couple weeks, but I've been away on business and short on time. Sorry internet dudes:(.
     
  30. Offline

    kikitank1

    Thank you
     
  31. Offline

    redf1sh

    Confirming that this still works with 1060.
     

Share This Page