-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Localize shutdown message #11208
Copy link
Copy link
Labels
priority: lowThis issue only describes a minor inconvenience.This issue only describes a minor inconvenience.status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.version: 1.21Game version 1.21Game version 1.21
Metadata
Metadata
Assignees
Labels
priority: lowThis issue only describes a minor inconvenience.This issue only describes a minor inconvenience.status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.version: 1.21Game version 1.21Game version 1.21
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
✅ Accepted
Expected behavior
The localized message for
multiplayer.disconnect.server_shutdownshould be displayedObserved/Actual behavior
When the server stops, everyone gets kicked with the default message
Server closed, regardless of the client's locale.Steps/models to reproduce
Plugin and Datapack List
irrelevant
Paper version
This server is running Paper version 1.21-124-master@df3b654 (2024-08-02T00:02:38Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
Affects every version though
Other
The shutdown message config entry inside the bukkit.yml should support MiniMessage and default to
<lang:multiplayer.disconnect.server_shutdown>or fallback to the translated component if the entry is null (and be null by default)