An alternative Minecraft server implementation built from scratch.
Go to file
JavaProphet 549e5dbc2a Water/Lava physics, plugins system 2017-01-05 00:13:32 -08:00
basin Water/Lava physics, plugins system 2017-01-05 00:13:32 -08:00
.gitignore Chat check 2017-01-03 19:57:31 -05:00
CMakeLists.txt Refactor acstate 2017-01-03 14:51:34 -05:00
LICENSE Initial commit 2016-06-23 15:12:55 -07:00
README.md Update README.md 2017-01-02 04:14:22 -05:00

README.md

Basin

A high performance Minecraft server implementation written in C.

Features

  • Low memory footprint (13 MB for a 400-chunk spawn and one player on a 64-bit system)
  • Block placing/breaking
  • Survival mode
  • Creative mode
  • Inventories
  • Players, Chat, and Tab menu
  • Item entities
  • Chests, Furnaces, Crafting
  • PvP

Planned Features

  • Natural Mob Spawning & AI
  • Lua & C Plugin Systems
  • Comprehensive permissions & commands system
  • Ultra-low memory mode - Sacrifice CPU Cycles for further memory use reduction
  • Entities-by-chunk logic - Hold millions of entities in a world
  • Block physics & updates
  • Fall damage
  • World generation
  • Lighting
  • Comprehensive opt-in Anticheat
  • GPU accelerated world generation, AI, and more(?).