Package games.stendhal.server.core.scripting

Examples of games.stendhal.server.core.scripting.ScriptRunner


      StendhalRPAction.initialize(rpman);

      /* Initialize quests */
      SingletonRepository.getStendhalQuestSystem().init();

      new ScriptRunner();

      final Configuration config = Configuration.getConfiguration();
      try {
        final String[] extensionsToLoad = config.get("server_extension").split(",");
        for (final String element : extensionsToLoad) {
View Full Code Here

TOP

Related Classes of games.stendhal.server.core.scripting.ScriptRunner

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.