Hologram Pages
You can simply view all commands for hologram pages using the following command.
/dh pages help
Add a new page into hologram.
- <hologram> - Name of the hologram.
Insert a new page into hologram.
- <hologram> - Name of the hologram.
- <index> - Index of the new page.
Remove a page from hologram.
- <hologram> - Name of the hologram.
- <page> - Index of the page to remove.
Swap two pages in a hologram.
- <hologram> - Name of the hologram.
- <page1> - Index of the first page.
- <page2> - Index of the second page.
Switch to another page in a hologram.
- <hologram> - Name of the hologram.
- <page> - Index of the page to view.
Add action to page.
- <hologram> - Name of the hologram.
- <page> - Index of the page.
- <clickType> - ClickType that triggers this action.
- <action> - The action.
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.
Clear actions on specified click type in page.
- <hologram> - Name of the hologram.
- <page> - Index of the page to view.
- <clickType> - The 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.
Last modified 11mo ago