mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
make the unsupported message more common to use elsewhere
This commit is contained in:
parent
a958982d05
commit
0e19a288d5
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ public class Events {
|
||||||
Utl.lang(messageKey).formatted(messageColor)), true);
|
Utl.lang(messageKey).formatted(messageColor)), true);
|
||||||
} else {
|
} else {
|
||||||
// unsupported server message if not in a Sit! server
|
// unsupported server message if not in a Sit! server
|
||||||
player.sendMessage(Utl.lang("msg.sit_toggle.unsupported")
|
player.sendMessage(Utl.lang("msg.unsupported")
|
||||||
.formatted(Formatting.RED), true);
|
.formatted(Formatting.RED), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
"msg.sit_toggle": "%s Sitting!",
|
"msg.sit_toggle": "%s Sitting!",
|
||||||
"msg.sit_toggle.on": "Enabled",
|
"msg.sit_toggle.on": "Enabled",
|
||||||
"msg.sit_toggle.off": "Disabled",
|
"msg.sit_toggle.off": "Disabled",
|
||||||
"msg.sit_toggle.unsupported": "Sitting is not available on this server.",
|
"msg.unsupported": "Sit! is not available on this server.",
|
||||||
"msg.reloaded": "Reloaded the config!",
|
"msg.reloaded": "Reloaded the config!",
|
||||||
"msg.purged": "Purged all active chair entities!",
|
"msg.purged": "Purged all active chair entities!",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue