1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Khoryl 1.0.6

An addon all about blocks and entities

  1. Bee things

    LimeGlass
    Code (Text):
    1. Added:
    2.     - Bee nectar condition
    3.         - %bees% (has|have) nectar
    4.         - %bees% (doesn't|does not|do not|don't) have nectar
    5.     - Bee stung condition
    6.         - %bees% (has|have) stung
    7.         - %bees% (doesn't|does not|do not|don't) have stung
    8.     - Bee anger level expression, changers SET, returns NUMBER
    9.         - [bee] anger level of %bees%
    10.         - %bees%'[s] [bee] anger level
    11.     - Bee nectar expression, changers SET, returns BOOLEAN
    12.         - [bee] nectar of %bees%
    13.         - %bees%'[s] [bee] nectar
    14.     - Bee cannot enter hive ticks expression, changers SET, returns NUMBER
    15.         - cannot enter hive ticks of %bees%
    16.         - %bees%'[s] cannot enter hive ticks
    17.     - Bee flower location condition
    18.         - %bees% (has|have) [a] flower [location]
    19.         - %bees% (doesn't|does not|do not|don't) have [a] flower [location]
    20.     - Bee flower location expression, changers SET, returns LOCATION (potentially not set)
    21.         - flower location of %bees%
    22.         - %bees%'[s] flower location
    23.     - Bee hive location condition
    24.         - %bees% (has|have) [a] hive [location]
    25.         - %bees% (doesn't|does not|do not|don't) have [a] hive [location]
    26.     - Bee hive location expression, changers SET, returns LOCATION (potentially not set)
    27.         - hive location of %bees%
    28.         - %bees%'[s] hive location
    29.     - LivingEntity item pickup status expression, changers SET, returns BOOLEAN
    30.         - pickup items status of %livingentities%
    31.         - %livingentities%'[s] pickup items status
    32.     - LivingEntity item pickup status condition
    33.         - %bees% can pickup items
    34.         - %bees% (can't|cannot|can not) pickup items
    35.     - Entity is in vehicle condition
    36.         - %entities% (is|are) in[side] [a] vehicle
    37.         - %entities% (isn't|is not|aren't|are not) in[side] [a] vehicle
Return to update list...