0.0.12 • Published 10 years ago
scriptserver-basics v0.0.12
scriptserver-basics
FYI: This package is an addon for ScriptServer and requires ScriptServer to be set up, please see here for more information.
Installation
While in root directory of your server run:
npm install scriptserver-basicsAnd in your server file:
server.use('scriptserver-basics');Usage
This module provides the following commands to be used in the ingame chat:
~head [username]Gives command sender's or username's playerhead to command sender.~tpa <username>Sends username a teleport request.~tpahere <username>Sends username a request to teleport here.~tpacceptAccept your current teleport request.~tpdenyDeny your current teleport request.~sethomeSet your home at the current position.~homeTeleport to your saved home position.~spawnTeleport to world spawn.
