项目作者: Vrekt

项目描述 :
Experimental Minecraft Bedrock server
高级语言: Java
项目地址: git://github.com/Vrekt/Crimson.git
创建时间: 2020-05-22T07:10:58Z
项目社区:https://github.com/Vrekt/Crimson

开源协议:

下载


What is Crimson?

Crimson is a work-in-progress server for Minecraft: Bedrock Edition.

Crimson is built from scratch, with the help of a few resources, these include:

  1. - Cloudburst Networking components
  2. - https://github.com/CloudburstMC/Network
  3. - https://github.com/CloudburstMC/Network/tree/v2.0
  4. - Cloudburt Nukkit
  5. - https://github.com/CloudburstMC/Nukkit
  6. - The bedrock protocol on wiki.vg
  7. - https://wiki.vg/Raknet_Protocol
  8. - https://wiki.vg/Bedrock_Protocol

Some goals of Crimson include:

  1. - Easy to work with, fluent and fully featured API.
  2. - Great networking and server performance.
  3. - Extensive configuration options
  4. - Extensive documentation

What is currently implemented?

  1. - Partial RakNet protocol
  2. - CS: Open Connection Request 1
  3. - SC: Open Connection Reply 1
  4. - CS: Open Connection Request 2
  5. - SC: Open Connection Reply 2
  6. - CS: Connection Request
  7. - MOTD Pings.
  8. - An imcomplete basic API
  9. - BanLists
  10. - Basic permission system
  11. - Console input
  12. - server.properties
  13. - Fluent system for building MOTD pings.