Resquest gui with warps 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.

LucXas

Member
Feb 5, 2017
14
0
1
25
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!
 
Last edited:
Status
Not open for further replies.