inklit / Basin

A Minecraft Server written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Fall damage
  • Block physics & updates
  • C Plugin System
  • Block & Sky Lighting

Planned Features

  • Natural Mob Spawning & AI
  • Lua 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
  • World generation
  • Comprehensive opt-in Anticheat
  • GPU accelerated world generation, AI, and more(?).

About

A Minecraft Server written in C.

License:GNU General Public License v3.0


Languages

Language:C 98.9%Language:Makefile 0.6%Language:CMake 0.3%Language:C++ 0.1%