Skip to content

Commit

Permalink
Add animation command to help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
DSH105 committed Mar 2, 2014
1 parent 64cb2ca commit 7e41722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/dsh105/holoapi/command/HelpEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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."),
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."),
Expand Down

0 comments on commit 7e41722

Please sign in to comment.