mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
Minestom is not really an alternative to Bukkit
This commit is contained in:
parent
24d4e9b7e4
commit
df4dd762d9
5
.github/README.md
vendored
5
.github/README.md
vendored
@ -5,10 +5,9 @@
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
[](https://discord.gg/pkFRvqB)
|
||||
|
||||
Minestom is an alternative to the popular Minecraft server API called Bukkit.
|
||||
Minestom is a complete rewrite of Minecraft server software, open-source and without any code from Mojang.
|
||||
|
||||
|
||||
The main difference is that our implementation of the Notchian server does not contain any features by default!
|
||||
The main difference compared to it is that our implementation of the Notchian server does not contain any features by default!
|
||||
However, we have a complete API which allows you to make anything possible with current spigot plugins.
|
||||
|
||||
This is a developer API not meant to be used by the end-users. Replacing Spigot/Paper with this will **not** work since we do not implement the Bukkit API.
|
||||
|
@ -22,7 +22,7 @@ import java.util.List;
|
||||
* use a {@link BlockBatch} instead otherwise.
|
||||
* Can be created using {@link Instance#createChunkBatch(Chunk)}.
|
||||
* <p>
|
||||
* Use chunk coordinate (0-15) instead of world's.
|
||||
* Uses chunk coordinate (0-15) instead of world's.
|
||||
*
|
||||
* @see InstanceBatch
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user