Solved Set block problem.

  • 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.
Dec 31, 2017
26
1
0
24
Hi
i'm creating a new system for my build team.
but if i use:

code_language.skript:
set block at block 3 above {_loc} to log:13

or

set {_i} to "17:13" parsed as item
set block at block 3 above {_loc} to {_i}

or

set {_i} to ("17:13" parsed as item)
set block at block 3 above {_loc} to {_i}

Don't work.
[doublepost=1547867806,1547867773][/doublepost]The problem is the block isn't the location.
[doublepost=1547867848][/doublepost]BUT if i use the glass:

set block at block 3 above {_loc} to glass

This work. but i need the log:13 (17:13).
[doublepost=1547867942][/doublepost]I only has 1 bug only using:

code_language.skript:
set block at block 3 above {_loc} to log:13
 
Hi
i'm creating a new system for my build team.
but if i use:

code_language.skript:
set block at block 3 above {_loc} to log:13

or

set {_i} to "17:13" parsed as item
set block at block 3 above {_loc} to {_i}

or

set {_i} to ("17:13" parsed as item)
set block at block 3 above {_loc} to {_i}

Don't work.
[doublepost=1547867806,1547867773][/doublepost]The problem is the block isn't the location.
[doublepost=1547867848][/doublepost]BUT if i use the glass:

set block at block 3 above {_loc} to glass

This work. but i need the log:13 (17:13).
[doublepost=1547867942][/doublepost]I only has 1 bug only using:

code_language.skript:
set block at block 3 above {_loc} to log:13
Can’t you just debug the hold item and enter the name?
 
Minecraft ID's were removed in MC 1.13 so the Skript dev's removed them from Skript 2.3+
this is included in all version of MC for Skript 2.3 series.

You will have to use the actual aliases for specific items now
Heres a full list of all the new aliases in skript 2.3.1
https://github.com/SkriptLang/skript-aliases
... okey..
[doublepost=1547949790,1547944336][/doublepost]
... okey..
This version of skript don't work in the 1.12.2
Minecraft ID's were removed in MC 1.13 so the Skript dev's removed them from Skript 2.3+
this is included in all version of MC for Skript 2.3 series.

You will have to use the actual aliases for specific items now
Heres a full list of all the new aliases in skript 2.3.1
https://github.com/SkriptLang/skript-aliases
 
Im not sure what you mean
In 2.3.1 the aliases are built into the jar file
The link I sent you is just a list of all the new aliases
 
Status
Not open for further replies.