Exemplo n.º 1
0
 public function saveAll()
 {
     if ($this->provider instanceof Provider) {
         $this->provider->close();
     }
     file_put_contents($this->getDataFolder() . "PlayerLang.dat", serialize($this->playerLang));
 }
Exemplo n.º 2
0
 public function onDisable()
 {
     $this->save();
     if ($this->provider instanceof Provider) {
         $this->provider->close();
     }
 }