Creating a world from a preloaded file

Discussion in 'Plugin Development' started by cdnyassuo34, Sep 22, 2019.

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

    cdnyassuo34

    Hi, I am creating an event plugin and I would like to know if it's possible to create a world and load it from a perloaded file , for exemple , I build a DeathRun Map and to create the Event I do /event create DeathRun
    I've done everything (the command the map) but not the Map Creator (it is supposed to create not just load )
    if anyone find a working way to do it I would be really thanksful ^^
     
  2. Offline

    Sir_Jonn

    WorldCreator wm = new WorldCreator(newmapnamefromcopied);
    wm.copy(backupworldname);
     
Thread Status:
Not open for further replies.

Share This Page