LadyCailin / TestIssueUploader

Testing testing 123
0 stars 0 forks source link

world functions: copy_world #26

Open LadyCailin opened 4 years ago

LadyCailin commented 4 years ago

CMDHELPER-2616 - Reported by jb_aero on 2013-04-04 18:27:38 UTC

Requested by Hero: --unload_world()-- - DONE

Comment by LadyCailin: "I'm not going to add a function to delete a world, because 1, that sounds... scary, and 2, it will be redundant once I get filesystem commands done.

An unload_world() would be good though."

Requested by surfarcher: copy_world()

Comment by LadyCailin: "Correct, I have no intention of adding the ability to directly delete the world like that, but once file system functions are added, it will be trivial to do, should your settings allow for it. Anyways, copy can definitely be added."

LadyCailin commented 4 years ago

Comment by surfarcher on 2013-04-04 21:02:48 UTC

I'd love to see unload_world() and copy_world(). With those we can build a full-fledged world management system in CH.

Well, almost. That lack of a way to delete_world() is a major roadblock :) And I don't buy scary - requiring the world to be unloaded (and thus unused by players) before deletion should render it safe. In any case that's how other multiworld plugins handle delete.

Anyway just my 2c. Thanks again for all the good work!