diff options
author | Alexander Harkness <me@bearbin.net> | 2014-11-08 10:14:52 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2014-11-08 10:14:52 +0100 |
commit | f90f721bb0c06f708909cc7e1986f6eb1538a1d8 (patch) | |
tree | 1678864ca3afd5d495bb545aa1943e9e3f0c2df6 | |
parent | Noise3D CompoGen: Fixed missing initialization. (diff) | |
download | cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar.gz cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar.bz2 cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar.lz cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar.xz cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.tar.zst cuberite-f90f721bb0c06f708909cc7e1986f6eb1538a1d8.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg)](https://travis-ci.org/mc-server/MCServer) [![Coverity Scan Build Status](https://scan.coverity.com/projects/1930/badge.svg)](https://scan.coverity.com/projects/1930) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) +MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg?style=flat)](https://travis-ci.org/mc-server/MCServer) [![Coverity Scan Build Status](https://scan.coverity.com/projects/1930/badge.svg)](https://scan.coverity.com/projects/1930) [![weekly tips](http://img.shields.io/gratipay/cuberite_team.svg?style=flat)](http://gratipay.com/cuberite_team) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) ======== MCServer is a Minecraft server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. |