Question How to delete the world on server startup?

Discussion in 'Bukkit Help' started by HeadJump, Jul 1, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    HeadJump

    I was wondering how to delete the world on the server startup, hopefully this is the right section to post this.

    Thanks in advance for any replies!
     
  2. Offline

    timtower Administrator Administrator Moderator

    @HeadJump If you have access to the run.bat :
    Code:
    del /f <worldname>
    If not: let me know about it, I made something a long time ago, can write a short readme for it and post a link to it here
     
  3. Offline

    HeadJump

    I put that into my .bat, but it asked me "Are you sure Y/N?" when I ran it.

    EDIT: Never mind, I put in a /Q. Thanks!
     
    Last edited: Jul 2, 2015
Thread Status:
Not open for further replies.

Share This Page