mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Added RCON
This commit is contained in:
@@ -53,8 +53,8 @@ class PluginsCommand extends VanillaCommand{
|
||||
if(strlen($list) > 0){
|
||||
$list .= TextFormat::WHITE . ", ";
|
||||
}
|
||||
$list .= $plugin->isEnabled() ? TextFormat::DARK_GREEN : TextFormat::RED;
|
||||
$list .= $plugin->getDescription()->getName();
|
||||
$list .= $plugin->isEnabled() ? TextFormat::GREEN : TextFormat::RED;
|
||||
$list .= $plugin->getDescription()->getFullName();
|
||||
}
|
||||
|
||||
return "(" . count($plugins) . "): $list";
|
||||
|
Reference in New Issue
Block a user