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

Fix Message when reloading multiple scripts with an error. #7031

Merged

Conversation

Asleeepp
Copy link
Contributor

@Asleeepp Asleeepp commented Sep 2, 2024

Description

Noticed while updating my server (and i had some errors) that when i reloaded an entire folder, the "in" was colored green, which looked pretty strange. this pr fixes that.
Although, not sure if lime is even used much across Skript (apart from reloading correctly), so maybe the lime color should just be changed overall. lmk!

Not sure if you guys want it in the other langs too, but im not sure how i could do that, im not a polyglot 🤷


image

Target Minecraft Versions: any
Requirements: none
Related Issues: none

@sovdeeth
Copy link
Member

sovdeeth commented Sep 3, 2024

you should just change the light green to light red. nothing should be green in that message imo

@sovdeeth sovdeeth added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. 2.9 Targeting a 2.9.X version release labels Sep 3, 2024
@Asleeepp
Copy link
Contributor Author

Asleeepp commented Sep 3, 2024

you should just change the light green to light red. nothing should be green in that message imo

would you like me to do it for the other langs too? since its just a color change should be fairly simple

Copy link
Member

@Moderocky Moderocky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was made green because of #6136.
Unfortunately, we didn't know at the time it's also used in another place (which was presumably why it was left white to begin with).

You're either going to have to separate it into two language nodes or find some colour that works for both.

@Asleeepp Asleeepp requested a review from Moderocky September 13, 2024 22:55
@UnderscoreTud UnderscoreTud added the patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. label Sep 30, 2024
Copy link
Member

@APickledWalrus APickledWalrus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor thing

src/main/resources/lang/french.lang Outdated Show resolved Hide resolved
Asleeepp and others added 2 commits October 1, 2024 10:28
Co-authored-by: Patrick Miller <apickledwalrus@gmail.com>
@UnderscoreTud UnderscoreTud merged commit 03b4ebb into SkriptLang:dev/patch Oct 1, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.9 Targeting a 2.9.X version release bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants