Skip to content

Commit 4cd4c65

Browse files
authored
Update README.md
1 parent d564354 commit 4cd4c65

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55

66
[![license](https://img.shields.io/github/license/machinemc/machine?style=for-the-badge&color=657185)](LICENSE)
77

8-
Machine is a Minecraft Server software that is completely free and open source.
9-
It was created from scratch without any code from Mojang.
10-
11-
One key difference between vanilla Minecraft servers and Machine is that our
12-
software does not come with any default features. However, we offer a
13-
comprehensive API that allows you to easily create anything you desire.
8+
Machine is a fast and lightweight Minecraft Server implementation that is completely free and open source.
9+
It was created from scratch with modern API that allows you to easily create anything you desire.
1410

1511
**[!]** Right now Machine is heavily in development and is not ready to use in
1612
a production environment.
@@ -36,26 +32,14 @@ without any cost or restriction.
3632
Machine's codebase is clean and straightforward, making it easier for
3733
users to understand how the server works and to modify it as needed.
3834

39-
**Advantages:**
40-
* Remove the overhead of vanilla features
41-
* Multi-threaded
42-
* Open-source
43-
* Modern API
44-
45-
**Disadvantages:**
46-
* Does not work with Bukkit plugins
47-
* Does not work with older clients
48-
* Bad for vanilla experience
49-
* It takes longer to develop something playable
50-
5135
## Building
5236
* Configure ITJ Gradle to use JDK 17.
5337
* Reload all gradle projects & run newly created task `buildAll` in group `build` of the root Machine project.
5438

5539
## Credits
56-
* The [contributors](https://github.com/MachineMC/Machine/graphs/contributors) of the project. ❤️
57-
* [The Minecraft Coalition](https://wiki.vg/) and [`#mcdevs`](https://github.com/mcdevs) - protocol and file formats research.
58-
* [The Minecraft Wiki](https://minecraft.gamepedia.com/Minecraft_Wiki) for all their useful info.
40+
* The [contributors](https://github.com/MachineMC/Machine/graphs/contributors) of the project.
41+
* [The Minecraft Coalition](https://wiki.vg/)
42+
* [The Minecraft Wiki](https://minecraft.gamepedia.com/Minecraft_Wiki)
5943
* [Minestom](https://github.com/Minestom) and [Krypton](https://github.com/KryptonMC) projects for inspiration when designing both api and implementation.
6044

6145
## Contributing

0 commit comments

Comments
 (0)