Players who enter the same dungeon within a short period of time will all enter one dungeon
For example, if we run:
md play test playera
md play test playerb
Then playera and playerb will enter the same dungeon, even if they are players from different teams We can avoid this if we delay the run:
md play test playera
sleep 1s
md play test playerb