Updated Gallery (markdown)
parent
6507b18a91
commit
1a9a6d020a
16
Gallery.md
16
Gallery.md
@ -2,6 +2,10 @@ A script with all the examples can be found [here](https://github.com/bi0qaw/bio
|
|||||||
To stop all effects type: `/stopeffect`
|
To stop all effects type: `/stopeffect`
|
||||||
|
|
||||||
***
|
***
|
||||||
|
### `/color-circles`
|
||||||
|
Shows circles with random colors. Could be used for a teleportation effect.
|
||||||
|
![](https://i.imgur.com/84fy6AT.gif)
|
||||||
|
|
||||||
|
|
||||||
### `/rainbow-lines`
|
### `/rainbow-lines`
|
||||||
![](https://i.imgur.com/bdAKOhH.gif)
|
![](https://i.imgur.com/bdAKOhH.gif)
|
||||||
@ -13,3 +17,15 @@ Halo follows the rotation of the player's head
|
|||||||
### `/rainbow-yaw-helix`
|
### `/rainbow-yaw-helix`
|
||||||
Color changes depending on the yaw of the player
|
Color changes depending on the yaw of the player
|
||||||
![](https://i.imgur.com/SZv5iRz.gif)
|
![](https://i.imgur.com/SZv5iRz.gif)
|
||||||
|
|
||||||
|
### `/star <integer>`
|
||||||
|
Simple star shape. You can change the amount of vertices with the integer parameter.
|
||||||
|
![](https://i.imgur.com/GVH5yxy.png)
|
||||||
|
|
||||||
|
### `/star2 <integer>`
|
||||||
|
Makes a star with more connections than `/star`. You can change the amount of vertices with the integer parameter.
|
||||||
|
![](https://i.imgur.com/HeYX1JY.png)
|
||||||
|
|
||||||
|
### `/star-player <integer>`
|
||||||
|
Makes a star that is always oriented towards the player. You can change the amount of vertices with the integer parameter.
|
||||||
|
![](https://i.imgur.com/h80OdH8.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user