Skript help? (Didnt know where to post this)

Status
This thread has been locked.

krisjd12

Feedback score
0
Posts
122
Reactions
16
Resources
0
command /class [<text>]:
trigger:
if arg 1 is not set:
send "Test"
open virtual chest inventory with size 1 named "&4&lClass Menu" to player
create a gui slot 0 of player with paper named "&4&lDemon" to execute console command "/manuadd %player% demon"
else if arg 1 is "select":
wait 2 tick
open virtual chest inventory with size 1 named "&4&lCLASSES" to player
create a gui slot 0 of player with 35:15 named "&4&lDemon" to close then execute console command "/manuadd %player% demon"
create a gui slot 1 of player with 35:7 named "&7&lHuman" to close then execute console command "/manuadd %player% human"
create a gui slot 2 of player with 35 named "&e&l&lAngel" to close then execute console command "/manuadd %player% angel"
create a gui slot 8 of player with 152 named "&4&lClose!" to close with left click
else:
send "test"


How do i add a lore to the gui slot items.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Neek

"Active" User
Supreme
Feedback score
21
Posts
558
Reactions
258
Resources
0
create a gui slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to player to close then execute console command "/manuadd %player% demon"?
 

krisjd12

Feedback score
0
Posts
122
Reactions
16
Resources
0
create a gui slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to player to close then execute console command "/manuadd %player% demon"?


Did, didnt work, i am working on 1.8.8... I've got skquery and squtilities or something. This should work.
 

Neek

"Active" User
Supreme
Feedback score
21
Posts
558
Reactions
258
Resources
0
Im not sure if this will work but give it a shot. create a gui slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to player then execute console command "/manuadd %player% demon" then close ?
 

krisjd12

Feedback score
0
Posts
122
Reactions
16
Resources
0
Im not sure if this will work but give it a shot. create a gui slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to player then execute console command "/manuadd %player% demon" then close ?


Nope! But thank you :)
 

Travis Scott

nasa
Premium
Feedback score
17
Posts
126
Reactions
50
Resources
0
Or you can do it like this


Code:
command /class:
    trigger:
        wait 2 tick
        open chest with 1 rows named "&4&lCLASSES" to player
        format slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to close then run [console command "/manuadd %player% demon"]
 

krisjd12

Feedback score
0
Posts
122
Reactions
16
Resources
0
Or you can do it like this


Code:
command /class:
    trigger:
        wait 2 tick
        open chest with 1 rows named "&4&lCLASSES" to player
        format slot 0 of player with 35:15 named "&4&lDemon" with lore "enter lore here" to close then run [console command "/manuadd %player% demon"]


Still does not work, i dont understand

Cant understand condition/effect.
 
Status
This thread has been locked.
Top