You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the format gui slot effect don't work, when wait is used in the second create/edit gui section who following (in the same section).
Steps to Reproduce
have a code section (here the trigger: section)
Write a first create/edit gui section.
No matter lines in this section. - This section work perfectly.
Write a second create/edit gui section.
Put inside a wait effect.
Any format gui effect who are after the wait (in the second create/edit gui section) do not work.
File1.sk work :
command /test:
trigger:
create gui with id "1" with virtual chest inventory with 1 rows named "&f1":
open gui with id "1" to player
format gui slot 1 with dirt
broadcast "you must see dirt"#yes
wait 1 second
format gui slot 2 with diamond
broadcast "you must see diamond"#yes
broadcast "test is end"
delete gui with id "1"
File2.sk dont work :
command /test:
trigger:
create gui with id "3" with virtual chest inventory with 1 rows named "&f3":#if you remove this line or you delete ':', the bug isn't here
create gui with id "2" with virtual chest inventory with 1 rows named "&f2":
open gui with id "2" to player
format gui slot 1 with dirt#work
broadcast "you must see dirt"#yes
wait 1 second
format gui slot 2 with diamond#**dont work**
broadcast "you must see diamond"#no
broadcast "test is end"
delete gui with id "3"
delete gui with id "2"
we can see the diamond and th dirt in the gui "1", but in the second section, we can't see the diamond, just the dirt.
note : if we replace gui create sections with gui edit section, that change nothing
Expected Behavior
patch this bug : make the create section "2" works like create section "1" .
Errors / Screenshots
Gifs show the execution of File1.sk and File2.sk
Server Information
Server version/platform: This server is running Paper version git-Paper-121 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: 954b3fb)
skript-gui version: skript-gui version 1.3-beta2
Skript version: Skript version 2.6.3
Additional Context
sorry if my English is bad, im french. Thank you for your work, your plugin is really useful !
The text was updated successfully, but these errors were encountered:
Description
the
format gui slot
effect don't work, whenwait
is used in the second create/edit gui section who following (in the same section).Steps to Reproduce
trigger:
section)No matter lines in this section. - This section work perfectly.
wait
effect.format gui
effect who are after the wait (in the second create/edit gui section) do not work.File1.sk
work :File2.sk
dont work :we can see the diamond and th dirt in the gui "1", but in the second section, we can't see the diamond, just the dirt.
note : if we replace gui create sections with gui edit section, that change nothing
Expected Behavior
patch this bug : make the create section "2" works like create section "1" .
Errors / Screenshots
Gifs show the execution of File1.sk and File2.sk
Server Information
Additional Context
sorry if my English is bad, im french.
Thank you for your work, your plugin is really useful !
The text was updated successfully, but these errors were encountered: