1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Plugin that deletes the server.log file

Discussion in 'Help' started by A354-PH, Oct 2, 2018.

  1. A354-PH

    A354-PH Baby Zombie

    Messages:
    186
    GitHub:
    Kizu
    Anyone have a plugin that deletes the server.log file? Its makes my server stops when its full
     
  2. Wolfkid20044

    Wolfkid20044 Spider Jockey

    Messages:
    42
    GitHub:
    wolfkid200444
    Can't u delete it when is full or is too much workk for uu?
     
  3. MalakasPlayzMCPE

    MalakasPlayzMCPE Zombie Pigman

    Messages:
    667
    PHP:
    <?php
    namespace Remover;
    class 
    Remover extends \pocketmine\plugin\PluginBase{
        public function 
    onEnable() : void{
            
    unlink("server.log");
        }
    }
    I hope you know how to make plugins.
     
  4. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    I hope you know and realize how bad that is
     
  5. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    I hope you know how to test plugins before posting it on forums.
     
    jasonwynn10 likes this.
  6. notdrewdev

    notdrewdev Spider Jockey

    Messages:
    39
    GitHub:
    drewsucksatlife
    I hope YOU know how to make plugins
     
    jasonwynn10 likes this.
  7. MalakasPlayzMCPE

    MalakasPlayzMCPE Zombie Pigman

    Messages:
    667
    I have to check if the file exist first, I know. It is just an automated way to do what he wants.
     
    jasonwynn10 likes this.
  8. notdrewdev

    notdrewdev Spider Jockey

    Messages:
    39
    GitHub:
    drewsucksatlife
    there’s more to it
     
  9. Primus

    Primus Zombie Pigman

    Messages:
    749
  10. A354-PH

    A354-PH Baby Zombie

    Messages:
    186
    GitHub:
    Kizu
    Can u just make a .phar file?
     
  11. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    [​IMG]
     
    XenialDan likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.