[MECH] Minecart Mania 1.2 [1060] (On Hiatus)

Discussion in 'Inactive/Unsupported Plugins' started by Afforess, Jan 13, 2011.

Thread Status:
Not open for further replies.
     
  1. Offline

    Afforess

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecart Mania
    (The OFFICIAL & ORIGINAL Minecart Mod!)
    Using Minecarts for Fun & Profit since October 2010!

    Development is on Hiatus
    Development will resume September, 2011
    Temporary Builds: http://ci.oc.tc/
    Why's the thread locked? Here's why

    Minecart Mania is meant to give back control of minecarts to the users and admins. It boasts a variety of features, from advanced intersection control, automated farming, sophisticated inventory management, minecart dispensing and collecting, and admin controls.

    Examples of Minecart Mania in Action:



    Minecart Mania Documentation

    Minecart Mania GUI Config Editor
    Bug Reporting:
    Have a bug to report? Minecart Mania not working? Here's how to get a fast response:

    If there is an exception in the logs, post the exception, as well as any additional info about your server. Often times, the exception alone will do.

    If the bug deals with how Minecart Mania operates, and not an exception, describe in detail what you expect to happen, and what actually happens. Remember, Screenshots are worth 1k words.

    Lastly, if the issue is extremely severe and server-breaking, feel free to email me at afforess@gmail.com. If I'm not sleeping, I'm always close to my email.

    Feature Requests
    Describe your idea, and vote on other's ideas! In my free time, I add top voted ideas!

    Preferred the older Gold/Gravel/Soul Sand boosters and brakes? Here is the config for them.

    Crash Course to Minecart Mania:


    What's the latest new features being developed? Where is our to do list?
    Minecart Mania To Do List

    Have a cool Minecart design? Share it with others!

    Plugin Conflicts:
    • AbsorbPlugin
    • CraftBook Carts(other craftbook plugins work fine)
    • FalseBook Carts(other Falsebook plugins work fine)
    • MCMMO

    Are you a programmer? Feel free to contribute to Minecart Mania! I accept most changes, large or small, and always appreciate bug fixes!

    Credits:
    (Without these people, MM would not be possible!)
    Other Plugins that interact/support Minecart Mania
    Donate:
    (Not necessary, but appreciated)
    [IMG]

    This post has been edited 3 times. It was last edited by MonsieurApple Sep 3, 2011.
  2.  
  3. Offline

    LeetPowerCraft

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Exactly how is this incompatible with mcMMO? I'm guessing it has to do something with the anvil and minecart block types, right? FalseBook's selected minecart features are totally broken, so I'm in desperate need for a new Minecart plugin. I've used MM in the past, but wasn't using mcMMO at the time.

    Any fix or current way to get around this? Would very much appreciate this, thanks.
  4. Offline

    JamEngulfer221

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well, that's pretty selfish, I have no way of installing MM, as it is in a .7z format. I have no way of opening it on my Mac.
  5. Offline

    Asraeh

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Does the Plugin supports that Minecarts can drive through Minecarts?
  6. Offline

    batlham

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I realize that children love complaining, but dude.. Use a search engine!!! I found an app to open 7z on a mac in 10 seconds.
    go here http://www.7-zip.org/download.html scroll down and it points to several apps.

    edit.. never mind the fact you can just download the separate jars themselves...un-7zed.

    This post has been edited 2 times. It was last edited by batlham Aug 31, 2011.
  7. Offline

    JamEngulfer221

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yep, I realised that I could download the jars separately just after I posted that.

    The one thing you don't have, is the context of my claim. I am in Spain right now, on my Grandmother's computer. This means that I cannot download any new programs etc, because it would clog up the computer and I really don't want to go through the effort of downloading an entirely new program just to un-zip one file, then un-install it. Furthermore, there is a cap on the internet download limit here, so a program would take up at least a couple of megabytes, so it really isn't worth it, as I can just get the jars separately. :)

    I really should have said that the complete package could preferably be in a .zip format, as it increases compatibility.

    This post has been edited 1 time. It was last edited by JamEngulfer221 Aug 31, 2011.
  8. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've got redstone wired up to a diamond block, which should spawn a minecart when powered - but it's not working and I can't figure it out =\

    Any help would be appreciated - I've put a screenshot below (vvvvvvv)

    thanks very much

    Bukkit build 1060
    Plugins: Minequery, MultiInv, CommandBook, iConomy, Lockette, XcraftGate, MyHome, Spout, mcbans, MyWarp, WorldGuard, SignUtilities, MCPortal-Util, WorldEdit, MinecartManiaCore, PortalLink, VanishNoPacket, PermissionsEx, MinecartManiaAutocart, MinecartManiaAdminControls, ChatManager, Permissions, MinecartManiaSignCommands, MinecartManiaStation, dynmap, NoCheat, HawkEye

    UPDATE: Just found this in server logs
    Code:
    20:47:10 [SEVERE] Could not pass event REDSTONE_CHANGE to MinecartManiaCore
    java.lang.NoSuchMethodError: org.bukkit.World.spawnMinecart(Lorg/bukkit/Location;)Lorg/bukkit/entity/Minecart;
            at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:649)
            at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:635)
            at com.afforess.minecartmaniacore.api.MinecartManiaCoreBlockListener.onBlockRedstoneChange(MinecartManiaCoreBlockListener.java:68)
            at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:41)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:435)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:439)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:438)
            at net.minecraft.server.World.update(World.java:407)
            at net.minecraft.server.World.setData(World.java:349)
            at net.minecraft.server.BlockButton.a(BlockButton.java:227)
            at net.minecraft.server.World.a(World.java:1997)
            at net.minecraft.server.World.doTick(World.java:1736)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:444)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    AND also this:
    Code:
    20:50:03 [SEVERE] Could not pass event REDSTONE_CHANGE to MinecartManiaCore
    java.lang.NoSuchMethodError: org.bukkit.World.spawnMinecart(Lorg/bukkit/Location;)Lorg/bukkit/entity/Minecart;
            at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:649)
            at com.afforess.minecartmaniacore.world.MinecartManiaWorld.spawnMinecart(MinecartManiaWorld.java:635)
            at com.afforess.minecartmaniacore.api.MinecartManiaCoreBlockListener.onBlockRedstoneChange(MinecartManiaCoreBlockListener.java:68)
            at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.BlockRedstoneWire.a(BlockRedstoneWire.java:110)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:41)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:435)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:438)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:459)
            at net.minecraft.server.World.applyPhysics(World.java:434)
            at net.minecraft.server.World.update(World.java:407)
            at net.minecraft.server.World.setData(World.java:349)
            at net.minecraft.server.BlockButton.interact(BlockButton.java:149)
            at net.minecraft.server.BlockButton.b(BlockButton.java:125)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:76)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:478)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:140)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    My diamond block config:
    <ControlBlock>
    <BlockType>DIAMOND_BLOCK</BlockType>
    <SpeedMultipliers/>
    <Catch/>
    <LauncherSpeed redstone="enables">0.6</LauncherSpeed>
    <Eject/>
    <Platform/>
    <Station/>
    <SpawnMinecart redstone="enables">true</SpawnMinecart>
    <KillMinecart/>
    <Elevator/>
    </ControlBlock>


    Log says:
    Core Config read: ControlBlock: DIAMOND_BLOCK
    Core Config read: Modifier: SpeedMultipliers
    Core Config read: Modifier: Catch = null
    Core Config read: Modifier: LauncherSpeed = 0.6
    Core Config read: redstone: enables
    Core Config read: Modifier: Eject = null
    Core Config read: Modifier: Platform = null
    Core Config read: Modifier: Station = null
    Core Config read: Modifier: SpawnMinecart = true
    Core Config read: redstone: enables
    Core Config read: Modifier: KillMinecart = null
    Core Config read: Modifier: Elevator = null

    [IMG]

    This post has been edited 4 times. It was last edited by andrewpo Aug 31, 2011.
  9. Offline

    Heliwr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wow, your grandmother sounds really cool! I can't believe she is willing to host a minecraft server despite having a severely restrictive download cap.
  10. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do you know it's not a local server? And it's upload that's the main burden when you're hosting a minecraft server, not download.
  11. Offline

    Milchbub

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This works on my server! Check it out:
    http://forums.bukkit.org/threads/mech-minecart-mania-1-2-1060-on-hiatus.388/page-299#post-484166

    This post has been edited 1 time. It was last edited by Milchbub Aug 31, 2011.
  12. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  13. Offline

    Milchbub

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    NP, but thanks to @mbaxter, the three line god, for his work ;)
    And of course to Afforess for this fantastic plugin!
  14. Offline

    Stones_Group

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Does anyone have a solution to this or even a comment on if additional permissions may become available?
  15. Offline

    JamEngulfer221

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nah, I'm not hosting the server on my Grandmother's computer, I have a hosting plan with Phoenixerve :) .

    I am doing admin and stuff for the server here, before I get home to my personal computer (with Fibre Optic Broadband).

    My Grandmother is cool though :cool:
  16. Offline

    SinCalChewy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Awesome plugin! However, I'm having problems with a bit more advanced stations. I have no problems if I set up a single station and go through the first intersection. After the first intersection, it forgets what I told it to do! I'm setting the stations via signs, is there a way to make the station settings set by signs permanent?
  17. Offline

    darkwarriors

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    same thing any solution to this bug?

    obv i updated to last build

    This post has been edited 1 time. It was last edited by darkwarriors Sep 1, 2011.
  18. Offline

    mypetsquirrel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Was wondering if I could get some tech support - I am running my first server for me and my friends, and the only mod I have is minecart mania - it runs fine, we get in and can play, and most functions work, but sometimes I get error messages on the console. The first one, I am unsure what it means, or what effect this has on the server.

    [IMG]


    The second one, happened when I tried to power a Diamond Block to spawn a minecart (which also crashed the client)
    [IMG]

    Any help interpreting these would be much appreciated.
  19. Offline

    Icebreaker300987

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello,

    i have a Problem,

    I updated my bukkit server to 1060...
    Than i had the problem, that the minecarts in chest doesnt come out...

    I Also updated MinecartMania to the 1060... but also the Cart doesnt come out...
    Now i updated the MinecartMania with the temporary Builds from http://ci.oc.tc/ ...

    Now the Cart come out... but dont drive automaticly....

    its running perfektly With my old Minecart-Mania Version...

    Thanks very much
    N. Stache from germany ;-)

    This post has been edited 1 time. It was last edited by Icebreaker300987 Sep 2, 2011.
  20. Offline

    iarspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Icebreaker300987: make sure you don't mix "stable" and "temporary" builds of MinecartMania. I.e., either update all the packages, or none.
  21. Offline

    NVX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    With the latest version of Lockette from http://dev.bukkit.org/server-mods/lockette/ - Minecart Mania experiences the following errors - by the looks of it the Lockette API changed a little breaking things.

    Code:
    07:33:06 [SEVERE] Could not pass event CUSTOM_EVENT to MinecartManiaChestControl
    java.lang.NoClassDefFoundError: org/yi/acru/bukkit/Lockette/Lockette
            at com.afforess.minecartmaniacore.inventory.MinecartManiaChest.canAccess(MinecartManiaChest.java:160)
            at com.afforess.minecartmaniacore.inventory.MinecartManiaChest.canAddItem(MinecartManiaChest.java:183)
            at com.afforess.minecartmaniacore.inventory.MinecartManiaChest.addItem(MinecartManiaChest.java:207)
            at com.afforess.minecartmaniacore.inventory.MinecartManiaDoubleChest.addItem(MinecartManiaDoubleChest.java:59)
            at com.afforess.minecartmaniachestcontrol.itemcontainer.ItemCollectionContainer.doCollection(ItemCollectionContainer.java:48)
            at com.afforess.minecartmaniachestcontrol.itemcontainer.ItemCollectionManager.processItemContainer(ItemCollectionManager.java:218)
            at com.afforess.minecartmaniachestcontrol.MinecartManiaActionListener.onMinecartActionEvent(MinecartManiaActionListener.java:77)
            at com.afforess.minecartmaniacore.event.MinecartManiaListener.onCustomEvent(MinecartManiaListener.java:230)
            at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at com.afforess.minecartmaniacore.MinecartManiaCore.callEvent(MinecartManiaCore.java:251)
            at com.afforess.minecartmaniacore.api.MinecartManiaCoreListener.onVehicleUpdate(MinecartManiaCoreListener.java:90)
            at org.bukkit.plugin.java.JavaPluginLoader$82.execute(JavaPluginLoader.java:818)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.EntityMinecart.m_(EntityMinecart.java:561)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1212)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1194)
            at net.minecraft.server.World.cleanUp(World.java:1110)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:450)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
  22. Offline

    raupy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What means conflict with mcmmo? What happens then?
  23. Offline

    mrgreaper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Afforess its september !!! yay !so looking fwd to being able to use this again!
    FDMS and Niemand like this.
  24. Offline

    MonsieurApple

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Seriously people, read the original post. Afforess is not working on Minecart Mania presently. There is a giant red link at the top with dev builds.

    Here is the link if you missed it: http://ci.oc.tc

    To download the MinecartMania plugins you want, click on the name. Then look on the left hand side under "Build History" for the most recent build with a green "Star" by it. These are the "Recommended" builds that should be working.

    I am locking this thread for now due to the people who aren't simply downloading builds from http://ci.oc.tc/ and spamming the thread with errors. Once Afforess returns, the thread will be unlocked and normal development can continue.

    If you are using these builds and you still have a bug, it's probably best to wait until Afforess returns.
    woodzy, AegisZephyr, Niemand and 6 others like this.
Thread Status:
Not open for further replies.

Share This Page