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

"player is not whitelisted" is not working? #6300

Closed
AyhamAl-Ali opened this issue Jan 5, 2024 Discussed in #6299 · 0 comments
Closed

"player is not whitelisted" is not working? #6300

AyhamAl-Ali opened this issue Jan 5, 2024 Discussed in #6299 · 0 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@AyhamAl-Ali
Copy link
Member

Discussed in #6299

Originally posted by udukiukia January 5, 2024

command /test:
	trigger:
		if player is whitelisted:
			send "member"
		else if player is not whitelisted:
			send "not member"
		else:
			send "error"
スクリーンショット 2024-01-05 23 46 36

Why does "member" appear when the player is on the whitelist, but "error" appears when the player is not on the whitelist?

MC 1.20.2
Skript v2.7.3

@AyhamAl-Ali AyhamAl-Ali added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. PR available Issues which have a yet-to-be merged PR resolving it labels Jan 5, 2024
@APickledWalrus APickledWalrus added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

2 participants