Adding a message + fixing perm bug

This commit is contained in:
Ad5001 2017-03-05 22:01:59 +01:00
parent dffd800ac8
commit d6ed965925
No known key found for this signature in database
GPG key ID: F05C5A0D59BC40DD
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -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 !"); $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; return true;
} else { } else {