mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2025-01-22 23:41:21 +01:00
Release 1.8.3 - quick fix to remove "worldborder" command alias, which would replace vanilla /worldborder command
This commit is contained in:
parent
c254442056
commit
a107ee7e8a
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user