Name | Sign |
Syntax | sign (type:{automatic}/sign_post/wall_sign) (material:<material>) [<line>|...] [<location>] (direction:north/east/south/west) |
Short Description | Modifies a sign. |
Full Description | Modifies a sign that replaces the text shown on it. If no sign is at the location, it replaces the location with the modified sign.
Specify 'automatic' as a type to use whatever sign type and direction is already placed there. If there is not already a sign there, defaults to a sign_post. Optionally specify a material to use. If not specified, will use an oak sign (unless the block is already a sign, and 'type' is 'automatic'). The direction argument specifies which direction the sign should face. If a direction is not specified, and there is not already a sign there for 'automatic', the direction defaults to south. If a sign_post is placed, you can specify any specific blockface value as the direction, eg "SOUTH_WEST". See also MaterialTag.valid_directions (test in-game for example via "/ex narrate <material[oak_sign].valid_directions>"). |
Related Tags | <LocationTag.sign_contents> Returns a list of lines on a sign.
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/SignCommand.java#L29 |