Skip to content

Commit

Permalink
Update -l flag and add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Feb 5, 2024
1 parent 0ecd637 commit 768ebed
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/general/commands/hologram.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For a list of all available subcommands run the following command:
----

### `#!command /dh h clone <hologram> <name> [temp] [-l:world:x:y:z]` { #dh-h-clone }
### `#!command /dh h clone <hologram> <name> [temp] [-l:<world>:<x>:<y>:<z>]` { #dh-h-clone }

> Aliases: `copy`
>
Expand All @@ -52,14 +52,14 @@ For a list of all available subcommands run the following command:
> - `#!command <hologram>` - Name of the Hologram to clone.
> - `#!command <name>` - Name of the new, clones Hologram.
> - `#!command [temp]` - `true`, if you DON'T want the hologram to save, otherwise `false` (default). (Optional)
> - `#!command [-l:world:x:y:z]` - Optional location argument, which allows you to specify the location where the cloned hologram should be placed. This argument can also be used by console users to execute the command.
> - `#!command [-l:<world>:<x>:<y>:<z>]` - Optional location argument, which allows you to specify the location where the cloned hologram should be placed. This argument can also be used by console users to execute the command.
>
> /// example | Examples
> ```
> /dh h clone test test_clone -l:world:0:100:0
> /dh h clone test test_clone true
> /dh h clone test test_clone
> /dh h clone test test_clone -l:world:0:100:0 false
> /dh h clone test test_clone true
> /dh h clone test test_clone -l:world:0:100:0
> /dh h clone test test_clone true -l:world:0:100:0
> ```
> ///
Expand All @@ -74,6 +74,14 @@ For a list of all available subcommands run the following command:
> - `#!command <name>` - Name of the created Hologram.
> - `#!command [-l:<world>:<x>:<y>:<z>]` - Optional location argument, which allows you to specify the location where the hologram should be placed. This argument can also be used by console users to execute the command.
> - `#!command [content]` - Content of the first line. (Optional)
>
> /// example | Examples
> ```
> /dh h create test
> /dh h create test -l:world:0:100:0
> /dh h create test First Line
> /dh h create test -l:world:0:100:0 First Line
> ```
----

Expand Down

0 comments on commit 768ebed

Please sign in to comment.