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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

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

Help with a skript; canceling ender portal travel for a specific player.

Discussion in 'Skript' started by Allan Noyd, Mar 7, 2022.

Thread Status:
Not open for further replies.
  1. Allan Noyd

    Allan Noyd Member

    Joined:
    Apr 29, 2021
    Messages:
    48
    Likes Received:
    0
    Hi, I have been wondering what can you guys come up with. I have been trying to disable enderportal for myself as a character on a RP server I'm on, for the good of lore. All my trials to skript this however failed for me.
    On my testing server I have found out that skript's name for enderportal is "ender portal block" if that is of any use.
    Any ideas?
     
  2. MrNygus

    MrNygus Active Member

    Joined:
    Jan 28, 2017
    Messages:
    116
    Likes Received:
    2
    Try this, don't tested:
    Code (Text):
    1.  
    2. on player portal: # or on portal enter
    3.     if event-world is "world_end": #name of end world
    4.         if player's name is "name of player":
    5.             cancel event
    6.             send "You can't do it :P" to player
    7.  
    8.  
     
  3. Allan Noyd

    Allan Noyd Member

    Joined:
    Apr 29, 2021
    Messages:
    48
    Likes Received:
    0
    Doesn't seem to work, but I had problem with Skript lately anyway. Not even custom commands work so I have no idea what to do :emoji_frowning:
     
  4. ryanrox333

    ryanrox333 Member

    Joined:
    Jul 6, 2019
    Messages:
    17
    Likes Received:
    0
    What skript version and server version are you running?
     
  5. Allan Noyd

    Allan Noyd Member

    Joined:
    Apr 29, 2021
    Messages:
    48
    Likes Received:
    0
    I remember it was up to date in the time of writing that comment.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...