Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullEuro committed Nov 1, 2016
1 parent 64c5db0 commit 11d7a55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This is not an official plugin and I am not affiliated with Cubecraft or 5zig.
|Countdown||||||
|Summary ||||||
|LeaveKey ||||||
|QuickChat||||||
|Money ||||||
|Opponent ||||||

Expand Down Expand Up @@ -60,10 +59,6 @@ Displays a short summary in the chat after the game ends.

Press a configurable key (the default is L) to execute `/leave`.

### QuickChat

Use a set configurable keys (the default set is numpad 1-9) to send custom chat messages.

### Money

![Money](https://i.imgur.com/EeriJU9.png)
Expand All @@ -76,6 +71,13 @@ Shows how much money you have in your inventory.

Shows your opponents name, his ping and the number of previous kills/deaths against this player.

### Commands

The plugin now supports commands. Type `.help` in the chat to get a list of commands or `.help <command>` to get help for a specified command.

#### .bans
![.bans command](http://i.imgur.com/fZjemMw.png)

### Upcoming

* Write messages in the chat during the countdown and they will be posted when the game starts
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem;
apply plugin: 'java'
apply plugin: 'idea'

def major = 1, minor = 2, patch = 1;
def major = 1, minor = 3, patch = 0;

version = "$major.$minor.$patch"

Expand Down

0 comments on commit 11d7a55

Please sign in to comment.