Skip to content

Commands & Permissions

Daniel Norris edited this page Aug 8, 2021 · 4 revisions

Commands & Permissions

Here you will find all of the commands, how they work, and the required permissions for each.

All commands require the base permission advancedholograms.command.

Aliases:

  • advancedholograms
  • hd
  • holograms
  • holographicdisplays

Syntax

When showing usage parameters surrounded by <> are required and those surrounded by () are optional.

Help Command

Help command has been added in game. /hd help or /hd for information on all commands.

List Command

Lists all holograms on the server.

Usage: /hd list (page) Permission: advancedholograms.command.list

Create Command

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.

Usage: /hd create <name> (first line) Permission: advancedholograms.command.create Aliases:

  • /hd c <name> (first line)

Delete Command

This command is used for removing holograms on your server.

Usage: /hd delete <name> Permission: advancedholograms.command.delete Aliases:

  • /hd d <name> (first line)

Near Command

This command is used for finding nearby holograms.

Usage: /hd nearby <radius> Permission: advancedholograms.command.nearby Aliases:

  • /hd near <radius>

Teleport Command

This command is used for teleporting to a specific hologram's position.

Usage: /hd tp <hologram> Permission: advancedholograms.command.teleport Aliases:

  • /hd teleport <hologram>

Move here Command

This command is used for teleporting a hologram to the user.

Usage: /hd movehere <hologram> Permission: advancedholograms.command.movehere Aliases:

  • /hd mvh <hologram>
  • /hd mv <hologram>

Add line Command

This command is used for adding lines to holograms

Usage: /hd addline <hologram> <line> Permission: advancedholograms.command.addline Aliases:

  • /hd al <hologram> <line>

Remove line Command

This command is used for removing lines from holograms

Usage: /hd removeline <hologram> <line#> Permission: advancedholograms.command.removeline Aliases:

  • /hd rl <hologram> <line#>

Set line Command

This command is used for setting lines on holograms

Usage: /hd setline <hologram> <line#> <line> Permission: advancedholograms.command.setline Aliases:

  • /hd sl <hologram> <line#> <line>

Insert line Command

This command is used for inserting lines on holograms. It will insert the line above the line number specified.

Usage: /hd insertline <hologram> <line#> <line> Permission: advancedholograms.command.insertline

Copy Command

This command is used for copying all the lines of one hologram to a new one at your position.

Usage: /hd copy <hologram> <newId> Permission: advancedholograms.command.copy Aliases:

  • /hd duplicate <hologram> <newId>

Create from file Command

This command is used for creating a hologram from a .txt file specified in the arguments.

Usage: /hd createff <hologram> <path> Permission: advancedholograms.command.file.copy Aliases:

  • /hd createfromfile <hologram> <path>