mirror of https://github.com/basinserver/basin/
27 lines
744 B
Markdown
27 lines
744 B
Markdown
# 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(?).
|