/* login notifier to teleport away players logging into the dream world.
* there is a note in TimedTeleportScroll that it should be done there or its subclass.
*/
SingletonRepository.getLoginNotifier().addListener(new LoginListener() {
public void onLoggedIn(final Player player) {
RainbowBeansScroll scroll = (RainbowBeansScroll) SingletonRepository.getEntityManager().getItem("rainbow beans");
scroll.teleportBack(player);
}
});
super.addToWorld();
fillQuestInfo(