1
0
Fork 0

Updated GETTING-STARTED.md to remove completed issues

This commit is contained in:
worktycho 2014-01-14 14:02:26 +00:00
parent f31043a5e7
commit 8e19ea4744
1 changed files with 3 additions and 3 deletions

View File

@ -102,14 +102,14 @@ There are a few fairly easy issues for you to get started with, as well as some
* #288
* #385
* #402
* #388
* #380
* #380
* #503
* #491
* Clean up some of the compiler warnings. (Check [Travis CI](http://travis-ci.org/mc-server/MCServer) for a list of them.) With clang, there are over 10000 lines of warnings to clean up.
**More Difficult**:
* #17
* #418
* #398
You may also want to write some plugins. They are written in lua, with excellent API documentation available via [APIDump](http://mc-server.xoft.cz/LuaAPI). The [Core](https://github.com/mc-server/Core) plugin should also help quite a bit here.