Skip to content

Commit

Permalink
Add /worlds as alias
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Feb 26, 2024
1 parent a5938a7 commit 3ab0ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.lokka30</groupId>
<artifactId>PhantomWorlds</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>

<name>PhantomWorlds</name>
<description>The Robust World Manager for Minecraft Servers</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @author creatorfromhell
* @since 2.0.5.0
*/
@Command(name = "pw", aliases = {"phantomworlds"})
@Command(name = "pw", aliases = {"phantomworlds", "worlds"})
public class PWCommand {

@Execute(name = "backup", aliases = {"archive", "bu"})
Expand Down
8 changes: 1 addition & 7 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / / | `.__/| / | \__/ `._.' / ' / |,' \,' `._.' / /\__ `___,' \___.'

name: 'PhantomWorlds'
version: '2.06'
version: '2.07'
description: 'The Robust World Manager for Minecraft Servers'
authors: [ 'creatorfromhell', 'lokka30' ]
website: 'https://github.com/lokka30/PhantomWorlds'
Expand All @@ -14,12 +14,6 @@ main: 'me.lokka30.phantomworlds.PhantomWorlds'
api-version: '1.13'
load: STARTUP

commands:
phantomworlds:
description: 'Create, manage or teleport to worlds.'
aliases: [ 'pw', 'world' ]
usage: '/<command>'

permissions:
phantomworlds.*:
default: op
Expand Down

0 comments on commit 3ab0ecc

Please sign in to comment.