Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skript name syntax taking priority over addon name syntax #107

Open
Henriiig opened this issue Feb 23, 2022 · 3 comments
Open

Skript name syntax taking priority over addon name syntax #107

Henriiig opened this issue Feb 23, 2022 · 3 comments
Labels
bug Something isn't working investigating Looking into a bug

Comments

@Henriiig
Copy link

Henriiig commented Feb 23, 2022

Description

A gui menu stops working and the items can be moved around when using the expression "set name of gui..."

Im not quite sure if this has something to do with the fork of Skript which I am using.

Steps to Reproduce

command /test:
	trigger:
		create gui with virtual chest inventory with 3 rows named "Test" and shape "xxxxxxxxx", "xxxx1xxxx", "xxxxxxxxx":
			make gui slot "x" with blue stained glass pane named " "
			make gui slot "1" with dirt:
				set name of gui to "Test"
			open last gui to player

Expected Behavior

The items should stay in place and the gui item should still work

Errors / Screenshots

image

No console error is giving

Server Information

Server: git-PaperSpigot-"8230aa68e" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOP)
Skript-gui: v1.3-beta1
Skript: 2.6.1 (Fork from Matocolotoe Skript-1.8)

Additional Context

image

@Henriiig Henriiig added the bug Something isn't working label Feb 23, 2022
@APickledWalrus
Copy link
Owner

Try

set the skript-gui name of gui to

@Henriiig
Copy link
Author

It works! Awesome! Thanks a lot :)

@APickledWalrus
Copy link
Owner

Awesome! This is due to a syntax conflict with Skript. I'm not sure what options I have to deal with this, but I'll keep this issue open as a reminder.

@APickledWalrus APickledWalrus changed the title set name of gui not working Skript name syntax taking priority over addon name syntax Feb 24, 2022
@APickledWalrus APickledWalrus added the investigating Looking into a bug label Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating Looking into a bug
Projects
None yet
Development

No branches or pull requests

2 participants