spawner.txt 144 Bytes Raw Blame History Permalink 1 2 3 4 5 def spawn_mobs(players): for pid, player in players.items(): print('checking spawn in room: ' + player['room']) spawn_mobs(players)