-
Notifications
You must be signed in to change notification settings - Fork 0
SIGN_COMMANDS
You can execute some commands by right click to the sign which contains command form.
The sign has four lines.
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.
These lines are arguments for a command.
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.
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.
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.