Permissions cleanup.

This commit is contained in:
garbagemule
2013-08-29 02:29:24 +02:00
parent cc1dcff09a
commit 8ea4799b42
2 changed files with 19 additions and 47 deletions
@@ -12,8 +12,8 @@ import com.garbagemule.MobArena.framework.ArenaMaster;
name = "notready",
pattern = "notr.*|ready",
usage = "/ma notready (<arena>)",
desc = "lists all available arenas",
permission = "mobarena.use.arenalist"
desc = "see which players aren't ready",
permission = "mobarena.use.notready"
)
public class NotReadyCommand implements Command
{