Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
KillRate-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Jul 3, 2015
1 parent abe9061 commit 60641ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
21 changes: 16 additions & 5 deletions KillRate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,32 @@
* OptionalPlugins: PocketMoney,MassiveEconomy,EconomyAPI,GoldStd
* Categories: Informational
* Plugin Access: Commands, Databases, Entities, Tile Entities
* WebSite: [github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate)
* WebSite: https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate

## Overview

<!-- php: $v_forum_thread = "http://forums.pocketmine.net/threads/killrate.8060/"; -->
<!-- template: prologue.md -->

**DO NOT POST QUESTION/BUG-REPORTS/REQUESTS IN THE REVIEWS**

It is difficult to carry a conversation in the reviews. If you have a
question/bug-report/request please use the
It is difficult to carry a conversation in the reviews. If you
have a question/bug-report/request please use the
[Thread](http://forums.pocketmine.net/threads/killrate.8060/) for
that. You are more likely to get a response and help that way.

**NOTE:**

This documentation was last updated for version **1.2.2**.

Please go to
[github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate)
for the most up-to-date documentation.

You can also download this plugin from this [page](https://github.com/alejandroliu/pocketmine-plugins/releases/tag/KillRate-1.2.2).

<!-- template-end -->

This plugin keeps track on how much killing is going-on on a server.

It may optionally use an economy plugin like for example, PocketMoney,
Expand Down Expand Up @@ -130,7 +141,7 @@ languages currently available are:

You can provide your own message file by creating a file called
`messages.ini` in the plugin config directory. Check
[github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate/resources/messages/)
[github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate)
for sample files.

The contents of these "ini" files are key-value pairs:
Expand Down Expand Up @@ -171,7 +182,7 @@ $server->getPluginManager()->getPlugin("KillRate")->function()

# Changes

* 1.2.2dev1
* 1.2.2
* small tweaks on the comments of the config file...
* Added achievements
* 1.2.1:
Expand Down
3 changes: 2 additions & 1 deletion KillRate/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: KillRate
version: 1.2.2dev1
version: 1.2.2
main: aliuly\killrate\Main
api: 1.10.0
load: POSTWORLD
Expand All @@ -8,6 +8,7 @@ softdepend: [PocketMoney,MassiveEconomy,EconomyAPI,GoldStd]

description: Keep track of the number of kills
author: aliuly
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/KillRate

commands:
killrate:
Expand Down

0 comments on commit 60641ce

Please sign in to comment.