mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Updated language files and command descriptions
This commit is contained in:
@ -33,8 +33,8 @@ class GiveCommand extends VanillaCommand{
|
||||
public function __construct($name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
"Gives the specified player a certain amount of items",
|
||||
"/give <player> <item[:damage]> [amount]" //No translation :(
|
||||
"%pocketmine.command.give.description",
|
||||
"%pocketmine.command.give.usage"
|
||||
);
|
||||
$this->setPermission("pocketmine.command.give");
|
||||
}
|
||||
|
Reference in New Issue
Block a user