[INACTIVE][FUN] NeoMeteorites 0.4 - meteorites falling from the sky [798]

Discussion in 'Inactive/Unsupported Plugins' started by furekusu, Apr 30, 2011.

  1. Offline

    furekusu

    This plugin will spawn meteorites falling to the earth. On collission with the ground they will explode and leave a random ore covered by obsidian.
    The default spawning rate is a chance of about 8% per minute (one player online).
    Version: v0.4
    Supported builds: 740, 766, 798


    [​IMG]

    Features:
    • Randomly spawns a meteorite
    • Allows shooting on targets
    • Generates a configurable ore on impact
    Download:

    0.4 [JAR] 0.3.1 [JAR][SRC] 0.2 [JAR] [SRC] 0.1 [JAR]

    Configuration:

    Edit the plugins/NeoMeteorites/config.yml
    likeEveryXMinutesPerChunk: Sets the chance of a meteroite getting spawned.
    The chance is set at 1 / (likeEveryXMinutesPerChunk / chunksThatAreLoaded).
    If set to default (6000) and there is one player online, there is a spawning chance of ~8%. At 12000, it is ~4%. When more players are online (means more loaded chunks, the spawning rate will increase).
    blocks: The block ids a meteorite can consist of.
    shell: The block id of the material which covers the blocks obove.
    fancyExplosionSize: The size of the explosions that are caused when the meteorite is in the air.
    explosionSize: The size of the impact explosion. Set it to 0.0 to disable it.
    numberOfExplosions: A meteorite can explode several times on the ground (it makes more damage).

    Permissions:
    Code:
                - 'NeoMeteorites.CallMeteorite'
    
    Commands:

    /meteorite - Will spawn a meteorite somewhere
    /meteorite here - A meteorite will hit the block you are looking at
    /meteorite playername - Self-explanatory

    Issues:
    • You can't see meteorites, when they are too far away (explosion particles won't be displayed - When making the screenshot I was using a client mod, which disabled that). You can still hear the explosions.
    • Sometimes meorites will only fire if you come close.
    • One time for a server start you have to left click in the air to get meteorites working (I don't know why, also comfirm this please)
    Changelog:

    Version 0.4
    • Fixed several issues
    Show Spoiler

    Version 0.3
    • Fixed spawning positions
    • Ores will spawn correctly again
    • Meteroite core is now generated correctly
    • Added WorldGuard support (experimental) - Meteroites shouldn't hit areas where creeper-explosions are disabled
    Version 0.2
    • Added options: blocks, shell, fancyExplosionSize, explosionSize, numberOfExplosions
    • Addes the possibility to force a meteorite spawning (supports Permissions)
    Version 0.1
    • Initial release



    Todo:
    • Make landed meteorites looking better
    • Multiworld
    • Way better options
    • Optional Towny protection
     
  2. Offline

    Missnostalgia

    Thanks for the estimated time, I love your plugin and it is one of the best. Can't wait to see it in action on the next update.
     
  3. Offline

    mito551

    Code:
    21:42:35 [INFO] Starting minecraft server version Beta 1.6.6
    21:42:35 [INFO] Loading properties
    21:42:35 [INFO] Starting Minecraft server on 192.168.1.5:25565
    21:42:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-
    g3fc0460-b818jnks (MC: 1.6.6)
    21:42:35 [INFO] Preparing level "world"
    21:42:35 [INFO] Preparing start region for level 0
    21:42:36 [INFO] Preparing spawn area: 97%
    21:42:36 [INFO] Preparing start region for level 1
    21:42:37 [INFO] [NeoMeteorites v0.4] is enabled (op only)
    21:42:37 [INFO] Done (0,208s)! For help, type "help" or "?"
    >meteorite
    21:42:44 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'mete
    orite' in plugin NeoMeteorites v0.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    73)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.IllegalArgumentException: n must be positive
            at java.util.Random.nextInt(Unknown Source)
            at de.neocrafter.NeoMeteorites.NMMain.spawnMeteoriteAnywhere(NMMain.java
    :77)
            at de.neocrafter.NeoMeteorites.NeoMeteorites.onCommand(NeoMeteorites.jav
    a:101)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
    >stop
    21:42:57 [INFO] Stopping the server..
    21:42:57 [INFO] Stopping server
    21:42:57 [INFO] Saving chunks
    21:42:57 [INFO] Saving chunks
    >Для продолжения нажмите любую клавишу . . .
    I get this when i try to fire a meteorite. as with console, as well as player. im using 766 release.
     
  4. Offline

    Aramillio

    you arent using 766 you are using 818. 766 isnt 1.6 compatible. Your problem is because this plugin has not been updated for 818. furekusu is working on it. give him some time.

    b818jnks (MC: 1.6.6)

    this is your version number.
     
  5. Waiting for a few of these "To-do"s to be completed, namely multiworld and towny protection.
    Would make a great addition to my Chaos world.
     
  6. Offline

    elchocotaco

    I'm excited to see this for 818+. I need something to get my server players to explore, and this looks pretty damn awesome.
     
  7. Offline

    Zero4549

    Plugins like this make me REALLY want to start using bukkit. I've been putting it off as I don't like how it breaks constantly whenever MC is updated (which is especially bad when notch gets on a roll of bad bugfix releases like 1.5 and 1.6 series) but since such buggy recent releases have become common, I have been holding back several updates at a time anyway so my users are becoming used to it. Might just be my next item on my to-do list after I finish fixing my texture pack.


    ANNNYWAY, I notice there has been some debate as to how to protect structures. Good ideas include having it check for beds in a chunk, others called for it not effecting cobblestone or brick... I admit to having not actually red EVERY post in this thread so I don't know if there was a good conclusion to that BUT I would like my make an elegant solution: allow users to create a list of blocks that create small areas of immunity (Id prefer less than a full chunk... but that's just me. I don't know if that's even possible. if so perhaps users can determine the radius as well). For instance, I could input torches and glass, with a radius of 3, and any block within 3 blocks of either a torch or glass (from sky to bedrock) will become immune (meteors either will not hit, or will cause 0 damage and leave no deposites)

    Anyway, looking forward to some sort of protection and multi world, at that point i will very likely adopt bukket and a couple of these interesting plugins!
     
  8. If you're worried about it breaking don't update your client til bukkit is ready after a notch update. Easy.
     
    Aramillio likes this.
  9. Offline

    keitron

    is this updated to 1.6.6? and is it possible to play on multiplayer? if the server admin gets it?
     
  10. Offline

    Groganer

    Each time I spawn one, the server freezes :( Don't know what the problem is :'(
     
  11. Offline

    sayton12

    I hope this plugin gets updated to latest version #860
     
  12. Offline

    Aramillio

    The problem is you didnt read the thread.

    The plugin has not been updated for 1.6 yet. It is still being developed, but you have to give the programmer time to update it.

    I hope, if not for your sake then the sake of people using your server, that in the future, you will read the threads before blindly installing plugins especially when the thread title shows it hasn't been updated to the latest RB.
     
  13. Offline

    calkhi

    Dude, you really need to get this updated.
    *NAG NAG NAG NAG NAG NAG*
    O.O sorry, my naggy side sometimes gets the best of me.
     
    Aramillio likes this.
  14. Offline

    Groganer

    My bad, but I'm extremely busy, plus we told the people that we were going to try it so it didn't affect anyone that much. Also, if you are interested in my server and want to apply, (As long as you are prepared for lag which WILL occur when you first join due to the server making all your files) then go ahead, just be patient ;)

    http://www.minecraftforum.net/topic/361668-boroxava-an-awesome-role-playing-server/
     
  15. Offline

    Brody Romhanyi

    waste of my time again..... didnt even work....
     
  16. Offline

    compgurusteve

    For fucks sake man, have a little respect for the java dev's they do this for free and have real lives. Only reason why it's not working is because it's not updated to the most recent Bukkit build. Give it time i'm sure he'll come around to it.
     
    Aramillio and AS1LV3RN1NJA like this.
  17. Offline

    Kira0tori

    Thanks for this plug ! I'm waiting for your next release working on 1.6.6 !
    Keep doing good work and thanks again for your time !
     
  18. Offline

    Frostbreath

    I think the title of this thread has a bukkit build version for a reason.
     
    Aramillio likes this.
  19. Offline

    nubpro

    How do you really work with the meteorites?
    I wonder what kind of block it that?
     
  20. Offline

    compgurusteve

    I've tried it out a couple of times before and he has the random ore generated within Obsidian. It's not 1, but many. So I'm guessing it's more of a script structure
     
  21. Offline

    nubpro

    I will try to figure out this later when I have spare time.
    Thanks
    Doesn't support 880 at the moment...
     
  22. Offline

    Pigbear

    Wish it would work for me it just says it got an internal error
     
  23. Offline

    noahwhygodwhy

    big freakin sheep, that's all i have to say
     
  24. Offline

    nubpro

    It doesn't support the latest RB 860.
    I'll try to reconfigure to the latest RB whenever I have spare time's.
    This thread should be moved to Inactive/Unsupported section.
     
  25. Offline

    jespertheend

    Doesn't work for 1.6
    It keeps crashing my server.
    Could you please fix it. I really want this plug-in.
     
  26. Offline

    nubpro

    I'll try to update to the latest RB in version 1.6 [860]
    So be patience :D
     
  27. Offline

    Legolas75893

    Thanks nub! Hopefully furekusu will be back soon :/
     
  28. Offline

    furekusu

    Actually I'm still alive and I'm busy rewriting the plugin.

    It doesn't work like I did it before, so I have to remake the meteorite part.
     
    Montag and AS1LV3RN1NJA like this.
  29. Offline

    Soruyao

    <3 looking forward to it. I love this mod to pieces!
     
  30. Offline

    Wzzloch90

    cool but when will come the update ?
     
  31. PM me once updated?
     

Share This Page