Commands
List of all the Commands DecentHolograms offers
DecentHolograms offers a user-friendly command interface that allows you to edit almost everything without the need to edit config files. Additionally, all commands feature tab-completion functionality, making it even easier to use them.
You can view all commands by using:
- /dh help- For general help.
- /dh holograms help- For help with Holograms related commands.
- /dh lines help- For help with Hologram Lines related commands.
- /dh features help- For help with Features related commands.
Arguments¶
Parenthesis are used to indicate arguments. They are not required in the actual command you use!
| Parenthesis | Meaning | 
|---|---|
| <> | Indicates a required argument. | 
| [] | Indicates a optional argument. | 
| {} | Gives a list of possible options, separated by |. | 
Aliases¶
DecentHolograms utilizes a single, main command with many subcommands. To streamline the process, we have added useful aliases to make it more convenient for you. These aliases are visible in help messages and tab-completions, and some of the most important ones are listed in the table below.
| Type | (Sub)command name | Aliases | 
|---|---|---|
| Main command | /decentholograms | /holograms, /hologram, /holo, /dh | 
| Hologram subcommand | holograms | hologram, holo, h | 
| Lines subcommand | lines | line, l | 
| Features subcommand | features | feature, f | 
| Pages subcommand | pages | page, p | 
Example
Instead of
/decentholograms holograms create demo
/dh h c demo
Permissions¶
DecentHolograms offers specific sets of permissions for you to use.
| Permission | Description | 
|---|---|
| dh.default | Grants access to the main /decenthologramscommand (Only showing plugin info) and/dh version. | 
| dh.admin | Grants access to all commands and sub-commands of the plugin. | 
| dh.command | Same as dh.admin, granting access to all commands and sub-commands of the plugin. | 
| dh.command.<command> | Grants access to a specific command of the plugin. I.e. dh.command.versionallows access to/dh version. | 
| dh.command.<command>.<subcommand> | Grants access to a specific sub-command of the plugin. I.e. dh.command.holograms.createallows access to/dh holograms create .... |