Added more usage info in README.md

This commit is contained in:
themode 2020-11-05 13:58:27 +01:00
parent 6ed1a7d462
commit a8cdefc09e
1 changed files with 2 additions and 2 deletions

4
.github/README.md vendored
View File

@ -28,12 +28,12 @@ Minestom is similar to Bukkit in the fact that it is not a standlone program, it
It is the base for interfacing between the server and client.
Our own expanded version for Vanilla can be found [here](https://github.com/Minestom/VanillaReimplementation).
This mean you need to add Minestom as a dependency, add your code and compile by yourself.
# Usage
An example of how to use the Minestom library is available [here](/src/test/java/demo).
Alternatively you can check the official wiki [here](https://wiki.minestom.com/).
This mean you need to add Minestom as a dependency, add your code and compile by yourself.
# Why Minestom?
Minecraft evolved a lot since its release, most of the servers today do not take advantage of vanilla features and even have to struggle because of them. Our target audience is those who want to make a completely different server compared to default Minecraft gamemode such as survival or creative building.
The goal is to offer more performance for those who need it, Minecraft being single-threaded is the most important problem for them.