Hi, I've been inactive without developing plugins like 5 months, and when I returned, everything changed. I need help with this parent, due to some several errors that it sends to me. (Sorry for bad English) PHP: public function __construct(Main $plugin, Position $position, $id, $name) { $this->plugin = $plugin; $this->position = $position; $this->name = $name; $this->id = $id; parent::__construct($plugin, $position, $id, $name); }