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> <modelVersion>4.0.0</modelVersion>
<groupId>com.wimbli.WorldBorder</groupId> <groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId> <artifactId>WorldBorder</artifactId>
<version>1.8.2</version> <version>1.8.3</version>
<name>WorldBorder</name> <name>WorldBorder</name>
<url>https://github.com/Brettflan/WorldBorder</url> <url>https://github.com/Brettflan/WorldBorder</url>
<issueManagement> <issueManagement>

View File

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