Features
General usage of special features for a hologram
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 |. |
Commands¶
Aliases: feature, f
Permission: dh.command.features
Command help
For a list of all available subcommands run the following command:
/dh f help
/dh f disable <feature>¶
-
Aliases:
off
Permission:dh.command.features.disableDisables a Feature.
<feature>- The feature to disable.
/dh f enable <feature>¶
-
Aliases:
on
Permission:dh.command.features.enableEnables a Feature.
<feature>- The feature to enable.
/dh f info <feature>¶
-
Permission:
dh.command.features.infoGives information about a specific feature.
<feature>- The feature to retrieve infos about.
/dh f list¶
-
Permission:
dh.command.features.listLists all available features.
/dh f reload <feature>¶
-
Permission:
dh.command.features.reloadReloads a specific feature.
<feature>- The feature to reload.