I found error in skript.

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

TimCom228

Member
Dec 26, 2019
31
0
6
24
Error:

If I write:
Code:
loop-block is TOP stone brick slab
-My script works only with TOP stone brick slab

But if i write about BOTTOM slab
Code:
loop-block is BOTTOM stone brick slab
-My script works with all states stone brick slab (bottom, top and double), not just with BOTTOM stone brick slab.

There is a solution? My server MC version is 1.13
 
Last edited:
go in your you aliases file a do ctrl+F i search Slab and you'll see all slab types like and their states
 
on his github page but there is no error like I said (I advise you to look in your aliases file) :shrug:
 
Stop! How can I write to the skript developers about this error?
Code:
This is how the latest allias of slabs are parsed i don't see any problem

# For anything that can exist in either the top or bottom half of a block (slabs), can be flipped
    # (stairs), or that has top and bottom halves (double plants, doors, etc.)
    {block half}:
        {default} = -
        (bottom|lower)[-half] = -[half=lower]
        (top|upper)[-half] = -[half=upper]
 
Yeah, not really sure why its happening.

Found this in the alliases maybe thats causing it

building>village and pillage update>minecraft version = 1.14 or newer>#slabs>

Code:
{waterloggable} {slab} stone brick slab¦s = minecraft:stone_brick_slab

is missing
 
Status
Not open for further replies.