# Commands & Permissions

| Command                                                                                                                    | Description                                                                                                                                      | Permission                             |
| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------- |
| <p><code>/advancedholograms</code><br><code>/hd</code><br><code>/holograms</code><br><code>/holographicdisplays</code></p> | Base command for all of the mod                                                                                                                  | `advancedholograms.command`.           |
| <p><code>/hd help</code><br><code>/hd</code></p>                                                                           | Help command, or `/hd` for info on all commands.                                                                                                 | `advancedholograms.command.help`       |
| `/hd list <page>`                                                                                                          | Lists all the holograms on the server.                                                                                                           | `advancedholograms.command.list`       |
| <p><code>/hd create \<name> \<first line></code><br><code>/hd c \<name> \<first line></code></p>                           | This command is used for initially creating holograms on your server. When no first line is present the command uses the name as the first line. | `advancedholograms.command.create`     |
| <p><code>/hd delete \<name></code><br><code>/hd d \<name></code></p>                                                       | This command is used for removing holograms on your server.                                                                                      | `advancedholograms.command.delete`     |
| <p><code>/hd nearby \<radius></code><br><code>/hd near \<radius></code></p>                                                | This command is used for finding nearby holograms.                                                                                               | `advancedholograms.command.nearby`     |
| `/hd tp <hologram>`                                                                                                        | This command is used for teleporting to a specific hologram's position.                                                                          | `advancedholograms.command.teleport`   |
| <p><code>/hd movehere \<hologram></code><br><code>/hd mvh \<hologram></code><br><code>/hd mv \<hologram></code></p>        | This command is used for teleporting a hologram to the user.                                                                                     | `advancedholograms.command.movehere`   |
| <p><code>/hd addline \<hologram> \<line></code><br><code>/hd al \<hologram> \<line></code></p>                             | This command is used for adding lines to holograms                                                                                               | `advancedholograms.command.addline`    |
| <p><code>/hd removeline \<hologram> \<line#></code><br><code>/hd rl \<hologram> \<line#></code></p>                        | This command is used for removing lines from holograms                                                                                           | `advancedholograms.command.removeline` |
| <p><code>/hd setline \<hologram> \<line#> \<line></code><br><code>/hd sl \<hologram> \<line#> \<line></code></p>           | This command is used for setting lines on holograms                                                                                              | `advancedholograms.command.setline`    |
| `/hd insertline <hologram> <line#> <line>`                                                                                 | This command is used for inserting lines on holograms. It will insert the line above the line number specified.                                  | `advancedholograms.command.insertline` |
| <p><code>/hd copy \<hologram> \<newId></code><br><code>/hd duplicate \<hologram> \<newId></code></p>                       | This command is used for copying all the lines of one hologram to a new one at your position.                                                    | `advancedholograms.command.copy`       |
| <p><code>/hd createff \<hologram> \<path></code><br><code>/hd createfromfile \<hologram> \<path></code></p>                | This command is used for creating a hologram from a .txt file specified in the arguments.                                                        | `advancedholograms.command.file.copy`  |
