fix: remove plot-alias with "/p alias" (#1779)

* fix: remove plot-alias with "/p alias"

remove plot-alias with "/p alias" #1718

* Apply requested Review Changes

Restored the original Permisson to keep backwards compatibility
Clean unused imports.

* added some improvements after testing

added some improvements after testing
This commit is contained in:
Christian Langel
2017-12-03 17:59:36 +01:00
committed by Alexander Söderberg
parent 3779b17720
commit 7d39d09317
5 changed files with 89 additions and 6 deletions

View File

@ -110,6 +110,7 @@ ALIAS_SET_TO: "$2Plot Alias auf $1%alias% gesetzt"
MISSING_ALIAS: "$2Du musst einen Alias angeben"
ALIAS_TOO_LONG: "$2Der Alias darf nicht länger als 50 Zeichen sein"
ALIAS_IS_TAKEN: "$2Dieser Alias wird bereits verwendet"
ALIAS_REMOVED: "$2Der Alias wurde gelöscht"
MISSING_POSITION: "$2Du musst eine Position angeben. Mögliche Werte: $1none"
POSITION_SET: "$1Die Position wurde auf deinen aktuellen Standort gesetzt"
HOME_ARGUMENT: "$2Verwende /plot set home [none]"