basin/README.md

27 lines
744 B
Markdown
Raw Normal View History

2016-06-23 22:12:55 +00:00
# Basin
2017-01-02 09:14:22 +00:00
A high performance Minecraft server implementation written in C.
2016-12-26 09:58:01 +00:00
# Features
2017-01-02 09:14:22 +00:00
* 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
2016-12-26 09:58:01 +00:00
* Inventories
* Players, Chat, and Tab menu
2017-01-02 09:14:22 +00:00
* Item entities
2016-12-28 10:20:37 +00:00
* Chests, Furnaces, Crafting
2016-12-30 03:18:53 +00:00
* PvP
2016-12-26 09:58:01 +00:00
# Planned Features
* Natural Mob Spawning & AI
* Lua & C Plugin Systems
2017-01-02 09:14:22 +00:00
* 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
2016-12-26 09:58:01 +00:00
* Lighting
2017-01-02 09:14:22 +00:00
* Comprehensive opt-in Anticheat
* GPU accelerated world generation, AI, and more(?).