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.disable
Disables a Feature.
<feature>
- The feature to disable.
/dh f enable <feature>
¶
-
Aliases:
on
Permission:dh.command.features.enable
Enables a Feature.
<feature>
- The feature to enable.
/dh f info <feature>
¶
-
Permission:
dh.command.features.info
Gives information about a specific feature.
<feature>
- The feature to retrieve infos about.
/dh f list
¶
-
Permission:
dh.command.features.list
Lists all available features.
/dh f reload <feature>
¶
-
Permission:
dh.command.features.reload
Reloads a specific feature.
<feature>
- The feature to reload.