Added more aliases

This commit is contained in:
BuildTools
2016-02-15 17:38:19 +01:00
parent 412ed59225
commit 0aad531f9e

View File

@@ -5,8 +5,8 @@ from java.util.UUID import fromString as juuid
toggle_dict = {}
permission = "utils.pmtoggle"
@hook.command("tm",
aliases = ["tmsg", "mt", "msgt"],
@hook.command("pmtoggle",
aliases = ["tm", "mt", "tmsg", "msgt", "pmt", "tpm"],
usage = "/<command> [player]",
description = "Toggle automatic sending of messages"
)