5
5
6
6
[ ![ license] ( https://img.shields.io/github/license/machinemc/machine?style=for-the-badge&color=657185 )] ( LICENSE )
7
7
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.
14
10
15
11
** [ !] ** Right now Machine is heavily in development and is not ready to use in
16
12
a production environment.
@@ -36,26 +32,14 @@ without any cost or restriction.
36
32
Machine's codebase is clean and straightforward, making it easier for
37
33
users to understand how the server works and to modify it as needed.
38
34
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
-
51
35
## Building
52
36
* Configure ITJ Gradle to use JDK 17.
53
37
* Reload all gradle projects & run newly created task ` buildAll ` in group ` build ` of the root Machine project.
54
38
55
39
## 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 )
59
43
* [ Minestom] ( https://github.com/Minestom ) and [ Krypton] ( https://github.com/KryptonMC ) projects for inspiration when designing both api and implementation.
60
44
61
45
## Contributing
0 commit comments