I'm making a dungeon crawler server
the idea is:
- Every dungeon is in their own world
- Dungeons are uniquely generated for each player
Very basic but should give you an idea.
The issue is, if I make every dungeon its own world and plan on it being a popular server
more worlds with all those entities and whatever else = more lag
is there a solution to my theoretical issue?