World Deletion

Discussion in 'Plugin Development' started by Napkin222, Jun 24, 2012.

  1. Offline

    Napkin222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm just wondering what the code would be for deleting a world. Any suggestions?
  2. Offline

    Napkin222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  3. Offline

    ItsHarry

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Unload the world and remove it?
  4. Offline

    Napkin222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is it:

    worldname.unload();
    worldname.delete();

    ?
  5. Offline

    Napkin222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  6. Offline

    ferrybig

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    search the java docs?
  7. Offline

    hammale

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    so many bumps...though i think in order to permanently remove a world i think u have to delete it w/ java.io
  8. Offline

    Goldbattle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page