[FUN/MECH] NeoMeteors v0.1 - Create meteors that crash to the earth [953]

Discussion in 'Inactive/Unsupported Plugins' started by KillerSmurf, Jul 15, 2011.

  1. Offline

    KillerSmurf

    NeoMeteors - The NeoMeteors plugin!
    Version: v0.1

    Away/Busy wont be able to update. Working on something else bigger.
    Description:
    NeoMeteors is a complete re write of NeoMeteorites. With this plugin you can summon meteors with a simple command. But there is also a built in random generator. There is a 8% chance that it will spawn every minute, per player online. It will then select a random location within a 50 block radius of that player. When the Meteor hits the earth, a broadcast will say "a Meteor has impacted on the earth." Where it hit will be a a obsidian sphere mixed with randomly generated ores. All of this can be changed in the config file.

    Features:

    • Configurable random ores
    • Configurable spawn chance
    • Configurable explosion radius
    • Configurable time delay
    • Configurable drop percentage
    • Configurable Material Threshold
    • Configurable Meteor storm amount
    Download NeoMeteors

    Source Code

    Permissions:
    Code:
    - NeoMeteors.Meteor
    - NeoMeteors.MeteorStorm
    

    Commands:
    /meteor
    /meteor shower or /meteor storm

    Changelog:
    Version 0.1:
    • Released NeoMeteors
    Credits:
    Bleachisback gets no credit
     
    Raycrash, GreyBishop and Montag like this.
  2. Offline

    bleachisback

    You need at add a chance for stone, too. I'll add some protection against that happening.
     
  3. Offline

    graefchen

    I have added a chance for it.

    Crash\ Material\ Chances=200,40,36,28,20,16,10
    Crash\ Materials=1,49,15,73,21,14,56

    Both lines have seven items.
     
  4. Offline

    KillerSmurf

    These are all great suggestions that may be added.
     
  5. Offline

    mrgreaper

    including the per world settings ? (or permission enable disable i mentioned?)
     
  6. Offline

    KillerSmurf

    Maybe that but, the per world settings is mainly what I'd like to add.
     
    mrgreaper likes this.
  7. Offline

    graefchen

    And please try to do something about the config. It doesnt works very well and isn.t that well explained too.
     
  8. Offline

    joshua mckane

    i would love a way to protect an area it seems my town is getting kill with meterorites.
     
  9. Offline

    KillerSmurf

    Yes its destructive.
     
  10. Offline

    graefchen

    One of my friends towers already got hit :(. I dont think he likes to build it back up, so some sort of protecting stuff would be usefull.
     
  11. Offline

    KillerSmurf

    Report any bugs here.

    That sucks... I will be working on it.

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

    graefchen

    Oh thanks, I appreciate your work very much. I´ve already thought of a funny way of solving this "accident". Either I repair his tower with a backup, or he rebuilds it and can keep all the ores he diggs out. It was a standard meteor, so its pretty fucking much. We will see how he likes it.
     
  13. Offline

    KillerSmurf

    yea defualt is quite abit of ores
     
  14. Offline

    vrox

    Could you add a permission node to give to people to make them never targeted by a meteor? That would supply multiworld support as well, as you can give it to everyone in the worlds you dont want meteors in.
     
  15. Offline

    KillerSmurf

    Do you
    get the same error? and is it a real item id?
     
  16. Offline

    graefchen

    I dont get an error at all, the meteors are just like they are everytime. And 1 is the item-ID of cleanstone, so it should work.
     
  17. Offline

    KillerSmurf

    All right...glad you figured out the error.
     
  18. Offline

    graefchen

    Sorry, I may have expressed me wrong: I want to customize the meteors, but everytime i change the standard
    Crash\ Material\ Chances and Crash\ Materials to my
    Crash\ Material\ Chances=200,40,36,28,20,16,10
    Crash\ Materials=1,49,15,73,21,14,56

    It doesnt work. Uh, my fault, this is the error in the serverconsole:

    22:39:49 [SCHWERWIEGEND] Error occurred while enabling NeoMeteors v0.0.1 (Is
    p to date?): 5
    java.lang.ArrayIndexOutOfBoundsException: 5
    at me.KillerSmurf.NeoMeteors.NeoMeteors.setupConfig(NeoMeteors.java:2
    at me.KillerSmurf.NeoMeteors.NeoMeteors.onEnable(NeoMeteors.java:52)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoa
    java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginMan
    .java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:

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

    KillerSmurf

    i don't think you can add more objects then there already is..
     
  20. Offline

    graefchen

    Oh, so I would need to remove Obisidian? O.k, I might try this.

    Removing Obsidian works. It would be nice to be able to add/remove stuff from the meteorite, so it wouldnt be always 6 different blocks, you should be able to make them more or less.

    I´ve added two pictures of the meteors. The first one should be a meteor with the default config, the second one a meteor with stone instead of Obsidian. But how can I make the more meteor smaller? Its like a 27x27 ball, which is way to much, especially with all the ores in it.
     

    Attached Files:

    Last edited by a moderator: May 18, 2016
  21. Offline

    KillerSmurf

    just make the blocks air does that work?
     
  22. Offline

    Muyloco1

    Even with area protection the blocks seem to change to obsidian and ores (using residences). Great plugin though.
     
  23. Offline

    KillerSmurf

    Yea we haven't added a protection system in yet.
     
  24. Offline

    Muyloco1

    Yea but I just assumed a protection plugin I had would do the job.
     
  25. Offline

    graefchen

    I just want to make the radius smaller, like only 4 radius, so it gives a 8x8 sphere. Is that possible?
     
  26. Offline

    Kira0tori

    The default configuration make huge holes !!!
     
  27. Offline

    compgurusteve

    ....Edit it if you don't like it?
     
  28. Offline

    Quezax

    Is there a way to have it drop a monster spawner of specific types?
    Would make investigating meteors more risky.

    I am thinking that would also make this be able to be combined with CursedLands Plugins, and have meteor start new cursed land infections.

    Would it be possible to create custom meteors of different materials, then just list chances of what type of meteors strike. So you could have small iron, large ice, fragement of hell, etc.
     
  29. Offline

    mylose64

    lol plugin is a joke i'm sorry. I put the plugin for TWO MIN and now my spawn is a huge ball of obsidian, diamond ore, redstone ore, golden ore and iron ore.

    Not to mention half of my world is now this huge mess. Thanks for the crappy default configs. World Guard/World edit couldn't save me on this one.

    Good thing I always backup.

    HORRIBLE HORRIBLE PLUGIN! at least change the DEFAULT config!

    Seriously tho... my spawn looks like a freaking screwed up birthday cake.

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

    Mukrakiish

    Why would you run a plugin like this on a world you currently work with? This isn't the kind of plugin you just try out all willy-nilly on a functioning map...this plugin was made for wanton destruction, not building crops of flowers and candy apples.

    Test on a fresh & isolated map first.:eek:
     
  31. Offline

    mylose64

    I test all my plugins on my server.... So I can get feedback from everyone on the server to see if they like it? Plus like I said I BACKUP my stuff, so I don't have a PERMANENT "screwed up birthday cake" spawn.

    I'm just saying it would be nice to tone down the config, so those that are unfortunate to not backup aren't left with a huge mess.....................
     

Share This Page