Class TeleportSendExtension

java.lang.Object
games.stendhal.server.extension.StendhalServerExtension
games.stendhal.server.extension.TeleportSendExtension
All Implemented Interfaces:
ActionListener, StendhalServerExtensionIface

public class TeleportSendExtension extends StendhalServerExtension implements ActionListener
Stendhal TeleportSend Extenstion This extension adds teleportsend to the game world. there is 1 command: /teleportsend [Player] [Player|NPC_Destination] which will teleport the first player to the second player/npc This command is an admin command of the same access level as /teleport To enable this extension, add it to the server.ini file: # load StendhalServerExtension(s) teleportsend=games.stendhal.server.extension.TeleportSendExtension server_extension=...,teleportsend
Author:
Seather