mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 02:34:42 +02:00
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:

committed by
Alexander Söderberg

parent
3779b17720
commit
7d39d09317
@ -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]"
|
||||
|
Reference in New Issue
Block a user