Package games.stendhal.server.script
Class MoveAndStrengthenOnlinePlayers
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.MoveAndStrengthenOnlinePlayers
- All Implemented Interfaces:
Script
Script to make all players stronger and immune to poison before randomly distributing them
over all zones of the running server
- Author:
- madmetzger
-
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox
-
Constructor Summary
ConstructorDescriptionCreate the script and initialize the list of zones -
Method Summary
Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
load, unload
-
Constructor Details
-
MoveAndStrengthenOnlinePlayers
public MoveAndStrengthenOnlinePlayers()Create the script and initialize the list of zones
-
-
Method Details
-
execute
Description copied from interface:Script
Executes this script.- Specified by:
execute
in interfaceScript
- Overrides:
execute
in classScriptImpl
- Parameters:
admin
- the admin who load it ornull
on server start.args
- the arguments the admin specified ornull
on server start.
-