Updated Gallery (markdown)

bi0qaw 2017-11-26 17:41:27 +01:00
parent 6507b18a91
commit 1a9a6d020a
1 changed files with 16 additions and 0 deletions

@ -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`
***
### `/color-circles`
Shows circles with random colors. Could be used for a teleportation effect.
![](https://i.imgur.com/84fy6AT.gif)
### `/rainbow-lines`
![](https://i.imgur.com/bdAKOhH.gif)
@ -13,3 +17,15 @@ Halo follows the rotation of the player's head
### `/rainbow-yaw-helix`
Color changes depending on the yaw of the player
![](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)