What's the ideal way to handle teleporting a player to a custom made dungeon?

U

/u/flerbergerber

Guest
So I'm making a survival-ish server that also has dungeons players can do. The dungeons are quite large. I'm trying to figure out the best way to find an available dungeon and teleport the player to it. I'm using mostly custom-made plugins, with the help of multiverse-core and async world edit.

Currently I have a command a player can use that creates a world and asynchronously pastes the schematic, then teleports the player to it. Once the dungeon is done, they are teleported out and that world is removed. I made all of that and then realized it's probably a bit resource intensive just to put someone in a dungeon. Would it be easier to just have a couple worlds that already have the dungeon in them, and teleport the player to one that's currently empty? My only worry with that is that the dungeons will have some changes, such as some block states changing and some blocks breaking when certain enemies are killed.

Would it be better to setup existing dungeons that just reset whatever changes happened? Is creating a whole world and pasting a schematic that big of a deal?

submitted by /u/flerbergerber
[link] [comments]

Continue reading...
 
Back
Top