diff --git a/pom.xml b/pom.xml
index 7d4ef81..dd8296e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
me.lokka30
PhantomWorlds
- 2.0.6
+ 2.0.7
PhantomWorlds
The Robust World Manager for Minecraft Servers
diff --git a/src/main/java/me/lokka30/phantomworlds/commandsredux/PWCommand.java b/src/main/java/me/lokka30/phantomworlds/commandsredux/PWCommand.java
index fa05f31..9ee0143 100644
--- a/src/main/java/me/lokka30/phantomworlds/commandsredux/PWCommand.java
+++ b/src/main/java/me/lokka30/phantomworlds/commandsredux/PWCommand.java
@@ -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"})
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index a903807..1d946f4 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -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'
@@ -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: '/'
-
permissions:
phantomworlds.*:
default: op