Skip to content

Commit

Permalink
Add missing code blocks to actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Aug 26, 2024
1 parent 05f22b9 commit d6d8d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/general/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ Executes the specified command through the console.
/// details | Example
type: example

```
CONSOLE:say {player} clicked on a Hologram! # Executes "/say {player} clicked on a Hologram!" as the console.
```
///

----
Expand All @@ -79,7 +81,9 @@ Sends the player who clicked the hologram to the specified Server. This action o
/// details | Example
type: example

```
CONNECT:lobby # Connects the player to the server named "lobby".
```
///

----
Expand All @@ -97,10 +101,12 @@ Teleports the player who clicked the hologram to the specified coordinates, and
/// details | Example
type: example

```
TELEPORT:0:100:0 # Teleports player to 0,100,0 in the World they are.
TELEPORT:world:0:100:0 # Teleports player to 0,100,0 in World "world".
TELEPORT:0:100:0:-180:0 # Teleports player to 0,100,0 in the World they are, facing North.
TELEPORT:world:0:100:0:-180:0 # Teleports player to 0,100,0 in World "world", facing North.
```
///

----
Expand Down

0 comments on commit d6d8d0a

Please sign in to comment.