ToDo

From Mineserver Wiki
Revision as of 06:16, 1 March 2011 by Joehillen (talk | contribs) (Added link to the new format.)
Jump to navigationJump to search

Things we need to do

Please help with formatting!

Please note that these are not prioritized; items are placed in no specific order as they are added to the list


Features

  • Redstone
  • Minecarts/boats
  • Projectile tracking (Can be thrown/shoot but server has no idea of the positions)
  • Mobs (There's already PassiveMobs plugin that can be used as a base to make improvements)
  • Base Entity class and subclass other Entities from it
  • Entity tracking (So that drops flow with water)
  • New chunk storage format
  • Chunk loading/saving plugin API stuff
  • TNT


Bugfixes

  • Water/Lava working (currently water is flowing but buggy)
  • Chunk sending fix (first send prechunks and then chunks), this might cause currently client to crash.

Roadmap

To Do before version 0.0.16:

  • Projectile Tracking