Update README.md

This commit is contained in:
Albin Corén 2018-03-06 12:58:00 +01:00 committed by GitHub
parent 33122dc8c2
commit 8496b63569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke
## Features
* Host support (Client hosts the server)
* Object and player spawning
* Object and player spawning \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Object-Spawning)\]
* Connection approval \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Connection-Approval)\]
* Message names
* Replace the integer QOS with names. When you setup the networking you specify names that are associated with a channel. This makes it easier to manage. You can thus specify that a message should be sent on the "damage" channel which handles all damage related logic and is running on the AllCostDelivery channel.