Kristaps Drivnieks
Kristaps Drivnieks
I guess he means power instead of strength. If so, then look at ```/f power``` command. Third way already exists, and you can actually gain power when you kill other...
Just to clarify, are we talking about member power or new value strength?
```php $factionPower = Members::get("Steve")->getFaction()->getPower(); $memberPower = Members::get("Steve")->getPower(); // Idea inside Faction::getPower() foreach($this->members as $m) { $total += $m->getPower(); } return $total
This is actually pretty cool idea. So example usage would be like so ```php $faction->getMetadata("Deaths"); // or $faction->getMetadata()->get("Deaths"); // Just like a Config inside Faction class ``` That would open...
Soon to be worked on!
I'll make something similar to your suggestion. But currently you can use `/faction map` and `/faction seechunk`
This is good suggestion. I'll implement this at some point. Thanks!
> > This is good suggestion. I'll implement this at some point. Thanks! > > hey dude, suggestion to fix poggit lint and formatting the codes to make it neat...
@Muqsit take a quick peek at this