Skip to content

Commit

Permalink
Update actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CubitsDev committed Sep 9, 2021
1 parent 318bb7f commit 55cab47
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,15 @@ Show Name <nameofshow>
### Blocks ###
#http://minecraft-ids.grahamedgecombe.com/
#Placing Blocks:
### 1.12 (Legacy):
<seconds> Block id:data x,y,z
3 Block 152 0,11,0
### 1.13 :
<seconds> Block block_string x,y,z
3 Block redstone_block 0,11,0
#Pulse: (Sets block to redstone block then back)
<seconds> Pulse x,y,z
5 Block 0,12,0
Expand All @@ -62,9 +68,15 @@ Show Name <nameofshow>
0 Schematic example 0 12 0 dhs true
#Fake Blocks: (Tells player a block exists, block doesn't actually (packet magic))
## 1.12 (Legacy):
<seconds> FakeBlock id:data x,y,z
3 FakeBlock 152 0,11,0
## 1.13 :
<seconds> FakeBlock block_string x,y,z
3 FakeBlock redstone_block 0,11,0
### Extra Effects ###
#Lightning:
Expand All @@ -83,10 +95,17 @@ Colors: Red, Orange, Yellow, Green, Aqua, Blue, Purple, Pink, White, Black (or r
10 GlowDone
#Fountains:
## 1.12 (Legacy)
<seconds> Fountain id:data # x,y,z <directional force(x,y,z)>
# = time fountain is on
2.1 Fountain 35:0 1.9 0,10,0 0,0.8,0
## 1.13
<seconds> Fountain block_string # x,y,z <directional force(x,y,z)>
# = time fountain is on
2.1 Fountain white_wool 1.9 0,10,0 0,0.8,0
### Commands ###
#Run commands:
<seconds> Command <command goes here (supports spaces & no slash)>
Expand Down Expand Up @@ -146,4 +165,4 @@ ArmorStand <name> <small(true/false)> <head_id;chest_id;legs_id;boots_id;hand>
#Music:
<seconds> Music <disc id #>
```
```

0 comments on commit 55cab47

Please sign in to comment.