MachinaCraft v3.0.0

Details

  • Filename
    MachinaCraft-3.0.0.zip
  • Uploaded by
  • Uploaded
    Mar 17, 2012
  • Size
    133.32 KB
  • Downloads
    539
  • MD5
    36f0467a4f18edc11dcfcd967c041ff1

Supported Bukkit Versions

  • CB 1.2.3-R0.2

Changelog

Version 3.0.0

  • Moving machina (Builder and Drill) now go through snowfall and long grass.
  • Added sign support for the drill
  • New machina: HoverPad!
  • New BETA project: MachinaFactory! MachinaFactory allows machina to send objects to other machina through a pipeline of blocks.
    • The Item Relay sends items from its chest through a pipeline. If an Item Relay receives an item, it will start sending items as well.
    • Chests and Dispensers can receive items.
    • The Fabricator will try to craft the recipe in its chest from the inventory of a sending Item Relay and send the result onward through a pipeline.

Bugfix:

  • Fixed a bug with a drill or builder running by a separate chest. If the two chests touched and became a double chest, an error was thrown and the inventories of both chests would be cleared on the next move.

Version 2.1.1

  • Fixed a bug causing the vertical drill and the pump to not work and give console errors.

Version 2.1.0

  • All machina plugins now configurable. See each plugin's configuration file for details. A default configuration file will be created if it doesn't exist yet.

Update: Works with CraftBukkit 1.1-R4

Version 2.0.3

  • Drills and Builders now check whether their chests/furnaces are allowed to be accessed/broken by their player before hijacking them!

Update: Works fine with CraftBukkit 1.1-R1

Version 2.0.2

  • Fixed a NullPointerException that could occur when Bukkit can't determine what block a lever is attached to due to an incorrect data value.

Version 2.0.1

  • Fixed a ConcurrentModificationException that could occur when a chunk unload triggered deactivation of a machina.
  • New versioning: Major.Minor.Bugfix

Version 2.0

MachinaDrill:

  • Now has a vertical model for drilling straight down.

MachinaBuilder:

  • Now responds to signs with <- or "left", -> or "right"

Version 1.9

MachinaCore:

  • Fixed a bug where attachables (levers etc) in a moving machina would drop as entities under certain circumstances.
  • Added configuration for fuel burn times and block properties.

Version 1.8

MachinaBuilder:

  • Fixed a bug where the builder would stop building if some (but not all) of its heads were above a deep empty space.

Version 1.7

MachinaBuilder:

  • Builder will now place blocks in water, or crush long grass.
  • Builder will now lay rails behind it if there are any in the chest.
  • Extended version of the builder is now available that can also make roads.

Version 1.6

  • MachinaCraft.jar is now MachinaCore.jar - be sure to delete the old MachinaCraft.jar
  • New permission nodes ".all" added that function the same way as ".*"

Version 1.5

MachinaPump:

  • Pump can now drain or fill lava when used with iron blocks and lava bucket. A separate permission controls whether draining or using lava is allowed.

MachinaCraft:

  • Now gives an error message when a player does not have permission for a drill, builder or pump.
  • Now deactivates a machina if the chunk it occupies or any neighboring chunk is unloaded. This fixes a race condition that could generate an exception when a player disconnects with a machina still running.
  • Fixed a rare case where rotating a drill or builder would only rotate to the west direction.

Version 1.4

MachinaCraft:

  • (experimental) The way a Machina simulates block place events when it wants to move now accounts for block logging plugins that want to do a rollback.

MachinaDrill:

  • Drill now requires a chest to put its drops into, no longer drops lots of items. This avoids server lag when several drills were used at the same time but the drops were not being collected.

Version 1.3

MachinaCraft:

  • Updated for Minecraft 1.0
  • Blaze rods work as fuel.
  • Added sugar cane and paper as fuel sources, same burn time as a sapling.

New Plugin:

Version 1.2

  • MachinaCraft: Rework to allow Machina to have optional modules.
  • New plugin: MachinaBuilder.
  • All plugins included in a single zip now.

Version 1.1

  • Now checks permissions for activation or deactivation
  • Deactivates if the activating player is not online.
  • Simulates block place and block break events on behalf of the activating player so region protection plugins can prevent damage.

Version 1.0

  • Initial beta release

LogBlock rollbacks don't work well on changes made by a player's drill/builder.

Servers where use of water buckets is restricted for certain players should not give machinapump permissions to these players.