Recent content by bi0

  • 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!

  1. bi0

    Skript Tools Pattern Calculator 2019-01-02

    Skript Pattern Calculator The pattern calculator allows you to show all possible inputs for a given skript pattern. This tool is mainly useful for developers to check whether a pattern provides all the combinations that they would like. It is also here to raise some awareness on how quickly...
  2. bi0

    Pattern Calculator

    Skript Pattern Calculator The pattern calculator allows you to show all possible inputs for a given skript pattern. This tool is mainly useful for developers to check whether a pattern provides all the combinations that they would like. It is also here to raise some awareness on how quickly...
  3. bi0

    News BETA Release of the skUnity Parser

    Really nice job! That will be really handy. Some suggestions / things I noticed: - If there is an error in a line then place a small marker on the left border of that line. So you see immediately. - Put the line number first in the "Parse Results" section. So instead of just enumerating the...
  4. bi0

    API structure.sk

    bi0 submitted a new resource: structure.sk - Full structure block support! Load / Save structures with Skript! Read more about this resource...
  5. bi0

    API structure.sk 1.0.0

    structure.sk Structure block API for Skript requires skript-mirror: https://github.com/btk5h/skript-mirror/releases StructureBlockLib: https://github.com/Shynixn/StructureBlockLib/releases spigot: versions 1.9.0 - 1.12.0, note that it does NOT work on versions > 1.12.0 effects...
  6. bi0

    Addon Biosphere2 - Update - Box and Box Outline - Biosphere2 - Update 1.0.2 - Box and Box Outline!

    Update 1.0.2 Added Box Added Box Outline
  7. bi0

    Addon skript-mirror

    This feature never worked, see: https://github.com/bensku/Skript/issues/1049
  8. bi0

    Question about particles

    Particles are a little bit broken. I suggest that you use the minecraft particle command instead. on death: if victim is a zombie pigman: if name of victim is "&aTormented Soul Husk": set {_loc} to the location 1 meter above the victim set {_x} to...
  9. bi0

    Addon Biosphere2 - Update - Box and Box Outline - Two New Expressions + Documentation + Examples!

    Added documentation to the github wiki Added examples to the github gallery Added path expression Added vector offset expression Fixed bug with vectors not being cloned correctly Minor other bug fixes Minor syntax cleanup
  10. bi0

    Skript variables [Ram]

    Calculating 30 vectors on a sphere per tick is very easy. A sphere is 1x360 degrees and 1x180 degrees and not 2x360. You don't need different radii if you have always 360*180 vectors for the sphere. Just multiply the vector by the radius... You could even use only 1/2 or 1/8 of a sphere if you...
  11. bi0

    Addon Biosphere2 - Update - Box and Box Outline

    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...
  12. bi0

    Addon Biosphere2 - Update - Box and Box Outline

    bi0 submitted a new resource: Biosphere2 - Everything related to locations and vectors Read more about this resource...
  13. bi0

    Addon Biosphere2 - Update - Box and Box Outline 1.0.2

    Biosphere2 Biosphere2 provides a lot of convenient expressions to move, transform and create locations and vectors. The addon is based on the old Biosphere addon but with cleaner syntax and full vector support. Examples Gallery Documentation Github Wiki (extensive) Skript Hub skUnity Issues /...
  14. bi0

    Added Request: Put examples in spoilers

    This might be evident, but please put everything that is not 100% necessary into some sort of spoilers. When I use skunity I just want to see how a syntax looks like, which addon it requires and maybe read the short comment on the left side. The examples just use a lot of space that I have to...