[INACTIVE][MECH] Minecart Mania Spawner 0.8 - Infinite Minecart Spawner and Destroyer [420+]

Discussion in 'Inactive/Unsupported Plugins' started by BloodInside, Feb 10, 2011.

  1. Offline

    BloodInside

    Minecart Mania Spawner - Infinite Minecart Spawner and Destroyer
    Version: 0.8
    Requirements: Minecart Mania Core 0.96+ and Bukkit 420+

    Description:
    This plugin allows you spawn and destroy minecarts.

    You can spawn minecarts by placing a diamond block with tracks running on top of it. When you apply a redstone charge to the diamond block one minecart will get spawn and launched. It is possible to change the direction in which the minecart launches by placing a sign next to it, containing one of the four directions (west, east, north, south). You can also spawn storage and powered minecart by placing a sign adjacent to the spawn block containing the text 'powered' or 'storage'. By default normal passenger minecarts are spawned.

    When minecarts passes a diamond ore block they will get destroyed. You can disable this functionality by applying redstone power to the block.

    It is possible to change the block types which spawn and destroy minecarts. The configuration will be created after you start the server once with the plugin running. Inside the plugins folder you will find the MinecartMania folder which will contain the MinecartManiaSpawnerSettings.txt. The configuration uses the same layout as other Minecart Mania plugins and speaks for itself.

    Features:
    • Spawn minecarts using redstone
    • Destroy minecarts
    Download Minecart Mania Spawner 0.8
    Source Code

    Changelog:
    Version 0.8
    • Updated for Minecraft 1.3, Bukkit 420+ and Minecart Mania Core 0.96+.
    • Should work with buttons now, because of Bukkit bug fix.
    Version 0.7
    • Added a spawn timeout.
    Version 0.6
    • Support for Minecart Mania Core 0.90, older versions not supported.
    • Support for spawning powered and storage minecarts.
    Version 0.5

    • Support for Minecart Mania Core 0.80 and Bukkit 288+
    Version 0.4

    • Support for Minecart Mania Core 0.79 and Bukkit 274+
    Version 0.3

    • Support for Minecart Mania Core 0.78 and Bukkit 256+
    Version 0.2

    • Added configuration options.
    Version 0.1

    • First release.
     
    tehseano likes this.
  2. Offline

    Benie

    You are a life saver. Thank you so much.
     
  3. Offline

    Kane

    /bows
    --- merged: Mar 3, 2011 8:34 PM ---
    Strange question and I might just be brain dead today 4 hours of sleep. But anyways I thought when you powered it with North on a sign it had a small boost? Am I doing something wrong?
     
  4. Offline

    Benie

    If you're using Autocart, there's no boost. If not, you could put a gold block infront of it to give it that boost.
     
  5. Offline

    Volander

    @Kane
    I don't use autocart, and I can't get it to boost either.

    - Volander
     
  6. Offline

    anklesneeze

    I Love this! Only one problem I created a cart ride for guests to ride to learn server rules and tour city. However i just realized Antibuild is preventing them from ptriggering button and getting carts. I'm not sure how to get past this since i cant give build rights to guests? Any ideas?
     
  7. Offline

    Kane

    So will you be adding this as a new jar with MM? I really hope so please don't merge it with anything because I am trying to stay away from the chest plugin hehe.

    Thanks,
    Kane
     
  8. Offline

    Master_Queef

    Still doesn't launch the carts for me.
    Using autocart as well, and on build 432, anything I can do?

    Thanks for your hard work and time btw, your plugin is great.
     
  9. Offline

    eagledude4

    I think the cart launching via signs isn't a minecraft mania spawner issue. I tried it with both obsidian and diamond and neither worked.

    I'm using Launch West on the first line of the sign, and it isnt launching west.

    I'm also running into a problem with the destroyer block. I removed the destroyer block with the super pickaxe, and replaced it with another block. However, when a minecart comes intact with the new block, it still destroys the minecart. I even destroyed the newly placed block without the super pickaxe and replaced the new block, but its still destroying the carts.
     
  10. Offline

    Afforess

    Minecart Mania Spawner 1.0 has been released as a part of Minecart Mania. It's gone under a lot of cleanup. As a result, it now correctly uses "Launch direction" signs, as well as the ability to use advanced station signs ("player:E") signs. It also uses the same "Dispenser Types" sign as chests.
     
  11. Offline

    Floks

    My apologies, fixed my own error.

    Thank you so much Afforess, great plugins, and support!
     
  12. Offline

    souterain

    I notice that CraftBukkitUpToDate keeps downloading the 0.8 spawner as an "upgrade" to the 1.0 version.
     
  13. Offline

    freman

    Soooooooooooooo
    I think I found a bug...

    if I build a diamond block at +479 south it works...
    if I move that block to +480 it no longer works...

     
  14. Offline

    FatesOMG

    I've noticed that the spawn minecarts now automatically launch. Is there a way to disable this?
     
  15. Offline

    theedenknight

    nah i dont know the details but maybe diamond + diamond deactivates, so it doesnt calc too much meaning its faster

    if u repeat it and destroy the rail and put a new one in place, the diamond should work

    (could also be that im just a failguy x'D)
     
  16. Offline

    Kevin Forte

    Is it possible to set this up to spawn chest carts?
     
  17. Offline

    Afforess

  18. Offline

    BeerBaron

    Is it possible to spawn the cart wihtout launching it?
     
  19. Offline

    mindlessjack

    I need to know that 2 !
    Otherwise i have to fix my whole subway system.
    It wasnt launching on the old plugin ... and that was a good function.
     
  20. Offline

    Cederstrom96

    It Does not spawn anything here :O
     
  21. Offline

    QQCucumber

    This thread really needs to be locked, it's out of date.
     
  22. Offline

    mrfloppi

    Please Sir, update the plugin!
     
  23. Offline

    cuco

    Yeah, it doesn't work anymore with Bukkit #602:
    Code:
    2011-03-31 02:16:32 [SEVERE] com/afforess/minecartmaniacore/config/Setting loading Minecart Mania Spawner v1.0 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/afforess/minecartmaniacore/config/Setting
    	at nl.compiled.minecartmaniaspawner.configuration.Configuration.<clinit>(Configuration.java:13)
    	at nl.compiled.minecartmaniaspawner.MinecartManiaSpawner.onEnable(MinecartManiaSpawner.java:37)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:511)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.afforess.minecartmaniacore.config.Setting
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(Unknown Source)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	... 12 more
     
  24. Offline

    fanatik

    update please :D
     
  25. Offline

    Oscarius

     
  26. Offline

    fanatik

    My Bad xD
     

Share This Page