Skip to content

Commit

Permalink
Add help entries
Browse files Browse the repository at this point in the history
  • Loading branch information
DSH105 committed Mar 7, 2014
1 parent ef4b774 commit 5bead17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/dsh105/holoapi/command/HelpEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ public enum HelpEntry {
CREATE("/holo create", "Create a holographic display. Lines can be entered after each other."),
CREATE_IMAGE("/holo create image <image_id>", "Create a holographic display with the specified images. Images can be defined in the config.yml."),
CREATE_ANIMATION("/holo create animation <animation_id>", "Create an animated holographic display. Animations can be defined in the config.yml."),
CREATE_ANIMATION_TEXT("/holo create animation", "Create an animated holographic display from lines of text."),
REMOVE("/holo remove <id>", "Remove an existing holographic display using its ID."),
INFO("/holo info", "View information on active holographic displays."),
MOVE("/holo move <id>", "Move a hologram to your current position."),
TELEPORT("/holo teleport <id>", "Teleport to a specific hologram."),
BUILD("/holo build", "Dynamically build a combined hologram of both text and images."),
EDIT("/holo edit <id> <line>", "Edit a line of an existing hologram."),
REFRESH("/holo refresh <id>", "Refresh a Hologram of the specified ID."),
RELOAD("/holo reload", "Reload all HoloAPI configuration files."),;

private String line;
Expand Down

0 comments on commit 5bead17

Please sign in to comment.