Package games.stendhal.server.script
Class PlayerPositionMonitoring
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.PlayerPositionMonitoring
- All Implemented Interfaces:
Script
List the players and their positions over a period of time.
- Author:
- hendrik
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Listener for turn events. -
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox
-
Constructor Summary
-
Method Summary
Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
load, unload
-
Constructor Details
-
PlayerPositionMonitoring
public PlayerPositionMonitoring()
-
-
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.
-