Release 1.8.3 - quick fix to remove "worldborder" command alias, which would replace vanilla /worldborder command

This commit is contained in:
Brettflan 2015-03-07 16:20:42 -06:00
parent c254442056
commit a107ee7e8a
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<name>WorldBorder</name>
<url>https://github.com/Brettflan/WorldBorder</url>
<issueManagement>

View File

@ -1,14 +1,14 @@
name: WorldBorder
author: Brettflan
description: Efficient, feature-rich plugin for limiting the size of your worlds.
version: 1.8.2
version: 1.8.3
main: com.wimbli.WorldBorder.WorldBorder
softdepend:
- dynmap
commands:
wborder:
description: Primary command for WorldBorder.
aliases: [worldborder, wb]
aliases: [wb]
usage: |
/<command> - list available commands (show help).
/<command> help [command] - get help on command usage.