Skip to content
supermomonga edited this page Aug 21, 2013 · 1 revision

Sign commands(看板コマンド)

Description

You can execute some commands by right click to the sign which contains command form.

Command form

The sign has four lines.

First line

A first line is used for detect a command name. You should write a command name wrapped < and >, like <warp>. command name is an ignorecase. This means you can write <Warp>, <warp>, or <WARP> to execute the Warp command.

Second to Fourth lines

These lines are arguments for a command.

Available commands

Location

The Location command add sign's own location to location_list. location_list is used by some commands, like Warp and LocationList.

The argument is location_name. It's an string joined second to fourth arguments by a space.

Note that the location_list will be reset by restarting CraftBukkit server, but in the future, it will be stored by DBMS.

LocationList

The LocationList command shows a current location_list.

This command will ignore arguments. This means you can write some text to second to fourth lines anything you want.

Warp

To execute Warp command, executer will be teleported to the location which named by Location command.

The argument is location_name. It's an string joined second to fourth arguments by a space. If the location_name is not in a location_list, nothing will be happened.