Adding a message + fixing perm bug

This commit is contained in:
Ad5001 2017-03-05 22:01:59 +01:00
джерело dffd800ac8
коміт d6ed965925
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: F05C5A0D59BC40DD
2 змінених файлів з 8 додано та 1 видалено

@ -20,5 +20,10 @@ commands:
hideandseek:
description: Main HideAndSeek management command
usage: /hideandseek <sub command> [parameters]
permissions: []
permission: hideandseek.cmd
aliases: [hide&seek, h&s]
permissions:
hideandseek.cmd:
default: op
description: /hideandseek permission
...

@ -187,6 +187,8 @@ A
$p->sendPopup("§lHider: You have 1 minute to hide yourself so seekers won't find you ! Don't get caught for " . $this->getSeekTime() . " minutes to win !");
}
}
} else {
$sender->sendMessage(self::PREFIX . "§cThere must be atleast 2 players in your game to force start it.");
}
return true;
} else {