mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-13 10:51:44 +01:00
Added more usage info in README.md
This commit is contained in:
parent
6ed1a7d462
commit
a8cdefc09e
4
.github/README.md
vendored
4
.github/README.md
vendored
@ -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.
|
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).
|
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
|
# Usage
|
||||||
An example of how to use the Minestom library is available [here](/src/test/java/demo).
|
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/).
|
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?
|
# 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.
|
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.
|
The goal is to offer more performance for those who need it, Minecraft being single-threaded is the most important problem for them.
|
||||||
|
Loading…
Reference in New Issue
Block a user