Some changes to readme

This commit is contained in:
Jaime Martínez Rincón 2017-09-14 23:56:41 +02:00
parent 01bca14117
commit 922399a934

View File

@ -1,7 +1,12 @@
# PlayerBalancer
[Spigot Resource](https://www.spigotmc.org/resources/10788/)
[![Build Status](https://travis-ci.com/Jamezrin/PlayerBalancer.svg?token=2yUi9WpA9QzSbJx9eTmy&branch=master)](https://travis-ci.com/Jamezrin/PlayerBalancer)
[![CircleCI](https://circleci.com/gh/Jamezrin/PlayerBalancer.svg?style=svg&circle-token=8cda98f6953e0370e552f5eecff8d3f13b116ab9)](https://circleci.com/gh/Jamezrin/PlayerBalancer)
### Build
* Clone this repository
* Run the appropriate setup script according to your OS
* Build with maven
### Things to do:
- [ ] Add support for wildcards, contains, equalsIgnoreCase and regex at the same time
@ -14,4 +19,4 @@
- [ ] Implement a way to redirect premium players to a section and cracked ones to other section (not sure how this works)
- [x] Unify the code that loads serverName into a section (duplicated at SectionManager and ServerSection)
- [x] Unify some of the code used in the FallbackCommand and SectionCommand
- [ ] Make the section initialization work in stages instead of being hardcoded
- [x] Make the section initialization work in stages instead of being hardcoded