Update README.md

This commit is contained in:
budgidiere 2020-09-04 10:39:35 -05:00 committed by GitHub
parent 43e9fcf77f
commit 5de4b635f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,14 @@ ## Building and setting up
```
./yatopia full
```
## Why are there not many API additions
(Copied from [starlis/empirecraft](https://github.com/starlis/empirecraft/))
<p>
API's are tough to design. In public projects such as Bukkit, Spigot, Sponge etc, once an API is commited. It's almost forever. You can't go breaking it without solid justification. This is the politics game.
With that in mind, much thought has to be given to the API in now and future use cases and applications to ensure it can be extended without breaking.
This is a lot of politics that we don't have time in our lives to deal with.
## LICENSE