Minestom is not really an alternative to Bukkit

This commit is contained in:
Felix Cravic 2020-11-25 10:58:09 +01:00
parent 24d4e9b7e4
commit df4dd762d9
2 changed files with 3 additions and 4 deletions

5
.github/README.md vendored
View File

@ -5,10 +5,9 @@
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![discord-banner](https://discordapp.com/api/guilds/706185253441634317/widget.png?style=banner2)](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.

View File

@ -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
*/