Resource icon

Addon Biosphere2 - Update - Box and Box Outline 1.0.2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

how to use this?
I will post examples and some more in depth explanations in the coming days. For now you have to rely on the documentation on skunity. The basic idea of the addon is that you can manipulate locations and vectors and then use these locations/vectors to, for example, display particles somewhere. You could also use them to teleport players/mobs around, place blocks...

A simple example would be:
code_language.skript:
set {_circle::*} to circle at player's head with radius 1 and density 5
show happy villager at {_circle::*}
This would show a circle of particles around your head. The variable {_circle::*} contains simply a list of locations in the shape of a circle.
 
bi0 updated Biosphere2 - Update + Docs + Examples with a new update entry:

Two New Expressions + Documentation + Examples!

* Added documentation to the [wiki](https://github.com/bi0qaw/biosphere2/wiki)
* Added examples to the [gallery](https://github.com/bi0qaw/biosphere2/wiki/Gallery)
* Added path expression
* Added vector offset expression
* Fixed bug with vectors not being cloned correctly
* Minor other bug fixes
* Minor syntax cleanup

Read the rest of this update entry...