Update README.md and fix minor formatting error.

This commit is contained in:
md_5 2016-03-09 18:16:22 +11:00
parent 52d66897e4
commit 859d176c93
2 changed files with 14 additions and 13 deletions

View File

@ -1,19 +1,20 @@
BungeeCord
==========
The most reliable Minecraft server portal suite.
------------------------------------------------
BungeeCord is a piece of Java software which allows a user to link multiple Minecraft servers together, allowing players to teleport between them and access advanced features. This makes it perfect for servers looking to expand their player base and spread across multiple gameplay styles.
Layer 7 proxy designed to link Minecraft servers.
--------------------------------------------------
History
-------
For a long time developers have tried to create these mythical 'cloud' systems as outlined above. Until now, none of them have succeeded in making a fully open source and reliable 'cloud'. You may have already noticed my quoting of the word 'cloud', and this is one of the last times you will see it in this document. BungeeCord is **NOT** a 'cloud'. The actual meaning of the aforementioned word is quoted below:
BungeeCord is a sophisticated proxy and API designed mainly to teleport players between multiple Minecraft servers. It is the latest incarnation of similar software written by the author from 2011-present.
>The use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet).
Information
-----------
BungeeCord is maintained by [SpigotMC](https://www.spigotmc.org/) and has it's own [discussion thread](https://www.spigotmc.org/go/bungeecord) with plenty of helpful information and links.
BungeeCord does not do this and therefore is not a 'cloud'. Please do not refer to it as one, since the owners and operators of real clouds will get very angry, and you will be seen as ignorant and stupid. Instead I encourage you to use the term 'Server Port Suite' or something to that effect.
Source
------
Source code is currently available on [GitHub](https://www.spigotmc.org/go/bungeecord-git).
Installation & Usage
--------------------
For and in depth guide to the installation and usage of BungeeCord you should check the current primary download location. The current link is provided below for your convenience.
Binaries
--------
Precompiled binaries are available for end users on [Jenkins](https://www.spigotmc.org/go/bungeecord-dl).
<http://www.spigotmc.org/threads/bungeecord.392/>
(c) 2012-2016 SpigotMC Pty. Ltd.

View File

@ -136,5 +136,5 @@ public class PipelineUtils
ch.pipeline().addLast( BOSS_HANDLER, new HandlerBoss() );
}
};
}
}