Solved Help

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

Normalguy

Active Member
Apr 19, 2018
98
0
0
24
Skript Version: lastest
Skript Author: Bensku
Minecraft Version: any
---
code
set {loc.%player%} to 3 meters above player
place end portal block to {loc.%player%}
error
'player' is not a direction (police.sk, line 418: set {banloc.%player%} to 3 meters above player')
[20:27:10 ERROR]: 'place end portal block to {banloc.%player%}' is not a boolean (yes/no) (police.sk, line 419: place end portal block to {banloc.%player%}')
 
try 3 meters above location of player
as for the next one, not 100% sure what you are doing there but try
set block at location of player to end portal block
 
code_language.skript:
command /endportal:
    trigger:
        set {_Loc} to location 3 meters above player
        set block at {_Loc} to end_portal_block
 
code_language.skript:
command /test:
  trigger:
    set block at location of block 3 above player to end portal block

??
 
Status
Not open for further replies.