Links

Hologram Pages

Commands

You can simply view all commands for hologram pages using the following command.
/dh pages 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> <action>

Add action to page.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page.
  • <clickType> - ClickType that triggers this action.
  • <action> - The action.

/dh p removeaction <hologram> <page> <clickType> <index>

Remove action from page.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page to view.
  • <clickType> - ClickType that triggers this action.
  • <index> - Index of the action.

/dh p clearactions <hologram> <page> <clickType>

Clear actions on specified click type in page.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page to view.
  • <clickType> - The ClickType.

/dh p actions <hologram> <page> <clickType>

View actions set on specified click type in page.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page to view.
  • <clickType> - The ClickType.