Skip to content

Commit

Permalink
Initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
lagnat committed Mar 13, 2016
1 parent 57574ca commit 9779932
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# SkyJot
SkyJot Bukkit plugin

## Description
SkyJot is a Bukkit Minecraft plugin for writing block letters in the sky. It was inspired by the (seemingly) unmaintained plugin called "SkyText".

### Usage
/skyjot write [ b:blockType ] [ j:left | center | right ] <x> <y> <z> Text...
/skyjot undo

### Notes
* Newlines can be embedded with \n
* Text direction is determined by the direction you are facing when you run the write command. Text will be left-to-right from the perspective of the player.

### Example
/skyjot write b:17:2 ~ ~ ~ Hello\nWorld

0 comments on commit 9779932

Please sign in to comment.