Class MoveAndStrengthenOnlinePlayers

java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.MoveAndStrengthenOnlinePlayers
All Implemented Interfaces:
Script

public class MoveAndStrengthenOnlinePlayers extends ScriptImpl
Script to make all players stronger and immune to poison before randomly distributing them over all zones of the running server
Author:
madmetzger
  • Constructor Details

    • MoveAndStrengthenOnlinePlayers

      public MoveAndStrengthenOnlinePlayers()
      Create the script and initialize the list of zones
  • Method Details

    • execute

      public void execute(Player admin, List<String> args)
      Description copied from interface: Script
      Executes this script.
      Specified by:
      execute in interface Script
      Overrides:
      execute in class ScriptImpl
      Parameters:
      admin - the admin who load it or null on server start.
      args - the arguments the admin specified or null on server start.