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.

Resquest gui with warps help

Discussion in 'Skript' started by LucXas, Feb 23, 2018.

Thread Status:
Not open for further replies.
  1. LucXas

    LucXas Member

    Joined:
    Feb 5, 2017
    Messages:
    14
    Likes Received:
    0
    Category: gui

    Suggested name: Lugares

    What I want:
    Hi!, i find create a warp gui but that is auto fill with warps createds (no essentials plugin with the skript) example:
    /setlugares test1
    send message of the warp created and when put /lugares create a gui with the created warp


    Ideas for commands:
    none
    Ideas for permissions:
    none
    When I'd like it by:
    i tried the following code:
    command /lugares:
    trigger:
    open chest with 6 rows named "&bLugares&7:" to player
    set {s} to 0
    loop {luga::*}:
    add 1 to {l}
    loop {l} times:
    format slot {s} of player with {item::%{s}%} named "%{name::%{s}%}%" with lore "%{lore::%{s}%}%" to run "llevar %player% %{lugar::%{s}%}%"
    add 1 to {s}
    delete {l}
    but the slot 0 of player can't set and the names ands lores display not colored
    Thanks for help!
     
    #1 LucXas, Feb 23, 2018
    Last edited: Feb 24, 2018
Thread Status:
Not open for further replies.

Share This Page

Loading...