Package games.stendhal.server.script
Class TestShowItemList
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.TestShowItemList
- All Implemented Interfaces:
Script
Creates a portable NPC who gives ALL players powerful items, increases their
level and makes them admins. This is used on test-systems only. Therefore it
is disabled in default install and you have to use this parameter:
-Dstendhal.testserver=junk as a vm argument.
As admin uses /script AdminMaker.class to summon her right next to him/her.
Please unload it with /script -unload AdminMaker.class
-
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
-
TestShowItemList
public TestShowItemList()
-
-
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.
-