Hologram Pages
General usage and editing of hologram pages
Commands¶
Aliases:
page
,p
Command help
For a list of all available subcommands run the following command:
/dh p help
/dh p add <hologram> [content]
¶
Add a new page into hologram.
<hologram>
- Name of the hologram.[content]
- Content of the first line.
/dh p insert <hologram> <index>
¶
Insert a new page into hologram.
<hologram>
- Name of the hologram.<index>
- Index of the new page.
/dh p remove <hologram> <page>
¶
Remove a page from hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page to remove.
/dh p swap <hologram> <page1> <page2>
¶
Swap two pages in a hologram.
<hologram>
- Name of the hologram.<page1>
- Index of the first page.<page2>
- Index of the second page.
/dh p switch <hologram> <page>
¶
Switch to another page in a hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page to view.
/dh p addaction <hologram> <page> <clickType> <actipn>
¶
Add action to a page of a hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page.<clickType>
- Click type that triggers this action.<action>
- Action to trigger.
/dh p removeaction <hologram> <page> <clickType> <index>
¶
Remove action from a page of a hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page.<clickType>
- Click type that triggers this action.<index>
- Index of the action.
/dh p clearactions <hologram> <page> <clickType>
¶
Clear actions on specified click type in page of a hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page.<clickType>
- Click type.
/dh p actions <hologram> <page> <clickType>
¶
View actions set on the specified Click type in page of a hologram.
<hologram>
- Name of the hologram.<page>
- Index of the page.<clickType>
- Click type.