summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-01-14 15:02:26 +0100
committerworktycho <work.tycho@gmail.com>2014-01-14 15:02:26 +0100
commit8e19ea4744e73847cec46b3a260163a7d5be6c0d (patch)
tree8eeb85b70b397c955f1c45ca6cae03538c50ee07
parentCMake: Release profile build inherits from Release, not Debug. (diff)
downloadcuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar.gz
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar.bz2
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar.lz
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar.xz
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.tar.zst
cuberite-8e19ea4744e73847cec46b3a260163a7d5be6c0d.zip
-rw-r--r--GETTING-STARTED.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md
index 66318a629..1ac6fe989 100644
--- a/GETTING-STARTED.md
+++ b/GETTING-STARTED.md
@@ -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.