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

Unintrusive vanilla state #443

Draft
wants to merge 4 commits into
base: 1.20-Unified
Choose a base branch
from

Conversation

Madis0
Copy link
Collaborator

@Madis0 Madis0 commented Oct 22, 2023

Fixes #335

notlin4 added a commit to notlin4/No-Chat-Reports that referenced this pull request Oct 22, 2023
@Madis0 Madis0 changed the title Unintrusive vanilla Unintrusive vanilla state Oct 24, 2023
Aizistral pushed a commit that referenced this pull request Dec 6, 2023
* Fix Traditional Chinese localize

Note: The Traditional Chinese translation in #430 was machine-translated, and it contains many words that are not commonly used in Traditional Chinese

* Fix Traditional Chinese localize

* Fix Traditional Chinese localize

Add a translation for #443

* Fix Traditional Chinese localize

* Fix Traditional Chinese localize
@@ -88,6 +89,9 @@ private void onEvaluateTrustLevel(PlayerChatMessage playerChatMessage, Component
} else {
if (playerChatMessage.hasSignature() && ServerSafetyState.getCurrent() == ServerSafetyLevel.SECURE) {
ServerSafetyState.updateCurrent(ServerSafetyLevel.UNINTRUSIVE);

if(Objects.equals(Minecraft.getInstance().getCurrentServer().status.getString(), "vanilla")) // Doesn't seem correct, but close
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add specific tooltip for vanilla unintrusive servers
1 participant